Ethernet : Framing and Addressing

Slides:



Advertisements
Similar presentations
LAN Segmentation Virtual LAN (VLAN).
Advertisements

Chapter 5 Intro to Routing & Switching.  Upon completion of this chapter, you should be able to:  Describe the operation of the Ethernet sublayers.
VLAN KRISHNAKUMAR RAJENDRAN NIKITA PATEL TEJENDRA PATEL Guided by Prof, Edmund Gean.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 5: Ethernet Introduction to Networks.
Cisco 3 - Switch Perrine. J Page 15/8/2015 Chapter 8 What happens to the member ports of a VLAN when the VLAN is deleted? 1.They become inactive. 2.They.
1 Fall 2005 Hardware Addressing and Frame Identification Qutaibah Malluhi CSE Department Qatar University.
Dec 14, 2006CS573: Network Protocols and Standards1 LAN Addressing Network Protocols and Standards Autumn
VLANs (Virtual LANs) CS 158B Elaine Lim Allison Nham.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Ethernet Network Fundamentals – Chapter 9.
CS335 Networking & Network Administration Tuesday, April 13, 2010.
Ethernet Frames Ethernet II frame format –DIX IEEE Frame –Takes an (LLC)frame.
Ethernet Frame PreambleDestination Address Source Address Length/ Type LLC/ Data Frame Check Sequence.
Data/Link Layer Issues Protocol & Services Topology Error Detection & Recovery.
The Saigon CTT Semester 1 CHAPTER 6. The Saigon CTT  Content LAN Standards. Hexadecimal Numbers. MAC Addressing. Framing. Media Access Control (MAC).
IST 228\Ch1\Internetworking1 Collision/Broadcast Domain The term collision domain defines the set of devices for which their frames could collide A broadcast.
Layer 2 Switch  Layer 2 Switching is hardware based.  Uses the host's Media Access Control (MAC) address.  Uses Application Specific Integrated Circuits.
VLAN Trunking Protocol (VTP) W.lilakiatsakun. VLAN Management Challenge (1) It is not difficult to add new VLAN for a small network.
© 2006 Cisco Systems, Inc. All rights reserved. ICND v2.3—1-1 Configuring Catalyst Switch Operations Introducing Basic Layer 2 Switching and Bridging Functions.
Network Redundancy Multiple paths may exist between systems. Redundancy is not a requirement of a packet switching network. Redundancy was part of the.
1 Lecture #6 Switch – VLAN Asst.Prof. Dr.Anan Phonphoem Department of Computer Engineering, Faculty of Engineering, Kasetsart University, Bangkok, Thailand.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 5: Ethernet Introduction to Networks.
VLAN V irtual L ocal A rea N etwork VLAN Network performance is a key factor in the productivity of an organization. One of the technologies used to.
Chapter 8: Virtual LAN (VLAN)
Oct 21, 2014CS524: Advanced Computer Networks1 LAN Addressing Advanced Computer Networks.
The Medium Access Control Sublayer Chapter 4. The Channel Allocation Problem Static Channel Allocation Dynamic Channel Allocation  Delay for the divided.
1 Semester 1 CHAPTER 6 REVIEW JEOPARDY Frames Data Link LayerMACAddressingHexadecimalsMiscellaneous
Version 4.0 Ethernet Network Fundamentals – Chapter 9 Sandra Coleman, CCNA, CCAI.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Ethernet Network Fundamentals – Chapter 9.
Ethernet Network Fundamentals. Objectives Identify the basic characteristics of network media used in Ethernet. Describe the physical and data link features.
1 Ch 9 Hardware Addressing and Frame Type Identification.
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 3 v3.0 Module 9 Virtual Trunking Protocol.
The Saigon CTT Semester 1 CHAPTER 6 Le Chi Trung.
Inter VLAN routing using ISL By Eric and Holly. Overview of ISL Trunking Trunking is a way to carry traffic from several VLANs over a point-to-point link.
Page 1 Switching Technologies Lecture 4C Hassan Shuja 03/28/2006.
NET 324 D Networks and Communication Department Lec1 : Network Devices.
Computer Networks. Internetworking Devices Network Interface Card (NIC) Repeaters HUB Bridge Switch Router.
Copyright 2002Cisco Press: CCNA Instructor’s Manual Year 2 - Chapter 16/Cisco 4 - Module 9 CCNA Certification Exam Review By Your Name.
Ethernet Overview it the IEEE standard for Ethernet.
Data Link Layer and Ethernet COM211 Communications and Networks CDA College Theodoros Christophides
Virtual Local Area Networks (VLANs) Part II
Configuring VLAN Chapter 14 powered by DJ 1. Chapter Objectives At the end of this Chapter you will be able to:  Understand basic concept of VLAN  Configure.
VLAN Trunking Protocol
1 Hardware Addressing and Frame Type Identification.
Computer Network Architecture Lecture 3: Network Connectivity Devices.
CCNA3 v3 Module 4 v3 CCNA 3 Module 4 JEOPARDY K. Martin.
+ Lecture#2: Ethernet Asma ALOsaimi. + Objectives In this chapter, you will learn to: Describe the operation of the Ethernet sublayers. Identify the major.
Switches – Continued. Switches If a switch has N ports with multiple computers per port, then how many simultaneous transmissions can you have? Explain.
Chapter Objectives After completing this chapter you will be able to: Describe in detail the following Local Area Network (LAN) technologies: Ethernet.
Introduction to Networks v6.0
Chap 4 – Implement VTP Learning Objectives
Instructor Materials Chapter 5: Ethernet
More on Ethernet Michael Tsai 2015/03/30.
CT1403 Lecture #3 Peer to Peer NWs
Virtual LANs.
Network Fundamentals – Chapter 9
Chapter 10: Ethernet Network Basics Chapter 10: Ethernet
Network Fundamentals – Chapter 9
COMPUTER NETWORKS CS610 Lecture-10 Hammad Khalid Khan.
CCNA 3 v3 JEOPARDY Module 8 CCNA3 v3 Module 8 K. Martin.
CCNA 3 v3 JEOPARDY Module 8 CCNA3 v3 Module 8 K. Martin.
Ethernet: A Multi-access Network
Network Fundamentals – Chapter 9
Protocol layering and data
Network Fundamentals – Chapter 9
Protocol layering and data
Network Fundamentals – Chapter 9
Network Fundamentals – Chapter 9
Chaithra Ashwin Sanjana
Network Fundamentals – Chapter 9
Network Fundamentals – Chapter 9
Presentation transcript:

Ethernet : Framing and Addressing

802.2 802.2 frame 802.3 Ethernet frame cannot by itself identify the upper-layer (Network) protocol The IEEE defined the 802.2 LLC (Logical Link Control) specifications to provide this function and more. An 802.2 frame is an 802.3 frame with the LLC information in the data field of the header so we know what the upper-layer protocol is.

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 802.3 frame SNAP frame can be identified easily because the DSAP and SSAP fields are always AA, and the Command field is always 3.

Ethernet Layer 2: Framing and Addressing

Ethernet Layer 2: Framing and Addressing

Ethernet Layer 2: Framing and Addressing

MAC Address

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

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

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

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

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

Ethernet Address Formats I/G = individual/Group bit U/L = Universal/Local bit

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

Broadcast and Collision Domains

Broadcast and Collision Domains

Switch Operation

Switch Operation There are three primary operating modes used to handle frame switching:   Cut-through Store-and-forward Fragment Free (modified cut-through)

Switch Operation

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

Virtual LAN (VLAN)

Virtual LAN (VLAN)

Virtual LAN (VLAN)

Virtual LAN (VLAN)

VLAN Trunking ISL encapsulation IEEE 802.1Q tagged frame