Skip to main content

Connecting to the Internet- PC Basics



PC basics

1.1.2 Computers are important building blocks in a network. Therefore, students must be able to identify the major components of a PC. Many networking devices are special purpose computers, with many of the same components as general purpose PCs.


A computer must work properly before it can be used to access information such as Web-based content. This will require students to troubleshoot basic hardware and software problems. Therefore, students must be familiar with the following small, discreet PC components:


Students should also be familiar with the following PC subsystems:

• Transistor – Device that amplifies a signal or opens and closes a circuit.

• Integrated circuit – Device made of semiconductor material that contains many transistors and performs a specific task.

• Resistor – An electrical component that limits or regulates the flow of electrical current in an electronic circuit.

• Capacitor – Electronic component that stores energy in the form of an electrostatic field that consists of two conducting metal plates separated by an insulating material.

• Connector – The part of a cable that plugs into a port or interface.

• Light emitting diode (LED) – Semiconductor device that emits light when a current passes through it.

• Printed circuit board (PCB) – A circuit board which has conducting tracks superimposed, or printed, on one or both sides. It may also contain internal signal layers and power and ground planes. Microprocessors, chips and integrated circuits and other electronic components are mounted on the PCB.

• CD-ROM drive – A device that can read information from a CD-ROM.

• Central processing unit (CPU) – The part of a computer that controls the operation of all the other parts. It gets instructions from memory and decodes them. It performs math and logic operations, and translates and executes instructions.

• Floppy disk drive – A computer drive that reads and writes data to a 3.5-inch, circular piece of metal-coated plastic disk. A standard floppy disk can store approximately 1 MB of information.

• Hard disk drive – A computer storage device that uses a set of rotating, magnetically coated disks called platters to store data or programs. Hard drives come in different storage capacity sizes.

• Microprocessor – A microprocessor is a processor which consists of a purpose-designed silicon chip and is physically very small. The microprocessor utilizes Very Large-Scale Integration (VLSI) circuit technology to integrate computer memory, logic, and control on a single chip. A microprocessor contains a CPU.

• Motherboard – The main printed circuit board in a computer. The motherboard contains the bus, the microprocessor, and integrated circuits used for controlling any built-in peripherals such as the keyboard, text and graphics display, serial ports and parallel ports, joystick, and mouse interfaces.

• Bus – A collection of wires on the motherboard through which data and timing signals are transmitted from one part of a computer to another.

• Random-access memory (RAM) – Also known as read-write memory because new data can be written to it and stored data can be read from it. RAM requires electrical power to maintain data storage. If a computer is turned off or loses power all data stored in RAM is lost.

• Read-only memory (ROM) – Computer memory on which data has been prerecorded. Once data has been written onto a ROM chip, it cannot be removed and can only be read.

• System unit – The main part of a PC, which includes the chassis, microprocessor, main memory, bus, and ports. The system unit does not include the keyboard, monitor, or any external devices connected to the computer.

• Expansion slot – A socket on the motherboard where a circuit board can be inserted to add new capabilities to the computer. Figure shows Peripheral Component Interconnect (PCI) and Accelerated Graphics Port (AGP) expansion slots. PCI is a fast connection for boards such as NICs, internal modems, and video cards. The AGP port provides a high bandwidth connection between the graphics device and the system memory. AGP provides a fast connection for 3-D graphics on computer systems.

• Power supply – The component that supplies power to a computer.

Comments

Popular posts from this blog

OSI layers / Peer-to-peer communications / TCP/IP model

OSI layers 2.3.4 This page discusses the seven layers of the OSI model. The OSI reference model is a framework that is used to understand how information travels throughout a network. The OSI reference model explains how packets travel through the various layers to another device on a network, even if the sender and destination have different types of network media. In the OSI reference model, there are seven numbered layers, each of which illustrates a particular network function. - Dividing the network into seven layers provides the following advantages: • It breaks network communication into smaller, more manageable parts. • It standardizes network components to allow multiple vendor development and support. • It allows different types of network hardware and software to communicate with each other. • It prevents changes in one layer from affecting other layers. • It divides network communication into smaller parts to make learning it easier to understand. In the foll...

Advantages and disadvantages of link-state routing

Advantages and disadvantages of link-state routing 2.1.5  This page lists the advantages and disadvantages of link-state routing protocols. The following are advantages of link-state routing protocols:  Link-state protocols use cost metrics to choose paths through the network. The cost metric reflects the capacity of the links on those paths. Link-state protocols use triggered updates and LSA floods to immediately report changes in the network topology to all routers in the network. This leads to fast convergence times. Each router has a complete and synchronized picture of the network. Therefore, it is very difficult for routing loops to occur. Routers use the latest information to make the best routing decisions. The link-state database sizes can be minimized with careful network design. This leads to smaller Dijkstra calculations and faster convergence. Every router, at the very least, maps the topology of it...

Ports for services

Ports for services 10.2.2  Services running on hosts must have a port number assigned to them so communication can occur. A remote host attempting to connect to a service expects that service to use specific transport layer protocols and ports. Some ports, which are defined in RFC 1700, are known as the well-known ports. These ports are reserved in both TCP and UDP.  These well-known ports define applications that run above the transport layer protocols. For example, a server that runs FTP will use ports 20 and 21 to forward TCP connections from clients to its FTP application. This allows the server to determine which service a client requests. TCP and UDP use port numbers to determine the correct service to which requests are forwarded. The next page will discuss ports in greater detail.