CCNA 7 ITN- Introduction to Networks- Module 7 Ethernet Switching part 1

Share

Summary

This video delves into Ethernet switching, covering the structure and function of the Ethernet frame, the role of LLC and MAC sub-layers, and the different types of MAC addresses (unicast, broadcast, and multicast). It also explains how switches learn and manage MAC addresses.

Highlights

Introduction to Ethernet Frame and Data Link Layer Sub-Layers
00:00:27

The video begins by reviewing the Ethernet frame and the two sub-layers of the data link layer: Logical Link Control (LLC) (IEEE 802.2) and Media Access Control (MAC) (IEEE 802.3 Ethernet). The LLC communicates with upper layers, encapsulates packets into frames, and adds a type/length label. The MAC sub-layer adds source and destination MAC addresses, using ARP requests to discover destination MACs, and calculates a Frame Check Sequence (FCS) for data integrity.

Ethernet Frame Structure and CSMA/CD
00:03:37

The data portion of an Ethernet frame can be between 46 and 1500 bytes. If a packet is smaller than 46 bytes, it's padded with zeros. The MAC sub-layer adds the 48-bit source and destination MAC addresses and computes the 32-bit FCS using a cyclic redundancy check (CRC) algorithm to verify frame integrity at the destination. The preamble and Start of Frame Delimiter (SFD) are discussed as synchronization elements, mostly relevant to older Ethernet standards. Modern Ethernet networks connected to switches no longer require CSMA/CD due to dedicated ports.

Ethernet MAC Address Structure
00:07:09

An Ethernet MAC address is a 48-bit number, represented by 12 hexadecimal digits. It is composed of two parts: the first 24 bits are the Organizational Unit Identifier (OUI) assigned by the IEEE, which identifies the manufacturer, and the last 24 bits are a serial number assigned by the vendor itself. This unique combination ensures each network interface card (NIC) has a distinct address.

Switch Learning Process and MAC Address Table
00:08:16

When a host sends data, it first uses an ARP request to find the destination MAC address for a given IP address. Once the source and destination MAC addresses are included in the frame, the frame is sent to the switch. The switch learns MAC addresses by examining the source MAC address of incoming frames and associating them with the port they arrived on. This information is stored in the switch's MAC address table. If a destination MAC address is unknown, the switch floods the frame to all ports, and once a response is received, it updates its MAC address table.

Types of MAC Addresses: Unicast, Broadcast, and Multicast
00:10:27

The video explains three types of MAC addresses: unicast, which sends a frame to a single specific device using its unique MAC address; broadcast, which sends a frame to all hosts on the LAN by using a destination MAC address of all ones (FFFF.FFFF.FFFF in hexadecimal); and multicast, which sends a frame to a specific group of users on the LAN. Multicast MAC addresses are derived from multicast IP addresses (Class D), starting with '01:00:5E' followed by the lower 23 bits of the multicast IP address.

Recently Summarized Articles

Loading...