Destination and Source Address
Duration: 2 min
This video lesson is available to enrolled students.
AI summary & chapters
AI Summary
An AI-generated summary of this video lecture.
This lecture segment introduces the Ethernet frame structure, focusing on addressing fields. The instructor explains that the Destination Address is a 6-byte field containing the MAC address of the intended recipient. The presentation distinguishes three MAC address types: Unicast, Multicast, and Broadcast, defined by the Least Significant Bit (LSB) of the first byte. A diagram illustrates the full frame layout, including Preamble, Start Frame Delimiter (SFD), Destination Address, Source Address, Length, Data with padding, and Cyclic Redundancy Check (CRC). The instructor emphasizes that the Source Address is also a 6-byte field holding the sender's MAC address. Handwritten notes clarify that 6 bytes equal 48 bits.
Chapters
0:00 – 2:00 00:00-02:00
The instructor presents a slide titled "Destination Address" showing it is a 6-byte field containing the MAC address. The text on screen lists Unicast (LSB of first byte is 0), Multicast (LSB of first byte is 1), and Broadcast (all bits assigned 1's). A diagram labels frame components: Preamble, SFD, Destination address (6 bytes), Source address, Length, Data and padding, and CRC. Handwritten text "6B = 48b" appears to clarify byte-to-bit conversion.
2:00 – 2:04 02:00-02:04
The video concludes with the instructor shifting focus to the "Source Address" slide, described as a 6-byte field holding the sender's MAC address. The diagram remains visible showing the frame layout with Destination and Source addresses clearly marked as 6-byte fields.
The lecture establishes the foundational structure of Ethernet frames, specifically addressing mechanisms. Key concepts include the 6-byte (48-bit) size for both Destination and Source MAC addresses. The classification of addresses relies on the Least Significant Bit (LSB) of the first byte: 0 for Unicast, 1 for Multicast, and all 1s for Broadcast. The visual diagram reinforces the sequential order of frame fields from Preamble through CRC, providing a structural reference for network packet analysis.