Obtain Network ID

You work for a company as the network administrator. The second day on the job during a high level meeting the CEO express his concerns about having his Network upgrade from a PEER to Peer to a client server network. As the Net Admin person you were asked to design a system based on the following given criteria. Give a network id 192.168.100.0/24 - How do you get this.

Questions by amar ramkalawan

Showing Answers 1 - 3 of 3 Answers

DanTran

  • Mar 17th, 2015
 

The network configuration will show as below.
Therefore you will have 254 host network can be configurable.
Address: 192.168.100.0 11000000.10101000.01100100 .00000000
Netmask: 255.255.255.0 = 24 11111111.11111111.11111111 .00000000
Wildcard: 0.0.0.255 00000000.00000000.00000000 .11111111
=>
Network: 192.168.100.0/24 11000000.10101000.01100100 .00000000 (Class C)
Broadcast: 192.168.100.255 11000000.10101000.01100100 .11111111
HostMin: 192.168.100.1 11000000.10101000.01100100 .00000001
HostMax: 192.168.100.254 11000000.10101000.01100100 .11111110
Hosts/Net: 254 (Private Internet)

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions