Definition |
A unique address assigned to each device in a network for communication. |
A 32-bit value used to divide an IP address into network and host portions. |
The address that represents the entire network (first address in the range). |
This device represents a specific device on a network. |
Using this address someone can send a message to all the devices in a network. |
Purpose |
Identifies a specific device (host) within a network. |
Defines the portion of the IP address used for the network and the host. |
Identifies the network itself, used for routing. - Each host bit in this address will be 0. |
Identifies individual devices within a network. |
Sends messages to all devices in the network. Each host bit in this address will be 1. |
Format (for 192.168.1.0/24 Network) |
Dotted decimal (e.g., 192.168.1.10 ) |
Dotted decimal (e.g., 255.255.255.0 ) |
Dotted decimal (e.g., 192.168.1.0 ) |
Addresses 192.168.10.1 through 192.168.10.254 are all host addresses) |
192.168.1.255 |
Function |
Used by devices for sending and receiving data. |
Helps determine which part of the IP address is for the network and host. |
Helps routers identify the network to send data to. |
Used for direct communication between devices. |
Used for broadcast communication (e.g., ARP). |
Example |
192.168.1.10 |
255.255.255.0 |
192.168.1.0 |
192.168.1.10 |
192.168.1.255 |
In Short: |
|
|
|
|
|