Discussion:
wireless question
(too old to reply)
Kid
2010-06-29 01:34:15 UTC
Permalink
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 .
m
2010-06-29 22:49:50 UTC
Permalink
TCP can be used over any packet protocol including IP
IP can be used over any packet interface including Ethernet, ATM, various
wireless protocols etc.

There is no specific stack in Windows, but rather a device driver exposes an
NDIS interface and protocol drivers (including the in-box IP stack driver)
are bound to the interface. Look at the NDIS architecture in MSDN for more
info
Post by Kid
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 .
Loading...