New CCNA – IP Routing Questions
Question 1
A router receives information about network 192.168.10.0/24 from multiple sources. What will the router consider the most reliable information about the path to that network?
A. an OSPF update for network 192.168.0.0/16
B. a static router to network 192.168.10.0/24
C. a static router to network 192.168.10.0/24 with a local serial interface configured as the next hop
D. a RIP update for network 192.168.10.0/24
E. a directly connected interface with an address of 192.168.10.254/24
F. a default route with a next hop address of 192.168.10.1
Answer: E
Question 2
Refer to the graphic.
Host A is communicating with the server. What will be the source MAC address of the frames received by Host A from the server?
A. the MAC address of router interface e0
B. the MAC address of router interface e1
C. the MAC address of the server network interface
D. the MAC address of host A
Answer: A
Question 3
A router has learned three possible routes that could be used to reach a destination network. One route is from EIGRP and has a composite metric of 20514560. Another route is from OSPF with a metric of 782. The last is from RIPv2 and has a metric of 4. Which route or routes will the router install in the routing table?
A. the OSPF route
B. the EIGRP route
C. the RIPv2 route
D. all three routes
E. the OSPF and RIPv2 routes
Answer: B
Explanation
When one route is advertised by more than one routing protocol, the router will choose to use the routing protocol which has lowest Administrative Distance. The Administrative Distances of popular routing protocols are listed below:
Question 4
A router has two FastEthernet interfaces and needs to connect to four vlans in the local network. How can you accomplish this task, using the fewest physical interfaces and without decreasing network performance?
A. Add two more FastEthernet interfaces.
B. Add a second router to handle the vlan traffic.
C. Use a hub to connect the four vlans with a FastEthernet interface on router.
D. Implement a router-on-a-stick configuration.
Answer: D
Question 5
Refer to the exhibit, Host A pings interface S0/0 on router 3, what is the TTL value for that ping?
A. 253
B. 252
C. 255
D. 254
Answer: A
Explanation
From the CCNA ICND2 Exam book: “Routers decrement the TTL by 1 every time they forward a packet; if a router decrements the TTL to 0, it throws away the packet. This prevents packets from rotating forever.” I want to make it clear that before the router forwards a packet, the TTL is still remain the same. For example in the topology above, pings to S0/1 and S0/0 of Router 2 have the same TTL.
The picture below shows TTL values for each interface of each router and for Host B. Notice that Host A initializes ICMP packet with a TTL of 255:
Question 6
If IP routing is enabled, which two commands set the gateway of last resort to the default gateway? (Choose two)
A. ip default-gateway 0.0.0.0
B. ip route 172.16.2.1 0.0.0.0 0.0.0.0
C. ip default-network 0.0.0.0
D. ip default-route 0.0.0.0 0.0.0.0 172.16.2.1
E. ip route 0.0.0.0 0.0.0.0 172.16.2.1
Answer: C E
Question 7
Refer to the exhibit. A network administrator attempts to ping Host2 from Host1 and receives the results that are shown. What is a possible problem?
A. The link between Host1 and Switch1 is down.
B. TCP/IP is not functioning on Host1
C. The link between Router1 and Router2 is down.
D. The default gateway on Host1 is incorrect.
E. Interface Fa0/0 on Router1 is shutdown.
F. The link between Switch1 and Router1 is down.
Answer: C
Explanation
In this question, Host1 wants to ping Host2 but it receives a reply from the interface Fa0/0 of Router1 (10.1.1.1/24) that the “destination host unreachable”.
If the link between Host1 and Switch1 is down or the link between Switch1 and Router1 is down then Host1 can not receive this reply -> A and F are not correct.
Host1 can receive a reply from 10.1.1.1 -> the TCP/IP is working properly -> B is not correct.
For answer D, if the default gateway was not configured correctly on Host1 (in this case the default gateway should be 10.1.1.1/24) then 10.1.1.1 can not receive the ping packets from Host1 and can not reply for Host1 that the destination is unreachable -> D is not correct.
Interface Fa0/0 on Router1 replies for the ping packets from Host1 so it is up -> E is not correct. If the interface Fa0/0 on Router is shutdown then we will receive a message of “Request timed out”, not “Destination host unreachable”.
Answer C is correct because we can get a reply from the interface Fa0/0 of Router1 so the link between Host1 and Router1 should be fine -> the problem lies at the other side of Router1. But if the link between Router2 and Host2 is down then we will receive a reply from interface S0/1 of Router2 that the “destination host unreachable”. Therefore the problem can just be the link between Router1 and Router2.
Question 8
Refer to the exhibit. The network administrator requires easy configuration options and minimal routing protocol traffic. Which two options provide adequate routing table information for traffic that passes between the two routers and satisfy the requests of the network administrator? (choose two)
A. a dynamic routing protocol on InternetRouter to advertise summarized routers to CentralRouter.
B. a dynamic routing protocol on CentralRouter to advertise summarized routers to InternetRouter.
C. a static route on InternetRouter to direct traffic that is destined for 172.16.0.0/16 to CentralRouter.
D. a dynamic routing protocol on InternetRouter to advertise all routes to CentralRouter.
E. a dynamic routing protocol on CentralRouer to advertise all routes to InternetRouter
F. a static, default route on CentralRouter that directs traffic to InternetRouter.
Answer: C F
Question 9
Refer to the graphic. A static route to the 10.5.6.0/24 network is to be configured on the HFD router. Which commands will accomplish this? (Choose two)
A. HFD (config) #ip route 10.5.6.0 0.0.0.255 fa0/0
B. HFD(config)# ip route 10.5.6.0 0.0.0.255 10.5.4.6
C. HFD(config)# ip route 10.5.6.0 255.255.255.0 fa0/0
D. HFD(config)# ip route 10.5.6.0 255.255.255.0 10.5.4.6
E. HFD(config)# ip route 10.5.4.6 0.0.0.255 10.5.6.0
F. HFD(config)# ip route 10.5.4.6 255.255.255.0 10.5.6.0
Answer: C D
Explanation
The simple syntax of static route:
ip route destination-network-address subnet-mask {next-hop-IP-address | exit-interface}
+ destination-network-address: destination network address of the remote network
+ subnet mask: subnet mask of the destination network
+ next-hop-IP-address: the IP address of the receiving interface on the next-hop router
+ exit-interface: the local interface of this router where the packets will go out
In the statement “ip route 10.5.6.0 255.255.255.0 fa0/0″:
+ 10.5.6.0 255.255.255.0: the destination network
+ fa0/0: the exit-interface
Q3
Why not answer D?
The routing table will keep all the 3 routes in the Routing table right?
@Daniel
Routing table will keep route with lowest AD only. Correct answer is B
Q9
How is option C right when next hop address 10.5.4.6/30 is on fa 0/1 interface but not on fa 0/0.
@Deepu
ip route destination-network-address subnet-mask {next-hop-IP-address | exit-interface}
You can either choose next-hop-IP-address or the exit-interface of the router. In this case, the exit-interface of router HFD going to 10.5.6.0/24 is f0/0 that is why C is the correct answer
Q2 in 5th Sep 2014 exam
Passed today with 958
Q5, Q6 and Q7 was on test
thanx 9tut
“A” in the Q5 is the right answer.but by referring the last statement of explanations said that “for example in the topology above, pings to S0/1 and S0/0 of Router 2 have the same TTL.”
so i dont know why TTL for s0/1 of Router 2 is 254 while TTL for s0/0 of the same router is 253. for me I think both of the two interface of router 2 would have TTL of 254, and also both two interface of router 3 would be 253 any one who have further explanation please help me
Tomorrow I have Exam. Any valid suggestion or update or tips..
It would be appreciate .
Tomorrow I have Exam. Any valid suggestion or update or tips..
It would be appreciate .
in question 5 ttl value on router’s both interface are always same.. suppose in this example router 1 both interface ttl value should be 255
Please explain Q6
why answer in question 6 “ip default-network 0.0.0.0″?
because we are configuring default gateway on router …rAy
if we configure default gateway on switch then ip default-gateway command will use..
ok
@abuu because router 2 forwarded the packet from s0/1 to s0/0… a router either drops a packet or forwards it to another interface
@abuu sorry, you’re right, I put it in a test setup…every interface on router 1 will return 255, all on router 2 return 254, all on router 3 return 253… the arrows in the answer are misleading
@Anonymous; Thanks
For those that have taken the exam; do you know if you are allowed to skip a question and come back to it later?
Thanks for your help.
q7 today
Question 2 is B. The source mac address that the host will recive is the e1 interface just because the router has a different mac address for each interface.
@Indira- answer is correct on Q 2. It should be letter D. Please read carefully the question. it says what will be the source MAC address of the frames “received by host A” from the server? means the packet is going back now to the host A. :) does it make sense?
@indira- correction, Sorry i mean the answer is Letter “A” is correct the mac address of e0. :)
@aria which dumps are valid for ccna and study from 9tut is enough or not ?
A little bit confusion about question 7
Q9 yesterday
On 24th-Nov-2014 I Passed The CCNA 200 120 exam with 993. most of questions from 9tut.
I have my VCE simulations with the VCE player. asanka11@gmail.com
but nothing more 9tut is more than enough. do not waste your time with any site. follow 9tut.
Thank you very much 9tut.
For Q6, should option C be
ip default-network 172.16.2.1
q4….Dec 18
please help wf ccna 200 201 latest dumps. writing january please send to roe.lwandile@gmail.com
.thnks in advance
can anyone send me latest dumps in pdf format
can anyone send me latest dumps in pdf format at saadsdk@gmail.com
Q2, today, 1/12/14
kindly send me latest dumps of CCNA 200-120 i want to clear my exams with good marks. 9tut is much helpful in this matter. i learned alot here.but i need to know if something extra would be available to clear the concepts for the exam..
my email id is… adil.abdullah538@gmail.com
can anybody send me the latest pdf at nabaanwar7@gmail.com
if i studied 9tut means..can i pass in exam??
Q2 in my exam today, passed
Q2 in my exam today . Thanx 9tut
no, you cannot Skype the question and come back in CCNA exam
Auuu
Passed my CCNA exam today (18th Mar)… Q4 in exam
please explain Q1
hi guyz
I don’t understand Q1 answer, can someone explain me please. thanks
@Martin Q1 tells us that the network receive information from multiple sources. Basically the router will choose the most reliable source where the information came from by looking on the Administrative Distance of the routing protocol used. here directly connected has the lowest AD which is 0 the most reliable source. you can verify the AD of the other protocol on Q3 explanation:-)
is it true that when we use / notation with any class of IP regadless is it class A B or C
for example 10.188.10.20/30 having subnet 255.255.255.252
Please clear my this confusion
Q7
Q9
B. HFD(config)# ip route 10.5.6.0 0.0.0.255 10.5.4.6
(N/W) (WILDCARD MASK) (NEXT HOP)
even B should be right??
@Ajinkya 10.5.4.6 is not a directly connected route….so it can’t be the next hop
soon to be in an exam
does anyone know how to convert dumps to pdf without using vce. pls email phantompuppy@gmail.com
phantom K – forget about VCE. This server is enough, all questions are here
There is no reason to look for new source