Home > CCNA – Subnetting

CCNA – Subnetting

January 10th, 2011 Go to comments

Here you will find answers to CCNA Subnetting Questions

Note: If you are not sure about subnetting, please read my Subnetting tutorial.

Question 1

Given a subnet mask of 255.255.255.224, which of the following addresses can be assigned to network hosts? (Choose three)

A – 15.234.118.63
B – 92.11.178.93
C – 134.178.18.56
D – 192.168.16.87
E – 201.45.116.159
F – 217.63.12.192


Answer: B C D

Explanation

A subnet mask of 255.255.255.224 has an increment of 32 (the binary form of the last octet is 1110 0000) so we can’t use numbers which are the multiples of 32 because they are sub-network addresses. Besides, we can’t use broadcast addresses of these sub-networks (the broadcast address of the previous subnet is calculated by subtracting 1 from the network address). For example the network address of the 2nd subnet is x.x.x.32 then the broadcast address of the 1st subnet is 32 – 1 = 31 (means x.x.x.31).

By this method we can calculate the unusable addresses, which are (notice that these are the 4th octets of the IP addresses only):

+ Network addresses: 0, 32, 64, 96, 128, 160, 192, 224.
+ Broadcast addresses: 31, 63, 95, 127,159, 191, 223.

Question 2

Which of the following host addresses are members of networks that can be routed across the public Internet? (Choose three)

A – 10.172.13.65
B – 172.16.223.125
C – 172.64.12.29
D – 192.168.23.252
E – 198.234.12.95
F – 212.193.48.254


Answer: C E F

Explanation

Addresses that can be routed accross the public Internet are called public IP addresses. These addresses belong to class A, B or C only and are not private addresses.

Note:

Private class A IP addresses: 10.0.0.0 to 10.255.255.255
Private class B IP addresses: 172.16.0.0 to 172.31.255.255
Private class C IP addresses: 192.168.0.0 to 192.168.255.255

Class D addresses are reserved for IP multicast addresses and can’t be routed across the Internet (their addresses begin with 224.0.0.0 address).

Also we can’t use 127.x.x.x address because the number 127 is reserved for loopback and is used for internal testing on the local machine.

Question 3

A national retail chain needs to design an IP addressing scheme to support a nationwide network. The company needs a minimum of 300 sub-networks and a maximum of 50 host addresses per subnet. Working with only one Class B address, which of the following subnet masks will support an appropriate addressing scheme? (Choose two)

A – 255.255.255.0
B – 255.255.255.128
C – 255.255.252.0
D – 255.255.255.224
E – 255.255.255.192
F – 255.255.248.0


Answer: B E

Explanation

We need to remember the default subnet mask of class B is 255.255.0.0. Next, the company requires a minimum of 300 sub-networks so we have to use at least 512 sub-networks (because 512 is the minimum power of 2 and greater than 300). Therefore we need to get 9 bits for network mask (29=512), leaving 7 bits for hosts which is 27-2 = 126 > 50 hosts per subnet.This scheme satisfies the requirement -> B is correct.

take9bits.jpg

We can increase the sub-networks to 1024 ( 1024 = 210), leaving 6 bits for hosts that is 26= 64 > 50 hosts. This scheme satisfies the requirement, too -> E is correct.

take10bits.jpg

Notice: The question asks “The company needs a minimum of 300 sub-networks and a maximum of 50 host addresses per subnet” but this is a typo, you should understand it as “”The company needs a minimum of 300 sub-networks and a minimum of 50 host addresses per subnet”.

Question 4

Which of the following IP addresses fall into the CIDR block of 115.64.4.0/22? (Choose three)

A – 115.64.8.32
B – 115.64.7.64
C – 115.64.6.255
D – 115.64.3.255
E – 115.64.5.128
F – 115.64.12.128


Answer: B C E

Explanation

CIDR stands for Classless In4ter-Domain Routing, the difference between CIDR and VLSM is slim and those terms are interchangeable at CCNA level.

To specify which IP addresses fall into the CIDR block of 115.64.4.0/22 we need to write this IP address and its subnet mask in binary form, but we only care 3rd octet of this address because its subnet mask is /22.

CIDR.jpg

(x means “don’t care”)

Next, we have to write the 3rd octets of the above answers in binary form to specify which numbers have the same “prefixes” with 4.

4 = 0000 0100
8 = 0000 1000
7 = 0000 0111
6 = 0000 0110
3 = 0000 0011
5 = 0000 0101
12=0000 1100

We can see only 7, 6 and 5 have the same “prefixes” with 4 so B C E are the correct answers.

Question 5

Refer to the diagram. All hosts have connectivity with one another. Which statements describe the addressing scheme that is in use in the network? (Choose three)

VLAN_IP_Assignment.jpg

A – The subnet mask in use is 255.255.255.192.
B – The subnet mask in use is 255.255.255.128.
C – The IP address 172.16.1.25 can be assigned to hosts in VLAN1.
D – The IP address 172.16.1.205 can be assigned to hosts in VLAN1.
E – The LAN interface of the router is configured with one IP address.
F – The LAN interface of the router is configured with multiple IP addresses.


Answer: B C F

Explanation

VLAN 2 has 114 hosts so we need to leave 7 bits 0 for the host addresses (27 – 2 = 126 > 114). Notice that we are working with class B (both Host A and Host B belong to class B) and the default subnet mask of class B is /16 so we need to use 16 – 7 = 9 bits 1 for the sub-network mask, that means the subnet mask should be 255.255.255.128 -> B is correct.

By using above scheme, C is correct because the IP 172.16.1.25 belongs to the sub-network of VLAN 1 (172.16.1.0/25) and can be assigned to hosts in VLAN 1.

For communication between VLAN 1 and VLAN 2, the LAN interface of the router should be divided into multiple sub-interfaces with multiple IP addresses -> F is correct.

Question 6

The network 172.25.0.0 has been divided into eight equal subnets. Which of the following IP addresses can be assigned to hosts in the third subnet if the ip subnet-zero command is configured on the router? (Choose three)

A – 172.25.78.243
B – 172.25.98.16
C – 172.25.72.0
D – 172.25.94.255
E – 172.25.96.17
F. 172.25.100.16


Answer: A C D

Explanation

If the “ip subnet-zero” command is configured then the first subnet is 172.25.0.0. Otherwise the first subnet will be 172.25.32.0 (we will learn how to get 32 below).

The question stated that the network 172.25.0.0 is divided into eight equal subnets therefore the increment is 256 / 8 = 32 and its corresponding subnet mask is /19 (1111 1111.1111 1111.1110 0000).

First subnet: 172.25.0.0/19
Second subnet: 172.25.32.0/19
Third subnet: 172.25.64.0/19
4th subnet: 172.25.96.0/19
5th subnet: 172.25.128.0/19
6th subnet: 172.25.160.0/19
7th subnet: 172.25.192.0/19
8th subnet: 172.25.224.0/19

In fact, we only need to specify the third subnet as the question requested. The third subnet ranges from 172.25.64.0/19 to 172.25.95.255/19 so A C D are the correct answers.

Question 7

Refer to the exhibit. In this VLSM addressing scheme, what summary address would be sent from router A?

VLSM_summary.jpg

A. 172.16.0.0/16
B. 172.16.0.0/20
C. 172.16.0.0/24
D. 172.32.0.0/16
E. 172.32.0.0/17
F. 172.64.0.0/16


Answer: A

Explanation

Router A receives 3 subnets: 172.16.64.0/18, 172.16.32.0/24 and 172.16.128.0/18.

All these 3 subnets have the same form of 172.16.x.x so our summarized subnet must be also in that form -> Only A, B or C is correct.

The smallest subnet mask of these 3 subnets is /18 so our summarized subnet must also have its subnet mask equal or smaller than /18.

-> Only answer A has these 2 conditions -> A is correct.

Comments
Comment pages
1 8 9 10 11 12 13 13
  1. IceBlue
    May 2nd, 2012

    @Roberto

    Yeah you’re right – i just saw the ip addresses in the white clouds!

    So I’m thinking, the range is from 32 to 179.254 (164.0/20 results in 14 hosts) which is a block size of 256 hence the answer of 172.16.0.0/20

    how’s your revision going? I find myself learning, then forgetting, then constantly relearning. the questions are alos specific, miss nay detail out and you get the wrong answer.

    Anyone got a plan of what to revise, dumps etc? anyone paid for braindumps etc?

  2. izhar
    May 4th, 2012

    from where do i start for ccna

  3. geedub
    May 7th, 2012

    yes, IceBlue — I find some detail that I have forgotten — constantly relearning — I like looking at the big picture first — understanding the concepts then working on the details
    I have noted that the range size is 128 then there are 2 ranges — next is 64 which has 4– then 32 with 8 — I work out the math several times — my biggest problem is ip v6 — I have worked so much of the time with v4 that it has become easier — all of the switching and routing has become easy also but not ipv6 —I have looked up a lot of things in wikipedia – I found it is better at explaining concepts than the cisco site which is detail oriented

  4. geedub
    May 7th, 2012

    q7 —164-32=132 and the block size has to 256 because the next lower block size is 128
    our possible block sizes are 4, 8,16,32,64,128,256, etc

  5. samjees
    May 8th, 2012

    for subnetting practice check this web site http://www.subnetskills.com
    regards to allllllllllllllllllllllllllllllllllllllllllllll

  6. Anonymous
    May 8th, 2012

    Hoensty is the best policy

  7. RaviS
    May 17th, 2012

    Q5 was in my exam today

  8. RaviS
    May 17th, 2012

    Q2 was also in my exam today

  9. Abas
    May 19th, 2012

    @RavIS, pls can U send me the dump U used, pls I want to write the CCNA exams in the next 2wkeeks pls

  10. Abas
    May 19th, 2012

    My email is attabbas1@yahoo.com.au. Thanks

  11. puneet
    May 20th, 2012

    Hi all, I am taking CCNA 640-802 exam first time on 30/05/2012. Could anyone please send me latest dumps which are valid for UK? My e-mail address is puneet_gill84@yahoo.co.uk. Many thanks.

  12. mike
    May 22nd, 2012

    just passed my ccna yesterday! thank you 9tut!

  13. Abas
    May 23rd, 2012

    @Mike, pls can U send me d material
    s U used for Ur reading, pls I want to write the exams dis June. My email is, attabbas1@yahoo.com.au. Thanks

  14. Basav
    May 24th, 2012

    Hi Can anybody send me latest dumps valid for usa to my mail id, basavarajpardi@gmail.com.
    thank you

  15. MUHAMMAD RASHID
    May 28th, 2012

    I PASSED CCNA EXAM TODAY THANKS TO ALL MIGHTY ALLAH
    960/1000

  16. Raul
    May 29th, 2012

    Q3

    I think the correct question is 300 Subnets and Maximun 50 hosts.

    Attemps, any default class B address can take minimum 300 net address and minimum 50 hosts.

    Subnet Mask 255.255.0.0 give you 16382 address and 65534 hosts.

    The secret os this question is “which of the following subnet masks will support an APPROPRIETED addressing scheme”

    More appropriate Scheme is /26 (64>50) the second appropriate is /25 (128>50), B and E.

    If needs only one answer that is E.

  17. Mitch
    June 1st, 2012

    Hey all.. If anyone has the latest dumps and would be willing to send them to me, it would be much appreciated. mbsports14@gmail.com

  18. Ankit
    June 4th, 2012

    Hi Friends,

    I am searching for the latest dump, got much but not able to decide which one i follow for the June month examination. Please, Anyone send me the correct latest dump.

  19. Ankit
    June 4th, 2012

    Hi Friends,

    I am searching for the latest dump, got much but not able to decide which one i follow for the June month examination. Please, Anyone send me the correct latest dump.
    Please send me latest dump on ankitservesh@gmail.com

  20. Frank.Mayers
    June 11th, 2012

    Excellent job 9tut…..

  21. Basav
    June 12th, 2012

    Hi guys,

    Is there negative points if we mark wrong answers?? Pls let me know I have an exam tomo…
    thanks

  22. God’s Grace
    June 21st, 2012

    I passed my ccna exam today Praise be to God! Thank you Jesus! and thanks to 9TUT for the tutorials and explanations, great site and thanks to xallax for your explanations to questions and thanks to http://www.examcollection.com for the dumps. Pls guys lets donate and help to keep this site up!

    48 ques for exams including 3 simulation, I had EIGRP, Acesslist2 and VTP. Make sure the practice the simulation, use packet tracer or gns3. Best wishes to all!

  23. Peter
    July 8th, 2012

    For qn6, why increment is 256/8??

  24. Peter
    July 8th, 2012

    For qn6, without using the ip subnet-zero, there are only 7 subnet, insufficient for the required 8 subnets. But I don’t understand why the number valid subnets is 2^n-2 as mentioned in some books?

  25. Rick
    July 13th, 2012

    Can someone shed some light into this question:

    Determine the summary address and the mask to be used that will summarize the subnets.

    192.168.1.0/24 through 192.168.12.0/24

    Answer is 192.168.0.0/20

  26. Shahin@nj
    July 13th, 2012

    convert 3rd octet in binary format like:

    1- 0000 0001
    12-0000 1100
    /17,/18,/19,/20

  27. Jake
    July 16th, 2012

    Hi can anybody send me the latest dumps in blastmyfuture@hotmail.com Thanks. I will be taking the exam this month.

  28. Pratik
    July 18th, 2012

    Hey guys i have downloaded the VCE files from examcollection.com but it shows only the first 5 questions.. can somebody help me with this??

  29. xallax
    July 18th, 2012
  30. cteo
    July 27th, 2012

    Another possible answer for Q7 will be (route summarisation):

    172.16.32.0/19
    or
    172.16.0.0/16

    however answer choice will be 172.16.0.0 in this case.

    note: i will be taking my ccna exam 640-802 next Monday 30 July..hope i can pass..gd luck :)

  31. ropam
    July 28th, 2012

    goodluck @cteo….and plz dnt forget to come back here and share your expirience with us!

  32. Tahir
    July 29th, 2012

    i m giving my ccna paper on 10lz of augest plz pray fr m an any speciall tipps and questions plz send me on m_tahirlatif@yahoo.com

  33. cteo
    July 30th, 2012

    @ropam
    Thank you.
    Hurray i passed ccna today with score of 960/1000…very happy!
    Basically, i did all questions from 9tut and simulations as well.

    Also practise a bit from dumps i.e. Jericho. approx. 200 qns
    - ACL, EIGRP, VTP came out (quite similar to 9tut simulation)…just take note that for command sh mac-address-table will not work (think IOS bug)….i used sh mac address-table and works!

    Gd luck to all! :)

  34. daryll
    July 30th, 2012

    on q7:

    why not /18? yes /18 is not given among the choices.

    but if we convert to subnet mask into its binary form:

    /18 = 255.255.1100 0000.0
    /24 = 255.255.1111 0000.0
    /18 = 255.255.1100 0000.0
    —————————-
    255.255.1100 0000.0

    erroneous cisco question?

  35. eckstar
    July 30th, 2012

    Hi guys,

    Can someone sned me the latest dumps for the exam, i have exam in 3weeks and would like to know what to expect on the question much appreciated :)
    email is: gabrieltyson87@yahoo.co.uk

  36. razza
    July 31st, 2012

    @ptut@xallax@all pls explain in detail q7..hav exam in 3 days

  37. dzuxjvi
    August 4th, 2012

    blrtrp avikdu odymtd qjhgsb gxfkgt noiugd uymdte gmqxqh vfphhz

  38. Anonymous
    August 7th, 2012

    20. Which of the following subnet masks would offer 30 usable subnets, with a minimum of 2040 usable hosts per subnet? . Choose the best answer.

  39. Anonymous
    August 7th, 2012

    Which of the following subnet masks would offer 30 usable subnets, with a minimum of 2040 usable hosts per subnet? . Choose the best answer.

  40. sree
    August 7th, 2012

    Which of the following subnet masks would offer 30 usable subnets, with a minimum of 2040 usable hosts per subnet?

  41. Nandie
    August 14th, 2012

    Hi guyz, Can u plz help? Given: 192.168.1.1 255.255.255.254, How many host can u get? I would be geatfull if I can get an answer today its kind of urgent. looking forward to ur answer!

  42. JDB
    August 14th, 2012

    Hi Nandie,

    Practically a 31-bit prefix can be used for an IPv4 point-to-point link (RFC 3021). In your example 192.168.1.0 and 192.168.1.1 are usable host IP addresses. Please refer to the below link for a good explanation;-

    http://www.cisco.com/en/US/docs/ios/12_2t/12_2t2/feature/guide/ft31addr.html

    This however is outside the scope of a CCNA and for any exam questions a /30 should be used for point-to-point links.

  43. Nandie
    August 15th, 2012

    Hi JDB

    Thanks for your explanation, You’ve been agreat help :)

  44. Koopotang
    August 16th, 2012

    Can you please send the lastests dump at koopotang@gmail.com ?
    Thx ! :)

  45. udee
    August 20th, 2012

    Hi
    In

  46. kkkk
    August 22nd, 2012

    can you please send me the latest dump please,please kev_jovellanos92@yahoo.com

  47. Anonymous
    August 28th, 2012

    please send it asap…m waiting frnds

    @messionline@gmail.com

  48. mohan
    August 28th, 2012

    please send it asap…m waiting frnds

    @messionline@gmail.com

  49. jacsatx
    August 29th, 2012

    I did it!!..907..everyone needs to know subnetting if u want to be CCNA…there were about 5-7 question on subnetting..know the concepts…good luck to all!!..9TUT kicks!!

  50. Anonymous
    September 4th, 2012

    Which of the following is a broadcast address? (Select all that apply.)
    A. 172.16.31.255/20

    B. 172.18.99.133/29

    C. 172.20.2.255/23

    D. 172.23.2.203/30

    E. 172.28.127.127/24

Comment pages
1 8 9 10 11 12 13 13
  1. No trackbacks yet.
Add a Comment