Which of the following best describes the structure of a standard IPv4 address?
Think about how IPv4 addresses are commonly written in everyday use.
IPv4 addresses are written as four decimal numbers separated by dots. Each number can be from 0 to 255 because each group represents 8 bits (1 byte).
What is the binary representation of the IPv4 address 192.168.1.1?
Convert each decimal number to an 8-bit binary number.
192 in binary is 11000000, 168 is 10101000, 1 is 00000001. So the full address is 11000000.10101000.00000001.00000001.
Which of the following is a valid IPv6 address?
IPv6 addresses use colons and hexadecimal groups.
Option B is a valid IPv6 address with eight groups of four hexadecimal digits separated by colons. Option B is IPv4. Option B uses dots incorrectly. Option B has a group with too many digits.
Which statement correctly compares the length of IPv4 and IPv6 addresses?
Recall the bit length of each IP version.
IPv4 uses 32 bits allowing about 4 billion addresses. IPv6 uses 128 bits, vastly increasing address space.
Given that an IPv6 address is 128 bits long, how many unique IPv6 addresses are possible?
Calculate 2 to the power of 128.
2^128 equals about 3.4 x 10^38, which is the total number of unique IPv6 addresses.