- Encapsulation — A message that is sent over a computer network follows specific format rules in order for it to be delivered and processed. "The process of placing one message format inside another message format is called encapsulation." De-capsulation "It occurs when the process is reversed by the recipient and the letter is removed from the envelope."
- "Encapsulation is the process of prepending protocol information with information from another protocol."
- "When an Ethernet frame is sent out an interface, the Destination MAC address indicates the MAC address of the device, which is on this network, that will receive the Ethernet frame."
- "The Preamble and Start Frame Delimiter(SFD) indicate the beginning of an Ethernet frame."
- "Ethernet operates at layer 2, the data link layer, of the OSI model."
- "Ethernet switches make their forwarding decision based on destination MAC address."
- "Ethernet switches add entries to their MAC address table based on the source MAC address."
- "When a switch receives an Ethernet frame and the destination MAC address of that frame is not in its MAC address table, the switch will forward the frame out all ports excepting the incoming port."
- "Ethernet hubs are considered obsolete."