Lab1 Exp5
Lab1 Exp5
5
1. AIM: An engineering college has 4 departments with 5 laboratories in
each department. Each laboratories has 20 nodes. The laboratories are to
be connected via a LAN. Each department and laboratory has to be
identified by a unique subnet id. Design the IP addressing and subnetting
using class C addressing. Also the necessary security provision should be
made.
Provision should be available in the network for connecting few more
nodes in future. Draw the proposed network solution.
net id | host id
netid = 00001000 = 8
hostid = 00010100.00001111.00000001 = 20.15.1
Subnetting: Subnetting allows you to create multiple logical networks that exist
within a single Class A, B, or C network. If you do not subnet, you are only able to
use one network from your Class A, B, or C network, which is unrealistic.
Each data link on a network must have a unique network ID, with every node on that
link being a member of the same network. If you break a major network (Class A, B,
or C) into smaller subnetworks, it allows you to create a network of interconnecting
subnetworks. Each data link on this network would then have a unique
network/subnetwork ID. Any device, or gateway, that connects n
networks/subnetworks has n distinct IP addresses, one for each network / subnetwork
that it interconnects.
In order to subnet a network, extend the natural mask with some of the bits from the
host ID portion of the address in order to create a subnetwork ID.
4. SOLUTION:
Network First Last Usable Broadcast
Subnet Address Subnet Mask Usable Address Address
Address
Core/Distributio
n 192.168.0.0/27 255.255.255.0 192.168.0.1 192.168.0.254 192.168.0.255
Department 1
Lab 1 192.168.1.0/24 255.255.255.224 192.168.1.1 192.168.1.30 192.168.1.31
Lab 2 192.168.1.32/24 255.255.255.224 192.168.1.33 192.168.1.62 192.168.1.63
Lab 3 192.168.1.64/24 255.255.255.224 192.168.1.65 192.168.1.94 192.168.1.95
Lab 4 192.168.1.96/24 255.255.255.224 192.168.1.97 192.168.1.126 192.168.1.127
Lab 5 192.168.1.128/24 255.255.255.224 192.168.1.129 192.168.1.158 192.168.1.159
Department 2
Lab 1 192.168.2.0/24 255.255.255.224 192.168.2.1 192.168.2.30 192.168.2.31
Lab 2 192.168.2.32/24 255.255.255.224 192.168.2.33 192.168.2.62 192.168.2.63
Lab 3 192.168.2.64/24 255.255.255.224 192.168.2.65 192.168.2.94 192.168.2.95
Lab 4 192.168.2.96/24 255.255.255.224 192.168.2.97 192.168.2.126 192.168.2.127
Lab 5 192.168.2.128/24 255.255.255.224 192.168.2.129 192.168.2.158 192.168.2.159
Department 3
Lab 1 192.168.3.0/24 255.255.255.224 192.168.3.1 192.168.3.30 192.168.3.31
Lab 2 192.168.3.32/24 255.255.255.224 192.168.3.33 192.168.3.62 192.168.3.63
Lab 3 192.168.3.64/24 255.255.255.224 192.168.3.65 192.168.3.94 192.168.3.95
Lab 4 192.168.3.96/24 255.255.255.224 192.168.3.97 192.168.3.126 192.168.3.127
Lab 5 192.168.3.128/24 255.255.255.224 192.168.3.129 192.168.3.158 192.168.3.159
Department 4
Lab 1 192.168.4.0/24 255.255.255.224 192.168.4.1 192.168.4.30 192.168.4.31
Lab 2 192.168.4.32/24 255.255.255.224 192.168.4.33 192.168.4.62 192.168.4.63
Lab 3 192.168.4.64/24 255.255.255.224 192.168.4.65 192.168.4.94 192.168.4.95
Lab 4 192.168.4.96/24 255.255.255.224 192.168.4.97 192.168.4.126 192.168.4.127
Lab 5 192.168.4.128/24 255.255.255.224 192.168.4.129 192.168.4.158 192.168.4.159
5. CONCLUSION:
Implemented proposed network LAN design with IP addressing and subnetting using
class C addressing along with provision available in the network for connecting few
more nodes in future(if required).