What is the primary function of a switch's MAC address table? MCQ with Answer and Explanation

What is the primary function of a switch's MAC address table?
A. To store routing information
B. To store IP addresses
C. To store mappings between MAC addresses and ports
D. To store domain names
Answer: Option C
Solution (By JKSSB Mock Tests)
A switch's MAC address table learns which MAC address is associated with which port for efficient forwarding.

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Computer Networking Questions

Question #1
Which layer of the OSI model is responsible for establishing, managing, and terminating sessions?
A. Transport layer
B. Session layer
C. Presentation layer
D. Application layer

Correct Answer: Option B


Explanation:
The session layer (layer 5) manages communication sessions.

This question belongs to: Computer Computer Networking
Question #2
Which of the following is a private IP address belonging strictly to the Class B network registry block?
A. 192.168.10.5
B. 172.16.50.4
C. 224.0.0.1
D. 10.150.1.1

Correct Answer: Option B


Explanation:
The private Class B IP range spans from 172.16.0.0 to 172.31.255.255, as defined by RFC 1918.

This question belongs to: Computer Computer Networking
Question #3
What is the subnet mask for a Class B network?
A. 255.255.255.255
B. 255.255.0.0
C. 255.0.0.0
D. 255.255.255.0

Correct Answer: Option B


Explanation:
Class B default subnet mask is 255.255.0.0 (16 bits for network).

This question belongs to: Computer Computer Networking