Chapter 30 Flashcards

1
Q

What is current IP version

A

4

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

What is TTL

A

Time to live. This field is used to prevent a datagram to traveling forever around a path.

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

What header checksum field do in datagram header

A

This ensures all fields of header do not contain an error

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

Does the datagram is completely encapsulated in frame header

A

Yes

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

Does the destination address in frame header is hardware address

A

Yes

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

Does the destination address in an IP header is an IP address

A

Yes

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

When encapsulation done

A

On transmission, encapsulation done only once. On receiving destination, receiver discard that frame and take out IP datagram and in case it need to be send to next hop encapsulation has to be done again.

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

What is MTU

A

A maximum transmission unit (MTU) is the largest size packet or frame, specified in octets (eight-bit bytes), that can be sent in a packet- or frame-based network such as the Internet. The Internet’s Transmission Control Protocol (TCP) uses the MTU to determine the maximum size of each packet in any transmission.

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

What is fragmentation

A

Fragmentation is breaking an IP datagram into multiple datagrams. In case a router receives an IP datagram which MTU is greater than next physical network MTU, then it do fragmentation to break it up into multiple.

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

What is Fragment offset field

A

Fragment offset field is used when we need to reassemble fragmented pieces into one

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

What is reassembling

A

Its a process to reassemble fragmented pieces

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

Who do fragmentation and who do reassembling

A

Router do fragmentation and last computer (host) do reassembling

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

What is identification field

A

Its a field in IP header, which tells receiving computer which packet belongs to which specific IP datagram.

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

What is fragment loss

A

Either we get all fragments or nothing

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

What is delayed delivery or out of delivery

A

When receiving computer receives first packet, it starts the timer. All intended packets of same series should come with in time limit of this timer otherwise, all of them will be discarded and this phenomena is called delayed delivery or out of delivery.

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

What is fragmenting the fragment

A

Its a process of fragment an already fragmented IP datagram. Its example is let say first MTU limit is 1500, next MTU limit is 1000 and next MTU limit is 500.