types of computer hardware microcomputer or personal computer (pc) minicomputers mainframes

38
Types of Computer Hardware •Microcomputer or Personal Computer (PC) •Minicomputers •Mainframes

Upload: charleen-manning

Post on 25-Dec-2015

225 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: Types of Computer Hardware Microcomputer or Personal Computer (PC) Minicomputers Mainframes

Types of Computer Hardware•Microcomputer or Personal Computer (PC)

•Minicomputers

•Mainframes

Page 2: Types of Computer Hardware Microcomputer or Personal Computer (PC) Minicomputers Mainframes

Personal computers can be categorized by size and

portability:

Desktop computersLaptop or notebooksPersonal digital assistants (PDAs)Portable computersTablet computersWearable computers

Page 3: Types of Computer Hardware Microcomputer or Personal Computer (PC) Minicomputers Mainframes

Components of a PC Hardware

An exploded view of a modernpersonal computer:

1. Display (Monitor)2. Motherboard3. CPU (Microprocessor)4. Primary storage (RAM)5. Expansion cards6. Power supply7. Optical disc drive8. Secondary storage (HD)9. Keyboard10. Mouse

Page 4: Types of Computer Hardware Microcomputer or Personal Computer (PC) Minicomputers Mainframes

Motherboard

The motherboard (or mainboard) is the primary circuit board within a personal microcomputer. Many other components connect directly or indirectly to the motherboard. Motherboards usually contain one or more CPUs, supporting circuitry -- usually ICs providing the interface between the CPU memory and input/output peripheral circuits, main memory, and facilities for initial setup of the computer immediately after being powered on (often called boot firmware or, in IBM PC compatible computers, a BIOS).

Page 5: Types of Computer Hardware Microcomputer or Personal Computer (PC) Minicomputers Mainframes

Central processing unit

The central processing unit, or CPU, is that part of a computer which executes software program instructions. CPU known as a microprocessor. The microprocessor often plugs into the motherboard using one of many different types of socket.

Page 6: Types of Computer Hardware Microcomputer or Personal Computer (PC) Minicomputers Mainframes

Main memory

A PC's main memory (ie, its 'primary store') is fast storage that is directly accessible by the CPU, and is used to store the currently executing program and immediately needed data.

PCs use semiconductor random access memory (RAM) of various kinds such as DRAM or SRAM as their primary storage.

Main memory is much faster than mass storage devices like hard disks or optical discs, but does not usually retain its contents (instructions or data) in the absence of power, and is much more expensive for a given capacity than is most mass storage. Main memory is generally not suitable for long-term or archival data storage.

Page 7: Types of Computer Hardware Microcomputer or Personal Computer (PC) Minicomputers Mainframes

Mass storage

Mass storage stores programs and data without consuming power. Although semiconductor flash memory has dropped in cost, the prevailing form of mass storage in personal computers is still the electromechanical hard disk.

Page 8: Types of Computer Hardware Microcomputer or Personal Computer (PC) Minicomputers Mainframes

Graphics – video card

The graphics card - otherwise called a graphics adapter, video adapter, or video card - processes and renders the graphics output from the computer to the VDU or computer monitor and is an essential part of the modern computer.

Page 9: Types of Computer Hardware Microcomputer or Personal Computer (PC) Minicomputers Mainframes

Universal Serial Bus

USB (Universal Serial Bus) – Universal Serial Bus (USB) is a serial bus standard to interface devices. It was originally designed for computers, but it has become commonplace on portable memory devices, video game consoles, PDAs, portable DVD and media players, cellphones, and even televisions, home stereo equipment (e.g., digital audio players), and car stereos .

Page 10: Types of Computer Hardware Microcomputer or Personal Computer (PC) Minicomputers Mainframes

Computer network architecture

Single-user Multi-user Multi-tier

Page 11: Types of Computer Hardware Microcomputer or Personal Computer (PC) Minicomputers Mainframes

Multi-tier architecture

In software engineering, multi-tier architecture (often referred to as n-tier architecture) is a client-server architecture in which an application is executed by more than one distinct software agent.

Page 12: Types of Computer Hardware Microcomputer or Personal Computer (PC) Minicomputers Mainframes

Three-tier architecture

The 3-Tier architecture has the following 3-tiers.

1. Presentation Tier2. Application Tier/ Logic Tier / Business Logic Tier3. Data Tier

Page 13: Types of Computer Hardware Microcomputer or Personal Computer (PC) Minicomputers Mainframes

Two-tier architectures.

Two types of nodes on the network: clients and servers.

Page 14: Types of Computer Hardware Microcomputer or Personal Computer (PC) Minicomputers Mainframes

NETWORK BASICS

Page 15: Types of Computer Hardware Microcomputer or Personal Computer (PC) Minicomputers Mainframes

Network Basic:

NetworkNodeSegment Backbone Topology

Network Interface Card (NIC)

Media Access Control (MAC) address

Page 16: Types of Computer Hardware Microcomputer or Personal Computer (PC) Minicomputers Mainframes

LAN ROUTER & SWITHCES VLANS

Page 17: Types of Computer Hardware Microcomputer or Personal Computer (PC) Minicomputers Mainframes

Local Area Network:

a local computer network for communication between computers; especially a network connecting computers and word processors and other electronic office equipment to create a communication system between offices

Page 18: Types of Computer Hardware Microcomputer or Personal Computer (PC) Minicomputers Mainframes

Network Basic:

Network is a group of computers connected together in a way that allows information to be exchanged between the computers.

Node is anything that is connected to the network. While a node is typically a computer, it can also be something like a printer or CD-ROM tower.

Page 19: Types of Computer Hardware Microcomputer or Personal Computer (PC) Minicomputers Mainframes

Segment is any portion of a network that is separated, by a switch, bridge or router, from other parts of the network.Backbone is the main cabling of a network that all of the segments connect to.

Topology is the way that each node is physically connected to the network (more on this in the next section).

Network Interface Card (NIC)

In most desktop computers, this is an Ethernet card (normally 10 or 100 Mbps) that is plugged into a slot on the computer's motherboard.

Page 20: Types of Computer Hardware Microcomputer or Personal Computer (PC) Minicomputers Mainframes

Media Access Control (MAC) address

this is the physical address of any device -- such as the NIC in a computer -- on the network. The MAC address, which is made up of two equal parts, is 6 bytes long. The first 3 bytes identify the company that made the NIC. The second 3 bytes are the serial number of the NIC itself.

Unicast is a transmission from one node addressed specifically to another node.

Broadcast in a broadcast, a node sends out a packet that is intended for transmission to all other nodes on the network.

Page 21: Types of Computer Hardware Microcomputer or Personal Computer (PC) Minicomputers Mainframes

Network Topologies

Bus

Ring

Star

Star bus

Page 22: Types of Computer Hardware Microcomputer or Personal Computer (PC) Minicomputers Mainframes

Network Topologies Some of the most common topologies in use today include:

Bus Each node is daisy-chained (connected one right after the other) along the same backbone, similar to Christmas lights. Information sent from a node travels along the backbone until it reaches its destination node. Each end of a bus network must be terminated with a resistor to keep the signal that is sent by a node across the network from bouncing back when it reaches the end of the cable.

Page 23: Types of Computer Hardware Microcomputer or Personal Computer (PC) Minicomputers Mainframes
Page 24: Types of Computer Hardware Microcomputer or Personal Computer (PC) Minicomputers Mainframes

Network Topologies Some of the most common topologies in use today include:

Ring Like a bus network, rings have the nodes daisy-chained. The difference is that the end of the network comes back around to the first node, creating a complete circuit. In a ring network, each node takes a turn sending and receiving information through the use of a token.

Page 25: Types of Computer Hardware Microcomputer or Personal Computer (PC) Minicomputers Mainframes
Page 26: Types of Computer Hardware Microcomputer or Personal Computer (PC) Minicomputers Mainframes

Network Topologies Some of the most common topologies in use today include:

Star In a star network, each node is connected to a central device called a hub. The hub takes a signal that comes from any node and passes it along to all the other nodes in the network. A hub does not perform any type of filtering or routing of the data. It is simply a junction that joins all the different nodes together

Page 27: Types of Computer Hardware Microcomputer or Personal Computer (PC) Minicomputers Mainframes
Page 28: Types of Computer Hardware Microcomputer or Personal Computer (PC) Minicomputers Mainframes

Network Topologies Some of the most common topologies in use today include:

Star bus

Probably the most common network topology in use today, star bus combines elements of the star and bus topologies to create a versatile network environment. Nodes in particular areas are connected to hubs (creating stars), and the hubs are connected together along the network backbone (like a bus network). Quite often, stars are nested within stars

Page 29: Types of Computer Hardware Microcomputer or Personal Computer (PC) Minicomputers Mainframes
Page 30: Types of Computer Hardware Microcomputer or Personal Computer (PC) Minicomputers Mainframes

The Problem: Traffic Scalability

In a hub network, limited shared bandwidth makes it difficult to accommodate significant growth without sacrificing performance.

Latency This is the amount of time that it takes a packet to get to its destination.

Network failure In a typical network, one device on a hub can cause problems for other devices attached to the hub due to incorrect speed settings (100 Mbps on a 10-Mbps hub

Collisions Ethernet uses a process called CSMA/CD (Carrier Sense Multiple Access with Collision Detection) to communicate across the network.

Page 31: Types of Computer Hardware Microcomputer or Personal Computer (PC) Minicomputers Mainframes

The Solution: Adding Switches

Think of a hub as a four-way intersection where everyone has to stop. If more than one car reaches the intersection at the same time, they have to wait for their turn to proceed.

Imagine that each vehicle is a packet of data waiting for an opportunity to continue on its trip.

Page 32: Types of Computer Hardware Microcomputer or Personal Computer (PC) Minicomputers Mainframes

Now imagine what this would be like with a dozen or even a hundred roads intersecting at a single point. The amount of waiting and the potential for a collision increases significantly. But wouldn't it be amazing if you could take an exit ramp from any one of those roads to the road of your choosing? That is exactly what a switch does for network traffic.

A switch is like a cloverleaf intersection -- each car can take an exit ramp to get to its destination without having to stop and wait for other traffic to go by.

A vital difference between a hub and a switch

is that all the nodes connected to a hub share the bandwidth among themselves, while a device connected to a switch port has the full bandwidth all to itself.

Page 33: Types of Computer Hardware Microcomputer or Personal Computer (PC) Minicomputers Mainframes

Switches & Router Switch Switches usually work at Layer 2 (Data or Datalink) of the OSI Reference Model, using MAC addresses

Page 34: Types of Computer Hardware Microcomputer or Personal Computer (PC) Minicomputers Mainframes

Switches & Router Switch Switches usually work at Layer 2 (Data or Datalink) of the OSI Reference Model, using MAC addresses

Router

Routers work at Layer 3 (Network) with Layer 3 addresses (IP, IPX or Appletalk, depending on which Layer 3 protocols are being used).

Page 35: Types of Computer Hardware Microcomputer or Personal Computer (PC) Minicomputers Mainframes
Page 36: Types of Computer Hardware Microcomputer or Personal Computer (PC) Minicomputers Mainframes

Fully Switched Networks

Page 37: Types of Computer Hardware Microcomputer or Personal Computer (PC) Minicomputers Mainframes

VLANs VLAN is a collection of nodes that are grouped together in a single broadcast domain that is based on something other than physical location.

As networks have grown in size and complexity, many companies have turned to virtual local area networks (VLANs) to provide some way of structuring this growth logically.

Page 38: Types of Computer Hardware Microcomputer or Personal Computer (PC) Minicomputers Mainframes