Download presentation
Presentation is loading. Please wait.
1
Ethernet : Framing and Addressing
2
802.2 802.2 frame 802.3 Ethernet frame cannot by itself identify the upper-layer (Network) protocol The IEEE defined the LLC (Logical Link Control) specifications to provide this function and more. An frame is an frame with the LLC information in the data field of the header so we know what the upper-layer protocol is.
3
SNAP SNAP (SubNetwork Access Protocol) frame
The SNAP frame has its own protocol field to identify the upper-layer protocol This is really a way to allow an Ethernet_II Ether-Type field to be used in an frame SNAP frame can be identified easily because the DSAP and SSAP fields are always AA, and the Command field is always 3.
4
Ethernet Layer 2: Framing and Addressing
5
Ethernet Layer 2: Framing and Addressing
6
Ethernet Layer 2: Framing and Addressing
7
MAC Address
8
Types of Ethernet Addresses
Ethernet addresses, also frequently called MAC addresses, are 6 bytes in length, typically listed in hexadecimal form There are three main types of Ethernet address
9
LAN Transmission Methods Unicast Process
The source addresses the packet with the destination address The packet is sent into the network The destination receives the packet
10
LAN Transmission Methods Multicast Process
The source addresses the packet using a multicast address The packet is sent into the network A copy is delivered to each destination that is included in the multicast address
11
LAN Transmission Methods Broadcast Process
The source addresses the packet with the broadcast address The packet is sent into the network The packet copies are delivered to all destinations
12
Ethernet Address Formats
The IEEE intends for unicast addresses to be unique in the universe by administering the assignment of MAC addresses The IEEE assigns each vendor a code to use as the first 3 bytes of its MAC addresses; that first half of the addresses is called the Organizationally Unique Identifier (OUI) The IEEE expects each manufacturer to use its OUI for the first 3 bytes of the MAC assigned to any Ethernet product created by that vendor The vendor then assigns a unique value in the low-order 3 bytes for each Ethernet card that it manufactures—thereby ensuring global uniqueness of MAC addresses
13
Ethernet Address Formats
I/G = individual/Group bit U/L = Universal/Local bit
14
Broadcast Domains In an Ethernet LAN, a set of devices that receive a broadcast sent by any one of the devices in the same set is called a broadcast domain A switch simply forwards all broadcasts out all interfaces, except the interface on which it received the frame As a result, all the interfaces on an individual switch are in the same broadcast domain Also, if the switch connects to other switches and hubs, the interfaces on those switches and hubs are also in the same broadcast domain
15
Broadcast and Collision Domains
16
Broadcast and Collision Domains
17
Switch Operation
18
Switch Operation There are three primary operating modes used to handle frame switching: Cut-through Store-and-forward Fragment Free (modified cut-through)
19
Switch Operation
20
Virtual LAN (VLAN) A VLAN is simply an administratively defined subset of switch ports that are in the same broadcast domain Ports can be grouped into different VLANs on a single switch, and on multiple interconnected switches as well By creating multiple VLANs, the switches create multiple broadcast domains By doing so, a broadcast sent by a device in one VLAN is forwarded to the other devices in that same VLAN; however, the broadcast is not forwarded to devices in the other VLANs Layer 2 switches forward frames between devices in the same VLAN, but they do not forward frames between two devices in different VLANs
21
Virtual LAN (VLAN)
22
Virtual LAN (VLAN)
23
Virtual LAN (VLAN)
24
Virtual LAN (VLAN)
25
VLAN Trunking ISL encapsulation IEEE 802.1Q tagged frame
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.