0% found this document useful (0 votes)
106 views

Appendix D Ccent

The document provides an appendix with practice problems for analyzing classful IPv4 networks without subnetting. It lists 10 IP addresses and asks the reader to identify for each address: the class, number of network and host octets, network number, and network broadcast address. The answers provided identify this information for each of the 10 addresses based on analyzing the first octet to determine the class and then applying the rules for classful networks without subnetting.

Uploaded by

Chiedu V Odo
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
106 views

Appendix D Ccent

The document provides an appendix with practice problems for analyzing classful IPv4 networks without subnetting. It lists 10 IP addresses and asks the reader to identify for each address: the class, number of network and host octets, network number, and network broadcast address. The answers provided identify this information for each of the 10 addresses based on analyzing the first octet to determine the class and then applying the rules for classful networks without subnetting.

Uploaded by

Chiedu V Odo
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

APPENDIX

Practice for Chapter 13: Analyzing Classful IPv4 Networks


Practice Problems
The practice problems in this appendix require that you determine a few basic facts about a network, given an IP address and an assumption that subnetting is not used in that network. To do so, refer to the processes described in Chapter 13 of CCENT/CCNA ICND1 640-822 Ofcial Cert Guide. (If you are reading this as a PDF that came with the CCNA ICND2 640-816 Ofcial Cert Guide, you will nd a copy of the ICND1 books Chapter 13, Analyzing Classful IPv4 Networks, in the same location where you found this PDF.) In particular, for the upcoming list of IP addresses, you should identify the following information:

Class of the address Number of octets in the network part of the address Number of octets in the host part of the address Network number Network broadcast address

Find all these facts for the following IP addresses:


1. 2. 3. 4. 5. 6. 7. 8. 9. 10.

10.55.44.3 128.77.6.7 192.168.76.54 190.190.190.190 9.1.1.1 200.1.1.1 201.1.77.5 101.1.77.5 119.67.99.240 219.240.66.98

Appendix D: Practice for Chapter 13: Analyzing Classful IPv4 Networks

Answers
The process to answer these problems is relatively basic, so this section reviews the overall process and then lists the answers to problems 110. The process starts by examining the rst octet of the IP address:

If the rst octet of the IP address is a number between 1126, inclusive, the address is a Class A address. If the rst octet of the IP address is a number between 128191, inclusive, the address is a Class B address. If the rst octet of the IP address is a number between 192223, inclusive, the address is a Class C address.

When no subnetting is used:

Class A addresses have 1 octet in the network part of the address and 3 octets in the host part. Class B addresses have 2 octets each in the network and host part. Class C addresses have 3 octets in the network part and 1 octet in the host part.

After determining the class and the number of network octets, you can easily nd the network number and network broadcast address. To nd the network number, copy the network octets of the IP address, and write down 0s for the host octets. To nd the network broadcast address, copy the network octets of the IP address, and write down 255s for the host octets.

Answers

Table D-1 lists all six problems and their respective answers.
Table D-1

Answers to Problem Set 2


Number of Network Octets Number of Host Octets Network Number Network Broadcast Address

IP Address

Class

10.55.44.3 128.77.6.7 192.168.76.54 190.190.190.190 9.1.1.1 200.1.1.1 201.1.77.55 101.1.77.55 119.67.99.240 219.240.66.98

A B C B A C C A A C

1 2 3 2 1 3 3 1 1 3

3 2 1 2 3 1 1 3 3 1

10.0.0.0 128.77.0.0 192.168.76.0 190.190.0.0 9.0.0.0 200.1.1.0 201.1.77.0 101.0.0.0 119.0.0.0 219.240.66.0

10.255.255.255 128.77.255.255 192.168.76.255 190.190.255.255 9.255.255.255 200.1.1.255 201.1.77.255 101.255.255.255 119.255.255.255 219.240.66.255

You might also like