From: Kid on
Hi

Do WiMax and 3G use TCP/IP in L3 , where can I find their app and driver
stack in Windows ?

Thank for your teaching .


From: Tim Roberts on
Kid <Kid(a)discussions.microsoft.com> wrote:
>
>Do WiMax and 3G use TCP/IP in L3 ,

Yes.

>where can I find their app and driver
>stack in Windows ?

Don't understand the question. There will be a driver for your WiMax
adapter that comes from the manufacturer. That driver passes IP packets up
to the next layer, which is part of the standard TCP/IP driver stack.
--
Tim Roberts, timr(a)probo.com
Providenza & Boekelheide, Inc.
From: Maxim S. Shatskih on
> Don't understand the question. There will be a driver for your WiMax

Aren't WiMax, EV-DO and UMTS (the three 3G technologies) using PPP the same way as GPRS/EDGE?

--
Maxim S. Shatskih
Windows DDK MVP
maxim(a)storagecraft.com
http://www.storagecraft.com

From: Pavel A. on
"Maxim S. Shatskih" <maxim(a)storagecraft.com.no.spam> wrote in message
news:ewx4o#IGLHA.5472(a)TK2MSFTNGP04.phx.gbl...
>
> Aren't WiMax, EV-DO and UMTS (the three 3G technologies) using PPP the
> same way as GPRS/EDGE?

Wimax is not a 3G technology. However, its *usage* model (high above the
dirty details) is close to cellular data; the new NDIS WWAN should support
it.

--pa