33
CCNA 1 v3.0 Module 1 Introduction to Networking

CCNA 1 v3.0 Module 1 Introduction to Networking

  • Upload
    leigh

  • View
    100

  • Download
    5

Embed Size (px)

DESCRIPTION

CCNA 1 v3.0 Module 1 Introduction to Networking. Objectives. Requirements for Internet Connection. PC Basics. PC Basics. PC Basics. PCI Expansion Slots. AGP Expansion Slot. PC Basics. Network Interface Cards. NIC and Modem Installation. High-Speed and Dialup Connectivity. - PowerPoint PPT Presentation

Citation preview

Page 1: CCNA 1 v3.0 Module 1  Introduction to Networking

CCNA 1 v3.0 Module 1 Introduction to Networking

Page 2: CCNA 1 v3.0 Module 1  Introduction to Networking

Objectives

Page 3: CCNA 1 v3.0 Module 1  Introduction to Networking

Requirements for Internet Connection

Page 4: CCNA 1 v3.0 Module 1  Introduction to Networking

PC Basics

Page 5: CCNA 1 v3.0 Module 1  Introduction to Networking

PC Basics

Page 6: CCNA 1 v3.0 Module 1  Introduction to Networking

PC Basics

Page 7: CCNA 1 v3.0 Module 1  Introduction to Networking

PC Basics

AGP Expansion Slot

PCI Expansion Slots

Page 8: CCNA 1 v3.0 Module 1  Introduction to Networking

Network Interface Cards

Page 9: CCNA 1 v3.0 Module 1  Introduction to Networking

NIC and Modem Installation

Page 10: CCNA 1 v3.0 Module 1  Introduction to Networking

High-Speed and Dialup Connectivity

Page 11: CCNA 1 v3.0 Module 1  Introduction to Networking

IRQ, I/O port channels and Base Memory Addresses.

IRQ is an acronym for Interrupt ReQuest. An IRQ is a piece of circuitry built into the motherboard that connects one device/part to the CPU (Central Processing Unit). It lets the device interrupt the CPU so that jobs can be allocated and problems dealt with. Devices connect to CPU when:A task is finishedThe device needs more instructionsFaults are developed

Page 12: CCNA 1 v3.0 Module 1  Introduction to Networking

IRQs

Page 13: CCNA 1 v3.0 Module 1  Introduction to Networking

IRQs

Page 14: CCNA 1 v3.0 Module 1  Introduction to Networking

TCP/IP Description and Configuration

Page 15: CCNA 1 v3.0 Module 1  Introduction to Networking

Testing Connectivity with Ping

Page 16: CCNA 1 v3.0 Module 1  Introduction to Networking

Web Browser and Plug-Ins

Page 17: CCNA 1 v3.0 Module 1  Introduction to Networking

Troubleshooting Internet Connections

Page 18: CCNA 1 v3.0 Module 1  Introduction to Networking

Data RepresentationCharacter coding schemesASCII, UnicodeUnicode – International 16-bit coding system which can represent 65536 different charactersBinary number systemBinary Coded Decimal (BCD)each decimal digit has its own 4-bit binary codeBoolean valuesonly True or FalseDigitised soundMIDIBit-mapped graphics

Page 19: CCNA 1 v3.0 Module 1  Introduction to Networking

Binary number system

Numbers can be represented in a computer in a number of different ways, e.g. 25 in ASCII would be:0011 0010 0011 0101Alternatively in pure binary draw a table of powers of 2. Then find the largest power of 2<=25 (16). Subtract 16 from 25 and repeatValue 128 64 32 16 8 4 2 1

0 0 0 1 1 0 0 1 16 + 8 + 1 = 25

To translate from binary to decimal perform same process backwardsValue 128 64 32 16 8 4 2 1

0 1 0 0 0 1 0 1 64 + 4 + 1 = 69

Page 20: CCNA 1 v3.0 Module 1  Introduction to Networking

Binary

Example The yable shows numbers 0 1- in 4-bit binary code.

Decimal Binary Decimal Binary

0 0000 5 0101

1 0001 6 0110

2 0010 7 0111

3 0011 8 1000

4 0100 9 1001

Page 21: CCNA 1 v3.0 Module 1  Introduction to Networking

Boolean Values

A Boolean variable can only have one of two values, true or falseRepresented by a 1 or a 0Useful to be able to use a binary bit to show if something is true or false, e.g: To show whether a disk drive is connected To show if the ‘break’ key is pressed’

Single bits used in this way are called Flags

Page 22: CCNA 1 v3.0 Module 1  Introduction to Networking

Binary Number System

Page 23: CCNA 1 v3.0 Module 1  Introduction to Networking

Bits and Bytes

Page 24: CCNA 1 v3.0 Module 1  Introduction to Networking

Main Memory Computer Memory

250 bytes = 1 Petabyte Pb 260 bytes = 1 Exabyte Ex

270 bytes = 1 Zettabyte Zb 280 bytes = 1 Yottabye Yb

Page 25: CCNA 1 v3.0 Module 1  Introduction to Networking

Base 10 Numbers

Page 26: CCNA 1 v3.0 Module 1  Introduction to Networking

Base 2 (Binary) Numbers

Page 27: CCNA 1 v3.0 Module 1  Introduction to Networking

Converting Decimal numbers to 8-bit Binary Numbers

Page 28: CCNA 1 v3.0 Module 1  Introduction to Networking

Converting 8-bit Binary Numbers to Decimal Numbers

Page 29: CCNA 1 v3.0 Module 1  Introduction to Networking

Four-Octet Dotted-decimal Representation of 32-Bit Binary Numbers

Page 30: CCNA 1 v3.0 Module 1  Introduction to Networking

Hexadecimal

Page 31: CCNA 1 v3.0 Module 1  Introduction to Networking

Boolean or Binary Logic

Page 32: CCNA 1 v3.0 Module 1  Introduction to Networking

IP Addresses and Network Masks

Page 33: CCNA 1 v3.0 Module 1  Introduction to Networking

Summary