Chapter1ccna(Internetwork Basic)

Embed Size (px)

Citation preview

  • 8/3/2019 Chapter1ccna(Internetwork Basic)

    1/48

    CCNA 640-802Chapter 1: Internetworking

  • 8/3/2019 Chapter1ccna(Internetwork Basic)

    2/48

    Chapter 1 Objectives

    The CCNA Topics Covered in this chapterinclude:

    Internetworking Basics

    Layered Models

    The OSI Model

    Ethernet Networking

    Data Encapsulation

    Ciscos Three-Layer Model

    Chapter 1 Written Labs and ReviewQuestions

    2

  • 8/3/2019 Chapter1ccna(Internetwork Basic)

    3/48

    Internetworking Basics

    3

    How would you say the PC named Bob communicateswith the PC named Sally?

  • 8/3/2019 Chapter1ccna(Internetwork Basic)

    4/48

    Internetworking Basics

    4

    Switches can replace the hub, breaking up collision domains.

  • 8/3/2019 Chapter1ccna(Internetwork Basic)

    5/48

    Internetworking Basics

    5

    Heres a list of some of the things that commonly causeLAN traffic congestion:

    Too many hosts in a broadcast domain

    Broadcast storms

    Multicasting

    Low bandwidth

    Adding hubs for connectivity to the network

  • 8/3/2019 Chapter1ccna(Internetwork Basic)

    6/48

    Internetworking Basics

    6

    Routers create an internetwork.

  • 8/3/2019 Chapter1ccna(Internetwork Basic)

    7/48

    Internetworking Basics

    7

    There are two advantages of using routers in your

    network:

    They dont forward broadcasts by default.

    They can filter the network based on layer 3(Network layer) information (e.g., IP address).

    Four router functions in your network can be listedas follows:

    Packet switching

    Packet Routing

    Path selection

    Packet filtering

  • 8/3/2019 Chapter1ccna(Internetwork Basic)

    8/48

    Internetworking Basics

    8

    Internetworking devices

  • 8/3/2019 Chapter1ccna(Internetwork Basic)

    9/48

    Layered Models

    The Layered Approach

    A reference model is a conceptual blueprint of how

    communications should take place. It addresses all the processes required for effective

    communication and divides these processes intological groupings called layers.

    When a communication system is designed in this

    manner, its known as layered architecture.

    9

  • 8/3/2019 Chapter1ccna(Internetwork Basic)

    10/48

    The OSI Model(Open Systems Interconnection Reference Model)

    10

  • 8/3/2019 Chapter1ccna(Internetwork Basic)

    11/48

    The OSI Model

    11

    The upper layers

  • 8/3/2019 Chapter1ccna(Internetwork Basic)

    12/48

    The OSI Model

    12

    The lower layers

  • 8/3/2019 Chapter1ccna(Internetwork Basic)

    13/48

    The OSI Model

    13

    The Layer Functions

  • 8/3/2019 Chapter1ccna(Internetwork Basic)

    14/48

    The OSI Model

    14

    Peer to peer comunication

  • 8/3/2019 Chapter1ccna(Internetwork Basic)

    15/48

    The OSI Model

    15

    Connection-Oriented Communication

  • 8/3/2019 Chapter1ccna(Internetwork Basic)

    16/48

    The OSI Model

    16

    Windowing

  • 8/3/2019 Chapter1ccna(Internetwork Basic)

    17/48

    The OSI Model

    17

    Network LayerRouting Table used in a router

  • 8/3/2019 Chapter1ccna(Internetwork Basic)

    18/48

    The OSI Model

    18

    Router in an internetwork

    Routers use the logical address in a Network layerheader to determine the next hop

    Routers can use access lists, created by an

    administrator, to control security Layer 3 devices (routers in this case) provide

    connections between virtual LANs (VLANs).

    Routers can provide quality of service (QoS) forspecific types of network traffic.

  • 8/3/2019 Chapter1ccna(Internetwork Basic)

    19/48

    The OSI Model

    19

    Data Link Layer

  • 8/3/2019 Chapter1ccna(Internetwork Basic)

    20/48

    The OSI Model

    20

    Logical Link Control LLC

    Provides an interface between the MAC layer and upper-layer

    Maintaining orderly delivery of frames through

    sequencingControlling the flow or rate using:

    AcknowledgmentBufferingWindowing

    Removing framing information and foward to the Network

  • 8/3/2019 Chapter1ccna(Internetwork Basic)

    21/48

    The OSI Model

    21

    Media Acess Control MAC

    Defines specifications for controlling access to the media

    Add Cyclical Redundancy Check(CRC) for error

    checking Convert frames into bits to send across the network Identifying the network devices and networktopologies Defining an address(MAC) for each physical device

    on the network Controlling access to the transmission medium

  • 8/3/2019 Chapter1ccna(Internetwork Basic)

    22/48

    Binary Addressing

    22

    Binary to Decimal Memorization Chart10000000 12811000000 19211100000 22411110000 24011111000 24811111100 25211111110 25411111111 255

    BINARY 128 64 32 16 8 4 2 1 DECIMAL

    10000100 1 0 0 0 0 1 0 0 132

    11010010 1 1 0 1 0 0 1 0 210

    10111000 1 0 1 1 1 0 0 0 184

    10100110 1 0 1 0 0 1 1 0 166

    Conversion Example

  • 8/3/2019 Chapter1ccna(Internetwork Basic)

    23/48

    The OSI Model

    23

    A hub in an network

  • 8/3/2019 Chapter1ccna(Internetwork Basic)

    24/48

    The OSI Model

    24

    A Switch in an network

  • 8/3/2019 Chapter1ccna(Internetwork Basic)

    25/48

    Ethernet Networking

    Ethernet is a contention media access method thatallows all hosts on a network to share thesamebandwidth of a link.

    Ethernet is popular because its readily scalable,

    meaning that its comparatively easy to integrate

    new technologies, such as Fast Ethernet andGigabit Ethernet, into an existing networkinfrastructure.

    Its also relatively simple to implement in the first

    place, and with it, troubleshooting is reasonablystraightforward.

    25

  • 8/3/2019 Chapter1ccna(Internetwork Basic)

    26/48

    Ethernet Collision Detection

    26

    CSMA/CD

  • 8/3/2019 Chapter1ccna(Internetwork Basic)

    27/48

    Half and Full Duplex

    27

    Half-duplex Ethernet is defined in the original 802.3Ethernet; Cisco says it uses only one wire pair with adigital signal running in both directions on the wire.

    But full-duplex Ethernet uses two pairs of wires instead of

    one wire pair like half duplex. And full duplex uses apoint-to-point connection between the transmitter of thetransmitting device and the receiver of the receivingdevice.

    Full-duplex Ethernet can be used in three situations: With a connection from a switch to a host With a connection from a switch to a switch With a connection from a host to a host using acrossover cable

  • 8/3/2019 Chapter1ccna(Internetwork Basic)

    28/48

    Ethernet Addressing

    28

    The MAC, or hardware, address is a 48-bit (6-byte) addresswritten in a hexadecimal format.

  • 8/3/2019 Chapter1ccna(Internetwork Basic)

    29/48

    Ethernet at the Physical Layer

    29

    The IEEE 802.3 and original Ethernet Physical layerspecifications.

  • 8/3/2019 Chapter1ccna(Internetwork Basic)

    30/48

    Ethernet Cabling

    30

    Ethernet cabling is an important discussion, especially if youare planning on taking the Cisco exams.

    Three types of Ethernet cables are available:

    Straight-through cable

    Crossover cable Rolled cable

  • 8/3/2019 Chapter1ccna(Internetwork Basic)

    31/48

    Ethernet CablingUTP

    31

  • 8/3/2019 Chapter1ccna(Internetwork Basic)

    32/48

    Straight Through

    32

    The straight-through cable is used to connect Host to switch or hub Router to switch or hub

  • 8/3/2019 Chapter1ccna(Internetwork Basic)

    33/48

    Crossover Cable

    33

    The crossover cable can be used to connect Switch to switch Hub to hub Host to host Hub to switch Router direct to host

  • 8/3/2019 Chapter1ccna(Internetwork Basic)

    34/48

    Rolled Cable

    34

    Although rolled cable isnt used to connect any Ethernet

    connections together, you can use arolled Ethernet cable toconnect a host to a router console serial communication (com)

    port.

  • 8/3/2019 Chapter1ccna(Internetwork Basic)

    35/48

    Using Hyper Terminal

    35

    Notice the settings for Hyper Terminal

  • 8/3/2019 Chapter1ccna(Internetwork Basic)

    36/48

    What type of cable is used?

    36

  • 8/3/2019 Chapter1ccna(Internetwork Basic)

    37/48

    What type of cable is used foreach connection?

    37

  • 8/3/2019 Chapter1ccna(Internetwork Basic)

    38/48

    Data Encapsulation

    When a host transmits data across anetwork to another device, the data

    goes through encapsulation:

    It is wrapped with protocolinformation at each layer of the OSImodel.

    Each layer communicates only withits peer layer on the receivingdevice.

    38

  • 8/3/2019 Chapter1ccna(Internetwork Basic)

    39/48

    The OSI Model

    39

    Data encapsulation

  • 8/3/2019 Chapter1ccna(Internetwork Basic)

    40/48

    The OSI Model

    40

    Data De-encapsulation

  • 8/3/2019 Chapter1ccna(Internetwork Basic)

    41/48

    PDU

    41

  • 8/3/2019 Chapter1ccna(Internetwork Basic)

    42/48

    Port Numbers

    42

    The Transport layer uses port numbers to define both the virtual

    circuit and the upper-layer process.

  • 8/3/2019 Chapter1ccna(Internetwork Basic)

    43/48

    Ciscos Three-Layer Model

    43

    The following are the three layers and their typical functions: The core layer: backbone

    The distribution layer: routing The access layer: switching

  • 8/3/2019 Chapter1ccna(Internetwork Basic)

    44/48

    Review Question

    44

    Hub Hub

    How many broadcast domains areshown?

  • 8/3/2019 Chapter1ccna(Internetwork Basic)

    45/48

    Review Question

    45

    Hub HubHub HubHub Hub

    Switch Switch

    How many collision domains

    are shown?

  • 8/3/2019 Chapter1ccna(Internetwork Basic)

    46/48

    46

    Which of the hosts can transmitsimultaneously without causing

    collisions?HubSwitch

    How many collision and broadcast

    domains are show?

    A FEDB C

  • 8/3/2019 Chapter1ccna(Internetwork Basic)

    47/48

    47

    How many collision domain, broadcastdomain.

  • 8/3/2019 Chapter1ccna(Internetwork Basic)

    48/48

    Written Labs and ReviewQuestions

    Open your books and go through all thewritten labs and the review questions.

    Review the answers in class.

    48