Which of the following is essential for WAN hardware?
2013
Which of the following is essential for WAN hardware?
- A.
Bridge
- B.
Switch
- C.
Router
- D.
Firewall
Attempted by 74 students.
Show answer & explanation
Correct answer: C
Concept
A WAN (Wide Area Network) connects multiple networks that lie in different geographic locations and that may belong to different network address spaces. Joining two distinct networks requires a device that works at the network layer (Layer 3) — one that reads logical (IP) addresses and decides the best path to forward a packet between networks. That network-layer forwarding-between-networks function is the defining job of a router.
Applying it here
The question asks which device is essential for WAN hardware. Compare the offered devices by the network layer they operate on:
Router: a Layer-3 device that forwards packets between separate networks using IP addresses, which is exactly what interconnecting sites across a WAN requires.
Bridge and Switch: Layer-2 devices that forward frames using MAC addresses within a single local network; they extend or segment a LAN but do not route between different networks.
Firewall: a security device that filters traffic by policy; it controls what may pass but does not itself provide the inter-network forwarding a WAN link needs.
Cross-check
Only the router operates at the network layer and forwards between distinct networks, so it is the device essential to WAN connectivity. The correct answer is Router.