IP Routing - Fundamentals

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Tcpipguru
T
Tcpipguru
Community Contributor
Quizzes Created: 3 | Total Attempts: 3,669
| Attempts: 828 | Questions: 17
Please wait...
Question 1 / 17
0 %
0/100
Score 0/100
1. A router has three directly connected networks - 192.168.1.0 /24, 192.168.2.0 /24, 192.168.3.0 /24. If a host 192.168.1.1 tries to access a host 192.168.2.1, does the router need to perform a route look up for the destination when the IP packet from 192.168.1.1 reaches the routers interface. 

Explanation

Yes, the router needs to perform a route lookup for the destination when the IP packet from 192.168.1.1 reaches the router's interface. This is because the router needs to determine the appropriate interface to forward the packet to in order to reach the destination network 192.168.2.0 /24. Since the destination network is directly connected, the router will have a route entry for it, but it still needs to perform the lookup to determine the outgoing interface.

Submit
Please wait...
About This Quiz
IP Routing - Fundamentals - Quiz

This quiz titled 'IP Routing - Fundamentals' assesses knowledge on IP communication, routing tables, and packet handling. It tests understanding of router functions, network configurations, and the role of default gateways in network routing, essential for learners in networking and IT.

Personalize your quiz and earn a certificate with your name on it!
2. How many routing entries would be available on a routers routing table which has two interfaces configured with IP addresses 192.168.1.1/24 and 192.168.2.1/24 respectively. 

Explanation

The router has two interfaces configured with IP addresses 192.168.1.1/24 and 192.168.2.1/24 respectively. Each interface will have a corresponding routing entry in the routing table. Therefore, there will be two routing entries available on the router's routing table.

Submit
3. Which field in an incoming IP packet would be used by the router to perform a route look up process

Explanation

The router would use the Destination IP address field in an incoming IP packet to perform a route lookup process. This is because the Destination IP address helps the router determine the intended recipient of the packet and the appropriate path to forward it. By examining the Destination IP address, the router can match it with its routing table to find the next hop or outgoing interface for the packet.

Submit
4. A router is required for communication between two PC's with IP address 192.168.1.63/26 and 192.168.1.65/26  respectively. 

Explanation

A router is required for communication between two PCs with IP addresses 192.168.1.63/26 and 192.168.1.65/26 because they are on different subnets. The subnet mask 26 indicates that the first 26 bits of the IP address are used for the network address, leaving only 6 bits for the host addresses. Since the two PCs have different host addresses, they are on different networks and require a router to route the traffic between them.

Submit
5. A PC is connected to a switch, which is connected to a router. The router is connected to the internet and has the default gateway configured on it. The PC does not have a default gateway configured on it's TCP/IP adapter settings. Will the PC be able to access the internet. 

Explanation

The PC will not be able to access the internet because it does not have a default gateway configured on its TCP/IP adapter settings. The default gateway is the IP address of the router that allows the PC to communicate with devices outside of its local network. Without a default gateway, the PC will not know where to send its internet-bound traffic, resulting in no internet connectivity.

Submit
6. The IP address of a PC is 192.168.1.2/24 and the default gateway is 192.168.1.1. Which of the following actions would result in the request to be send to the default gateway. 

Explanation

All of the above actions would result in the request to be sent to the default gateway. The default gateway is the IP address that a device uses to send data to another network. In this scenario, the PC has an IP address of 192.168.1.2 with a subnet mask of /24, which means that it is on the same network as the default gateway at 192.168.1.1. When the PC tries to ping www.tcpipguru.com or ping 192.168.2.3, it will realize that these IP addresses are not on the same network and will send the request to the default gateway for further routing. Similarly, when the PC tries to access http://www.tcpipguru.com on the browser, it will send the request to the default gateway for routing to the internet.

Submit
7. How do routers derive network address for directly connected interfaces.

Explanation

The network address is derived from the IP address and subnet mask configured on the interface. The IP address and subnet mask together determine the network portion of the address. By applying the logical AND operation between the IP address and the subnet mask, the router can determine the network address. This allows the router to identify which network the interface is connected to and make routing decisions accordingly.

Submit
8. The IP address of a PC is 192.168.1.2 /24 and the default gateway configured on the TCP/IP adapter setting on the PC is 192.168.1.1, which is the routers IP address for the network. If a user on the PC pings the website, www.tcpipguru.com, what would be the destination IP address of the IP packet carrying the icmp (ping) data send from the PC.  

Explanation

The destination IP address of the IP packet carrying the ICMP (ping) data sent from the PC would be the IP address of www.tcpipguru.com.

Submit
9. A PC is connected to a switch, which is connected to a router. The management IP address of the switch is 192.168.1.3/24.  The IP address of the PC is 192.168.1.2/24 and that of the routers interface is 192.168.1.1 /24. The default gateway of the router is 192.168.2.1 /24, which is used for internet access. What should  be the default gateway on the PC , if it has to access the internet. 

Explanation

The default gateway on the PC should be set to 192.168.1.1 in order to access the internet. The default gateway is the IP address of the router that connects the local network to the internet. In this scenario, the router's interface has the IP address 192.168.1.1, which is the default gateway for the PC.

Submit
10. A PC is configured with an IP address 192.168.1.2 and subnet mask 255.255.255.0. The default gateway on the TCP/IP adapter settings of the PC is not configured. The default gateway, which is the router,  is configured with an IP address of 192.168.1.1 and subnet mask 255.255.255.0. What would happen if a user on the PC issues the command ping 192.168.1.1. 

Explanation

If a user on the PC issues the command "ping 192.168.1.1", a response would be received from the router on the PC. This is because the PC and the router are on the same subnet, as they both have the same IP address range and subnet mask. Therefore, the PC can directly communicate with the router without the need for a default gateway. The ping command sends an ICMP echo request to the specified IP address, and since the router is reachable on the same subnet, it will respond with an ICMP echo reply.

Submit
11. Two routers are directly connected. What should be used so that the routing table on the routers are exchanged with each other.

Explanation

In order for the routing tables on the routers to be exchanged with each other, dynamic routing protocols should be configured on both routers. Dynamic routing protocols allow routers to automatically exchange routing information with each other, ensuring that the routing tables are kept up to date. This allows for efficient and automatic routing decisions to be made based on the current network topology.

Submit
12. A PC does not have default gateway configured on it's TCP/IP adapter. Which of the following route entries would be unavailable in its routing table

Explanation

If a PC does not have a default gateway configured on its TCP/IP adapter, it means that it does not have a route specified for sending packets to destinations outside of its local network. Therefore, the default route entry would be unavailable in its routing table. The default route is used when there is no specific route available for a given destination, allowing the PC to forward packets to a default gateway for further routing.

Submit
13. A router has two directly connected networks - 192.168.1.0/24 and 192/168.2.0/24. What should be configured on the router for enabling communication between the networks. 

Explanation

The correct answer is that additional configuration is not required because the two networks are directly connected. This means that the router already has the necessary information about both networks and can route traffic between them without any additional configuration.

Submit
14. A router has three interfaces, E0, E1 and E2. If the router receives an ethernet frame with destination mac-address FF-FF-FF-FF-FF-FF on E0 , which among the following is true

Explanation

If the router receives an ethernet frame with a destination MAC address of FF-FF-FF-FF-FF-FF on interface E0, it means that the frame is a broadcast frame. Broadcast frames are intended to be received by all devices on the network. Therefore, the router will not forward the frame to interfaces E1 and E2 since it is not necessary to do so.

Submit
15. Refer the exhibit -  E0 and E1 interface of the router is configured with IP address 192.168.1.1/24 and 192.168.2.1/24. The IP address of PC1 is 192.168.1.2/24 and the default gateway  is 192.168.1.1. The IP address of PC2 is 192.168.2.2/24. If a user on PC1 issues the command ping 192.168.2.2, what would be the source IP address of the IP packet carrying the icmp (ping) packet when it exits the E1 interface of the router.

Explanation

When a user on PC1 issues the command "ping 192.168.2.2", the source IP address of the ICMP (ping) packet when it exits the E1 interface of the router would be 192.168.1.2. This is because the IP address of PC1 is 192.168.1.2, and the ICMP packet is originating from PC1. Therefore, the source IP address would be the IP address of PC1.

Submit
16. What would a router do if it receives an IP packet with TTL value as 1

Explanation

When a router receives an IP packet with a TTL (Time to Live) value of 1, it means that the packet has already traversed through one router. The TTL value is decremented by each router it passes through. If the TTL reaches 0, it indicates that the packet has been traveling for too long or has encountered a loop. In this case, the router would drop the packet to prevent it from endlessly circulating in the network.

Submit
17. Which of the following fields would be included in a class full routing protocol update packet. 

Explanation

A classful routing protocol does not include the subnet mask, default subnet mask, or default gateway fields in its update packet. Classful routing protocols, such as RIP version 1, do not support the use of subnet masks or variable-length subnet masks (VLSM). Instead, they assume that all networks within a classful network have the same subnet mask. Therefore, none of the mentioned fields would be included in a classful routing protocol update packet.

Submit
View My Results

Quiz Review Timeline (Updated): Mar 22, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 22, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Oct 16, 2011
    Quiz Created by
    Tcpipguru
Cancel
  • All
    All (17)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
A router has three directly connected networks - 192.168.1.0 /24,...
How many routing entries would be available on a routers routing table...
Which field in an incoming IP packet would be used by the router to...
A router is required for communication between two PC's with IP...
A PC is connected to a switch, which is connected to a router. The...
The IP address of a PC is 192.168.1.2/24 and the default gateway is...
How do routers derive network address for directly connected...
The IP address of a PC is 192.168.1.2 /24 and the default gateway...
A PC is connected to a switch, which is connected to a router. The...
A PC is configured with an IP address 192.168.1.2 and subnet mask...
Two routers are directly connected. What should be used so that the...
A PC does not have default gateway configured on it's TCP/IP...
A router has two directly connected networks - 192.168.1.0/24 and...
A router has three interfaces, E0, E1 and E2. If the router receives...
Refer the exhibit - ...
What would a router do if it receives an IP packet with TTL value as 1
Which of the following fields would be included in a class full...
Alert!

Advertisement