CCNA – Hotspot
Here you will find answers to CCNA hotspot Questions
Hotspot Routing Question


Question 1:
If the router R1 has a packet with a destination address 192.168.1.255, what describes the operation of the network?
A – R1 will forward the packet out all interfaces
B – R1 will drop this packet because it is not a valid IP address
C – As R1 forwards the frame containing this packet, Sw-A will add 192.168.1.255 to its MAC table
D – R1 will encapsulate the packet in a frame with a destination MAC address of FF-FF-FF-FF-FF-FF
E – As R1 forwards the frame containing this packet, Sw-A will forward it ti the device assigned the IP address of 192.168.1.255
Answer: B
Question 2:
Users on the 192.168.1.0/24 network must access files located on the Server 1. What route could be configured on router R1 for file requests to reach the server?
A – ip route 0.0.0.0 0.0.0.0 s0/0/0
B – ip route 0.0.0.0 0.0.0.0 209.165.200.226
C – ip route 209.165.200.0 255.255.255.0 192.168.1.250
D – ip route 192.168.1.0 255.255.255.0 209.165.100.250
Answer: A
Quetion 3:
When a packet is sent from Host 1 to Server 1, in how many different frames will the packet be encapsulated as it is sent across the internetwork?
A – 0
B – 1
C – 2
D – 3
E – 4
Answer: C or D(depending on your understand, please read the comments to understand why)
Question 4:
What must be configured on the network in order for users on the Internet to view web pages located on Web Server 2?
A – On router R2,configure a default static route to the 192.168.1.0 network
B – On router r2, configure DNS to resolve the URL assigned to Web Server 2 to the 192.168.1.10 address
C – On router R1, configure NAT to translate an address on the 209.165.100.0/24 network to 192.168.1.10
D – On router R1, configure DHCP to assign a registered IP address on the 209.165.100.0/24 network to Web Server 2
Answer: C
Question 5:
The router address 192.168.1.250 is the default gateway for both the Web Server 2 and Host 1. What is the correct subnet mask for this network?
A – 255.255.255.0
B – 255.255.255.192
C – 255.255.255.250
D – 255.255.255.252
Answer: A
Hotspot Frame-relay Question


(In the old days, this question was a multi-choice question but Cisco upgraded it into a lab-sim question. Therefore, instead of listing all the configuration as above, you have to type show frame-relay map and show running-config to get its configuration)
Note: If you are not sure about Frame-Relay, please read my Frame Relay tutorial.
Question 1:
What destination Layer 2 address will be used in the frame header containing a packet for host 172.30.0.4?
A – 704
B – 196
C – 702
D – 344
Answer: C
Question 2:
A static map to the S-AMER location is required. Which command should be used to create this map?
A – frame-relay map ip 172.30.0.3 704 broadcast
B – frame-relay map ip 172.30.0.3 196 broadcast
C – frame-relay map ip 172.30.0.3 702 broadcast
D – frame-relay map ip 172.30.0.3 344 broadcast
Answer: B
Question 3:
Which connection uses the default encapsulation for serial interfaces on Cisco routers?
A – The serial connection to the MidEast branch office
B – The serial connection to the DeepSouth branch office
C – The serial connection to the NorthCentral branch office
D – The serial connection to the Multinational Core
Answer: A
Question 4:
If required, what password should be configured on the router in the MidEast branch office to allow a connection to be established with the Dubai router?
A – No password is required
B – Enable
C – Scr
D – Telnet
E – Console
Answer: A or D (because maybe there are 2 versions of this question, depending on the output of “show running-config” command, please read the explanation below)
Explanation
This question is not clear for a long time but now maybe the trick was solved. What Cisco wants to ask is the word used as password, not the type of connection, so in the exam you might see some strange words for answers like “En8ble”, “T1net”, “C0nsole”. All you have to do is to use the command “show running-config” as wx4 mentioned below to find the answer.
wx4 commented:
Q4: if password required which?
in my example it was connection to North!
How to figure out which pw is required?
#show running-config
1. check the interface to the router you need connection to. If there is “ppp authentication” you need a password!
2. you will find the password on the top of your running-config output
check the area:
username North password c0nsole
username xxxxx yyyyy
username…
in my case it was c0nsole, in your case it can be no password needed or a different password.
If you are still not clear, please read anton‘s comment:
A big question I noticed here was about the FR Lab regarding the password. You have to perform a show running-config and look for USERNAME and PASSWORD.
i.e.
username South_Router password c0nsol3
username North_Router password t31net
Obviously this has to be en PPP encapsulation, if asked for a posible password for SOUTH_ROUTER you pick c0nsol3, and for NORTH_ROUTER you pick t31net. If you’re running HDLC, i would pick “no password is required”.

Buenos Dias mi examen es el 27 de Abril 2013 , comparto archivos, examenes , informacion valiosa solo deseo los sims que estan viniendo en el ccna o algunos alcanzes del tipo de examen que algunos de ustedes lo haya realizado.
Gracias.
jtafur32@gmail.com
@rocky
I am differently not an expert on this so if I am incorrect someone please correct me.
My understanding of it is that routers do not forward broadcast messages without using the ip helper-address. Since the config shows no helper-address the router would drop any broadcast message it receives. (This is assuming the router is not the one creating the packet for broadcasting.)
@mba 1983
Thanks for your clarification & explanation.
Question 5 on today’s exam.
passed icnd 2 and got sim in q5
@rocky, @mba1983
“ip helper-address” is DHCP relay. it had nothing to do with broadcast traffic other than forwarding a broadcasted dhcp request to the proper DHCP server for a particular subnet.
Question 1 seems incorrect. It doesnt state HOW the router got the packet, it simply says the router has it. So, if for example you on the router and you ping the broadcast address (192.168.1.255) it will indeed send the packet out. Go ahead and try it. Fire up wireshark, and ping from your router (if you have one kicking around) and look at the generated packet.
So I’m sticking with answer D
@Joe
Regarding your doubts about Q1, note that if the ip address is 192.168.1.255 255.255.252.0 (that is, 192.168.1.255/22), the router would forward the packets but in this case, the router already has a definite destination in it’s routing table for 192.168. network and the mask for that network is 255.255.255.0 (or /24) meaning that, for that mask, .1.255 is a broadcast (invalid) address. And note that it is directly connected to that network so the administrative distance is 0 (meaning, highest believability value)
please i need CCNP dumps if any one have ,, i’ll b grareful ,, if any one could sent it to this email add .. burhan.hussaini@live.com
@joe
thanks for your particpation and clarification.
@Hope
192.168.1.255 as you say is “invalid ( to be assigned for any host.. being the subnet broadcast address ) ” but
I think it is a valid address with respect to the subnet it self …..
please if any more clarifications … and thanks in advance.
I will exam next week any new in the exams …?
@rocky
When you assign addresses within a network, there are always 2 addresses you cannot use: the network address itself and the broadcast address (the last available address in that network). For the 192.168.1.0 network, since it’s using a subnet mask of 255.255.255.0 or /24, it’s networks go by 1 in the 4th octet (1.1, 1.2, 1.3, etc) with the last one possible for that network being 1.255 because you can’t have 1.256; that changes it to the next network, 2.0.
Err…hosts, not networks, go up by 1 in the 4th octet.
Hi,
Today i took exam and failed icnd2 with 8xx and missed few questions in the end. Can i get latest dump as i am planning to retake exam next week? send to my email id testcooltest@gmail.com
thank you in advance
fyi.. i got vtp sim, ospf, FR hot spot sim. For FR sim question 4, do we need to set up password for the router “south” that has configured with ppp encapsulation but no authentication? please answer correctly. my head is really breaking.
Also.. 172.30.4.4 question. I can find this ip anywhere… is this typo?
Hotspot Frame-relay Question was on early May 2013 ICND 2 test with similar questions below.
please i need CCNA dumps if any one have ,
please send vina86@hotmail.com
thanks.
I am ready to take the ccna exam. please can anyone send me the latest dump to my email boubachezkamdem@yahoo.fr?. thanks in advance
Why in Q3 of Routing, the frame changes 2 or 3? The host source MAC changes on each router’s interface interface, then the frame changes MAC source and destination 4 times, isn’t?
Got this today. Had a exstra Q. It was about a which dlci to use for adress thats noy on frame relay map and not in running config. Please help
please i need ccna dumps if any one can send it via elishamanka@rocketmail .com thanks and good luck to ccna guy`s that are going in next month