0% found this document useful (0 votes)
182 views1 page

Ipv6 Address Notation Exercise Answers: 2001:0Db8:0000:0000:B450:0000:0000:00B4

The document contains 6 multiple choice questions about IPv6 address notation and compression. It tests knowledge on searching for IPv6 prefixes in databases, correctly compressing IPv6 addresses by removing unnecessary zeros, and accessing an IPv6 webserver using its address and port number. The answers provided are based on RFC5952 which specifies best practices for representing IPv6 addresses in text, but notes devices may accept other notations as well.

Uploaded by

blackwidow23
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
182 views1 page

Ipv6 Address Notation Exercise Answers: 2001:0Db8:0000:0000:B450:0000:0000:00B4

The document contains 6 multiple choice questions about IPv6 address notation and compression. It tests knowledge on searching for IPv6 prefixes in databases, correctly compressing IPv6 addresses by removing unnecessary zeros, and accessing an IPv6 webserver using its address and port number. The answers provided are based on RFC5952 which specifies best practices for representing IPv6 addresses in text, but notes devices may accept other notations as well.

Uploaded by

blackwidow23
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

IPv6 Address Notation Exercise Answers

1. You have a /32 prefix starting with 2001:0db8. How do you search for it in the RIPE Database?

A. 2001:0db8
B. 2001:0db8/32
C. 2001:0db8::/32
D. 2001:db8::/32

2. How do you correctly compress the following IPv6 address:


2001:0db8:0000:0000:0000:0000:0000:0c50

A. 2001:0db8:0:0:0:0:0:0c50
B. 2001:0db8::0c50
C. 2001:db8::c50**
D. 2001:db8::c5

3. How do you correctly compress the following IPv6 address:


2001:0db8:0000:0000:b450:0000:0000:00b4

A. 2001:db8::b450::b4
B. 2001:db8::b450:0:0:b4**
C. 2001:db8::b45:0000:0000:b4
D. 2001:db8:0:0:b450::b4

4. How do you correctly compress the following IPv6 address:


2001:0db8:00f0:0000:0000:03d0:0000:00ff

A. 2001:0db8:00f0::3d0:0:00ff
B. 2001:db8:f0:0:0:3d0:0:ff
C. 2001:db8:f0::3d0:0:ff**
D. 2001:0db8:0f0:0:0:3d0:0:0ff

5. How do you correctly compress the following IPv6 address:


2001:0db8:0f3c:00d7:7dab:03d0:0000:00ff

A. 2001:db8:f3c:d7:7dab:3d:0:ff
B. 2001:db8:f3c:d7:7dab:3d0:0:ff**
C. 2001:db8:f3c:d7:7dab:3d0::ff
D. 2001:0db8:0f3c:00d7:7dab:03d::00ff

6. How do you access your IPv6 webserver at 2001:db8::8080 on port 8080 using a web browser?

A. http://2001:db8::8080:8080
B. http://2001:0db8:0000:0000:0000:0000:0000:8080:8080
C. http://[2001:db8::8080]:8080
D. You cannot use the IPv6 address, you have to rely on DNS

** According to RFC5952, this answer is most correct.


However, your IPv6 capable device will accept all possibilities
For more information, please read RFC 5952 - A Recommendation for IPv6 Address Text Representation

You might also like