This document discusses IP addressing concepts including:
- An IP address is a numeric identifier assigned to each device on a network that indicates its location. It is a software address, not a hardware address.
- IP addresses are written in dotted decimal format with four sections separated by dots, where each section contains a number between 0 and 255.
- The network mask splits an IP address into the network portion and host portion, with 1s in the network mask indicating the network section and 0s the host section.