in Computer Networks
858 views
0 votes
0 votes
defualt mask,network address,broadcast and network id and host id for this ip address :

173.200.30.100
in Computer Networks
858 views

3 Answers

1 vote
1 vote
Class B Address : 173.200.30.100
Default Mask : 255.255.0.0
N/W Address : 173.200.0.0
Broadcast Address : 173.200.255.255
Host id : 0.0.30.100
by

2 Comments

what will be network id please tell ???????????????????
0
0
how to calculate hot id?
0
0
1 vote
1 vote

The given IP address $173.200.30.100 \in$ class B in which network id=16 bit & host id=16 bit.

  • Default mask of class B= $255.255.0.0$ (Number of  continuous 1’s followed by a number of 0’s)
  • Network address: set all host id bits as 0’s. (first address) that is $173.200.0.0$
  • Broadcast address: set all host id bits as 1’s (last address) that is $173.200.255.255$
  • Network ID: $173.200.0.0$ IP address in which all host parts will be set as zero
  • Host id: $0.0.30.100$ an IP address in which the network part will be set as all zero. 

For more: Microsoft documentation

 

 

0 votes
0 votes
defualt mask,network address,broadcast and network id and host id for this ip address :

173.200.30.100

defualt mask: 255.255.0.0

network address:173.200.0.0

broadcast :255.255.255.255

and network id: 173.200.0.0

 host id : 0.0.30.100