What is the procedure for assigning network addresses?

What is the procedure for assigning network addresses?

What is the difference between "assigning IP addresses" and "assigning network addresses" procedures? I know the procedure of assigning IP addresses, please tell me the procedure of network addressing?

    Requires Free Membership to View

    By submitting your registration information to SearchNetworking.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchNetworking.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

An IP address refers to one unique address which is usually assigned to a host (workstation, server, router, switch etc). A network address refers to a range of IP addresses.

For example, 192.168.0.1 is considered an IP address, while 192.168.0.0 is considered a network address. Both IP and network addresses are accompanied by their subnet mask, which is used to define how large or small the network is.

Assigning an IP address (e.g., 192.168.0.1) is a simple as selecting one which is not used within the given network addresses. Assigning a network address (e.g., 192.168.0.0/24) requires you to understand your current and future needs, so you can use the appropriate network numbering scheme, but also select the best suitable subnet mask.

Being more practical, if you have let's say 155 hosts on your network, you'll surely require a full Class C network address space which provides up to 254 usable IP addresses. This of course moves us into the subnet topic where you can find more information by visiting SearchNetworking.com's IP addressing and subnetting fundamentals guide and my websites' Introduction to subnetting article.

This was first published in November 2007