Good Morning,
My network admin at work has set me some homework. I don't want the answer, but what I am looking for is a push in the right direction and also to check if my method is correct. Here is the scenario -
You work in a small office and have been asked to re-design the network to best practices, the building has two floors and each floor has 490 ports that need to all be working.You need two subnet for voice and data using the 192.168.x.x network and you also need to allow 6 ip addresses for your comms room devices.Design the network using best practices and the least number of ip address.
This is where I am up to so far -
192.168.x.x - CLASS C IP
Subnet Mask: 255.255.255.0
Therefore - 192.168.x.x/24
Considering we only need two subnets I only borrowed the 1 bit from the subnet mask giving me the following subnets -
1. 192.168.0.0
2. 192.168.1.0
Subnet Mask: 255.255.255.128
SUBNET 1: 192.168.0.0
RANGE: 192.168.0.1 - 192.168.0.126
BROADCAST: 192.168.0.127
SUBNET 2: 192.168.1.0
RANGE: 192.168.1.1 - 192.168.1.126
BROADCAST: 192.168.1.127
First of all - is my above working correct? If not please can you advise where but
not why.
Second - I am not sure where to go from here. Any advice would be much appreciated.
Thanks in advance