Ip Address Quiz 2 (10 MCQs)

This set of multiple-choice questions evaluates understanding of IPv4 and IPv6 addressing, including IP address structure, numerical labeling, and network communication. It covers concepts such as 128-bit addresses, 32-bit address, IP address exhaustion, and the introduction of IPv6 to address space expansion. The questions assess knowledge of DHCP operation, link-local addressing, and the unique identifier role of IP addresses in internet communication.

Quiz Instructions

Select an option to see the correct answer instantly.

1. What is the size of an IP address in IPV4?
2. The new IPv6 will have 128 bits
3. Every Computer has a unique IP address on the network
4. We could run out of IP addresses.
5. Which type of IP address remains the same and is often used for web servers or remote access?
6. A computer is connected directly to the internet, so what type of address it must have?
7. What range of IP addresses are usually assigned to host that fail to obtain an IP address via DHCP?
8. What type of address uses a number that uniquely identifies each computer?
9. In context with the dotted number format used in the IPv4, which among the following is NOT possible?
10. A typical IP address looks like this

Frequently Asked Questions

What is an IP address?

An IP address is a numerical label assigned to each device connected to a computer network that uses the Internet Protocol for communication. It serves as a unique identifier for devices and enables them to communicate over the internet.

What is the difference between IPv4 and IPv6?

IPv4 uses a 32-bit address format, while IPv6 uses a 128-bit address format. IPv6 was introduced to address the limitations of IPv4, particularly the issue of IP address exhaustion, by providing a much larger address space.

What is link-local addressing?

Link-local addressing is a method used to assign IP addresses to devices on a local network segment when a DHCP server is not available. The address range 169.254/16 is reserved for this purpose, allowing devices to communicate locally without a public IP address.

What is the significance of a public IP address?

A public IP address is a globally unique identifier that allows devices to communicate over the internet. It is necessary for remote access, web servers, and other services that require external connectivity.

What is DHCP failure and how does it affect IP addressing?

DHCP failure occurs when a device cannot obtain an IP address from a DHCP server. In such cases, the device may use a link-local address to communicate on the local network, but it will not have a public IP address for internet communication.