7. Written Lab 7.1 : IP Addressing Flashcards
What is the valid range used for a Class C private IP address?
The Class C private range is 192.168.0.0 through 192.168.255.255.
Name some of the benefits of IPv6 over IPv4.
IPv6 has the following characteristics, among others, that make it preferable to IPv4: more availible addresses, simpler header, options for authentication, and other security.
What is the term for the autoconfiguration technology responsible for adressess that start with 169.254?
Automatic Private IP Addressing (APIPA) is the technology that results in hosts automatically configuring themselves with addresses that begin with 169.254.
What defines a unicast address?
An IP address assigned to an interface, considered a one-to-one communication.
What defines a multicast address?
One-to-many address.
What is the name for a 48 bit (6-byte) numerical adress physically assigned to a network interface, such as a NIC?
A MAC address, sometimes called a hardware address or even a burned-in address.
IPv6 has how many more bits, compared to adresses in IPv4?
IPv6 has 128-bit (16-octet) addresses, compared to IPv4 32-bit (4-octet) addresses, so 96 more bits than IPv4.
What is the private address range for Class B networks?
172.16.0.0 through 172.31.255.255
What is the Class C range of values for the first octet in decimal and in binary?
192-223, 110xxxxx
What is the 127.0.0.1 address used for?
Loopback or diagnostics. Actually, the full range of 127.0.0.1 through 127.255.255.254 is reffered to as the loopback address.