Network Ident
Network Ident
1. **IP Address**:
- A unique identifier for a device on a network.
- IPv4 addresses are 32 bits, written as four decimal numbers separated by
periods (e.g., 192.168.1.1).
2. **Subnet Mask**:
- A 32-bit number used to separate the network portion from the host portion of
an IP address.
- Common examples: 255.0.0.0, 255.255.0.0, 255.255.255.0.
3. **Network ID**:
- The first address in a network, where all the host bits are set to 0.
4. **Broadcast Address**:
- The last address in a network, where all the host bits are set to 1.
5. **Valid Hosts**:
- The range of IP addresses in a network between the network ID and broadcast
address, which can be assigned to devices.
6. **Class A IP Address**:
- IP address range from 0.0.0.0 to 127.255.255.255.
- Default subnet mask: 255.0.0.0.
7. **Class B IP Address**:
- IP address range from 128.0.0.0 to 191.255.255.255.
- Default subnet mask: 255.255.0.0.
8. **Class C IP Address**:
- IP address range from 192.0.0.0 to 223.255.255.255.
- Default subnet mask: 255.255.255.0.
9. **Class D IP Address**:
- IP address range from 224.0.0.0 to 239.255.255.255.
- Reserved for multicast.
14. **Subnetting**:
- The process of dividing a network into smaller sub-networks.