Chapter - 4 - 2022 - Edited
Chapter - 4 - 2022 - Edited
devices
Introduction
Ethernet –
• Most widely used LAN technology in the world
• 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
Ethernet evolution timeline
Continued…
Continued…
Continued…
Ethernet Protocol
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
LLC sublayer
• Handles communication between upper and lower layers
• Takes the network protocol data and adds control
information to help deliver the packet to the destination
• Example: It places information in the frame that identifies
which network layer protocol is being used for the frame
(such as IPv4 and IPv6 )
• LLC is implemented in software. In a computer, the LLC
can be considered the driver software for the NIC.
MAC sublayer
• Constitutes the lower sublayer of the data link layer
• Implemented by hardware, typically in the computer NIC
Ethernet Frame fields/attributes
Each section of the frame is called a field
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.
• Step 2
• Step 3
Step 4
• Step 5
Find the Destination MAC
• Step 6 Address (Forward)
Filtering Frames
When the MAC address table of the switch
contains the destination MAC address, it is able
to filter the frame and forward out a single port.
Example: Packet Tracer Demonstration
4.2 Data Link Layer Protocols
(Ethernet)
4.2.1 CSMA/CD
Dem04
Carrier Sense (CS)
Multiple Access (MA)
Dem05
Collision detection (CD)
The CSMA/CD process
• Anode listens to the network activity for a carrier
signal (CS) that indicates the network is in use/quiet. If
a node hears a signal, the node defers/postpone for a
random amount of time.