Chapter 6: Ethernet Switching Flashcards
Define collision domain and broadcast domain.
Collision domain: A network segment where data packets can collide (Layer 1).
Broadcast domain: A network segment where a broadcast packet is forwarded to all devices (Layer 2).
Compare Ethernet II and IEEE 802.3 packet headers.
Ethernet II: Contains a type field indicating the protocol (e.g., IPv4).
IEEE 802.3: Contains a length field indicating the frame length.
What is a MAC address and how is it used in Ethernet switching?
A MAC address is a unique identifier assigned to network interfaces for communication on the physical network.
Differentiate between unicast and multicast traffic.
Unicast: One-to-one communication.
Multicast: One-to-many communication, targeted to a specific group.
Describe a scenario where data forwarding would involve flooding or discarding packets.
Flooding: Occurs when the switch doesn’t know the destination MAC address.
Discarding: Happens when a packet is destined for the same port it was received on.