Shortcuts
|
Subnetting and IPv4 Address Classes2005-10-20 (updated: 2009-11-09) by PhilipTags: subnet, IPv4, IP, IP Address, routable Subnetting Concept Subnetting an IP network allows for the flow of network traffic to be segregated based on a network configuration. It essentially organizes the hosts into logical groups, and provides for improving network security and performance. The most common reason for subnetting IP networks is to control network traffic. Traditionally, in an Ethernet network, it is very common for all nodes on a segment to see all the packets transmitted by all the other nodes on that segment, which introduces collisions, and the resulting retransmissions under heavy traffic loads. For additional information on subnetting, see RFC 1817, and RFC 1812.
IPv4 TCP/IP Subnet Table While subnetting might be easy enough to grasp as a concept, it can be a bit involved, and even mind-boggling in part due to the required manipulations of binary numbers. Many people understand the ideas behind subnetting, but find it hard to follow the actual steps required to subnet a network. The table bellow is intended as a quick reference and a fairly complete example of IPv4 subnetting.
* Usable Hosts - (2^N-2) method. ** Inverse mask is calculated by subtracting each subnet mask octet value from 255. The inverse mask is primarily used in Cisco access control lists (ACLs). The rationale behind an inverse mask is that logical ANDing an inverse mask and an IP address gives the host portion of the address, instead of the network / subner portion that a standard subnet mask would. This is of more interest to certain TCP/IP functions. Notes: Certain potions of the IPv4 address space are specifically allocated by RFCs for special uses, such as loopback (RFC 1643), private networks (RFC 1918), and zeroconf (RFC 3927) usage.
IPv4 Address Classes Class Address Ranges
Class A, Class B, and Class C are the three classes of addresses used on IP networks in common practice. Class D addresses are reserved for multicast. Class E addresses are simply reserved, meaning they should not be used on IP networks (used on a limited basis by some research organizations for experimental purposes).
Reserved Address Ranges Address ranges below are reserved by IANA for private intranets, and not routable to the Internet. For additional information, see RFC 1918.
Other reserved addresses:
User Reviews/Comments:
rate:
avg:
by
unix13 - 2007-05-08 02:14
by
cody - 2009-05-16 10:39
by
anonymous - 2010-06-24 08:59
by
anonymous - 2011-04-18 23:15
by
Blagoev - 2011-05-12 05:52
by
Paul - 2011-11-07 18:49
by
Paul - 2011-11-07 18:51
by
anonymous - 2011-11-10 02:56
by
anonymous - 2012-06-29 07:43
by
zuleikha - 2013-08-19 10:15
by
nasir - 2013-09-04 05:06
by
anonymous - 2013-11-17 15:00
by
CCNA bound - 2014-02-09 16:51
by
anonymous - 2014-05-03 13:10
by
Robert - 2015-08-13 11:19
|