Answer Posted / madhu
IP datagram can be used to describe a portion of IP data. Each IP datagram has set of fields arranged in an order. The order is specific which helps to decode and read the stream easily. IP datagram has fields like Version, header length, Type of service, Total length, checksum, flag, protocol, Time to live, Identification, source and destination ip address, padding, options and payload.
MTU:- Maximum Transmission Unit is the size of the largest packet that a communication protocol can pass. The size can be fixed by some standard or decided at the time of connection
Fragmentation is a process of breaking the IP packets into smaller pieces. Fragmentation is needed when the datagram is larger than the MTU. Each fragment becomes a datagram in itself and transmitted independently from source. When received by destination they are reassembled.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is container in android?
Where are permissions declared?
What is a binder service in Android abd how it differs from started service?
What is toast notification?
Do we need to register all of view classes in app.js with sencha touch?
Explain the difference between nine-patch image vs regular bitmap image?
What is gradlew?
What android means?
How do I enable google play services on android?
What is the architecture of android?
difference between nine-patch image vs regular bitmap image in android?
Why do we need dagger 2?
Tell us what is the relationship between the life cycle of an asynctask and an activity? What problems can this result in? How can these problems be avoided?
How to set layout’s attribute programmatically in android?
What is the importance of settings permission in app development?