<?xml version="1.0" encoding='utf-8'?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<head>
</head>

<template>
	<do type="prev" label="Lessons">
		<go href="./"/>
	</do>
</template>

<card id="main" title="05: MTU">

<p>
Max Transmission Unit
</p>

<p>
The standard GTP header has a size of 36 bytes. Due to the
low costs of Ethernet-based carrier-grade links, it is likely
that many cell networks are already using IP over Ethernet
on the internal backhaul between network nodes.
</p>

<p>
Ethernet traditionally has a 1500-byte MTU. 1500 - 36 = 1464 bytes.
If carriers are subject to that limit, this means the user-side MTU
may be 1464 bytes. IP/UDP overhead is 28 bytes so WAP payload
limit may be 1436 bytes.
</p>

<p>
This means WML files should ideally not exceed 1420 bytes
on the wire to avoid unusual network behavior or slowdowns.
</p>

<p>
<a href="04-pagination.wml">04: Pagination</a><br/>
<a href="06-scripts.wml">06: Server-side scripts</a><br/>
<a href="#glossary">Glossary</a><br/>
</p>

</card>

<card id="glossary" title="Glossary for C-05">

<p>
<u>Byte</u>: a unit made of 8 bits, the bits inside can
have any combination of 0s and 1s.
</p>

<p>
<u>MTU</u>: Maximum Transmission Unit. The maximum amount of
data (including IP and TCP/UDP headers) one can transmit in a
single packet.
</p>

<p>
<a href="#main">Exit glossary</a>
</p>

</card>

</wml>
