88.8k views
5 votes
Which part of a computer s ip address configuration indicates the portion of the address that specifies the network address?

1 Answer

3 votes
The NETWORK mask is and'ed with the IP address to get the network number.

Example:

192.168.1.1 & 255.255.255.0 = 192.168.1.0/24

It's worth the effort to do this in binary, it makes much more sense.
User Sterno
by
7.6k points

No related questions found