1.
Refer to the exhibit. If
all routers are running RIP version 2, why is there no route for the
192.168.1.32/27 network?
Correct Answer
C. Rip version 2 will auto summarize routes by default.
Explanation
RIP version 2 will auto summarize routes by default. This means that when RIP version 2 is used, it will automatically summarize networks at their classful boundaries. In this case, the network 192.168.1.32/27 falls within the range of the classful network 192.168.1.0/24. Therefore, when the routing updates are sent, the network 192.168.1.32/27 is not advertised as a separate route.
2.
Refer to the exhibit. Which
two statements are true? (Choose two.)
Correct Answer(s)
A. Router1 will install a route to 192.168.0.0/20
E. Router2 will not install a route to 192.168.16.0/20
Explanation
Router1 will install a route to 192.168.0.0/20 because it has a directly connected network with a subnet mask of /20. Router2 will not install a route to 192.168.16.0/20 because it is not directly connected to that network and there is no specific route for it in the routing table.
3.
Refer to the exhibit. Which
command on which router will allow Router1 to learn about the 192.168.0.0/20
network?
Correct Answer
C. Router2(config-router)# version 2
Explanation
The command "Router2(config-router)# version 2" allows Router1 to learn about the 192.168.0.0/20 network. This command enables the use of RIP version 2, which supports the advertisement of subnet masks. By using version 2, Router2 can include the subnet mask information for the 192.168.0.0/20 network in its RIP updates, allowing Router1 to learn about the network and its associated subnet mask.
4.
What are two reasons to
implement RIP version 2 rather than RIP version 1? (Choose two.)
Correct Answer(s)
A. RIP version 2 supports VLSM.
D. RIP version 2 supports routing update authentication.
Explanation
RIP version 2 supports VLSM, which allows for more efficient use of IP address space by enabling the use of variable length subnet masks. This means that networks can be divided into smaller subnets, reducing wasted IP addresses. RIP version 2 also supports routing update authentication, which provides a security mechanism to verify the authenticity and integrity of routing updates. This helps prevent unauthorized or malicious routing updates from being accepted and propagated throughout the network.
5.
How are RIP v1 and RIP v2
similar to one another? (Choose three.)
Correct Answer(s)
A. They both use hop count as a metric.
B. They both have the same metric value for infinite distance.
E. They both use split horizon to prevent routing loops.
Explanation
RIP v1 and RIP v2 are similar in three ways. Firstly, they both use hop count as a metric, meaning that the number of routers a packet must pass through is used to determine the best route. Secondly, they both have the same metric value for infinite distance, which is 16 hops. Lastly, they both use split horizon to prevent routing loops, where a router does not advertise a route back to the same interface from which it was learned.
6.
Refer to the exhibit.
Routers East and West are configured using RIPv1. Both routers are sending
updates about their directly connected routes. The East router can ping the
West router serial interface and West can ping the serial interface of East.
However, neither router has dynamically learned routes from the other. What is
most likely the problem?
Correct Answer
C. VLSM is not supported by RIPv1.
Explanation
RIPv1 does not support Variable Length Subnet Masking (VLSM), which means it cannot advertise routes with different subnet masks. In this scenario, both routers are unable to learn routes from each other, indicating that they are unable to exchange routing information due to the lack of VLSM support in RIPv1.
7.
Refer to the exhibit. Which
command will allow Router2 to learn about the 192.168.16.0/28 network?
Correct Answer
B. Router1(config-router)# network 192.168.16.0
Explanation
The command "Router1(config-router)# network 192.168.16.0" will allow Router2 to learn about the 192.168.16.0/28 network. This command enables the routing process on Router1 to include the specified network in its routing table, allowing it to advertise that network to its neighbors, including Router2.
8.
Refer to the exhibit. All
routers are running RIP version 2. JAX is configured to just advertise the
10.0.0.0/24 network. CHI is configured to advertise the 172.16.0.0/16 network.
A network administrator enters the commands shown in the exhibit. What changes
will occur in this network?
Correct Answer
B. The CHI router will install a route to the 192.168.0.0/16 network in its routing table.
Explanation
The CHI router will install a route to the 192.168.0.0/16 network in its routing table. This is because the CHI router is configured to advertise the 172.16.0.0/16 network, and the network administrator entered the command "network 192.168.0.0" on the CHI router. This command tells the router to include the 192.168.0.0/16 network in its routing updates and install it in its routing table.
9.
Refer to the exhibit. A
technician needs to add a new loopback interface to test routing functionality
and network design. The technician enters the following set of commands on the
router:
Sanford(config)# interface loopback1
Sanford(config-if)#
ip address 192.168.6.62 255.255.255.252
Why does the router respond with an error?
Correct Answer
D. The network address for Loopback1 overlaps with an already configured interface address.
Explanation
The error is occurring because the network address for Loopback1 overlaps with an already configured interface address. This means that the IP address 192.168.6.62 is already assigned to another interface on the router. To resolve this issue, the technician needs to choose a different IP address that does not conflict with any existing addresses on the router.
10.
What is the maximum network
diameter permitted by the default metric of RIPv2?
Correct Answer
A. 15 hops
Explanation
The maximum network diameter permitted by the default metric of RIPv2 is 15 hops. This means that the maximum number of routers that can be traversed in a RIP network before reaching the destination is 15. Beyond this limit, the network is considered unreachable.
11.
What are two functions of
the network command used when configuring routing protocols? (Choose two.)
Correct Answer(s)
A. Identifies which networks will be included in the routing updates
E. Determines which interfaces can send and receive routing updates
Explanation
The network command is used to identify which networks will be included in the routing updates. It allows the administrator to specify the network addresses that should be advertised to other routers. Additionally, the network command is used to determine which interfaces can send and receive routing updates. By specifying the network command on specific interfaces, the administrator can control which interfaces participate in the routing process.
12.
Refer
to the exhibit. What can be concluded from the output shown in the exhibit?
Correct Answer
D. The no auto-summary has not been configured on this router.
Explanation
The output in the exhibit indicates that the router has not been configured with the "no auto-summary" command. This command is used to disable automatic summarization of routes at classful network boundaries. Since this command has not been configured, it can be concluded that the router is using automatic summarization, which can lead to suboptimal routing and potential connectivity issues.
13.
A network administrator has
been told that the company IP address infrastructure must adhere to RFC 1918.
What three IP address ranges from RFC 1918 could the administrator use on the
network? (Choose three
.)
Correct Answer(s)
A. 10.0.0.0/8
D. 172.16.0.0/12
E. 192.168.0.0/16
Explanation
The network administrator could use the IP address ranges 10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16 on the network. These IP address ranges are defined in RFC 1918 as private IP addresses that can be used within an organization's internal network. The ranges are reserved and not routable on the internet, ensuring that there is no conflict with public IP addresses. Using these IP address ranges allows the company to adhere to the RFC 1918 standard for IP address infrastructure.
14.
Refer to the exhibit. All
routers are running RIPv1. What changes will occur in the routing table of
router B if a loopback interface with an address of 10.16.1.129/27 is
configured on router B?
Correct Answer
B. A connected route to the 10.16.1.128/27 network is added.
Explanation
If a loopback interface with an address of 10.16.1.129/27 is configured on router B, a connected route to the 10.16.1.128/27 network will be added to the routing table of router B. This means that router B will have a direct connection to the 10.16.1.128/27 network and will be able to forward traffic to that network without needing to go through any other routers.
15.
A network administrator
installed four new routers that are running RIPv2. Router1 is a boundary router
in the RIPv2 network and has a default route configured. Once the network has
converged, the network administrator enters Router1(config-router)#
defaultinformation originate on Router1. How will this affect the network?
Correct Answer
D. Propagates the default route to all routers in the network
Explanation
By entering "default-information originate" command on Router1, the network administrator is configuring Router1 to propagate the default route to all the routers in the network. This means that if any router in the network receives a packet for a destination that it does not have a specific route for, it will forward the packet to Router1. Router1, being the boundary router, will then forward the packet to the appropriate destination based on its default route. This ensures that all routers in the network have a consistent understanding of the default route and can forward packets accordingly.
16.
Refer to the exhibit. The
exhibited network contains a mixture of Cisco and non-Cisco routers. The
command debug ip rip was entered on the JAX router. All routers are running the
same version of RIP. Router CHI and Router ORL are not able to reach the
192.168.1.16/28 network. What is a possible solution to this problem?
Correct Answer
B. Configure RIPv2 on routers.
Explanation
Enabling RIPv2 on the routers would be a possible solution to the problem. RIPv2 is an updated version of RIP that supports classless routing and can advertise subnet masks along with network addresses. By configuring RIPv2 on all routers, including CHI and ORL, they will be able to properly reach the 192.168.1.16/28 network. This will ensure that the subnet mask information is correctly propagated throughout the network, allowing for proper routing.
17.
What field was added to the
RIP message header by RFC 1723 to add support for VLSM and CIDR?
Correct Answer
A. Subnet mask
Explanation
RFC 1723 added the field "subnet mask" to the RIP message header in order to support Variable Length Subnet Masking (VLSM) and Classless Inter-Domain Routing (CIDR). The subnet mask is used to determine the network portion of an IP address, allowing for more efficient allocation of IP addresses and better utilization of network resources. By including the subnet mask in the RIP message header, routers can accurately determine the network boundaries and make routing decisions accordingly.
18.
Refer to the exhibit. What
effect will the commands that are shown have on RIP updates for Router1?
Correct Answer
B. Only version 2 updates are sent to 224.0.0.9.
Explanation
The commands shown in the exhibit will cause Router1 to only send version 2 updates to the multicast address 224.0.0.9.
19.
Refer
to the exhibit. RIPv1 is configured as the routing protocol for the network
that is shown. The following commands are used on each router:
router rip
network 10.0.0.0
network 172.16.0.0
When this configuration is complete, users on the LAN of each router are unable
to access the remote LANs. Why?
Correct Answer
C. RIPv1 is unable to route to discontiguous subnets of a major network.
Explanation
RIPv1 is a classful routing protocol, meaning it does not support discontiguous subnets within a major network. In the given configuration, the network 172.16.0.0 is a discontiguous subnet of the major network 172.16.0.0/16. Therefore, RIPv1 will not be able to route to these discontiguous subnets, causing users on the LAN of each router to be unable to access the remote LANs.
20.
RIPv2
is the configured routing protocol on the routers in a network. The command
Router(config-router)# no version 2 is entered on the routers. What effect does
entering this command have on routing updates?
Correct Answer
C. Version 1 and 2 updates will be received and the version 2 updates will not be sent.
Explanation
Entering the "no version 2" command on the routers will cause the routers to receive both version 1 and version 2 updates, but they will only send out version 1 updates. This means that the routers will still be able to receive routing updates from other routers using both versions, but they will only advertise their own routes using version 1.