Jump into concepts and practice - no test required
or
Recommended
Test this pattern10 questions across easy, medium, and hard to know if this pattern is strong
Recall & Review
beginner
What is an IP address?
An IP address is a unique number that identifies a device on a network, like a home address for your computer so data knows where to go.
Click to reveal answer
beginner
What is the difference between IPv4 and IPv6?
IPv4 uses 4 groups of numbers (like 192.168.1.1) and supports about 4 billion addresses. IPv6 uses 8 groups of hexadecimal numbers (like 2001:0db8::1) and supports many more addresses to handle more devices.
Click to reveal answer
beginner
How many bits are in an IPv4 address?
An IPv4 address has 32 bits, split into 4 parts of 8 bits each, usually shown as four numbers separated by dots.
Click to reveal answer
beginner
Why was IPv6 created?
IPv6 was created because IPv4 addresses were running out due to more devices connecting to the internet. IPv6 provides a much larger pool of addresses.
Click to reveal answer
intermediate
What does the double colon (::) mean in an IPv6 address?
The double colon (::) in IPv6 means one or more groups of zeros are left out to make the address shorter and easier to read.
Click to reveal answer
How many parts does an IPv4 address have?
A4
B6
C8
D16
✗ Incorrect
An IPv4 address has 4 parts separated by dots, like 192.168.1.1.
Which IP version uses hexadecimal numbers and colons?
AIPv4
BIPv5
CIPv3
DIPv6
✗ Incorrect
IPv6 addresses use hexadecimal numbers and colons, for example 2001:0db8::1.
Why do we need IPv6?
ATo replace Wi-Fi
BTo make IP addresses shorter
CBecause IPv4 addresses are running out
DTo make computers faster
✗ Incorrect
IPv6 was created because the number of available IPv4 addresses was running out.
What is the total number of bits in an IPv6 address?
A128 bits
B64 bits
C32 bits
D256 bits
✗ Incorrect
IPv6 addresses are 128 bits long, allowing many more unique addresses.
What does the 'dot' (.) separate in an IPv4 address?
AWords
BGroups of numbers
CLetters
DBits
✗ Incorrect
Dots separate the four groups of numbers in an IPv4 address.
Explain the main differences between IPv4 and IPv6 addresses.
Think about size, format, and why IPv6 was needed.
You got /4 concepts.
Describe how an IP address helps devices communicate on a network using a real-world analogy.
Imagine sending a letter to a friend’s house.
You got /4 concepts.
Practice
(1/5)
1.
What is the main difference between an IPv4 and an IPv6 address?
easy
A. IPv4 addresses are longer than IPv6 addresses.
B. IPv4 uses eight hexadecimal groups separated by colons; IPv6 uses four decimal numbers separated by dots.
C. IPv4 addresses use letters only; IPv6 uses numbers only.
D. IPv4 uses four decimal numbers separated by dots; IPv6 uses eight hexadecimal groups separated by colons.
Solution
Step 1: Understand IPv4 format
IPv4 addresses have four numbers (0-255) separated by dots, like 192.168.1.1.
Step 2: Understand IPv6 format
IPv6 addresses have eight groups of hexadecimal numbers separated by colons, like 2001:0db8:85a3::8a2e:0370:7334.
Final Answer:
IPv4 uses four decimal numbers separated by dots; IPv6 uses eight hexadecimal groups separated by colons. -> Option D
Quick Check:
IPv4 = four decimals, IPv6 = eight hex groups [OK]
Hint: IPv4 = dots and decimals; IPv6 = colons and hex [OK]