16.5k views
0 votes
How do you determine what bits to use to calculate the network address?

1 Answer

3 votes
Logically and the IP address with the netmask, and you have the network number:

networkNumber = IPaddress & netmask;
User Tabstop
by
8.1k points

No related questions found