Chapter 32 Flashcards
What is the difference between ipv6 and ipv4
ipv6 has optional headers, format change, source and destination addresses has longer space (16 Octets, 4 times bigger than ipv4).
What is path MTU
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.
What is path MTU discovery
The method tp chose path MTU is called path MTU discovery.
What is the purpose of multiple/extension headers
There are 2 advantages of multiple headers
- Economy (IPv6 saves the space)
- Extendible (we can add different features and protocol in IPv6)
What is IPv6 addressing
There are hierarchy of addressing in IPv6 addressing
What are 3 special types of addressing
- Unicast: Single destination computer
- Multicast: Multiple destinations; possibly not at same site
- Cluster: Collection of computers with same prefix; datagram is delivered to one computer out of cluster.
What is IPv6 colon hexadecimal notation
IP addresses representation in IPv6. 128 bit addresses requires 16 numbers
What is zero compression
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
What is ARP in IPv6
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.
What is ICMP
Internet control message protocol is an error reporting mechanism that reports back.
What is best effort delivery
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.
Why checksum present in IP datagram
For discard errors in certain situations
What are 2 types of ICMP messages
- Error messages
2. Information messages
What are examples of error messages
- Source quench
- Time exceeded
- Destination unreachable
- Redirect
- Parameter problem
What is Source quench error message
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.