Chapter 26 Flashcards
What is classless addressing
Instead of using prefix and suffix, we can put this boundary at any arbitrary place. In this way, we can save a lot of IP addresses in pool and allocate them to other customers.
What is subnet mask or address mask
It tells the division between prefix and suffix in classless addressing
Does subnet mask also 32-bit number
Yes
1’s represent what in subnet mask
Prefix/physical network
0’s represent what in subnet mask
Suffix/host
What is classless inter domain routing (CIDR)
It is also an extension of decimal notation. But in this case, instead of long 32 bit, we convert it into decimal notation, that have a small address. That small address represent the subnet mask that is associated with this IP address. It is known as CIDR notation. (e.g. 128.10.0.0/16)
What are special IP addresses
There are some IP addresses that are reserved for special purposes. And we can not use them to attach host to network. If we do so, they will malfunction.
Where 127.0.0.1 used
Its a special IP addresses for testing purpose. It loopback