SUBNETTING CALCULATION
Referring back to the graphic, our group produce that the OUM network had several departments. The department based on the list below:
1. Information Technology department
2. Business and Management department
3. Education and Social Sciences
4. Applied Sciences
5. IT Centre
6. Student Welfare
7. Student Residential College
8. OUM Cafeteria
based on all 8 department above , we need 8 subnet to be user in the network. So, to calculate the subnetting we can use the fixed-length subnet mask(FLSM). A fixed-length subnet mask (FLSM) is a sequence of numbers of unchanging length that streamlines packet routing within the subnets of a proprietary network. A subnet can be a geographically defined local area network (LAN). The subnetting can be define as bellow:
Calculate subnet (FLSM): we asume that LAN use the ip-address start with 192.168.0.0
- subnet borrow 3 bits
- Subnet and host = SSSH HHHH
-
Number of subnets:
- N = number of bits borrow
= 23 = 8
-
Subnet mask:
=
3 bits = 128 + 64 + 32 = 224
=255.255.255.224
-
Number of hosts:
- H = number of host on the subnet
=
25 = 32
- Number of usable hosts:
=
32 – 2 = 30
Subnet |
Network address |
First address |
Last address |
Broadcast address |
Subnet 0 - 1 |
192.168.0.0 |
192.168.0.1 |
192.168.0.30 |
192.168.0.31 |
Subnet 1 – 2 |
192.168.0.32 |
192.168.0.33 |
192.168.0.62 |
192.168.0.63 |
Subnet 2 – 3 |
192.168.0.64 |
192.168.0.65 |
192.168.0.94 |
192.168.0.95 |
Subnet 3 – 4 |
192.168.0.96 |
192.168.0.97 |
192.168.0.126 |
192.168.0.127 |
Subnet 4 – 5 |
192.168.0.128 |
192.168.0.129 |
192.168.0.158 |
192.168.0.159 |
Subnet 5 – 6 |
192.168.0.160 |
192.168.0.161 |
192.168.0.190 |
192.168.0.191 |
Subnet 6 – 7 |
192.168.0.192 |
192.168.0.193 |
192.168.0.222 |
192.168.0.223 |
Subnet 7 – 8 |
192.168.0.224 |
192.168.0.225 |
192.168.0.254 |
192.168.0.255 |
Comments
Post a Comment