QuestionQ240

Networking

Given the following routing table:

Question Image

How would an outbound packet destined for 192.168.2.150 be handled?

  • A It would be passed to the default router 192.168.178.1 on wlan0.
  • B It would be directly transmitted on the device eth0.
  • C It would be passed to the default router 255.255.255.0 on eth0.
  • D It would be directly transmitted on the device wlan0.
  • E It would be passed to the router 192.168.1.1 on eth0.
Explanation

192.168.2.150 belongs to the 192.168.2.0/24 network. The matching route uses 192.168.1.1 as its gateway on eth0; this specific network route takes precedence over the default route.

Learn more

Community Discussion

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