home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 1999 November / APC411-1.ISO / new_hot / wince / netforce.CAB / NFSUBN~1.006 < prev   
Encoding:
Text File  |  1999-05-18  |  1.9 KB  |  53 lines

  1. <HTML>
  2. <BODY>
  3. <B>
  4. Subnet Calculator Example
  5. </B>
  6. <BR> <BR>
  7. Given the host IP address (Class A, Class B, Class C) of a network, Subnet Calculator 
  8. calculates the subnet details according to the number of subnet bits set. 
  9. <BR>
  10.  
  11. Let us assume that we have a Host IP address as 204.54.40.130 and wish to have 4 subnets.
  12. <BR> <BR>
  13.  
  14. We can use the Subnet Calculator component and go through the following steps:
  15. <BR>
  16.  
  17. 1. Input the Host IP address and increment the number of subnet bits to 2. Subnet Calculator uses 
  18. this information to calculate the subnets and other related information. 
  19. <BR>
  20.  
  21. 2. Press Refresh to calculate the subnet information. Subnet Calculator updates the fields with 
  22. the calculated data. 
  23. <BR>
  24.  
  25. 3. Under "Subnet Details", you can check the "Subnets" field  to verify that the number of subnets calculated 
  26. are indeed 4. 
  27. <BR>
  28.  
  29. 4. The number of "Hosts per Subnet" are calculated, and in this case, every subnet has 62 hosts. The 
  30. "Total Hosts" for 4 subnets is 248.
  31. <BR>
  32.  
  33. 5. The "Subnet Mask" is calculated to be 255.255.255.192.
  34. <BR>
  35.  
  36. 6. The bitwise mapping of the subnet mask is given in the "Subnet Format", where N represents 
  37.  the network bits, S represents the subnet bits and H represents the host bits.
  38. <BR>
  39.  
  40. 7. Under "Host Details" you can find the "Subnet Mask", the "Network Address" and the "Broadcast Address" of the subnet to 
  41. which the Host IP address belongs. In this case, the subnet number is 2, the Class C mask is 255.255.255.0, 
  42. the Network Address is calculated to be 202.54.40.128 and the broadcast address is 202.54.40.191. 
  43. This information is available in decimal as well as hexadecimal format.
  44. <BR>
  45.  
  46. 8. The "Network/Broadcast list" displays subnet details such as the number, Network Address and Broadcast 
  47. Address. You can view the Network and Broadcast address for the 4 Subnets, in this case.
  48. <BR>
  49.  
  50.  
  51. </BODY>
  52.  
  53. </HTML>