-
-
Notifications
You must be signed in to change notification settings - Fork 406
Closed
Description
The basic idea is that computers have IP addresses and subnet masks.
This indicates what IP addresses are on a local area network.
So, for example if given an IP address and a subnet mask:
- IP address: 192.168.1.1
- Subnet Mask: 255.255.255.0
- Range of IP addresses: 192.168.1.0 - 192.168.1.255
- Usable Host IP Range: 192.168.1.1 - 192.168.1.254
- Network Address: 192.168.1.0
- Broadcast Address: 192.168.1.255
Metadata
Metadata
Assignees
Labels
No labels