问题:Which of the following choices is a valid IPv6 address?
5
答案:2001:0db8:0:ff2e::1
6
7
问题:How many /64 subnets are available in a /48 prefix?
8
答案:65536
9
10
问题:How many available IPv6 addresses are there in a /64 allocation?
11
答案:18,446,744,073,709,551,616
12
259 collapsed lines
13
问题:What operating systems currently support IPv6?
14
答案:All of the these support IPv6
15
16
问题:What features of IPv6 do you see yourself using?
17
答案:Larger Address Space
18
19
问题:If you were setting up a network of 12 million hosts that all needed their own unique globally routable addresses, which protocol would you use?
20
答案:IPv6
21
Question 3
22
23
问题:Do you plan on making sure your workplace is IPv6 ready before IPv4 exhaustion?
24
答案:Yes
25
26
问题:Do you think that any of your co-workers or friends would find Hurricane Electric's IPv6 certification useful?
27
答案:Very much
28
29
问题:Do you think you would benefit from using Hurricane Electric's free IPv6 certification process at work?
30
答案:Very much
31
32
问题:Are you enjoying the Hurricane Electric IPv6 certification process?
33
答案:Very much
34
35
问题:Did you like this level in the Hurricane Electric IPv6 certification process?
36
答案:Yes
37
38
问题:Is the price right for the Hurricane Electric free IPv6 certification process?
39
答案:A great bargain
40
41
问题:Does the network equipment you currently use support IPv6?
42
答案:All
43
44
问题:With regards to the server configuration portion, what level of difficulty would you rate it?
45
答案:Trivial
46
47
问题:Hurricane Electric would like to make sure you are completely happy with our free IPv6 certification process. Please rate your satisfaction on a scale of 1 to 5; 5 being completely satisfied, 1 being completely unsatisfied.
48
答案:5 - Completely Satisfied
49
50
问题:Have you asked your provider about when they plan on supporting IPv6?
51
答案:Yes
52
53
问题:Do you think that Internet oriented companies (software, hardware, or service providers) need to be IPv6 ready before IPv4 exhaustion?
54
答案:Yes
55
56
问题:Do you feel like you learned (or refreshed) your knowledge by completing the Hurricane Electric IPv6 certification process?
57
答案:Very much
58
59
问题:Are you able to understand the material?
60
答案:Yes
61
62
问题:Do you feel good about the Hurricane Electric free IPv6 certification process?
63
答案:Yes
64
65
问题:Have you asked your domain name registrar if they support IPv6?
66
答案:Yes
67
68
问题:You request IPv6 glue for your nameservers through:
69
答案:The registrar of the domain used by your name servers
70
71
问题:IPv6 glue for nameservers resides on which nameservers?
72
答案:The TLD/ccTLDs'
73
74
问题:Which of the following queries proves working IPv6 glue?
75
答案:dig AAAA ns1.exampledomain.tld @tld.server
76
77
问题:Which TLD listed below is authoritative for .com & .net IPv6 Glue?
78
答案:A.GTLD-SERVERS.net
79
80
问题:What is another name sometimes used for A or AAAA nameserver glue records found in the top level domain zone files?
81
答案:host records
82
83
问题:What is a registrar?
84
答案:An organization that is able to register domains
85
86
问题:What is a registry?
87
答案:An organization responsible for operating the authorative nameservers and database for a top level domain
88
89
问题:Why does getting AAAA records for your nameservers in the corresponding TLD (top level domain) zone matter?
90
答案:It enables entirely native IPv6 DNS queries and makes it possible for IPv6 only hosts to reach the nameservers for your domain, since they can't use glue that is just an A record.
91
92
问题:IPv6 AAAA records have been added for several of the root nameservers.
93
答案:True
94
95
===========
96
问题:What command do you use to ping an IPv6 address on Free Open Source UNIX platforms such as Linux, FreeBSD, etc?
97
答案:ping6
98
99
问题:What command do you use to traceroute to an IPv6 address on Free Open Source UNIX platforms such as Linux, FreeBSD, etc?
100
答案:traceroute6
101
102
问题:What command do you use to ping an IPv6 address on a Microsoft Windows platform?
103
答案:ping
104
105
问题:What command do you use to traceroute to an IPv6 address on a Microsoft Windows platform?
106
答案:tracert
107
108
问题:IPv6 addresses are written using what number base?
109
答案:hexadecimal (base 16)
110
111
问题:Hexadecimal digits are represented by:
112
答案:0 to 9 and A to F
113
114
问题:On Redhat, CentOS, and Fedora Core systems that don't accept ::/0 as the IPv6 default route, which of the following should you use instead?
115
答案:2000::/3
116
117
问题:When configuring forward DNS entries for use with an IPv6 address, what record type do you use?
118
答案:AAAA
119
120
问题:When configuring reverse DNS with BIND for addresses in the IPv6 allocation 2001:A:B:C::/64, what is the correct format for the zone?
121
答案:C.0.0.0.B.0.0.0.A.0.0.0.1.0.0.2.ip6.arpa
122
123
问题:What is the IPv6 default route?
124
答案:::/0
125
126
问题:What is the IPv6 localhost address?
127
答案:::1/128
128
129
问题:Which of the following is a link-local address?
130
答案:fe80::20c:dbff:fefb:232b
131
132
问题:Which of the following URLs specifies a literal IPv6 address correctly?
133
答案:http://[2001:470:0:64::2]
134
135
问题:Which of the following URLs specifies a literal IPv6 address and port number correctly?