Destination and Source Address
Duration: 2 min
This video lesson is available to enrolled students.
AI Summary
An AI-generated summary of this video lecture.
The lecture analyzes the Ethernet frame structure, focusing on the Destination Address field. The instructor explains this is a 6-byte field containing the destination MAC address, using the example "2D 8A 7B C5". He writes "6B = 48b" to show bit conversion. The lesson covers three MAC address types: Unicast (LSB of first byte is 0), Multicast (LSB is 1), and Broadcast (all bits 1s). The video displays a frame diagram including Preamble, SFD, Destination Address, Source Address, Length, Data, and CRC fields. It lists payload constraints (46 to 1500 bytes) and frame length constraints (64 to 1518 bytes). The session concludes by transitioning to the Source Address field.
Chapters
0:00 – 2:00 00:00-02:00
The instructor details the Destination Address field, stating it is a 6-byte field containing the destination MAC address. He writes "6B = 48b" to clarify size. He explains three MAC address types: Unicast (LSB of first byte is 0), Multicast (LSB is 1), and Broadcast (all bits 1s). The slide shows example "2D 8A 7B C5". The diagram illustrates the frame structure with Physical-layer header (Preamble 7 bytes, SFD 1 byte), Destination Address (6 bytes), Source Address (6 bytes), Length (2 bytes), Data and padding, and CRC (4 bytes). He points out minimum payload length of 46 bytes and maximum of 1500 bytes, as well as minimum frame length of 512 bits or 64 bytes and maximum of 12,144 bits or 1518 bytes.
2:00 – 2:04 02:00-02:04
The slide changes to focus on the "Source Address". The text defines it as a 6-byte field containing the MAC address of the source sending the data. A second bullet point mentions using a protocol to broadcast a request message asking for the MAC address of every other station in the network. The Ethernet frame diagram remains visible at the bottom, reinforcing the context of the frame structure.
The lecture explains the Ethernet frame headers, starting with the Destination Address. The instructor emphasizes the 6-byte size and the role of the Least Significant Bit in defining address types like Unicast, Multicast, and Broadcast. He connects these concepts to the physical layer header and payload limits shown in the diagram. The lesson concludes by introducing the Source Address, which mirrors the destination field's structure, and hints at protocols used for address resolution.