Presentation is loading. Please wait.

Presentation is loading. Please wait.

CCNA CISCO CERTIFIED NETWORK ASSOCIATE. Main Objectives zUnderstand the physical connection that has to take place for a computer to connect to the Internet.

Similar presentations


Presentation on theme: "CCNA CISCO CERTIFIED NETWORK ASSOCIATE. Main Objectives zUnderstand the physical connection that has to take place for a computer to connect to the Internet."— Presentation transcript:

1 CCNA CISCO CERTIFIED NETWORK ASSOCIATE

2 Main Objectives zUnderstand the physical connection that has to take place for a computer to connect to the Internet. zRecognize the components that comprise the computer. zInstall and troubleshoot network interface cards and/or modems. zUse basic testing procedures to test the Internet connection. zDemonstrate a basic understanding of the use of web browsers and plug-ins

3 Computer Basics zSmall, Discrete Components zPersonal Computer Subsystems zBackplane Components

4 Electronic Components zCapacitor ystores energy in the form of an electrostatic field zConnector ythe part of a cable that plugs into a port or an interface zIntegrated circuit (IC) ya device made of semiconductor material; it contains many transistors and performs a specific task

5 Electronic Components zLight emitting diode ya semiconductor device that emits light when a current passes through it zResistor ya device made of a material that opposes the flow of electric current zTransistor ya device that amplifies a signal or opens and closes a circuit

6 Personal Computer Subsystems zBus ycollection of wires through which data is transmitted from one part of the computer to another; connects all the internal computer components to the CPU (ISA and PCI) zCD-ROM drive ya compact disk read-only memory drive; a device that can read information from a CD-ROM zCentral processing unit (CPU) ythe brains of the computer where most calculations take place

7 Personal Computer Subsystems zExpansion card ya printed circuit board you can insert into a computer to give it added capabilities zExpansion slot yan opening in a computer where a circuit board can be added zFloppy disk drive ya disk drive that can read or write to floppy disks zHard disk drive ya device that reads and writes data on a hard disk

8 Personal Computer Subsystems zMicroprocessor ya silicon chip that contains a CPU zMotherboard ythe main printed circuit board of a microprocessor zPower supply ythe component that supplies the power to a computer zPrinted circuit board (PCB) ya thin plate on which chips (ICs) and other electronic components are placed

9 Personal Computer Subsystems zRandom access memory (RAM) yRAM can have new data written into it and stored data read from it; a drawback of RAM is that it requires electrical power to maintain data storage zRead-only memory (ROM) ycomputer memory on which data has been prerecorded zSystem unit ythe main part of a PC; the system unit includes the chassis, the microprocessor, the main memory, the bus, and the ports

10 Hard drive interfaces zinterface is the way the drive communicates with the computer; a sort of language that allows the drive and the computer to talk to each other yIDE, SCSI xmost controller circuitry is placed directly on the hard drive

11 Modems zmodem converts digital data from its local computer into analog tones and pulses that can be sent over the telephone lines ztwo basic types--internal/external

12 The Power Supply zconverts AC from wall outlet to DC used by computers zcontains fan and AC/DC converter

13 Backplane Components zBackplane ythe large circuit board that contains slots for expansion cards zInterface ya piece of hardware such as a modem connector that allows two devices to be connected zMouse port ya port designed to connect a mouse to a PC

14 Backplane Components zNetwork card yan expansion board inserted into a computer so that the computer can be connected to a network zParallel port yan interface capable of transferring more than one bit simultaneously; used to connect external devices such as printers zPort yan interface on a computer to which you can connect an electronic device

15 Backplane Components zPower cord ya cord used to connect computer to electrical outlet zSerial port yan interface that can be used for serial communi- cation in which only one bit is transmitted at a time zSound card yan expansion card that handles all sound functions zVideo card ya board that plugs into a PC to give it display capabilities

16 Information Flow Information and electric power are constantly flowing in a PC. zBoot instructions—stored in ROM until they are sent out zSoftware applications—stored in RAM after they are loaded zRAM and ROM—constantly talk to the CPU through the bus zApplication information—stored in RAM while applications are being used zSaved information—flows from RAM to some form of storage device zExported information—flows from RAM and the CPU through the bus and expansion slots to the printer, the video card, the sound card, or the network card

17 An Idealized Computer

18 What’s in that box?

19 Inside a Computer

20 An Idealized Computer: Information Flow

21 Network Interface Cards zprinted circuit board that provides network capability to computer zalso called a LAN adapter zcan be designed as an Ethernet, Token Ring, or FDDI card

22 Network Interface Cards zcommunicate through a serial connection zEach card requires an IRQ, an I/O address, and an upper memory address to work with DOS/WIN95. zTo configure TCP/IP LAN settings in a Windows machine, use the Control Panel icon, Network.

23 Network Interface Cards zConsiderations: ztype of network (Ethernet, Token Ring, FDDI) ztype of media (CAT5, fiber, wireless) ztype of system bus either PCI/ISA or PCMCIA, which is used on laptops) zTo change a PCs network speed from 10Mbps to 100Mbps, you need to upgrade the NIC.

24

25 TCP/IP zTransmission Control Protocol/Internet Protocol (TCP/IP) is a set of protocols or rules developed to allow cooperating computers to share resources across a network. To enable TCP/IP on the workstation, it must be configured using the operating system tools. The process is very similar whether using a Windows or Mac operating system.

26 TESTING CONNECTIVITY z The ping command works by sending multiple IP packets to a specified destination. Each packet sent is a request for a reply. The output response for a ping contains the success ratio and round-trip time to the destination. From this information, it is possible to determine if there is connectivity to a destination. y ping 127.0.0.1 y Ping 195.14.130.220

27 Web Browsers Plug-ins allow the browser to display proprietary file types.

28 Plug Ins Flash/Shockwave

29 Troubleshooting Internet connection problems zDefine the problem zGather the facts zConsider the possibility zCreate action plan zImplement plan zObserve results zDocument results

30 Binary Number System zComputer systems only understand “on” and “off” or “1s” and “0s.” zComputer systems use a binary numbering system rather than decimal. zDecimal numbering system uses 10 symbols; they are 0-9. zComputer systems use a Base 2 system. 2727 2626 2525 2424 23232 2121 2020 1286432168421 8 bits = 1 byte A bit is a binary digit used in the binary numbering system, either 0 or 1.

31 Binary Number System

32 The binary number 10010001 in Base 2 = 145. 2727 2626 2525 2424 23232 2121 2020 1286432168421 10010001 (1, 128) = 128 + (0, 64) = 0 + (0, 32) = 0 + (1, 16) = 16 + (0, 8) = 0 + (0, 4) = 0 + (0, 2) = 0 + ( 1, 1) = 1 = 145

33 Binary Number System The decimal number 35 in Base 2 2727 2626 2525 2424 23232 2121 2020 1286432168421 00100011

34 Binary Number System If the right-most digit is odd, then the number is odd. (255) 2727 2626 2525 2424 23232 2121 2020 1286432168421 11111111

35 Binary Number System If the right-most digit is even, then the number is even. (142) 2727 2626 2525 2424 23232 2121 2020 1286432168421 10001110


Download ppt "CCNA CISCO CERTIFIED NETWORK ASSOCIATE. Main Objectives zUnderstand the physical connection that has to take place for a computer to connect to the Internet."

Similar presentations


Ads by Google