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?
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?
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.