Which device operates at the data link layer and uses MAC addresses to forward data? MCQ with Answer and Explanation

Which device operates at the data link layer and uses MAC addresses to forward data?
A. Router
B. Hub
C. Switch
D. Gateway
Answer: Option C
Solution (By JKExamLibrary)
A switch uses MAC addresses to forward frames within a local network, operating at layer 2.

This question belongs to: Computer Computer Networking

Discuss this Question (0)

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

Practice More Computer Networking Questions

Question #1 Report Error
What is the purpose of a subnet mask?
A. To define the network portion and host portion of an IP address
B. To encrypt data
C. To assign MAC addresses
D. To resolve domain names

Correct Answer: Option A


Explanation:
A subnet mask separates the IP address into network and host bits.

This question belongs to: Computer Computer Networking
Question #2 Report Error
Which of the following is an advantage of a switch over a hub?
A. Lower cost
B. Supports more protocols
C. Works over longer distances
D. Intelligence to send data only to the destination port

Correct Answer: Option D


Explanation:
Switches learn MAC addresses and forward frames only to the intended port, reducing unnecessary traffic.

This question belongs to: Computer Computer Networking
Question #3 Report Error
What does the IP loopback address '127.0.0.1' explicitly represent?
A. The local host machine itself, used to test network software stacks locally.
B. The broadcast channel for local wireless hubs.
C. The default gateway router channel.
D. The primary public DNS server route.

Correct Answer: Option A


Explanation:
127.0.0.1 is the standard loopback address. Packets sent here cycle back within the local network software layer without hitting external wires.

This question belongs to: Computer Computer Networking