InterviewSolution
| 1. |
How Is An Ip Address Represented In Cidr Notation? |
|
Answer» In CIDR notation, an IP address is represented as A.B.C.D /n, where "/n" is CALLED the IP PREFIX or network prefix. The IP prefix identifies the number of significant bits USED to identify a network. For example, 192.9.205.22 /18 MEANS, the first 18 bits are used to represent the network and the remaining 14 bits are used to identify hosts. In CIDR notation, an IP address is represented as A.B.C.D /n, where "/n" is called the IP prefix or network prefix. The IP prefix identifies the number of significant bits used to identify a network. For example, 192.9.205.22 /18 means, the first 18 bits are used to represent the network and the remaining 14 bits are used to identify hosts. |
|