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
Network address: 203.100.50.16
Usable IP address range: 203.100.50.17 - 203.100.50.30
Broadcast address: 203.100.50.31
Comments
Post a Comment