Please enable JavaScript.
Coggle requires JavaScript to display documents.
Chapter 5 Ethernet (8. Unicast, Multicast and Broadcast addresses…
Chapter 5 Ethernet
8. Unicast, Multicast and Broadcast addresses
A unicast MAC address is the unique address used when a frame is sent from a single transmitting device to a single destination device.
Broadcast address: This numbering in the address means that all hosts on that local network (broadcast domain) will receive and process the packet (ff:ff:ff:ff:ff:ff)
Multicast addresses allow a source device to send a packet to a group of devices. Devices that belong to a multicast group (host group) are assigned a multicast group IP address.
The range of IPv4 multicast addresses is 224.0.0.0 to 239.255.255.255
The range of IPv6 multicast addresses begin with FF00::/8
The multicast MAC address associated with an IPv4 multicast address is a special value that begins with 01-00-5E in hexadecimal.
For an IPv6 address, the multicast MAC address begins with 33-33.
The remaining portion of the multicast MAC address is created by converting the lower 23 bits of the IP multicast group address into 6 hexadecimal characters. 224.0.0.200 > 200 > 1100 1000 > 0xC8 > 01-00-5E-00-00-C8
-
-
-
-
1. Intro
IEEE 802.3/802.2 Ethernet is the predominant LAN technology in the world. It operates in the data link layer and the physical layer.
-
The underlying logical topology of Ethernet is a multi-access bus; therefore, all nodes on a single network segment share the medium.
-
-
-
-
7. Frame processing
The MAC address is often referred to as a burned-in address (BIA) because, historically, this address is burned into ROM (Read-Only Memory) on the NIC, however, it is possible to change the MAC address in software
When a NIC receives an Ethernet frame, it examines the destination MAC address to see if it matches the device’s physical MAC address stored in RAM.
If there is no match, the device discards the frame. If there is a match, it passes the frame up the OSI layers, where the de-encapsulation process takes place.
Ethernet NICs will accept frames if the destination MAC address is a broadcast or a multicast group of which the host is a member.
-
-
-
13. Auto-MDIX
Enable the automatic medium-dependent interface crossover (cross-over or straight-through). The auto-MDIX feature is enabled by default on switches running Cisco IOS Release 12.2(18)SE or later.
Switch# configure terminal
Switch(config)# interface gigabitethernet0/1
Switch(config-if)# speed auto
Switch(config-if)# duplex auto
Switch(config-if)# mdix auto