Chapter 32 Flashcards

1
Q

What is the difference between ipv6 and ipv4

A

ipv6 has optional headers, format change, source and destination addresses has longer space (16 Octets, 4 times bigger than ipv4).

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

What is path MTU

A

Host finds out MTU size of whole network in path and then it must choose a datagram that fit in the minimum MTU size of that path or in other words, the minimum MTU size that is chosen along the path is called path MTU.

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

What is path MTU discovery

A

The method tp chose path MTU is called path MTU discovery.

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

What is the purpose of multiple/extension headers

A

There are 2 advantages of multiple headers

  1. Economy (IPv6 saves the space)
  2. Extendible (we can add different features and protocol in IPv6)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is IPv6 addressing

A

There are hierarchy of addressing in IPv6 addressing

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

What are 3 special types of addressing

A
  1. Unicast: Single destination computer
  2. Multicast: Multiple destinations; possibly not at same site
  3. Cluster: Collection of computers with same prefix; datagram is delivered to one computer out of cluster.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is IPv6 colon hexadecimal notation

A

IP addresses representation in IPv6. 128 bit addresses requires 16 numbers

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

What is zero compression

A

IPv6 addresses often contain consecutive hexadecimal fields of zeros. To simplify address entry, you can use two colons (::) to represent the consecutive fields of zeros when typing the IPv6 address. For example
Original format: 1234:1234:0000:0000:0000:0000:3456:3434
Using zero compression: 1234:1234::3456:3434

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

What is ARP in IPv6

A

In ARP(Address Resolution Protocol), we can bind IP addresses to corresponding hardware addresses. And after binding we can deliver those addresses to hardware level.

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

What is ICMP

A

Internet control message protocol is an error reporting mechanism that reports back.

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

What is best effort delivery

A

IP is best effort delivery. It means they can be late, duplicate, lost and out of order. All these errors can be present but IP does not have to deal with it. There are other layers in TCP/IP suit that deals with them.

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

Why checksum present in IP datagram

A

For discard errors in certain situations

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

What are 2 types of ICMP messages

A
  1. Error messages

2. Information messages

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

What are examples of error messages

A
  • Source quench
  • Time exceeded
  • Destination unreachable
  • Redirect
  • Parameter problem
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is Source quench error message

A

Whenever IP discard new datagram due to buffer limit problem, it sends source quench message to the host so it change the rate of transmission.

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

What is time exceeded error message

A

Time exceeded message is sent in 2 cases.

  1. Whenever router reduce TTL field to zero
  2. If reassembly time expires
17
Q

What is destination unreachable error message

A

When router can not deliver ip datagram to its destination, destination unreachable error message send back to host. It tells destination, the reason of destination unreachable. Either network down or destination individual computer down.

18
Q

What is redirect error message

A

When message directed to wrong router and router redirect it.

19
Q

What is parameter problem error message

A

When parameter is missing or wrong

20
Q

What are examples of Information messages

A
  • Echo request/reply
  • Address mask request/reply
  • Router discovery