What is the definition of a LAN?
A group of interconnected devices in a limited area, such as an office
What is the role of a switch in a LAN?
To connect devices within a LAN
What is a Layer 2 PDU?
A frame, including the Layer 2 header, trailer, and payload
What do switches use to make forwarding decisions?
Information in the Layer 2 header (the Ethernet header)
What is the MAC address table?
A table used by switches to store MAC addresses of devices and their associated ports
What is MAC learning?
The process by which switches learn the MAC addresses of devices in the network
What is frame flooding?
When a switch sends a frame to all ports because it does not know the destination MAC address
What is the purpose of the ping utility?
To test the reachability of a host on a network
What are the contents of the Ethernet header?
Destination, Source, and Type/Length fields
What is the trailer of an Ethernet frame composed of?
A single field: the Frame Check Sequence (FCS)
What is a MAC address?
A type of address used by Layer 2 protocols such as Ethernet and Wi-Fi
How long is a MAC address?
6 bytes (48 bits) in length
What format is typically used to write MAC addresses?
Hexadecimal format
True or False: A MAC address is assigned by the network admin.
False
What does the Type/Length field indicate?
The type of the encapsulated packet or the length of the encapsulated packet
What is the EtherType field used for?
To indicate the type of the encapsulated packet, usually IPv4 or IPv6
What is the significance of a value of 1500 in the Type/Length field?
It indicates the length of the encapsulated packet in bytes
What is the Frame Check Sequence (FCS)?
A field used to detect corrupted data in the frame
What algorithm is used to calculate the checksum for the FCS?
Cyclic redundancy check (CRC)
What is the significance of the first 3 bytes of a MAC address?
They are an organizationally unique identifier (OUI) assigned to the manufacturer
Fill in the blank: The Preamble is ______ in length.
7 bytes
What is the function of the Preamble and Start Frame Delimiter (SFD)?
To allow the receiving device to synchronize its receiver clock
What does the Source field in the Ethernet header contain?
The source MAC address of the frame
How are MAC addresses typically represented?
As 12 hexadecimal characters