Data_Link_Layer_OSI_Model summary type.pptx

prembasnet12 24 views 25 slides Aug 27, 2025
Slide 1
Slide 1 of 25
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16
Slide 17
17
Slide 18
18
Slide 19
19
Slide 20
20
Slide 21
21
Slide 22
22
Slide 23
23
Slide 24
24
Slide 25
25

About This Presentation

basic summary


Slide Content

Data Link Layer – Cisco Networking Class Understanding OSI Layer 2: Functions, Protocols, and Applications

Learning Objectives Explain the role of the Data Link Layer in the OSI Model Describe framing, addressing, error detection, and access control Identify Layer 2 devices and protocols Apply concepts in troubleshooting scenarios

OSI Model Review Layer 1 – Physical Layer 2 – Data Link (focus of this session) Layer 3 – Network Layer 4 – Transport Layers 5-7 – Session, Presentation, Application

Definition Provides reliable data transfer across physical link Encapsulates raw bits into frames Ensures error detection and access control

Responsibilities Framing – organizes bits into frames Addressing – MAC addresses for identification Error Detection – CRC, checksum Flow Control – manages transmission rate Access Control – regulates access to medium

Layer 2 Devices Network Interface Card (NIC) Switches – forward frames based on MAC Bridges – connect LAN segments

Frame Structure Header – contains addressing information Payload – encapsulated data Trailer – error detection (CRC)

MAC Addressing 48-bit physical address Format: 00:1A:2B:3C:4D:5E OUI (first 24 bits) = vendor Last 24 bits = unique device ID

Types of Communication Unicast – one-to-one Broadcast – one-to-all Multicast – one-to-many (group)

LLC & MAC Sublayers LLC – Logical Link Control Identifies upper-layer protocols (IP, IPX, etc.) MAC – Media Access Control Controls frame access to the medium

Media Access Methods CSMA/CD – Ethernet, detects collisions CSMA/CA – Wi-Fi, avoids collisions Token Passing – legacy LANs

Switching Basics Switches learn MAC addresses from incoming frames Build MAC address table dynamically Forward frames only to intended port

VLANs Virtual LANs segment broadcast domains 802.1Q tagging used to separate traffic Improves security and performance

Error Detection Causes: noise, collisions, interference CRC – Cyclic Redundancy Check Checksum, Parity bits

CRC Example Data: 1101011011 Divisor (Generator): 10011 Division remainder = 1110 Frame sent = 11010110111110

ARQ Protocols Stop-and-Wait ARQ Go-Back-N ARQ Selective Repeat ARQ

IEEE 802 Standards 802.3 – Ethernet 802.11 – Wi-Fi 802.5 – Token Ring (legacy)

PPP and HDLC Point-to-Point Protocol (PPP) High-Level Data Link Control (HDLC) Used in WAN links

ARP (Address Resolution Protocol) Maps IP address to MAC address Essential for local communication ARP cache stores resolved addresses

Troubleshooting at Layer 2 Duplex mismatches MAC flapping issues Spanning Tree Protocol (STP) loops

Wireshark Example Capture Ethernet II frame Fields: Destination MAC, Source MAC, EtherType Inspect CRC in trailer

Summary Data Link Layer provides reliable local delivery Uses MAC addressing and framing Detects errors with CRC Supports LAN/WAN protocols and VLANs

Quiz Questions 1. Which sublayer handles error detection? 2. What is the size of a MAC address? 3. Which IEEE standard defines Wi-Fi? 4. What is the purpose of VLAN tagging?

Case Study Small LAN topology with switches and hosts Frame forwarding based on MAC addresses Troubleshooting misconfigured VLAN

Q&A Questions? Discussion and clarifications
Tags