<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: MTU(maximum transmisson unit ) and DATAGRAM size different</title>
	<atom:link href="https://www.emblogic.com/blog/09/mtumaximum-transmisson-unit-and-datagram-size-different/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/09/mtumaximum-transmisson-unit-and-datagram-size-different/</link>
	<description>Embedded System and ARM Training</description>
	<lastBuildDate>Mon, 07 Oct 2013 04:00:03 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>By: Sanjeev Kumar</title>
		<link>https://www.emblogic.com/blog/09/mtumaximum-transmisson-unit-and-datagram-size-different/#comment-2524</link>
		<dc:creator><![CDATA[Sanjeev Kumar]]></dc:creator>
		<pubDate>Wed, 26 Sep 2012 05:07:31 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=5351#comment-2524</guid>
		<description><![CDATA[on every transmission media there is a MTU size i.e the maximum size of data packet that can be transferres on that media.

if a DATAGRAM i.e. packet size is larger then MTU then the DATAGRAM needs to be splitted in to two MTU sized packets and sent on the transmission media. and the rest of the packet needs to be filled to be with padding.
[=========] ----------&gt; MTU
[==============] -----&gt; DATAGRAM

now the datagram need to be splitted
so it becoms
[========] + [=====!!!!] where &#039;!&#039; is padding.]]></description>
		<content:encoded><![CDATA[<p>on every transmission media there is a MTU size i.e the maximum size of data packet that can be transferres on that media.</p>
<p>if a DATAGRAM i.e. packet size is larger then MTU then the DATAGRAM needs to be splitted in to two MTU sized packets and sent on the transmission media. and the rest of the packet needs to be filled to be with padding.<br />
[=========] &#8212;&#8212;&#8212;-&gt; MTU<br />
[==============] &#8212;&#8211;&gt; DATAGRAM</p>
<p>now the datagram need to be splitted<br />
so it becoms<br />
[========] + [=====!!!!] where &#8216;!&#8217; is padding.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
