engineering computer science MCQ #569

A router has a routing table with the following entries: 192.168.1.0/24 via 10.0.0.1, 192.168.2.0/24 via 10.0.0.2. What will the router do with a packet destined for 192.168.1.100?

engineering computer science MCQ #569

  1. Question 1

    Q1. A router has a routing table with the following entries: 192.168.1.0/24 via 10.0.0.1, 192.168.2.0/24 via 10.0.0.2. What will the router do with a packet destined for 192.168.1.100?

    • A) Forward it to 10.0.0.1
    • B) Forward it to 10.0.0.2
    • C) Drop the packet
    • D) Send it to the default gateway

    Answer: Forward it to 10.0.0.1

    Explanation: The router will forward the packet to 10.0.0.1, as it has a routing table entry for 192.168.1.0/24 via 10.0.0.1.