<?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="09: Network tradeoffs">

<p>
Network tradeoffs
</p>

<p>
Small or large decks? If users are using GPRS, they are
being billed by transferred bytes, not by time. They can
sit through long text walls without complaining.<br/>
CSD users want concise information fast, the clock ticks
for them.
</p>

<p>
As long as files stay under 1.5 KB, they will load nearly
instantly (within 5-10 seconds) regardless of the access
method. CSD will normally feel snappier for WAP due to
lower network latency.
</p>

<p>
<a href="08-card-tricks.wml">08: Card tricks</a><br/>
<a href="./">Lessons</a><br/>
<a href="#glossary">Glossary</a><br/>
</p>

</card>

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

<p>
<u>CSD</u>: Circuit-switched data, basically dial-up via
cellular. It is slow, has low latency and is charged by
the minute.
</p>

<p>
<u>Deck</u>: A .wml file with WAP cards inside.
</p>

<p>
<u>GPRS</u>: GSM Packet Radio Service, it is a bit
faster, has high latency, is charged by the byte or KB,
and allows one to read already-loaded pages comfortably.
</p>

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

</card>

</wml>
