Chapter 1 Internet Working

Embed Size (px)

Citation preview

  • 8/8/2019 Chapter 1 Internet Working

    1/46

    CCNA Bootcamp

    Chapter 1: Internetworking

  • 8/8/2019 Chapter 1 Internet Working

    2/46

    Chapter 1 Objectives

    The CCNA Topics Covered in this chapter include:

    Internetworking Basics

    Layered Models

    The OSI Model

    Ethernet Networking Data Encapsulation

    Ciscos Three-Layer Model

    Chapter 1 Written Labs and Review Questions

  • 8/8/2019 Chapter 1 Internet Working

    3/46

    Internetworking Basics

    How would you say the PC named Bobcommunicates with the PC named Sally?

  • 8/8/2019 Chapter 1 Internet Working

    4/46

    Internetworking Basics

    Switches can replace the hub, breaking up collision domains.

    Keep in mind that the hub used in the figure just extended the onecollision domain from the switch port.

  • 8/8/2019 Chapter 1 Internet Working

    5/46

    Internetworking Basics

    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 A bunch of ARP or IPX traffic (IPX is a Novell

    protocol that is like IP, but really, really chatty.Typically not used in todays networks.)

  • 8/8/2019 Chapter 1 Internet Working

    6/46

    Internetworking Basics

    Routers create an internetwork.

  • 8/8/2019 Chapter 1 Internet Working

    7/46

    Internetworking Basics

    There are two advantages of using routers in yournetwork:

    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 listed asfollows:

    Packet switching Packet filtering

    Internetwork communication Path selection

  • 8/8/2019 Chapter 1 Internet Working

    8/46

    Internetworking Basics

    Internetworking devices

  • 8/8/2019 Chapter 1 Internet Working

    9/46

    Internetworking Basics

    Switched networks creating an internetwork

  • 8/8/2019 Chapter 1 Internet Working

    10/46

    Layered Models

    The Layered Approach

    A reference model is a conceptual blueprint of howcommunications should take place.

    It addresses all the processes required for effectivecommunication and divides these processes intological groupings called layers.

    When a communication system is designed in thismanner, its known as layered architecture.

  • 8/8/2019 Chapter 1 Internet Working

    11/46

    The OSI Model

    The OSI isnt a physical model. Rather, its a set ofguidelines that application developers can use to createand implement applications that run on a network.

    It also provides a framework for creating andimplementing networking standards, devices, and

    internetworking schemes.

  • 8/8/2019 Chapter 1 Internet Working

    12/46

    The OSI Model

    The upper layers

  • 8/8/2019 Chapter 1 Internet Working

    13/46

    The OSI Model

    The lower layers

  • 8/8/2019 Chapter 1 Internet Working

    14/46

    The OSI Model

    The Layer Functions

  • 8/8/2019 Chapter 1 Internet Working

    15/46

    The OSI Model

    Connection-Oriented Communication

  • 8/8/2019 Chapter 1 Internet Working

    16/46

    The OSI Model

    Windowing

  • 8/8/2019 Chapter 1 Internet Working

    17/46

    The OSI Model

    Network Layer Routing Table used in a router

  • 8/8/2019 Chapter 1 Internet Working

    18/46

    The OSI Model

    Router in an internetwork

  • 8/8/2019 Chapter 1 Internet Working

    19/46

    The OSI Model

    Data Link Layer

    Provides the physical transmission of the data and handles errornotification, network topology, and flow control Ensure that messages are delivered to the proper device on a LAN using

    hardware addresses and will translate messages from the Network

    layer into bits for the Physical layer to transmit.

  • 8/8/2019 Chapter 1 Internet Working

    20/46

    Binary Addressing

    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 00

    184

    10100110 1 0 1 0 0 1 1 0 166

    Conversion Example

  • 8/8/2019 Chapter 1 Internet Working

    21/46

    Hexadecimal Addressing [1]

    Hex is short for hexadecimal, which is a numbering systemthat uses the first six letters of the alphabet (A through F) to

    extend beyond the available 10 digits in the decimal system.Hexadecimal has a total of 16 digits.

    Hex Value Binary Value Decimal Value

    0 0000 01 0001 1

    2 0010 2

    3 0011 34 0100 4

    5 0101 5

    6 0110 6

    7 0111 7

  • 8/8/2019 Chapter 1 Internet Working

    22/46

    Hexadecimal Addressing [2]

    Hex Value Binary Value Decimal Value

    8 1000 89 1001 9

    A 1010 10

    B 1011 11

    C 1100 12

    D 1101 13

    E 1110 14

    F 1111 15

  • 8/8/2019 Chapter 1 Internet Working

    23/46

    The OSI Model

    A hub in an network

  • 8/8/2019 Chapter 1 Internet Working

    24/46

    The OSI Model

    A Switch in an network

  • 8/8/2019 Chapter 1 Internet Working

    25/46

    Ethernet Networking

    Ethernet is a contention media access method that allowsall hosts on a network to share the same bandwidth of alink.

    Ethernet is popular because its readily scalable, meaningthat its comparatively easy to integrate new technologies,

    such as Fast Ethernet and Gigabit Ethernet, into anexisting network infrastructure.

    Its also relatively simple to implement in the first place,

    and with it, troubleshooting is reasonably straightforward.

  • 8/8/2019 Chapter 1 Internet Working

    26/46

    Ethernet Collision Detection

    CSMA/CD

    Carrier Sense Multiple Access with

    Collision Detection (CSMA/CD),a protocol that helps devices share thebandwidth evenly without having twodevices transmit at

    the same time on the network medium

    CSMA/CD was created to overcomethe problem of those

    collisions that occur when packets aretransmitted simultaneously fromdifferent nodes.

  • 8/8/2019 Chapter 1 Internet Working

    27/46

    Half and Full Duplex

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

    But full-duplex Ethernet uses two pairs of wires instead of one wirepair like half duplex. And full duplex uses a point-to-pointconnection between the transmitter of the transmitting device and

    the receiver of the receiving device.

    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 a crossover cable

  • 8/8/2019 Chapter 1 Internet Working

    28/46

    Ethernet Addressing

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

  • 8/8/2019 Chapter 1 Internet Working

    29/46

    Ethernet at the Physical Layer

    The IEEE 802.3 and original Ethernet Physical layer

    specifications.

  • 8/8/2019 Chapter 1 Internet Working

    30/46

    Ethernet Cabling

    Ethernet cabling is an important discussion, especially ifyou are planning on taking the Cisco exams.

    Three types of Ethernet cables are available:

    Straight-through cable Crossover cable Rolled cable

    We will look at each in the following sections.

  • 8/8/2019 Chapter 1 Internet Working

    31/46

    Straight Through

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

    Router to switch or hub

  • 8/8/2019 Chapter 1 Internet Working

    32/46

    Crossover Cable

    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/8/2019 Chapter 1 Internet Working

    33/46

    Rolled Cable

    Although rolled cable isnt used to connect any Ethernet connectionstogether, you can use arolled Ethernet cable to connect a host to a

    router console serial communication (com) port.

  • 8/8/2019 Chapter 1 Internet Working

    34/46

    Using Hyper Terminal

    Notice the settings for Hyper Terminal

  • 8/8/2019 Chapter 1 Internet Working

    35/46

    What type of cable is used?

  • 8/8/2019 Chapter 1 Internet Working

    36/46

  • 8/8/2019 Chapter 1 Internet Working

    37/46

    Data Encapsulation [1]

    When a host transmits data across a network to another device, thedata goes through encapsulation:

    It is wrapped with protocol information at each layer of the OSImodel.

    Each layer communicates only with its peer layer on the receivingdevice.

    To communicate and exchange information, each layer uses ProtocolData Units (PDUs). These hold the control information attached tothe data at each layer of the model. They are usually attached to theheader in front of the data field but can also be in the trailer, or end,of it.

    Each PDU attaches to the data by encapsulating it at each layer of theOSI model, and each has a specific name depending on theinformation provided in each header. This PDU information is readonly by the peer layer on the receiving device. After its read, its

    stripped off and the data is then handed to the next layer up.

  • 8/8/2019 Chapter 1 Internet Working

    38/46

    Data Encapsulation [2]

  • 8/8/2019 Chapter 1 Internet Working

    39/46

    PDU

  • 8/8/2019 Chapter 1 Internet Working

    40/46

    Port Numbers

    The Transport layer uses port numbers to define both the virtualcircuit and the upper-layer process.

  • 8/8/2019 Chapter 1 Internet Working

    41/46

    Ciscos Three-Layer Model

    The following are the three layers and their typical functions: The core layer: backbone The distribution layer: routing The access layer: switching

  • 8/8/2019 Chapter 1 Internet Working

    42/46

    Review Question

    Hub Hub

    How many broadcast domains are shown?

  • 8/8/2019 Chapter 1 Internet Working

    43/46

    Review Question

    Hub HubHub HubHub Hub

    Switch Switch

    How many collision domains are shown?

    Which of the hosts can transmit simultaneously

  • 8/8/2019 Chapter 1 Internet Working

    44/46

    Which of the hosts can transmit simultaneouslywithout causing collisions?

    HubSwitch

    How many collision and broadcast domains are show?

    A FEDB C

  • 8/8/2019 Chapter 1 Internet Working

    45/46

    Written Labs and Review Questions

    Open your books and go through all the writtenlabs and the review questions.

    Review the answers in class.

  • 8/8/2019 Chapter 1 Internet Working

    46/46

    Thank You