About Subnetting

A network is comprised of IP (Internet Protocol) addresses. This is also known as the network address. In order to break down to smaller sub-networks, also known as subnets, a process called subnetting is employed. A network may have multiple layers, usually with the subnet as the non-physical ID of each one. The physical layer would be the hosts (for example, computer or server), hubs, switches and routers; each device is assigned, whether manually or dynamically, its own IP address.

  1. The Facts

    • Subnetting is subdivided into two forms of subnet notation: the standard notation and CIDR (Classless Internet Domain Routing) notation. Both of them use network addresses that define the starting point of the network--for example, 192.168.1.0 with the first host IP address possible within the same subnet would be 192.168.1.1.

      To create subnetworks, you take bits from the host portion of the IP address and reserve them to define the subnet address. This means there would be fewer bits for hosts, so the more subnets, the fewer bits available for defining hosts.

    Identification

    • For the subnet address scheme to work, every machine on the network must know which part of host address will be used as a subnet address. This is accomplished by assigning a subnet mask to each machine. There are two parts that comprise each IP address. One is to identify the network ID, and the other to identify the node or host IP. To identify which part belongs to the network address and which part belongs to the node address, you need to determine which class the IP address and subnet mask belong to.

      IP Addresses are identified by 5 different classes. To identify where your IP address belongs to, you can examine the first 4 bits of the IP address.

      Class A addresses start with 0xxx, or 1 to 126 decimal.
      Class B addresses start with 10xx, or 128 to 191 decimal.
      Class C addresses start with 110x, or 192 to 223 decimal.
      Class D addresses start with 1110, or 224 to 239 decimal.
      Class E addresses start with 1111, or 240 to 254 decimal.

      Default Subnet Mask:
      Class A Format Net.Node.Node.Node Default Subnet Mask 255.0.0.0
      Class B Format Net.Net.Node.Node Default Subnet Mask 255.255.0.0
      Class C Format Net.Net.Net.Node Default Subnet Mask 255.255.255.0

    Benefits

    • There are many reasons to use subnetting:

      1) Reduced network traffic. Subnetting, by use of rotuers, would allow for better network traffic flow. Routers allow most traffic to stay within the local network except when packets need to go to other networks, which will then pass through the router. Since routers create broadcast domains, the smaller domains created, the lesser network traffic is in that segment.

      2) Optimized network performance. When network traffic is reduced, the performance is optimized.

      3) Simplified management. With subnetting, it is easier to isolate the problem once identified since you drill down in smaller sub networks as opposed to one big network.

      4) Facilitated spanning of larger geographical distances. Because WAN (Wide Area Network) links are more expensive and slower than the LAN (Local Area Network) links, a single huge network that spans long distances has more problems than that of multiple smaller networks connected to each other. Subnetting allows for a more efficient way of networking and managing networks.

Related Searches:

You May Also Like

  • Subnetting Tips

    Internet TCP/IP addressing requires three "dotted-quad" entries in the network control panel: the address of the computer, the address of the Internet...

  • How to Identify IP

    An Internet protocol (IP) address is a logical numerical marker used for identification on the Internet and other networks. It allows other...

  • Basic Computer Networking Configuration Tutorial

    There is a three-step process to setting up your own computer network: make hardware connections (wired or wireless) between your router and...

  • How to Set Up Subnets

    You can divide an IPv4 network address into multiple subnets. Dividing a network is useful to limit traffic on a specific network...

  • What Is a Subnetwork Address?

    Computers use Internet Protocol (IP) addresses to connect to the Internet. These help computers and servers find each other over Internet. However,...

  • What Is My IP Address' Subnet Mask?

    An IP address is composed of a network ID and a host ID. A subnet mask conceals the host, and while it...

  • The Importance of Subnetting

    Subnetting identifies a network with a range of Internet Protocol addresses in the Internet. It also allows large networks to be divided...

  • ID Protocol

    Patient identification plays an important role in the health care system. It helps prevent medical errors, ensures privacy and allows patients who...

  • How to Calculate Subnetting

    Subnetting is a method of breaking apart the available IP addresses on your network into smaller pieces. Subnetting creates better network implementation...

Related Ads

Today in eHow Tech

Featured