SlideShare uma empresa Scribd logo
1 de 67
© 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 1
Chapter 5:
Ethernet
Introduction to Networks
Presentation_ID 2© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Chapter 6 : Objectives
In this chapter, you will learn to:
 Describe the operation of the Ethernet sublayers.
 Identify the major fields of the Ethernet frame.
 Describe the purpose and characteristics of the Ethernet
MAC address.
 Describe the purpose of ARP.
 Explain how ARP requests impact network and host
performance.
 Explain basic switching concepts.
 Compare fixed configuration and modular switches.
 Configure a Layer 3 switch.
Presentation_ID 3© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Ethernet
Introduction
This chapter examines the characteristics and operation of
Ethernet as it has evolved from a shared media, contention-
based data communications technology to today's high
bandwidth, full-duplex technology.
Presentation_ID 4© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Chapter 5
5.0 Introduction
5.1 Ethernet Protocol
5.2 Address Resolution Protocol
5.3 LAN Switches
5.4 Summary
Presentation_ID 5© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
5.1
Ethernet Protocol
Presentation_ID 6© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Ethernet Operation
LLC and MAC Sublayers
Ethernet –
• Most widely used LAN technology
• Operates in the data link layer and the physical layer
• Family of networking technologies that are defined in the IEEE 802.2
and 802.3 standards
• Supports data bandwidths of 10, 100, 1000, 10,000, 40,000, and
100,000 Mbps (100 Gbps)
Ethernet standards –
• Define Layer 2 protocols and Layer 1 technologies
• Two separate sub layers of the data link layer to operate - Logical
link control (LLC) and the MAC sublayers
Presentation_ID 7© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Ethernet Operation
LLC and MAC Sublayers
Presentation_ID 8© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Ethernet Operation
LLC and MAC Sublayers
LLC
• Handles communication between upper and lower layers
• Takes the network protocol data and adds control
information to help deliver the packet to the destination
MAC
• Constitutes the lower sublayer of the data link layer
• Implemented by hardware, typically in the computer NIC
• Two primary responsibilities:
• Data encapsulation
• Media access control
Presentation_ID 9© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Ethernet Operation
MAC Sublayer
Presentation_ID 10© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Ethernet Operation
MAC Sublayer
Data encapsulation
• Frame assembly before transmission and frame disassembly upon
reception of a frame
• MAC layer adds a header and trailer to the network layer PDU
Provides three primary functions:
• Frame delimiting – identifies a group of bits that make up a frame,
synchronization between the transmitting and receiving nodes
• Addressing – each Ethernet header added in the frame contains the
physical address (MAC address) that enables a frame to be delivered
to a destination node
• Error detection - each Ethernet frame contains a trailer with a cyclic
redundancy check (CRC) of the frame contents
Presentation_ID 11© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Ethernet Operation
MAC Sublayer
Media Access Control
• Responsible for the placement of frames on the media and the
removal of frames from the media
• Communicates directly with the physical layer
• If multiple devices on a single medium attempt to forward data
simultaneously, the data will collide resulting in corrupted, unusable
data
• Ethernet provides a method for controlling how the nodes share
access through the use a Carrier Sense Multiple Access (CSMA)
technology
Presentation_ID 12© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Ethernet Operation
Media Access Control
Carrier Sense Multiple Access (CSMA) process
• Used to first detect if the media is carrying a signal
• If no carrier signal is detected, the device transmits its data
• If two devices transmit at the same time - data collision
Presentation_ID 13© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Ethernet Operation
Media Access Control
Presentation_ID 14© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Ethernet Operation
Media Access Control
The two commonly used methods are:
CSMA/Collision Detection
• The device monitors the media for the presence of a data signal
• If a data signal is absent, indicating that the media is free, the device
transmits the data
• If signals are then detected that show another device was transmitting
at the same time, all devices stop sending and try again later
• While Ethernet networks are designed with CSMA/CD technology, with
today’s intermediate devices, collisions do not occur and the processes
utilized by CSMA/CD are really unnecessary
• Wireless connections in a LAN environment still have to take collisions
into account
Presentation_ID 15© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Ethernet Operation
Media Access Control
The two commonly used methods are:
CSMA/Collision Avoidance (CSMA/CA) media access
method
• Device examines the media for the presence of data signal - if the
media is free, the device sends a notification across the media of its
intent to use it
• The device then sends the data.
• Used by 802.11 wireless networking technologies
Presentation_ID 16© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Ethernet Operation
Media Access Control
Presentation_ID 17© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Ethernet Operation
MAC Address: Ethernet Identity
• Layer 2 Ethernet MAC address is a 48-bit binary value expressed as 12
hexadecimal digits
 IEEE requires a vendor to follow two simple rules:
• Must use that vendor's assigned OUI as the first 3 bytes
• All MAC addresses with the same OUI must be assigned a unique
value in the last 3 bytes
Presentation_ID 18© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Ethernet Operation
Frame Processing
 MAC addresses assigned to workstations, servers, printers, switches,
and routers
 Example MACs: 00-05-9A-3C-78-00, 00:05:9A:3C:78:00, or
0005.9A3C.7800.
 Forwarded message to an Ethernet network, attaches header
information to the packet, contains the source and destination MAC
address
 Each NIC views information to see if the destination MAC address in
the frame matches the device’s physical MAC address stored in RAM
 No match, the device discards the frame
 Matches the destination MAC of the frame, the NIC passes the frame
up the OSI layers, where the decapsulation process takes place
Presentation_ID 19© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Ethernet Frame Attributes
Ethernet Encapsulation
 Early versions of Ethernet were relatively slow at 10 Mbps
 Now operate at 10 Gigabits per second and faster
 Ethernet frame structure adds headers and trailers around the Layer 3
PDU to encapsulate the message being sent
Ethernet II is the
Ethernet frame
format used in
TCP/IP networks.
Presentation_ID 20© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Ethernet Frame Attributes
Ethernet Frame Size
 Ethernet II and IEEE 802.3 standards define the minimum
frame size as 64 bytes and the maximum as 1518 bytes
 Less than 64 bytes in length is considered a "collision
fragment" or "runt frame”
 If size of a transmitted frame is less than the minimum or
greater than the maximum, the receiving device drops the
frame
 At the physical layer, different versions of Ethernet vary in
their method for detecting and placing data on the media
Presentation_ID 21© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Ethernet Frame Attributes
Ethernet Frame Size
The figure displays the fields contained in the 802.1Q VLAN tag
Presentation_ID 22© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Ethernet Frame Attributes
Introduction to the Ethernet Frame
Preamble and
Start Frame
Delimiter Fields
Used for
synchronization
between the
sending and
receiving devices
Length/Type
Field
Defines the exact
length of the
frame's data field/
describes which
protocol is
implemented
Data and
Pad Fields
Contain the
encapsulated
data from a
higher layer,
an IPv4
packet
Presentation_ID 23© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Ethernet Frame Attributes
Introduction to the Ethernet Frame
Frame Check Sequence Field
Used to detect errors in a frame
with cyclic redundancy check (4
bytes), if calculations match at
source and receiver, no error
occurred.
Presentation_ID 24© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Ethernet MAC
MAC Addresses and Hexadecimal
Presentation_ID 25© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Ethernet MAC
MAC Address Representations
Presentation_ID 26© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Ethernet MAC
Unicast MAC Address
Presentation_ID 27© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Ethernet MAC
Broadcast MAC Address
Presentation_ID 28© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Ethernet MAC
Multicast MAC Address
Multicast MAC address is a
special value that begins with
01-00-5E in hexadecimal
Range of IPV4 multicast addresses
is 224.0.0.0 to 239.255.255.255
Presentation_ID 29© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
MAC and IP
MAC and IP
MAC address
 This address does not change
 Similar to the name of a person
 Known as physical address because physically assigned to the host NIC
IP address
 Similar to the address of a person
 Based on where the host is actually located
 Known as a logical address because assigned logically
 Assigned to each host by a network administrator
Both the physical MAC and logical IP addresses are required for a
computer to communicate just like both the name and address of a person
are required to send a letter
Presentation_ID 30© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Ethernet MAC
End-to-End Connectivity, MAC, and IP
Presentation_ID 31© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Ethernet MAC
End-to-End Connectivity, MAC, and IP
Presentation_ID 32© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
5.2
Address Resolution Protocol
Presentation_ID 33© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
ARP
Introduction to ARP
ARP Purpose
 Sending node needs a way to find the MAC address of the
destination for a given Ethernet link
The ARP protocol provides two basic functions:
 Resolving IPv4 addresses to MAC addresses
 Maintaining a table of mappings
Presentation_ID 34© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
ARP
Introduction to ARP
Presentation_ID 35© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
ARP
ARP Functions/Operation
ARP Table –
 Used to find the data link layer address that is mapped to the
destination IPv4 address
 As a node receives frames from the media, it records the source IP
and MAC address as a mapping in the ARP table
ARP request –
 Layer 2 broadcast to all devices on the Ethernet LAN
 The node that matches the IP address in the broadcast will reply
 If no device responds to the ARP request, the packet is dropped
because a frame cannot be created
Static map entries can be entered in an ARP table, but
this is rarely done
Presentation_ID 36© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
ARP
ARP Functions/Operation
Presentation_ID 37© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
ARP
ARP Functions/Operation
Presentation_ID 38© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
ARP
ARP Functions/Operation
Presentation_ID 39© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
ARP
ARP Functions/Operation
Presentation_ID 40© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
ARP
ARP Functions/Operation
Presentation_ID 41© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
ARP
ARP Functions/Operation
Presentation_ID 42© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
ARP
ARP Role in Remote Communication
 If the destination IPv4 host is on the local network, the
frame will use the MAC address of this device as the
destination MAC address
 If the destination IPv4 host is not on the local network, the
source uses the ARP process to determine a MAC address
for the router interface serving as the gateway
 In the event that the gateway entry is not in the table, an
ARP request is used to retrieve the MAC address
associated with the IP address of the router interface
Presentation_ID 43© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
ARP
Removing Entries from an ARP Table
 ARP cache timer removes ARP entries that have not been
used for a specified period of time
 Commands may also be used to manually remove all or
some of the entries in the ARP table
Presentation_ID 44© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
ARP
ARP Tables on Networking Devices
Presentation_ID 45© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
ARP Issues
How ARP Can Create Problems
Presentation_ID 46© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
ARP Issues
Mitigating ARP Problems
Presentation_ID 47© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
5.3
LAN Switches
Presentation_ID 48© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Switching
Switch Port Fundamentals
Layer 2 LAN switch
 Connects end devices to a central intermediate device on
most Ethernet networks
 Performs switching and filtering based only on the MAC
address
 Builds a MAC address table that it uses to make forwarding
decisions
 Depends on routers to pass data between IP subnetworks
Presentation_ID 49© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Switching
Switch MAC Address Table
1. The switch receives a broadcast frame from PC 1 on Port 1.
2. The switch enters the source MAC address and the switch
port that received the frame into the address table.
3. Because the destination address is a broadcast, the switch
floods the frame to all ports, except the port on which it
received the frame.
4. The destination device replies to the broadcast with a
unicast frame addressed to PC 1.
Continued…
Presentation_ID 50© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Switching
Switch MAC Address Table
5. The switch enters the source MAC address of PC 2 and the
port number of the switch port that received the frame into
the address table. The destination address of the frame and
its associated port is found in the MAC address table.
6. The switch can now forward frames between source and
destination devices without flooding, because it has entries
in the address table that identify the associated ports.
Presentation_ID 51© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Switching
Duplex Settings
Presentation_ID 52© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Switching
Auto-MDIX
Presentation_ID 53© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Switching
Frame Forwarding Methods on Cisco Switches
Presentation_ID 54© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Switching
Cut-through Switching
Two variants:
Fast-forward switching:
• Lowest level of latency
immediately forwards a
packet after reading the
destination address,
typical cut-through
method of switching
Fragment-free switching:
• Switch stores the first
64 bytes of the frame
before forwarding, most
network errors and
collisions occur during
the first 64 bytes
Presentation_ID 55© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Switching
Memory Buffering on Switches
Presentation_ID 56© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Fixed or Modular
Fixed verses Modular Configuration
Presentation_ID 57© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Fixed or Modular
Fixed verses Modular Configuration
Presentation_ID 58© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Fixed or Modular
Module Options for Cisco Switch Slots
Presentation_ID 59© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Layer 3 Switching
Layer 2 verses Layer 3 Switching
Presentation_ID 60© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Layer 3 Switching
Cisco Express Forwarding
Two main components:
 Forwarding information base (FIB)
• Conceptually similar to a routing table
• A networking device uses this lookup table to make
destination-based switching decisions during Cisco
Express Forwarding operation
• Updated when changes occur in the network and
contains all routes known at the time
 Adjacency tables
• Maintain layer 2 next-hop addresses for all FIB entries
Presentation_ID 61© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Layer 3 Switching
Cisco Express Forwarding
Presentation_ID 62© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Layer 3 Switching
Types of Layer 3 Interfaces
The major types of Layer 3 interfaces are:
 Switch Virtual Interface (SVI) – Logical interface on a switch
associated with a virtual local area network (VLAN).
 Routed Port – Physical port on a Layer 3 switch configured
to act as a router port. Configure routed ports by putting the
interface into Layer 3 mode with the no switchport interface
configuration command.
 Layer 3 EtherChannel – Logical interface on a Cisco device
associated with a bundle of routed ports.
Presentation_ID 63© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Layer 3 Switching
Configuring a Routed Port on a Layer 3 Switch
Presentation_ID 64© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Chapter 5
Summary
 Ethernet is the most widely used LAN technology used today.
 Ethernet standards define both the Layer 2 protocols and the
Layer 1 technologies.
 The Ethernet frame structure adds headers and trailers
around the Layer 3 PDU to encapsulate the message being
sent.
 As an implementation of the IEEE 802.2/3 standards, the
Ethernet frame provides MAC addressing and error checking.
 Replacing hubs with switches in the local network has
reduced the probability of frame collisions in half-duplex links.
Presentation_ID 65© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Chapter 5
Summary
 The Layer 2 addressing provided by Ethernet supports
unicast, multicast, and broadcast communications.
 Ethernet uses the Address Resolution Protocol to determine
the MAC addresses of destinations and map them against
known Network layer addresses.
 Each node on an IP network has both a MAC address and an
IP address.
 The ARP protocol resolves IPv4 addresses to MAC
addresses and maintains a table of mappings.
 A Layer 2 switch builds a MAC address table that it uses to
make forwarding decisions.
Presentation_ID 66© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Chapter 5
Summary
 Layer 3 switches are also capable of performing Layer 3
routing functions, reducing the need for dedicated routers on
a LAN.
 Layer 3 switches have specialized switching hardware so
they can typically route data as quickly as they can switch.
Presentation_ID 67© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Mais conteúdo relacionado

Mais procurados

CCNA 1 Routing and Switching v5.0 Chapter 5
CCNA 1 Routing and Switching v5.0 Chapter 5CCNA 1 Routing and Switching v5.0 Chapter 5
CCNA 1 Routing and Switching v5.0 Chapter 5Nil Menon
 
CCNA RS_NB - Chapter 6
CCNA RS_NB - Chapter 6CCNA RS_NB - Chapter 6
CCNA RS_NB - Chapter 6Irsandi Hasan
 
CCNA RS_ITN - Chapter 2
CCNA RS_ITN - Chapter 2CCNA RS_ITN - Chapter 2
CCNA RS_ITN - Chapter 2Irsandi Hasan
 
Ccna v5-S1-Chapter 1
Ccna v5-S1-Chapter 1Ccna v5-S1-Chapter 1
Ccna v5-S1-Chapter 1Hamza Malik
 
CCNA 1 Routing and Switching v5.0 Chapter 4
CCNA 1 Routing and Switching v5.0 Chapter 4CCNA 1 Routing and Switching v5.0 Chapter 4
CCNA 1 Routing and Switching v5.0 Chapter 4Nil Menon
 
CCNA RS_ITN - Chapter 8
CCNA RS_ITN - Chapter 8CCNA RS_ITN - Chapter 8
CCNA RS_ITN - Chapter 8Irsandi Hasan
 
CCNA 1 Routing and Switching v5.0 Chapter 3
CCNA 1 Routing and Switching v5.0 Chapter 3CCNA 1 Routing and Switching v5.0 Chapter 3
CCNA 1 Routing and Switching v5.0 Chapter 3Nil Menon
 
CCNA RS_ITN - Chapter 6
CCNA RS_ITN - Chapter 6CCNA RS_ITN - Chapter 6
CCNA RS_ITN - Chapter 6Irsandi Hasan
 
CCNAv5 - S1: Chapter 5 - Ethernet
CCNAv5 - S1: Chapter 5 - EthernetCCNAv5 - S1: Chapter 5 - Ethernet
CCNAv5 - S1: Chapter 5 - EthernetVuz Dở Hơi
 
CCNAv5 - S1: Chapter 3 - Network protocols and communications
CCNAv5 - S1: Chapter 3 - Network protocols and communicationsCCNAv5 - S1: Chapter 3 - Network protocols and communications
CCNAv5 - S1: Chapter 3 - Network protocols and communicationsVuz Dở Hơi
 
CCNAv5 - S4: Chapter8 monitoring the network
CCNAv5 - S4: Chapter8 monitoring the networkCCNAv5 - S4: Chapter8 monitoring the network
CCNAv5 - S4: Chapter8 monitoring the networkVuz Dở Hơi
 
CCNA 1 Routing and Switching v5.0 Chapter 1
CCNA 1 Routing and Switching v5.0 Chapter 1CCNA 1 Routing and Switching v5.0 Chapter 1
CCNA 1 Routing and Switching v5.0 Chapter 1Nil Menon
 
CCNA RS_NB - Chapter 11
CCNA RS_NB - Chapter 11CCNA RS_NB - Chapter 11
CCNA RS_NB - Chapter 11Irsandi Hasan
 
CCNAv5 - S1: Chapter 10 Application Layer
CCNAv5 - S1: Chapter 10 Application LayerCCNAv5 - S1: Chapter 10 Application Layer
CCNAv5 - S1: Chapter 10 Application LayerVuz Dở Hơi
 
CCNA RS_NB - Chapter 5
CCNA RS_NB - Chapter 5CCNA RS_NB - Chapter 5
CCNA RS_NB - Chapter 5Irsandi Hasan
 
CCNA RS_ITN - Chapter 7
CCNA RS_ITN - Chapter 7CCNA RS_ITN - Chapter 7
CCNA RS_ITN - Chapter 7Irsandi Hasan
 
CCNAv5 - S4: Chapter2 Connecting To The Wan
CCNAv5 - S4: Chapter2 Connecting To The WanCCNAv5 - S4: Chapter2 Connecting To The Wan
CCNAv5 - S4: Chapter2 Connecting To The WanVuz Dở Hơi
 
CCNA 1 Routing and Switching v5.0 Chapter 8
CCNA 1 Routing and Switching v5.0 Chapter 8CCNA 1 Routing and Switching v5.0 Chapter 8
CCNA 1 Routing and Switching v5.0 Chapter 8Nil Menon
 

Mais procurados (19)

CCNA 1 Routing and Switching v5.0 Chapter 5
CCNA 1 Routing and Switching v5.0 Chapter 5CCNA 1 Routing and Switching v5.0 Chapter 5
CCNA 1 Routing and Switching v5.0 Chapter 5
 
CCNA RS_NB - Chapter 6
CCNA RS_NB - Chapter 6CCNA RS_NB - Chapter 6
CCNA RS_NB - Chapter 6
 
CCNA RS_ITN - Chapter 2
CCNA RS_ITN - Chapter 2CCNA RS_ITN - Chapter 2
CCNA RS_ITN - Chapter 2
 
Ccna v5-S1-Chapter 1
Ccna v5-S1-Chapter 1Ccna v5-S1-Chapter 1
Ccna v5-S1-Chapter 1
 
CCNA 1 Routing and Switching v5.0 Chapter 4
CCNA 1 Routing and Switching v5.0 Chapter 4CCNA 1 Routing and Switching v5.0 Chapter 4
CCNA 1 Routing and Switching v5.0 Chapter 4
 
CCNA RS_ITN - Chapter 8
CCNA RS_ITN - Chapter 8CCNA RS_ITN - Chapter 8
CCNA RS_ITN - Chapter 8
 
CCNA 1 Routing and Switching v5.0 Chapter 3
CCNA 1 Routing and Switching v5.0 Chapter 3CCNA 1 Routing and Switching v5.0 Chapter 3
CCNA 1 Routing and Switching v5.0 Chapter 3
 
CCNA RS_ITN - Chapter 6
CCNA RS_ITN - Chapter 6CCNA RS_ITN - Chapter 6
CCNA RS_ITN - Chapter 6
 
ccna1 v5 cap2
ccna1 v5 cap2ccna1 v5 cap2
ccna1 v5 cap2
 
CCNAv5 - S1: Chapter 5 - Ethernet
CCNAv5 - S1: Chapter 5 - EthernetCCNAv5 - S1: Chapter 5 - Ethernet
CCNAv5 - S1: Chapter 5 - Ethernet
 
CCNAv5 - S1: Chapter 3 - Network protocols and communications
CCNAv5 - S1: Chapter 3 - Network protocols and communicationsCCNAv5 - S1: Chapter 3 - Network protocols and communications
CCNAv5 - S1: Chapter 3 - Network protocols and communications
 
CCNAv5 - S4: Chapter8 monitoring the network
CCNAv5 - S4: Chapter8 monitoring the networkCCNAv5 - S4: Chapter8 monitoring the network
CCNAv5 - S4: Chapter8 monitoring the network
 
CCNA 1 Routing and Switching v5.0 Chapter 1
CCNA 1 Routing and Switching v5.0 Chapter 1CCNA 1 Routing and Switching v5.0 Chapter 1
CCNA 1 Routing and Switching v5.0 Chapter 1
 
CCNA RS_NB - Chapter 11
CCNA RS_NB - Chapter 11CCNA RS_NB - Chapter 11
CCNA RS_NB - Chapter 11
 
CCNAv5 - S1: Chapter 10 Application Layer
CCNAv5 - S1: Chapter 10 Application LayerCCNAv5 - S1: Chapter 10 Application Layer
CCNAv5 - S1: Chapter 10 Application Layer
 
CCNA RS_NB - Chapter 5
CCNA RS_NB - Chapter 5CCNA RS_NB - Chapter 5
CCNA RS_NB - Chapter 5
 
CCNA RS_ITN - Chapter 7
CCNA RS_ITN - Chapter 7CCNA RS_ITN - Chapter 7
CCNA RS_ITN - Chapter 7
 
CCNAv5 - S4: Chapter2 Connecting To The Wan
CCNAv5 - S4: Chapter2 Connecting To The WanCCNAv5 - S4: Chapter2 Connecting To The Wan
CCNAv5 - S4: Chapter2 Connecting To The Wan
 
CCNA 1 Routing and Switching v5.0 Chapter 8
CCNA 1 Routing and Switching v5.0 Chapter 8CCNA 1 Routing and Switching v5.0 Chapter 8
CCNA 1 Routing and Switching v5.0 Chapter 8
 

Destaque

Ccna v5-S1-Chapter 11
Ccna v5-S1-Chapter 11Ccna v5-S1-Chapter 11
Ccna v5-S1-Chapter 11Hamza Malik
 
Ccna v5-S1-Chapter 9
Ccna v5-S1-Chapter 9Ccna v5-S1-Chapter 9
Ccna v5-S1-Chapter 9Hamza Malik
 
Ccna v5-S1-Chapter 3
Ccna v5-S1-Chapter 3Ccna v5-S1-Chapter 3
Ccna v5-S1-Chapter 3Hamza Malik
 
Ccna v5-S1-Chapter 2
Ccna v5-S1-Chapter 2Ccna v5-S1-Chapter 2
Ccna v5-S1-Chapter 2Hamza Malik
 
Ccna v5-S1-Chapter 8
Ccna v5-S1-Chapter 8Ccna v5-S1-Chapter 8
Ccna v5-S1-Chapter 8Hamza Malik
 
CCNA Advanced Routing Protocols
CCNA Advanced Routing ProtocolsCCNA Advanced Routing Protocols
CCNA Advanced Routing ProtocolsDsunte Wilson
 
CCNA Routing Protocols
CCNA Routing ProtocolsCCNA Routing Protocols
CCNA Routing ProtocolsDsunte Wilson
 
CCNA Introducing Networks
CCNA Introducing NetworksCCNA Introducing Networks
CCNA Introducing NetworksDsunte Wilson
 
CCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch ConfigurationCCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch ConfigurationDsunte Wilson
 
CCENT Certification
CCENT CertificationCCENT Certification
CCENT CertificationChris Mouk
 
CCNAv5 - S1: Chapter 2 - Configuring a network operating system
CCNAv5 - S1: Chapter 2 - Configuring a network operating systemCCNAv5 - S1: Chapter 2 - Configuring a network operating system
CCNAv5 - S1: Chapter 2 - Configuring a network operating systemVuz Dở Hơi
 
Layer 2 switching fundamentals(networking)
Layer 2 switching fundamentals(networking)Layer 2 switching fundamentals(networking)
Layer 2 switching fundamentals(networking)welcometofacebook
 
CCNAv5 - S2: Chapter2 Basic Switching Concepts and Configuration
CCNAv5 - S2: Chapter2 Basic Switching Concepts and ConfigurationCCNAv5 - S2: Chapter2 Basic Switching Concepts and Configuration
CCNAv5 - S2: Chapter2 Basic Switching Concepts and ConfigurationVuz Dở Hơi
 
CCNAv5 - S2: Chapter11 Network Address Translation for ipv4
CCNAv5 - S2: Chapter11 Network Address Translation for ipv4CCNAv5 - S2: Chapter11 Network Address Translation for ipv4
CCNAv5 - S2: Chapter11 Network Address Translation for ipv4Vuz Dở Hơi
 
CCNAv5 - S2: Chapter10 DHCP
CCNAv5 - S2: Chapter10 DHCPCCNAv5 - S2: Chapter10 DHCP
CCNAv5 - S2: Chapter10 DHCPVuz Dở Hơi
 

Destaque (20)

Ccna v5-S1-Chapter 11
Ccna v5-S1-Chapter 11Ccna v5-S1-Chapter 11
Ccna v5-S1-Chapter 11
 
Ccna v5-S1-Chapter 9
Ccna v5-S1-Chapter 9Ccna v5-S1-Chapter 9
Ccna v5-S1-Chapter 9
 
Ccna v5-S1-Chapter 3
Ccna v5-S1-Chapter 3Ccna v5-S1-Chapter 3
Ccna v5-S1-Chapter 3
 
Ccna v5-S1-Chapter 2
Ccna v5-S1-Chapter 2Ccna v5-S1-Chapter 2
Ccna v5-S1-Chapter 2
 
Ccna v5-S1-Chapter 8
Ccna v5-S1-Chapter 8Ccna v5-S1-Chapter 8
Ccna v5-S1-Chapter 8
 
CCNA IP Addressing
CCNA IP AddressingCCNA IP Addressing
CCNA IP Addressing
 
CCNA Advanced Routing Protocols
CCNA Advanced Routing ProtocolsCCNA Advanced Routing Protocols
CCNA Advanced Routing Protocols
 
CCNA Routing Protocols
CCNA Routing ProtocolsCCNA Routing Protocols
CCNA Routing Protocols
 
CCNA Introducing Networks
CCNA Introducing NetworksCCNA Introducing Networks
CCNA Introducing Networks
 
CCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch ConfigurationCCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch Configuration
 
Assignment
AssignmentAssignment
Assignment
 
CCENT Certification
CCENT CertificationCCENT Certification
CCENT Certification
 
Cisco CCNA module 10
Cisco CCNA module 10Cisco CCNA module 10
Cisco CCNA module 10
 
Cisco CCENT Cram Notes
Cisco CCENT Cram NotesCisco CCENT Cram Notes
Cisco CCENT Cram Notes
 
Methods of Switching
Methods of SwitchingMethods of Switching
Methods of Switching
 
CCNAv5 - S1: Chapter 2 - Configuring a network operating system
CCNAv5 - S1: Chapter 2 - Configuring a network operating systemCCNAv5 - S1: Chapter 2 - Configuring a network operating system
CCNAv5 - S1: Chapter 2 - Configuring a network operating system
 
Layer 2 switching fundamentals(networking)
Layer 2 switching fundamentals(networking)Layer 2 switching fundamentals(networking)
Layer 2 switching fundamentals(networking)
 
CCNAv5 - S2: Chapter2 Basic Switching Concepts and Configuration
CCNAv5 - S2: Chapter2 Basic Switching Concepts and ConfigurationCCNAv5 - S2: Chapter2 Basic Switching Concepts and Configuration
CCNAv5 - S2: Chapter2 Basic Switching Concepts and Configuration
 
CCNAv5 - S2: Chapter11 Network Address Translation for ipv4
CCNAv5 - S2: Chapter11 Network Address Translation for ipv4CCNAv5 - S2: Chapter11 Network Address Translation for ipv4
CCNAv5 - S2: Chapter11 Network Address Translation for ipv4
 
CCNAv5 - S2: Chapter10 DHCP
CCNAv5 - S2: Chapter10 DHCPCCNAv5 - S2: Chapter10 DHCP
CCNAv5 - S2: Chapter10 DHCP
 

Semelhante a Ccna v5-S1-Chapter 5

Chapter 05 - Ethernet
Chapter 05 - EthernetChapter 05 - Ethernet
Chapter 05 - EthernetYaser Rahmati
 
Chapter 5 : Ethernet
Chapter 5 : EthernetChapter 5 : Ethernet
Chapter 5 : Ethernetteknetir
 
CCNA RS_NB - Chapter 10
CCNA RS_NB - Chapter 10CCNA RS_NB - Chapter 10
CCNA RS_NB - Chapter 10Irsandi Hasan
 
Chapter 03 - Network Protocols and Communications
Chapter 03 - Network Protocols and CommunicationsChapter 03 - Network Protocols and Communications
Chapter 03 - Network Protocols and CommunicationsYaser Rahmati
 
Chapter 3 : Network protocols and communications
Chapter 3 : Network protocols and communicationsChapter 3 : Network protocols and communications
Chapter 3 : Network protocols and communicationsteknetir
 
CCNA RS_NB - Chapter 9
CCNA RS_NB - Chapter 9CCNA RS_NB - Chapter 9
CCNA RS_NB - Chapter 9Irsandi Hasan
 
Ccna PPT
Ccna PPTCcna PPT
Ccna PPTAIRTEL
 
ITE v5.0 - Chapter 6
ITE v5.0 - Chapter 6ITE v5.0 - Chapter 6
ITE v5.0 - Chapter 6Irsandi Hasan
 
Chapter 12 : Introduction to switched networks
Chapter 12 : Introduction to switched networksChapter 12 : Introduction to switched networks
Chapter 12 : Introduction to switched networksteknetir
 

Semelhante a Ccna v5-S1-Chapter 5 (20)

Chapter 05 - Ethernet
Chapter 05 - EthernetChapter 05 - Ethernet
Chapter 05 - Ethernet
 
Chapter 5 : Ethernet
Chapter 5 : EthernetChapter 5 : Ethernet
Chapter 5 : Ethernet
 
CCNA RS_NB - Chapter 10
CCNA RS_NB - Chapter 10CCNA RS_NB - Chapter 10
CCNA RS_NB - Chapter 10
 
Cisco CCNA module 6
Cisco CCNA module 6Cisco CCNA module 6
Cisco CCNA module 6
 
Chapter 03 - Network Protocols and Communications
Chapter 03 - Network Protocols and CommunicationsChapter 03 - Network Protocols and Communications
Chapter 03 - Network Protocols and Communications
 
Chapter 3 : Network protocols and communications
Chapter 3 : Network protocols and communicationsChapter 3 : Network protocols and communications
Chapter 3 : Network protocols and communications
 
CCNA RS_NB - Chapter 9
CCNA RS_NB - Chapter 9CCNA RS_NB - Chapter 9
CCNA RS_NB - Chapter 9
 
Pub00138 r2 cip_adv_tech_series_ethernetip
Pub00138 r2 cip_adv_tech_series_ethernetipPub00138 r2 cip_adv_tech_series_ethernetip
Pub00138 r2 cip_adv_tech_series_ethernetip
 
Pub00138 r2 cip_adv_tech_series_ethernetip
Pub00138 r2 cip_adv_tech_series_ethernetipPub00138 r2 cip_adv_tech_series_ethernetip
Pub00138 r2 cip_adv_tech_series_ethernetip
 
Ccna routing and_switching_chapter-4-5
Ccna routing and_switching_chapter-4-5Ccna routing and_switching_chapter-4-5
Ccna routing and_switching_chapter-4-5
 
Ethernet
EthernetEthernet
Ethernet
 
Ccna PPT
Ccna PPTCcna PPT
Ccna PPT
 
Ccna day1
Ccna day1Ccna day1
Ccna day1
 
Ccna day1
Ccna day1Ccna day1
Ccna day1
 
Ccna day 1
Ccna day 1Ccna day 1
Ccna day 1
 
Ccna day1
Ccna day1Ccna day1
Ccna day1
 
Ccna day1
Ccna day1Ccna day1
Ccna day1
 
Ccna day1-130802165909-phpapp01
Ccna day1-130802165909-phpapp01Ccna day1-130802165909-phpapp01
Ccna day1-130802165909-phpapp01
 
ITE v5.0 - Chapter 6
ITE v5.0 - Chapter 6ITE v5.0 - Chapter 6
ITE v5.0 - Chapter 6
 
Chapter 12 : Introduction to switched networks
Chapter 12 : Introduction to switched networksChapter 12 : Introduction to switched networks
Chapter 12 : Introduction to switched networks
 

Último

1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 

Último (20)

1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 

Ccna v5-S1-Chapter 5

  • 1. © 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 1 Chapter 5: Ethernet Introduction to Networks
  • 2. Presentation_ID 2© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Chapter 6 : Objectives In this chapter, you will learn to:  Describe the operation of the Ethernet sublayers.  Identify the major fields of the Ethernet frame.  Describe the purpose and characteristics of the Ethernet MAC address.  Describe the purpose of ARP.  Explain how ARP requests impact network and host performance.  Explain basic switching concepts.  Compare fixed configuration and modular switches.  Configure a Layer 3 switch.
  • 3. Presentation_ID 3© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Ethernet Introduction This chapter examines the characteristics and operation of Ethernet as it has evolved from a shared media, contention- based data communications technology to today's high bandwidth, full-duplex technology.
  • 4. Presentation_ID 4© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Chapter 5 5.0 Introduction 5.1 Ethernet Protocol 5.2 Address Resolution Protocol 5.3 LAN Switches 5.4 Summary
  • 5. Presentation_ID 5© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 5.1 Ethernet Protocol
  • 6. Presentation_ID 6© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Ethernet Operation LLC and MAC Sublayers Ethernet – • Most widely used LAN technology • Operates in the data link layer and the physical layer • Family of networking technologies that are defined in the IEEE 802.2 and 802.3 standards • Supports data bandwidths of 10, 100, 1000, 10,000, 40,000, and 100,000 Mbps (100 Gbps) Ethernet standards – • Define Layer 2 protocols and Layer 1 technologies • Two separate sub layers of the data link layer to operate - Logical link control (LLC) and the MAC sublayers
  • 7. Presentation_ID 7© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Ethernet Operation LLC and MAC Sublayers
  • 8. Presentation_ID 8© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Ethernet Operation LLC and MAC Sublayers LLC • Handles communication between upper and lower layers • Takes the network protocol data and adds control information to help deliver the packet to the destination MAC • Constitutes the lower sublayer of the data link layer • Implemented by hardware, typically in the computer NIC • Two primary responsibilities: • Data encapsulation • Media access control
  • 9. Presentation_ID 9© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Ethernet Operation MAC Sublayer
  • 10. Presentation_ID 10© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Ethernet Operation MAC Sublayer Data encapsulation • Frame assembly before transmission and frame disassembly upon reception of a frame • MAC layer adds a header and trailer to the network layer PDU Provides three primary functions: • Frame delimiting – identifies a group of bits that make up a frame, synchronization between the transmitting and receiving nodes • Addressing – each Ethernet header added in the frame contains the physical address (MAC address) that enables a frame to be delivered to a destination node • Error detection - each Ethernet frame contains a trailer with a cyclic redundancy check (CRC) of the frame contents
  • 11. Presentation_ID 11© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Ethernet Operation MAC Sublayer Media Access Control • Responsible for the placement of frames on the media and the removal of frames from the media • Communicates directly with the physical layer • If multiple devices on a single medium attempt to forward data simultaneously, the data will collide resulting in corrupted, unusable data • Ethernet provides a method for controlling how the nodes share access through the use a Carrier Sense Multiple Access (CSMA) technology
  • 12. Presentation_ID 12© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Ethernet Operation Media Access Control Carrier Sense Multiple Access (CSMA) process • Used to first detect if the media is carrying a signal • If no carrier signal is detected, the device transmits its data • If two devices transmit at the same time - data collision
  • 13. Presentation_ID 13© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Ethernet Operation Media Access Control
  • 14. Presentation_ID 14© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Ethernet Operation Media Access Control The two commonly used methods are: CSMA/Collision Detection • The device monitors the media for the presence of a data signal • If a data signal is absent, indicating that the media is free, the device transmits the data • If signals are then detected that show another device was transmitting at the same time, all devices stop sending and try again later • While Ethernet networks are designed with CSMA/CD technology, with today’s intermediate devices, collisions do not occur and the processes utilized by CSMA/CD are really unnecessary • Wireless connections in a LAN environment still have to take collisions into account
  • 15. Presentation_ID 15© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Ethernet Operation Media Access Control The two commonly used methods are: CSMA/Collision Avoidance (CSMA/CA) media access method • Device examines the media for the presence of data signal - if the media is free, the device sends a notification across the media of its intent to use it • The device then sends the data. • Used by 802.11 wireless networking technologies
  • 16. Presentation_ID 16© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Ethernet Operation Media Access Control
  • 17. Presentation_ID 17© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Ethernet Operation MAC Address: Ethernet Identity • Layer 2 Ethernet MAC address is a 48-bit binary value expressed as 12 hexadecimal digits  IEEE requires a vendor to follow two simple rules: • Must use that vendor's assigned OUI as the first 3 bytes • All MAC addresses with the same OUI must be assigned a unique value in the last 3 bytes
  • 18. Presentation_ID 18© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Ethernet Operation Frame Processing  MAC addresses assigned to workstations, servers, printers, switches, and routers  Example MACs: 00-05-9A-3C-78-00, 00:05:9A:3C:78:00, or 0005.9A3C.7800.  Forwarded message to an Ethernet network, attaches header information to the packet, contains the source and destination MAC address  Each NIC views information to see if the destination MAC address in the frame matches the device’s physical MAC address stored in RAM  No match, the device discards the frame  Matches the destination MAC of the frame, the NIC passes the frame up the OSI layers, where the decapsulation process takes place
  • 19. Presentation_ID 19© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Ethernet Frame Attributes Ethernet Encapsulation  Early versions of Ethernet were relatively slow at 10 Mbps  Now operate at 10 Gigabits per second and faster  Ethernet frame structure adds headers and trailers around the Layer 3 PDU to encapsulate the message being sent Ethernet II is the Ethernet frame format used in TCP/IP networks.
  • 20. Presentation_ID 20© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Ethernet Frame Attributes Ethernet Frame Size  Ethernet II and IEEE 802.3 standards define the minimum frame size as 64 bytes and the maximum as 1518 bytes  Less than 64 bytes in length is considered a "collision fragment" or "runt frame”  If size of a transmitted frame is less than the minimum or greater than the maximum, the receiving device drops the frame  At the physical layer, different versions of Ethernet vary in their method for detecting and placing data on the media
  • 21. Presentation_ID 21© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Ethernet Frame Attributes Ethernet Frame Size The figure displays the fields contained in the 802.1Q VLAN tag
  • 22. Presentation_ID 22© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Ethernet Frame Attributes Introduction to the Ethernet Frame Preamble and Start Frame Delimiter Fields Used for synchronization between the sending and receiving devices Length/Type Field Defines the exact length of the frame's data field/ describes which protocol is implemented Data and Pad Fields Contain the encapsulated data from a higher layer, an IPv4 packet
  • 23. Presentation_ID 23© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Ethernet Frame Attributes Introduction to the Ethernet Frame Frame Check Sequence Field Used to detect errors in a frame with cyclic redundancy check (4 bytes), if calculations match at source and receiver, no error occurred.
  • 24. Presentation_ID 24© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Ethernet MAC MAC Addresses and Hexadecimal
  • 25. Presentation_ID 25© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Ethernet MAC MAC Address Representations
  • 26. Presentation_ID 26© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Ethernet MAC Unicast MAC Address
  • 27. Presentation_ID 27© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Ethernet MAC Broadcast MAC Address
  • 28. Presentation_ID 28© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Ethernet MAC Multicast MAC Address Multicast MAC address is a special value that begins with 01-00-5E in hexadecimal Range of IPV4 multicast addresses is 224.0.0.0 to 239.255.255.255
  • 29. Presentation_ID 29© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential MAC and IP MAC and IP MAC address  This address does not change  Similar to the name of a person  Known as physical address because physically assigned to the host NIC IP address  Similar to the address of a person  Based on where the host is actually located  Known as a logical address because assigned logically  Assigned to each host by a network administrator Both the physical MAC and logical IP addresses are required for a computer to communicate just like both the name and address of a person are required to send a letter
  • 30. Presentation_ID 30© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Ethernet MAC End-to-End Connectivity, MAC, and IP
  • 31. Presentation_ID 31© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Ethernet MAC End-to-End Connectivity, MAC, and IP
  • 32. Presentation_ID 32© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 5.2 Address Resolution Protocol
  • 33. Presentation_ID 33© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential ARP Introduction to ARP ARP Purpose  Sending node needs a way to find the MAC address of the destination for a given Ethernet link The ARP protocol provides two basic functions:  Resolving IPv4 addresses to MAC addresses  Maintaining a table of mappings
  • 34. Presentation_ID 34© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential ARP Introduction to ARP
  • 35. Presentation_ID 35© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential ARP ARP Functions/Operation ARP Table –  Used to find the data link layer address that is mapped to the destination IPv4 address  As a node receives frames from the media, it records the source IP and MAC address as a mapping in the ARP table ARP request –  Layer 2 broadcast to all devices on the Ethernet LAN  The node that matches the IP address in the broadcast will reply  If no device responds to the ARP request, the packet is dropped because a frame cannot be created Static map entries can be entered in an ARP table, but this is rarely done
  • 36. Presentation_ID 36© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential ARP ARP Functions/Operation
  • 37. Presentation_ID 37© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential ARP ARP Functions/Operation
  • 38. Presentation_ID 38© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential ARP ARP Functions/Operation
  • 39. Presentation_ID 39© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential ARP ARP Functions/Operation
  • 40. Presentation_ID 40© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential ARP ARP Functions/Operation
  • 41. Presentation_ID 41© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential ARP ARP Functions/Operation
  • 42. Presentation_ID 42© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential ARP ARP Role in Remote Communication  If the destination IPv4 host is on the local network, the frame will use the MAC address of this device as the destination MAC address  If the destination IPv4 host is not on the local network, the source uses the ARP process to determine a MAC address for the router interface serving as the gateway  In the event that the gateway entry is not in the table, an ARP request is used to retrieve the MAC address associated with the IP address of the router interface
  • 43. Presentation_ID 43© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential ARP Removing Entries from an ARP Table  ARP cache timer removes ARP entries that have not been used for a specified period of time  Commands may also be used to manually remove all or some of the entries in the ARP table
  • 44. Presentation_ID 44© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential ARP ARP Tables on Networking Devices
  • 45. Presentation_ID 45© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential ARP Issues How ARP Can Create Problems
  • 46. Presentation_ID 46© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential ARP Issues Mitigating ARP Problems
  • 47. Presentation_ID 47© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 5.3 LAN Switches
  • 48. Presentation_ID 48© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Switching Switch Port Fundamentals Layer 2 LAN switch  Connects end devices to a central intermediate device on most Ethernet networks  Performs switching and filtering based only on the MAC address  Builds a MAC address table that it uses to make forwarding decisions  Depends on routers to pass data between IP subnetworks
  • 49. Presentation_ID 49© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Switching Switch MAC Address Table 1. The switch receives a broadcast frame from PC 1 on Port 1. 2. The switch enters the source MAC address and the switch port that received the frame into the address table. 3. Because the destination address is a broadcast, the switch floods the frame to all ports, except the port on which it received the frame. 4. The destination device replies to the broadcast with a unicast frame addressed to PC 1. Continued…
  • 50. Presentation_ID 50© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Switching Switch MAC Address Table 5. The switch enters the source MAC address of PC 2 and the port number of the switch port that received the frame into the address table. The destination address of the frame and its associated port is found in the MAC address table. 6. The switch can now forward frames between source and destination devices without flooding, because it has entries in the address table that identify the associated ports.
  • 51. Presentation_ID 51© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Switching Duplex Settings
  • 52. Presentation_ID 52© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Switching Auto-MDIX
  • 53. Presentation_ID 53© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Switching Frame Forwarding Methods on Cisco Switches
  • 54. Presentation_ID 54© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Switching Cut-through Switching Two variants: Fast-forward switching: • Lowest level of latency immediately forwards a packet after reading the destination address, typical cut-through method of switching Fragment-free switching: • Switch stores the first 64 bytes of the frame before forwarding, most network errors and collisions occur during the first 64 bytes
  • 55. Presentation_ID 55© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Switching Memory Buffering on Switches
  • 56. Presentation_ID 56© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Fixed or Modular Fixed verses Modular Configuration
  • 57. Presentation_ID 57© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Fixed or Modular Fixed verses Modular Configuration
  • 58. Presentation_ID 58© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Fixed or Modular Module Options for Cisco Switch Slots
  • 59. Presentation_ID 59© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Layer 3 Switching Layer 2 verses Layer 3 Switching
  • 60. Presentation_ID 60© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Layer 3 Switching Cisco Express Forwarding Two main components:  Forwarding information base (FIB) • Conceptually similar to a routing table • A networking device uses this lookup table to make destination-based switching decisions during Cisco Express Forwarding operation • Updated when changes occur in the network and contains all routes known at the time  Adjacency tables • Maintain layer 2 next-hop addresses for all FIB entries
  • 61. Presentation_ID 61© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Layer 3 Switching Cisco Express Forwarding
  • 62. Presentation_ID 62© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Layer 3 Switching Types of Layer 3 Interfaces The major types of Layer 3 interfaces are:  Switch Virtual Interface (SVI) – Logical interface on a switch associated with a virtual local area network (VLAN).  Routed Port – Physical port on a Layer 3 switch configured to act as a router port. Configure routed ports by putting the interface into Layer 3 mode with the no switchport interface configuration command.  Layer 3 EtherChannel – Logical interface on a Cisco device associated with a bundle of routed ports.
  • 63. Presentation_ID 63© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Layer 3 Switching Configuring a Routed Port on a Layer 3 Switch
  • 64. Presentation_ID 64© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Chapter 5 Summary  Ethernet is the most widely used LAN technology used today.  Ethernet standards define both the Layer 2 protocols and the Layer 1 technologies.  The Ethernet frame structure adds headers and trailers around the Layer 3 PDU to encapsulate the message being sent.  As an implementation of the IEEE 802.2/3 standards, the Ethernet frame provides MAC addressing and error checking.  Replacing hubs with switches in the local network has reduced the probability of frame collisions in half-duplex links.
  • 65. Presentation_ID 65© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Chapter 5 Summary  The Layer 2 addressing provided by Ethernet supports unicast, multicast, and broadcast communications.  Ethernet uses the Address Resolution Protocol to determine the MAC addresses of destinations and map them against known Network layer addresses.  Each node on an IP network has both a MAC address and an IP address.  The ARP protocol resolves IPv4 addresses to MAC addresses and maintains a table of mappings.  A Layer 2 switch builds a MAC address table that it uses to make forwarding decisions.
  • 66. Presentation_ID 66© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Chapter 5 Summary  Layer 3 switches are also capable of performing Layer 3 routing functions, reducing the need for dedicated routers on a LAN.  Layer 3 switches have specialized switching hardware so they can typically route data as quickly as they can switch.
  • 67. Presentation_ID 67© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential