Home > Operations

Operations

April 5th, 2011 in ICND1 Go to comments

Here you will find answers to operation questions in ICND 1 exam

Question 1:

Refer to the exhibit. The junior network support staff provided the diagram as a recommended configuration for the first phase of a four-phase network expansion project. The entire network expansion will have over 1000 users on 14 network segments and has been allocated this IP address space:

192.168.1.1 through 192.168.5.255
192.168.100.1 through 198.168.100.255

What are three problems with this design? (Choose three)

subnet1

A – The AREA 1 IP address space is inadequate for the number of users.
B – The AREA 3 IP address space is inadequate for the number of users.
C – AREA 2 could use a mask of /25 to conserve IP address space.
D – The network address space that is provided requires a single network-wide mask.
E – The router-to-router connection is wasting address space.
F – The broadcast domain in AREA 1 is too large for IP to function.

Answer: A C E

Question 2:

Refer to the exhibit. A technician is testing connection problems in the internetwork. What is the problem indicated by the output from HostA?

ping_tracert

A – The routing on Router2 is not functioning properly.
B – An access list is applied to an interface of Router3.
C – The Fa0/24 interface of Switch1 is down.
D – The gateway address of HostA is incorrect or not configured.

Answer: D

Explanation:

When trying to ping the IP 192.168.3.254,you received the replies from that IP. It means that you can reach the Fa0/0 interface of Router1. But notice that the IP of host A (192.168.3.1/24) and the IP of the Fa0/0 interface of Router 1 (192.168.3.254/24) are on the same network. So you don’t need a gateway address configured on HostA. Therefore you can’t conclude the gateway address of HostA was configured correctly.

Lately, you tried to use the tracert command to reach another network (192.168.4.7). In this case, a gateway address was required for reaching the network of hostB. But the result told that “Destination host unreachable” – means that Host A can not find a route to Host B -> The gateway address of Host A was incorrect (something other than 192.168.3.254) or not configured is a possibility.

A and B are incorrect because if there is a mis-configuration on Router 2 or Router 3 (while Router 1 is configurated correctly), you will see at least one successful line when using tracert command likes the bold line below:

PC>tracert 192.168.4.7

Tracing route to 192.168.4.7 over a maximum of 30 hops:

1 62 ms 62 ms 46 ms 192.168.3.254
2 * * * Request timed out.

C is incorrect because we can ping Router 1 -> port Fa0/24 on Switch 1 was turned on and running correctly.

Question 3:

Refer to the exhibit. The internetwork is using subnets of the address 192.168.1.0 with a subset mask of 255.255.255.224. The routing protocol in use is RIP version 1. Which address could be assigned to the FastEthernet interface on RouterA?

subnet2

A – 192.168.1.31
B – 192.168.1.64
C – 192.168.1.127
D – 192.168.1.190
E – 192.168.1.192

Answer: D

Explanation:

255.255.255.224 = 1111 1111.1111 1111.1111 1111.1110 0000 (binary form)

Increment: 32

First subnetwork: 192.168.1.0 -> 192.168.1.31 (A is incorrect because 192.168.1.31 is a broadcast address)
Second subnetwork: 192.168.1.32 -> 192.168.1.63
Third subnetwork: 192.168.1.64 -> 192.168.1.95 (B is incorrect because 192.168.1.64 is a network address)
Fourth subnetwork: 192.168.1.96 -> 192.168.1.127 (C is incorrect because 192.168.1.127 is a broadcast address)
Fifth subnetwork: 192.168.1.128 -> 192.168.1.159
Sixth subnetwork: 192.168.1.160 -> 192.168.1.191 (D is correct because 192.168.1.190 is the last assignable host address of this subnetwork)
Seventh subnetwork: 192.168.1.192 -> 192.168.1.224 (E is incorrect because 192.168.1.192 is a network address)

Question 4:

Refer to the exhibit. For security reasons, information about RTA, including platform and IP addresses, should not be accessible from the Internet. This information should, however, be accessible to devices on the internal networks of RTA. Which command or series of commands will accomplish these objectives?

cdp_enable

A – RTA(config)#no cdp run
B – RTA(config)#no cdp enable
C – RTA(config)#interface s0/0
RTA(config-if)#no cdp run
D – RTA(config)#interface s0/0
RTA(config-if)#no cdp enable

Answer: D

Question 5:

Refer to the exhibit, PC1 pings PC2. What three things will CORE router do with the data that is received from PC1? (Choose three)

ip_mac_address

A – The data frames will be forwarded out interface FastEthernet0/1 of CORE router.
B – The data frames will be forwarded out interface FastEthernet1/0 of CORE router.
C – CORE router will replace the destination IP address of the packets with the IP address of PC2.
D – CORE router will place the MAC address of PC2 in the destination MAC address of the frames.
E – CORE router will put the IP address of the forwarding FastEthernet interface in the place of the source IP address in the packets.
F – CORE router will put the MAC address of the forwarding FastEthernet interface in the place of the source MAC address.

Answer: B D F

Comments
Comment pages
1 2 12
  1. Bi-an
    August 19th, 2010

    hi 9tut..thanks for your site..it’s very helpful..

    i still confuse the answer of Q3..

    Address to interface router should be used network address, right ? why we used ip address to assign the fa to router ?

    My answer is D, since it should subnet the 224 to 240 because the host number in A is 13 hosts..

    is it correct answer ? please kindly advised ..thanks..

  2. 9tut
    August 19th, 2010

    D is the correct answer for Q3

  3. Jhawk
    August 19th, 2010

    Hi 9tut, seems that answers B,C,D,F are all correct for question 5. Why C got left out? Can you explain?

  4. 9tut
    August 19th, 2010

    The destination IP address is also the IP address of PC2 so there is nothing to “replace” here.

  5. Ban
    August 24th, 2010

    hi 9tut,
    This website is very good and I really got confidence on sim questions after going thru ur website.
    I took the exam 3 times and failed and I lost interest. But today , I am thinking to retake after going thru ur website.
    Do you have switch related questions ? Like, 9 hosts connected to one hub and hub is connected to swithc1. There is one more set of 10 hosts connected to swithc2. switch1 willl be connected to switch2.
    New host is connected to switch1 and please explain me what will happen in the flooding of frames? Does switch need some config after connecting new host?
    And also, I have seen DHCP drag and drop questions. I did not prepare for part1 exam atleast. do you have any questions on this?
    I appreciate your help.
    Thanks a lot in advance.

  6. 9tut
    August 25th, 2010

    For the 9 hosts connected to one hub please read http://www.certprepare.com/forum/index.php?showtopic=143

    I am not sure about DHCP Drag drop question, review your knowledge about this subject. Maybe you should read DHCP Group of 4 Questions http://www.9tut.com/component/content/article/41-ccnahotspotquestions/67-dhcp-group-of-four-questions

  7. mahmoud bebo
    October 12th, 2010

    hey 9tut can u explain the difference between
    no cdp run & no cdp enable as in Q-4
    as i got it
    no cdp run will shut down the cdp all over the router
    but no cdp enable will just affect the interface

  8. Rick
    December 4th, 2010

    @mahmoud

    You are correct. The question stated only the s0/0 should have cpd disabled, which is why the ‘no cdp enable’ command was used only on int s0/0

  9. skidmark
    December 10th, 2010

    Bi-An

    Thats backwards the subnet mask would give 13 subnets not 13 hosts, d is correct because it’s the only address given tht’s not a Subnet or broadcast.

  10. mo
    December 10th, 2010

    passed the exam today.. this was one of the question – but couldnt remember the options..

    PS#telnet http://www.cico.co
    Translating “www.cico.co”…domain server (255.255.255.255)
    % Unknown command or computer name, or unable to find computer address

  11. Mike D
    December 15th, 2010

    9tut

    Question 3 indicates RIP version 1 is being used. RIP V1 is classfull so wouldn’t subnetting not work correctly because the router is not passing on the subnet mask of 255.255.255.224?

    Thank you

  12. Rond M
    January 8th, 2011

    I had given my ICND exam 1 recently. Got 700. Will be giving the exam next week? There was a question: to identify the cable from the diagram: Ethernet Cross-over Cable, Serial Cross-over Cable, Ethernet Straight Cable, Serial Straight Cable, Rollover cable.

    Does anyone have the diagrams for all these cables?

  13. Rond M
    January 28th, 2011

    Answer to above question: Ethernet cross over cable.
    http://img62.imageshack.us/i/schemay.jpg/

  14. Anonymous
    February 12th, 2011

    A. a rollover cable
    B. an Ethernet crossover cable
    C. a serial crossover cable
    Cisco 640-822: Practice Exam
    “Pass Any Exam. Any Time.” – http://www.actualtests.com 115
    ActualTests.com
    D. an Ethernet straight-through cable
    Answer: B

  15. Anonymous
    February 12th, 2011

    the ans ethernet crossover you can google it

  16. Yousef
    March 30th, 2011

    I took ICND1 yesterday (Passed πŸ™‚ ) and Question 5 was there. Thanks

  17. Senzo
    April 5th, 2011

    Question 5,answer (F) confuses me.What is the forwarding FastEthernet interface ?Please help me understand.

  18. deanot99
    April 6th, 2011

    Senzo the initial source mac will be PC1 this is then replaced by the outgoing fast ethernet interface in this case it is fa0/1 remember the logic source\destination macs change when they go through routers where as source\dest ip addresses never change

  19. Spainvasion
    April 27th, 2011

    Hello All,
    pleased to meet you, i have gone thru the operations questions, however I don’t have this one clear. Would someone kindly explain?
    From question 1. Answer: E – The router-to-router connection is wasting address space.
    How do you get this information?
    Thanks all.

  20. skyyyyy2001
    May 2nd, 2011

    Hi Spainvasion,

    Question 1. Answer: E – The router-to-router connection is wasting address space.

    For serial to serial connection, we always try to aim for /30 subnet which the remaining 2 bits will give us 2 host address and to maximize the use of IP addresses…

    The correct answer should be;

    192.168.100.0 /30
    255.255.255.252
    1111 1111.1111 1111.1111 1111.1111 1100
    increment of 4
    2^4-2=2 hosts address available per subnet

    192.168.100.0-192.168.100.3 (you will notice that only 192.168.100.1 and 192.168.100.2 are available for this subnet)
    192.168.100.4-192.168.100.7 (you will notice that only 192.168.100.5 and 192.168.100.6 are available for this subnet)

    hope it helps. πŸ™‚

  21. Spainvasion
    May 2nd, 2011

    Hi skyyyyy2001,
    Thanks a lot for your explanation, very kind from you. I now understand the answer.
    I have been studying a lot for ccent and I think i will do my exam in about 3 weeks time.
    Hopefully I will pass.
    Regards.
    πŸ™‚

  22. skyyyyy2001
    May 3rd, 2011

    good luck my friend, I just had mine this morning. Passed my exam at 876, some questions are tricky, remember to keep practise subnetting.

    πŸ™‚

  23. Spainvasion
    May 8th, 2011

    Hi skyyyyy2001,
    congratulations!! I am glad you passed!!
    yes i am practicing subnetting everyday.
    I need helop to understand a question from one of my practice test. Maybe you you or someone else knows about this.
    in the question there is basically a screenshot from a pc ipconfig all configuration.
    the ips are as follows:
    IP: 172.16.236.227
    Subnet mask: 255.255.255.0
    Default Gateway: 172.16.236.1
    DHCP server: 172.16.3.2
    DNS1:10.4.8.1
    DNS2:10.5.2.22
    Primary Wins: 10.69.2.87
    Secondary Wins: 10.69.235.228

    The question then is which ip address represents the first server that this computer is trying to contact
    to resolve an internet website url to an up address???
    I selected DNS1:10.4.8.1 and it says is wrong.

    It says the right answer is: Primary Wins: 10.69.2.87
    How can this be? wins is for netbios correct?
    Can some help me to understand why my answer is wrong?
    Thanks in advance.

  24. Spainvasion
    May 8th, 2011

    Sorry a typo, i meant:
    to resolve an internet website url to an ip address???
    also is not the dns server the one who translates url to ip address?
    I come from mcsa and not sure why i am getting the wrong answer.
    Thanks in advance.

  25. skyyyyy2001
    May 9th, 2011

    Hi Spainvasion,

    I got this from MS website… me too (coming from a MCSA and MCITP-SA background) agreed it should be DNS though…

    WINS and DNS are both name resolution services for TCP/IP networks. While WINS resolves names in the NetBIOS namespace, DNS resolves names in the DNS domain namespace. WINS primarily supports clients that run older versions of Windows and applications that use NetBIOS. Windows 2000, Windows XP, and Windows Server 2003 use DNS names in addition to NetBIOS names. Environments that include some computers that use NetBIOS names and other computers that use domain names must include both WINS servers and DNS servers.

  26. David
    June 15th, 2011

    Hi all
    Thanks to 9tut for this great website.
    I am wondering if there is any website like this for Microsoft certifications / Linux Certifications.
    Please let me know.
    Thanks

  27. hemp
    June 28th, 2011

    Further discussion about the differences between routers and wireless APs can be found in the following section.Figure 1 A Single Home RouterIn Figure 1 Home Router A implements network address translator NAT functionality for IPv4 traffic and router functionality for IPv6 traffic. From a home network addressing perspective multi-subnet configurations and intra-home routing are unwarranted.

  28. emachadorj
    July 1st, 2011

    I passed tonight with 975/1000.
    Questions 1,3,4 and 5 were on the test. Almost the same ones.

  29. Jay1
    August 5th, 2011

    Passed ICND1 today. I had about 3 or 4 of these questions on it. Thanks 9tut. I will donate in a few minutes. I appreciate the site.

  30. WKC
    August 20th, 2011

    Passed ICND1 today with 962…..I only had question 5 on my exam. The only difference was the IP addresses

    Studied with:
    Odom ICND1 Book
    Todd Lamle CCNA book
    Chris Bryant (thebryantadvantage.com)

  31. NerroAzurro
    August 26th, 2011

    I got question 3. But remember by heart subnetting. There were 5 or 6 questions about subnetting. Actually I don’t remember if they were more.

  32. Abdullah
    September 9th, 2011

    9tut plz tell me as CCNA= ICND1+ICND2, so it upto us, either we give CCNA or ICND1 & ICND2 one by one. If m i right ? plz advise me what i will do ?

  33. xallax
    September 9th, 2011

    @abdullah
    yes, you can take the CCNA exam or ICND1 and then ICND2 or ICND2 and then ICND1. it’s your decision

  34. Abdullah
    September 12th, 2011

    Thanks xallax
    can you give me latest dumps for ccna

  35. xallax
    September 12th, 2011
  36. kmt
    September 18th, 2011

    Know these as they are on point and great practice!

  37. Prev
    October 5th, 2011

    passed ICND1 = 1000/1000
    PASSED ICND2 = 1000/1000

  38. bond007
    October 6th, 2011

    @Prev your scores were different on the other page, guess you can’t remember what they are.

    PASSED YESTERDAY- Q3 WAS ON IT.

  39. Prev
    October 11th, 2011

    I retook it -lol

  40. bond007
    October 12th, 2011

    maybe you’re just lying?

  41. flukeangler
    October 26th, 2011

    When a host has an active DNS server entry and an active WNS server entry, which one does it go to first to resolve a url to an IP address?

  42. xallax
    October 26th, 2011

    @flukeangler
    “In theory, if DNS is available, WINS is only necessary if pre-Windows 2000 clients or servers need to resolve names. In reality, especially in large enterprise environments, applications such as SMS 2003 with its use of the 1A record, MS SQL Server 2000 for use of named pipes, and Exchange Server 2000 and 2003 both require WINS for full functionality.”
    http://en.wikipedia.org/wiki/Windows_Internet_Name_Service

    from the above we can state that nowadays windows xp/vista/7 hosts first go DNS, then to WINS

  43. \tssurp
    November 7th, 2011

    thank you so much 9tut I love your site. You are a genius and I appreciate your help.
    you are providing a genuine platform for all the people interested to learn and share their skills thanks much man. God bless you.

  44. Big Mikey
    November 20th, 2011

    xallax I bought some dumps from ciscovce and am having a problem extracting the data can you assist michaelangelodean@yahoo.com Thanks

  45. xallax
    November 20th, 2011

    @big mikey
    please check mail/yahoo messenger. thanks

  46. hikerdude
    November 22nd, 2011

    In answer to bebo:

    Yes, you are correct. “no cdp run” will globally disable CDP. To leave cdp running in the router (or switch for that matter), but disable it on a specific interface, use the command no cdp enable.

    Remeber, CDP is enabled on Cisco routers and switches by default.

  47. nocman
    December 24th, 2011

    Hi I wrote my exam for ICND1 on Dec21,2011. Got failed 799 the passing score was 804.
    I had a question in which I was asked the Bandwidth of the router.
    Q.1
    The router was showing 100000 Kbits/Sec
    and the options were:
    a) 128 Kbits
    b) 256 kbit
    c) 512 kbits
    d) 1.544 kbit it was like that, what is the right answer and why, or how we can calculate it

    Q2
    Then there was a question about Class A subnetting.
    What is true about class A subent
    a) Its start in 3rd octet with 192
    b) Start in 3rd octet with 128
    c) Start in 3rd octet with 00
    d) Start in 3rd octet with 0

  48. Nathan
    December 30th, 2011

    Hi all..

    In the Question 2.

    When we receive a “Destination Unreachable” it means that we don’t have a route for the network. So, for me the right answer is
    A – The routing on Router2 is not functioning properly. Not D – The gateway address of HostA is incorrect or not configured. Because in this case, we can’t check the host fully configuration…

    What do you guys think?

  49. xallax
    December 30th, 2011

    @nathan
    traceroute shows you the devices that the icmp packets go through as it goes towards the end destination.
    from the exhibit we can tell that the icmp packets did not even pass the very first device – which is the default gateway.

  50. chas
    January 26th, 2012

    Very hefpful questions.. Thanks to 9tut I’ve passed today. Now onto ICND2.

  51. chas
    January 26th, 2012

    Got q1 and q5 on the exam.

  52. Glam
    February 1st, 2012

    Can anyone tell whether the command (config)#’router rip’ starts the rip process. This was a question with some like
    i )it starts RIP process but no route update advertisements are being sent.
    ii) It starts RIP process and route update advertisements also start.
    iii ) It does not start RIP process.
    Can anyone rephrase the original question and answer what is true ?

  53. the guy whos gonna own ccna :D
    February 1st, 2012

    it does start rip afaik but it wont advertise any routes, so in practice rip wont do anything, you need to add the network command before rip will do anything
    hope that helped that is how i understand it at least ^^

  54. chas
    February 3rd, 2012

    Got this question on the Transcender exam prep and on the ICND1 exam. The correct answer is ii) It does not start RIP process.

    According to the explaination by Transcender, it states that by entering the command Config#Router RIP, it puts you in RIP Configuration, but RIP does not start until after you enter the Network command.

  55. Lanz
    February 10th, 2012

    Question 1, 2, 4 included in yesterday ICND1 exam

  56. Anonymous
    February 11th, 2012

    je vais passer mon exam vendredi prochain sDv

  57. WSL
    March 31st, 2012

    I just passed the ICND1 with 925/1000 today πŸ™‚
    Q1,3 and 5 were there with different subnets but same idea

  58. Div
    June 18th, 2012

    Passed ICND1,

    Got question3 TODAY

  59. Simon
    June 22nd, 2012

    Yay, thanks 9tut and all fellow Cisco enthusiast for your help….. Passed icnd1 today with 825, could have done better but excited to pass after failing twice.
    Cbt nuggets and I attended the icnd1 and 2 courses.

  60. Abed
    June 24th, 2012

    why Q1 B is not true ?

  61. xallax
    June 25th, 2012

    @abed
    B is true.

    the question asks for problems with the design

  62. jay
    June 28th, 2012

    thanks 9tut…passed ICND1 today. Got que 3

  63. u2
    June 28th, 2012

    passed today!!!

  64. Drew
    July 5th, 2012

    Got Q#3 today.. failed anyways. 2nd attempt 787, what happened to scoring on average 100 points higher on 2nd attempt?

  65. omar
    July 8th, 2012

    @ABED

    Because area 3 has 200 users on the network with a subnet mask of /24….. /24 has 254 available hosts on its subnet ,, so area 3 ip address IS adequate for the umber is users.

    The question asked for problems. so “inadequate” wouldn’t apply to area 3.

  66. bleek
    July 15th, 2012

    Got question 5 on the 13th.

  67. Ahmed
    July 17th, 2012

    Passed ICND1 today must say going through the sample Qs from here and the vse’s assisted much… out of the 50 qs I had only one new which was a drag and drop listing protocols on the left ( UDP , TCP , Ethernet , SNMP and SMTP I rekon) to match them with ( Network access layer , internet layer , transport layer and application layer) if the host has initiated a mail task using reliable protocols. Before I donate would like to say chrs.

  68. Anonymous
    July 17th, 2012

    donnΓ© une idΓ©e svp; pour passer mon icnd1dans quelque jour
    guez_carine@yahoo.fr

  69. majoliecarine RCA
    July 17th, 2012

    bonjour aidez moi svp pour passer mon icnd1 guezmajo@yahoo.fr

    hello help me please to pass my icnd1 guezmajo@yahoo.fr

  70. lock
    July 18th, 2012

    3 and 5 in exam passed today

  71. Mike Reno
    August 13th, 2012

    @9tut
    Ques 2:
    If host does not have gateway set :
    1. The Ping process starts the next ping request.
    2. The Ping process creates an ICMP Echo Request message and sends it to the lower process.
    3. The source IP address is not specified. The device sets it to the port’s IP address.
    4. The destination IP address is not in the same subnet and is not the broadcast address.
    5. The default gateway is not set. The device drops the packet.

    in your example you show:
    PC>tracert 192.168.4.7
    Tracing route to 192.168.4.7 over a maximum of 30 hops:
    1 62 ms 62 ms 46 ms 192.168.3.254
    2 * * * Request timed out ***not destination host unreachable***
    I.E. your timing out because the packet was never sent. As opposed to the icmp “destination host unreachable” message that would be generated in response to a message that was received. So the default gateway would have to be set correctly in order for that to occur.

  72. 9tut
    August 14th, 2012

    @Mike Reno: The traceroute command lists all the IP adresses of each hop it goes through. Suppose the default gateway were set correctly but it could not reach the next hop (right behind that default gateway) then you would see the IP address 192.168.3.254 listed there. But here you cannot see that IP -> host A could not reach that default gateway -> The gateway address of HostA is incorrect or not configured.

  73. Mike Reno
    August 14th, 2012

    @9tut
    my point is: in practice you will not see “destination host unavailable” as a result of missing or incorrect gateway. You will see timeout. I.E.

    PC>tracert 11.11.11.1 ***default gateway is set to 10.10.10.1***

    Tracing route to 11.11.11.1 over a maximum of 30 hops:

    1 51 ms 47 ms 63 ms 10.10.10.1
    2 94 ms 78 ms 78 ms 192.168.0.3
    3 78 ms 125 ms 125 ms 11.11.11.1

    Trace complete.

    PC>tracert 11.11.11.1 ***default gateway is set to 10.10.10.10***

    Tracing route to 11.11.11.1 over a maximum of 30 hops:

    1 * * * Request timed out.
    2 * * * Request timed out.
    3 * * * Request timed out.

    I appreciate you are not the creators of the questions and provide a valuable service in facilitating understanding “best answers” and I get the purpose of this exercise. Still the question is a bit of stinker. Actually I think it’s outright invalid unless someone can tell me under exactly what real “incorrect/missing gateway config” I will see the destination host unreachable message. I would really like to know from any readers if this question has actually appeared on a recent test.

  74. Shariq
    September 1st, 2012

    @Mike Reno — You may be correct regarding “Request Timed Out” instead of “Destination Unreachable” >>> But either in the exam or in the Real World one should use the preferred logical Answer first then look for any thing else.
    When you have no default gateway set on the PC it won’t show you any IP address in return in the Traceroute command.
    You have been given 4 options and you have to select the best possible answer only. And most importantly what Cisco thinks is the best answer.

  75. Rango
    September 20th, 2012

    Question 1

    Can help me explain why C is part of the answer. me i wold have replaced C with F.

  76. Rango
    September 20th, 2012

    Question 1

    Can someone help me explain why C is part of answer in Q1. Me i would have gone for F instead of C.

  77. Rob
    September 20th, 2012

    Scored a 987 today. Q3 & 5 were on the exam.

  78. Bushy
    September 25th, 2012

    Had questions 2,3,4,5. Passed 9/23/12 with a 974. This website is awesome and is a great representation of whats on the test. I had the DORA drag and drop, and also the WAN protocol DAD. The security testlet was on there. Chose banner as part of my answers and got 100% in that area. I had lots of subnetting questions, so if you are not comfortable with subnetting, practice. For studying I used this site, cisco (for the subnetting game, and also went through their review questions), and attended a CCNA course at a certified cisco learning partner. Also had the implementation drag and drop. thanks 9tut, on to ICND2. Good luck everyone.

  79. Subh
    September 25th, 2012

    @Rango I had the same doubt about Question 1 – Answer C.
    What I understand is.. by using a mask /24 all the available IP addresses starting from 192.168.2.2 till 192.168.2.254(not using the first and last address in the range) are occupied by the Area 2(IP address space). While by using a mask /25 .. we could take out the IP address range 192.168.2.129 – 192.168.2.254 from Area2 (IP address space) and use to create a separate IP address Space and hence conserve them or rather prevent them from getting wasted.
    The questions are very tricky and not clear to understand easily what is being asked. I am not sure if my explanation is correct. If anyone have any other view please explain.

  80. Brutos
    October 15th, 2012

    Passed my ICND1 on the 13th with 950 this question was on the Test. Thanks 9tut you guys helped alot. Really cant remember which ones where on the test but i know some of them were so make sure you know these and why answers are correct dont just memories the answers and think you will pass.

  81. TheDude
    October 29th, 2012

    Question 1

    C) This is correct since using a /25 mask allows up to 126 hosts which is more than required.
    F) This is incorrect – I suspect. The large number of hosts is not ideal but IP will not reach any limitations in addressing once the subnet mask is increased. This is a bit of a trick question though since you could argue that as the question is posed IP does have a limitation since not all hosts can be addressed with the given mask. Given the options though I’d choose A, C, E as suggested

  82. TheDude
    October 29th, 2012

    To amend my previous comment. /25 allows up to 127 – 2 = 125 hosts.

  83. xallax
    October 29th, 2012

    @thedude
    /25 allows for 126 hosts. you might have a closed network without a default gateway.

  84. cisco
    November 15th, 2012

    Power over ethernet and port security are characterstics of access layer

  85. Dallas Naijan
    December 10th, 2012

    I am totally having some unfortunate luck with all of my Cisco attempts for 640-802 and then stepping down to doing the two part 640-822 and 640-166. On my last two failed attempts with the 802 exam, I failed both exams by 10 points which caused me to go hysterical. When I decided to go for the 640-822 test, I studied hard for another 3 weeks with all sorts of tools provided:
    – Leadpass
    – CBT Nuggets
    – Testout
    – Boson 7.0 Netsim
    – ITU
    – Cisco Press ICND1 book by Wendell Odom
    – Cisco Packet Tracer
    – 9tut
    – ExamCollection
    – VCE
    – subnettingquestions.org
    and I still ended up failing for with a 775/1000. I was for sure that I passed the exam when I was killing all of my practice material. I definitely do not know what is going on and this is extremely disturbing. I keep seeing others with great success stories, and I’m trying to reach that pinnacle also to relay my experiences, but damn, I’m in a hole I can’t get out of. Can anyone out there feed me some of the latest dumps for the ICND1 exam. I would definitely appreciate this as I’m trying to be a family member in the Cisco world.
    I can be reached easily at cehiem@yahoo.com

  86. Q4 Q’s
    January 2nd, 2013

    Question 1 Explained:

    A /24 allows for 254 Hosts on 1 subnet, for class C. This is far too few hosts with 500 users.

    C /24 allows for 254 Hosts. With only 60 users area 2 would be fine on /25 – which allows 126 hosts. Technically /26 would be enough as it allows 62 hosts. But you want to leave room to expand.

    E Using a /26 is a big waste when you only have 2 devices. That allows for 62 hosts. A /30 would be adequate as it gives 2 hosts. /29 might be more optimal as it provides 6 Hosts for expansion.

    As for the ‘incorrect’ answers:
    B – Area 3 has 200 users and a /24 allows more than enough with 254 hosts.

    D – I believe this refers to classful routing, the diagram clearly shows different subnet masks, thus there is no reason to imply a reason to not us VLSMs.

    F – Networks operate that are far larger than 500 users. Without knowing the router model and spec you could never know if this is true or not. For the present technology, 500 is nothing to worry about.

  87. @Mike
    January 5th, 2013

    I tested setting wrong gateway and got “destination host unreachable” on my PC. πŸ™‚

  88. ciscoteacher
    January 30th, 2013

    @mahmoud bebo – just one thing, you can’t disable cdp globally and have it run on an interface. But you can do it the other way around.

  89. mecerty
    March 21st, 2013

    question 1 and 5 were today in the test i did today…

  90. Mistro50
    April 1st, 2013

    I am just confirming everything Dallas mentioned, he is right for the things to study. I had the exact exam in March and scored a 700. My SIMS were at front of the exam, don’t panic when you see them. Good Luck next time for those of us who have not crossed threshold of CCENT and Congratulations to those who have. 9tut you are the best!!!!!!!!!!!!

  91. 3dawg
    April 17th, 2013

    Got Q’s 1 & 5 on my ICND 1 today

  92. DM
    May 3rd, 2013

    Q1 was in the test today

  93. 50cent
    May 12th, 2013

    Question 1, A
    The subnet allows 510 adresses, why should der be a problem?
    Can someone explain that?

  94. 50cent
    May 12th, 2013

    Question 1, A
    The subnet allows 510 addresses, why should there be a problem?
    Can someone explain that?

  95. 50cent
    May 12th, 2013

    Found the solution. My calculation was incorrect. The subnet allows just 254 hosts!

  96. TFigg
    May 17th, 2013

    Taking ICND1 again on Monday..missed it by about 50 points last week..best score yet…looking to pass it next time…good luck to those getting ready..

  97. best proxies
    May 18th, 2013

    I appreciate you sharing this blog article.Thanks Again. Will read on… best proxies http://stormproxies.com

  98. Nate Johnson
    May 20th, 2013

    Questions 1 and 5 were on my ICND1 today

  99. Uzzi
    June 21st, 2013

    Question 3 was in my exam 2 days ago

  100. sood
    June 25th, 2013

    Can I please get explanation for question 1?

Comment pages
1 2 12
  1. No trackbacks yet.