---
title: "Explain IP datagram, Fragmentation and MTU ?"  
description: "Explain IP datagram, Fragmentation and MTU ?"  
author: "Anonymous User"  
published: 2015-06-17  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/2629/explain-ip-datagram-fragmentation-and-mtu  
category: "android"  
tags: ["android"]  
reading_time: 2 minutes  

---

# Explain IP datagram, Fragmentation and MTU ?

**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\
\

## Answers

### Answer by Anonymous User

**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\
\


---

Original Source: https://www.mindstick.com/interview/2629/explain-ip-datagram-fragmentation-and-mtu

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
