nerdexam
Linux_FoundationLinux_Foundation

LFCS · Question #103

LFCS Question #103: Real Exam Question with Answer & Explanation

The correct answer is E: It would be passed to the router 192.168.1.1 on eth0.. An outgoing packet destined for 192.168.2.150 would be processed according to the routing table, which indicates it should be forwarded to the gateway 192.168.1.1 via the eth0 interface.

Submitted by yuriko_h· Apr 18, 2026Networking

Question

Given the following routing table: How would an outgoing packet to the destination 192.168.2.150 be handled?

Options

  • AIt would be passed to the default router 192.168.178.1 on wlan0.
  • BIt would be directly transmitted on the device eth0.
  • CIt would be passed to the default router 255.255.255.0 on eth0.
  • DIt would be directly transmitted on the device wlan0.
  • EIt would be passed to the router 192.168.1.1 on eth0.

Explanation

An outgoing packet destined for 192.168.2.150 would be processed according to the routing table, which indicates it should be forwarded to the gateway 192.168.1.1 via the eth0 interface.

Common mistakes.

  • A. This option describes a default route or a route for a different network via a different interface, which would not be the most specific match for 192.168.2.150.
  • B. Direct transmission on eth0 would only occur if 192.168.2.150 was on a directly connected subnet assigned to eth0.
  • C. 255.255.255.0 is a netmask, not a router's IP address, and would not be specified as a default router.
  • D. Direct transmission on wlan0 would only occur if 192.168.2.150 was on a directly connected subnet assigned to wlan0.

Concept tested. Linux IP routing table lookup

Reference. https://man7.org/linux/man-pages/man8/ip-route.8.html

Topics

#IP routing#Routing table#Network gateway#Packet forwarding

Community Discussion

No community discussion yet for this question.

Full LFCS PracticeBrowse All LFCS Questions