- IP vs MAC ??
- IP (Internet Protocol): Address to identify any device in network
- MAC (Media Access Control): Physical Address
- IP Classes
- Class A: 8bit network part, 24 bit host part
- 0.0.0.0 - 127.255.255.255
- Class B: 16bit network part, 16 bit host part
- 128.0.0.0 - 191.255.255.255
- Class C: 24bit network part, 8 bit host part
- 192.0.0.0 - 223.255.255.255
- Class A: 8bit network part, 24 bit host part
- Private IPs
- 10.0.0.1 - 10.255.255.255
- 172.16.0.0 - 172.31.255.255
- 192.168.0.0 - 192.168.255.255
- Loop Back
- 127.0.0.0
- Range of IPs
- V4 vs V6 -> 8 x (4 hex)
- Port ??
- Subnet, Gateway ??
- Configure by DHCP or Manually ??
- Subnet Mask ??
- Split address into host and network
This repository was archived by the owner on Aug 11, 2023. It is now read-only.