Internet of the future Flashcards

1
Q

Explain the advantages of IPv6 when compared to IPv4.

A

bigger (128) bit (not 32 bit) address space
new header format that simplifies routing
built in security protocols
capable of auto configuration

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Distinguish between compatible and mapped addresses and explain their applications.

A

A compatible address is an address of 96 bits of 0s followed by 32 bits of an IPv4 address. A
mapped address is an address of 80 bits of 0s followed by 16 bits of 1s and followed by 32 bits of
an IPv4 address. A compatible address is used when a computer using IPv6 wants to send a packet
to another computer using IPv6. A mapped address is used when a computer using IPv6 wants to
send a packet to a computer still using IPv4.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

List three protocols in IPv4 network layer that are combined into a single protocol in IPv6.

A

Three protocols IGMP (Internet Group Management Protocol – used in Multicasting), ICMPv4
(Internet Control Message Protocol), and ARP (Address Resolution Protocol) in IPv4 combined
into a single protocol, ICMPv6

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

If you are assigned an IPv6 address by your ISP for your personal computer at home, what should be the first (leftmost) three bits of this address?

A

Global unicast so 001

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the size of the global Unicast Address space?

A

2^(128-3) = 2^(125)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Explain the benefit of autoconfiguration.

A

Autoconfiguration allows the DHCP to automatically allocate an IP address to a host when the host
joins the network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Explain the benefit of renumbering

A

Renumbering allows a site to have two prefixes during a transition from one ISP to another. This
will be possible if the DNS protocol also changes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Show the unabbreviated colon hex notation for the following IPv6 addresses:
a. An address with 64 0s followed by 32 two-bit (01)s

A

0000:0000:0000:0000:5555:5555:5555:5555 (::5555:5555:5555:5555)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Show the unabbreviated colon hex notation for the following IPv6 addresses:
An address with 64 0s followed by 32 two-bit (10)s.

A

0000:0000:0000:0000:aaaa:aaaa:aaaa:aaaa (::aaaa:aaaa:aaaa:aaaa)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Decompress the following addresses and show the complete unabbreviated IPv6 address:
a. ::2222

A

0000:0000:0000:0000:0000:0000:0000:2222

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Decompress the following addresses and show the complete unabbreviated IPv6 address:
1111::

A

1111:0000:0000:0000:0000:0000:0000:0000

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Decompress the following addresses and show the complete unabbreviated IPv6 address:
b:a:cc::1234:a

A

000b:000a:00cc:0000:0000:0000:1234:000a

How well did you know this?
1
Not at all
2
3
4
5
Perfectly