IP addressing scheme for UTeM network

    


 IP addressing scheme for UTeM network 

(Computer Centre to the 10 subnetworks )

 using subnetting 


  • Calculation of the IP subnetting 

            IP address = 203.100.50.0

            Quantity of subnet = 2 ^ 4 = 16 subnets

            (Need at least 4 bits to represent the 10 subnets)

            Subnet mask = 255.255.255.240

            Take from 240

            So, 240 is equal to 11110000 

            Then, the quantity of bits borrowed = 4 bits

            Quantity host per subnet = 2 ^ 4 - 2 = 14 hosts

            *Note that the usable host addresses within each subnet will range from the network address + 1                                             to the broadcast address - 1.


  • Network address, broadcast address & the range of usable IP addresses for the Computer Centre. 

            Network address: 203.100.50.160

            Range of usable IP addresses: 203.100.50.161 - 203.100.50.174

            Broadcast address: 203.100.50.175

            

  • Network address, broadcast address & the range of usable IP address for all 10’s sub-network

          Subnet 1:

            Network address: 203.100.50.0
            Usable IP address range: 203.100.50.1 - 203.100.50.14
            Broadcast address: 203.100.50.15

          Subnet 2:

            Network address: 203.100.50.16
            Usable IP address range: 203.100.50.17 - 203.100.50.30
            Broadcast address: 203.100.50.31

         Subnet 3:

            Network address: 203.100.50.32
            Usable IP address range: 203.100.50.33 - 203.100.50.46
            Broadcast address: 203.100.50.47
           
         Subnet 4:

            Network address: 203.100.50.48
            Usable IP address range: 203.100.50.49 - 203.100.50.62
            Broadcast address: 203.100.50.63
            
         Subnet 5:

            Network address: 203.100.50.64
            Usable IP address range: 203.100.50.65 - 203.100.50.78
            Broadcast address: 203.100.50.79
            
         Subnet 6:

            Network address: 203.100.50.80
            Usable IP address range: 203.100.50.81 - 203.100.50.94
            Broadcast address: 203.100.50.95
            
         Subnet 7:

            Network address: 203.100.50.96
            Usable IP address range: 203.100.50.97 - 203.100.50.110
            Broadcast address: 203.100.50.111
            
         Subnet 8:

            Network address: 203.100.50.112
            Usable IP address range: 203.100.50.113 - 203.100.50.126
            Broadcast address: 203.100.50.127
            
         Subnet 9:

            Network address: 203.100.50.128
            Usable IP address range: 203.100.50.129 - 203.100.50.142
            Broadcast address: 203.100.50.143
           
         Subnet 10:

            Network address: 203.100.50.144
            Usable IP address range: 203.100.50.145 - 203.100.50.158
            Broadcast address: 203.100.50.159
            




           

Comments

Popular posts from this blog

Software for Network Diagrams

LAN network design and infrastructure of UTeM’s network connecting Computer Centre to the 10 subnetworks