Network plus N10-007 ExamNotes for sub-objective 1.4 Part 1 of 2

Share This Post

Network+ N10-007 ExamNotes for sub-objective 1.4 Given a scenario, configure the appropriate IP addressing components – Part 1 of 2

1.4 Given a scenario, configure the appropriate IP addressing components.

– Private vs. public
– Loopback and reserved
– Default gateway
– Virtual IP
– Subnet mask

This is our Part 1 of 2 for sub-objective 1.4. For the remainder of sub-objective 1.4 go to Part 2.

Click here to go back to the Network+ ExamNotes Table of Content

In this installment of ExamNotes for Network+ N10-007, we will examine aspects of IP addressing and using virtual as well as physical methods to explore them. Let’s start by reviewing the output of the ipconfig /all command from a typical SOHO computer’s wireless adapter.  

Screenshot of an output of the ipconfig /all command
Example of an output of the ipconfig /all command

Private vs. public

Public network addresses are licensed by IANA in three classes Class A Class B and Class C.  Here is how these address octets break down. An x in this table indicates portions of the public-address octet available for host assignment, 0-255.

Class IPv4 Octets Number of Available Networks Available Hosts Per Network
Class A 1.x.x.x to 126.x.x.x 126 16 million
Class B 128.x.x.x to 191.255.x.x 16,000 65,000
Class C 192.0.0.x to 223.255.255.x 2 million 254

The total scope of IPv4 addresses is 4,294,967,296 addresses. This would seem sufficient, but in fact, this range is in the process of being exhausted. One method to alleviate the need for addresses in the public space is private addressing.  Here one public IP address can be used by a router to communicate publicly and the router will issue private non-routable IP addresses to its connected network nodes using NAT/PAT. This technique is used heavily in both business and SOHO deployments. Private addressing can provide millions of private networks and billions of host addresses. Your refrigerator or television’s connectivity need not rely on a public address.  Here are the address scopes available for private addressing.

Private Address Ranges
10.0.0.0 to 10.255.255.255
172.16.0.0 to 172.31.255.255
192.168.0.0 to 192.168.255.255

Remember these addresses are non-routable and will not pass through the router without address translation.

Click here if you want to view a video walkthrough of a Performance Based Question

Loopback and reserved

Some network addresses and ranges are reserved by TCP/IP for specific purposes and should not be manually assigned. Review this list of addresses and functions.

IP address or range Description
255.255.255.255 Broadcast address. This address is used exclusively for broadcast transmission intended for every node on the network.
0.0.0.0 Unassigned
127.0.0.1to 127.255.255.254 Used for the PC network interface validation shown below.
169.254.0.1 to 169.254.255.255 Assigned by APIPA to hosts using DHCP that are unable to obtain an address lease.

A loopback address is used to send and receive ICMP ping packets in order to validate the TCP/IP configuration. This confirms the correct configuration of both the TCP/IP protocol and the interface itself. Perform this test by typing: ping 127.0.0.1, and examining the results.

Default gateway

A gateway performs the address translation necessary for your private network to communicate with the public network. A specific address, usually the router, is configured on each host as the default gateway enabling each host to communicate externally while using only the router’s external address.

Virtual IP

When you look at server clustering and load balancing you will see it is important to manage the network load on the servers. Server clustering allows a group of servers to work together while appearing as a single virtual IP address.

Subnet mask

As you have learned a computer’s 32-bit IPv4 address is broken into two sections, each containing 16 binary bits of the 32-bit address. The first portion is the Network ID (prefix) and the second portion identifies the host as shown:

Network ID Host ID
xxxx.xxxx. xxxxx.xxxxx

When a node is ready to transmit it uses the network ID to determine if the recipient is on the local network. If not the transmission is directed to the gateway for address translation and forwarding. Subnet masking is used to adjust the number of bits assigned to the network portion of the address with the remaining bits used to identify the host. You will encounter many Class C addresses in your studies so we will use one here. Remember that IP addresses represent groups of bits. So the IP address 192.168.2.101 in binary form is 11000000.10101000.00000010.01100101. Using a subnet mask of 255.255.255.0 (11111111.11111111.11111111.00000000) assigns the first three octets or 24 bits to the Network ID. And the remainder to the Host ID. In this case, the Network ID is 192.168.2.0 and your Host ID is 101. As we move on you will see how these values can be adjusted to fit your specific needs.

Click here to go back to the Network+ ExamNotes Table of Content

Subscribe To Our Newsletter

Get updates and learn from the best

More To Explore

8 thoughts on “Network plus N10-007 ExamNotes for sub-objective 1.4 Part 1 of 2

  1. In the section Private vs Public, there is an error: “Here one public IP address can be used by a router to communicate publicly and the router _will issue and issue_ private non-routable IP addresses “

    1. Thank you, Kenny! This is corrected and live.

  2. Under the loopback and reserved catergory, there is an error: ” Assigned _be_ APIPA to hosts using DHCP that are unable to obtain an address lease.” I believe it should be “by”

    1. Thank you, Kenny! This too is corrected and live. We really appreciate these corrections. This effort of yours benefits all users of this community resource and you are playing a very important role in keeping this as useful and beneficial as it can be to all. Again thank you so much for being part of the solution!

  3. Thank you for this free study guide I’m 10 days away from the exam and this helps tremendously. Your web site is a wealth of knowledge for students like me that are not working and are trying to succeed with these IT certificates.

    1. Hi Alexa, thank you so much for sharing this! You are exactly the kind of students we are trying to help and when you get back to us in this manner, it gives us incredible encouragement. Best of luck on your exam and beyond!

  4. Comment: I believe the following statement is false, as the “Network ID” is determined by the network mask/class. For example, Class C IP addresses have 24 binary bits for the Network ID. However, IPv6 addresses follow the first half/second half pattern you describe.
    Quote: As you have learned a computer’s 32-bit IPv4 address is broken into two sections, each containing 16 binary bits of the 32-bit address. The first portion is the Network ID (prefix) and the second portion identifies the host

Leave a Reply

Your email address will not be published. Required fields are marked *

Pass the exam on the first try guaranteed

By continuing to browse this site, you accept the use of cookies and similar technologies that will allow the use of your data by CertBlaster in order to produce audience statistics- see our privacy policy.