Questions: Network Switching and Switching Tables

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A switch's MAC table has entries for ports 1–3. A frame arrives on Port 1 with source MAC AA:AA:AA:AA:AA:01 and destination MAC DD:DD:DD:DD:DD:04 (not in the table). What does the switch do?

ADrops the frame, because it cannot forward to an unknown destination
BSends it back out Port 1, because that is where the frame arrived from
CFloods the frame out every port except Port 1, to ensure delivery to the unknown destination
DQueries a central directory service to look up the location of DD:DD:DD:DD:DD:04
Question 2 Multiple Choice

When a new device connects to a switch and sends its first frame, how does the switch learn the device's MAC address?

AThe switch broadcasts a discovery query and the device responds with its MAC address
BThe switch reads the source MAC address of the arriving frame and records which port it arrived on
CThe network administrator manually enters the MAC-to-port mapping in the switch configuration
DThe device sends a special MAC registration frame that the switch stores separately
Question 3 True / False

A hub and a switch both connect multiple devices on a network. When a frame arrives, both devices forward it to most connected ports, making them functionally equivalent for normal network operation.

TTrue
FFalse
Question 4 True / False

Each port on a network switch is its own collision domain, which allows multiple devices on different ports to transmit simultaneously without interfering with each other.

TTrue
FFalse
Question 5 Short Answer

Explain what 'flooding' is in network switching, when it occurs, and what mechanism causes its frequency to decrease over time on an active network.

Think about your answer, then reveal below.