InterviewSolution
Saved Bookmarks
| 1. |
. An IP address consists of a set of _______ numbers. |
|
Answer» The IP address is a 32-bit number that uniquely identifies a network interface on a machine. An IP address is typically WRITTEN in DECIMAL DIGITS, formatted as four 8-bit fields SEPARATED by periods. Each 8-bit field represents a byte of the IP address. |
|