Go Back   Wireless and Wifi Forums > News > Newsgroups > alt.internet.wireless
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-28-2006, 07:00 AM
sandeep
Guest
 
Posts: n/a
Default What is best protocol for low bandwidth wireless networks

What is best protocol which gives more speed then TCP for low bandwidth
wireless
networks.

Example: for internet though GPRS which has bandwidth ( 3 to 50 kbps)


Reply With Quote
  #2 (permalink)  
Old 07-28-2006, 07:27 AM
John Navas
Guest
 
Posts: n/a
Default Re: What is best protocol for low bandwidth wireless networks

On 27 Jul 2006 23:00:32 -0700, "sandeep" <sandeep.k@incore.in> wrote in
<1154066432.277689.244990@h48g2000cwc.googlegroups .com>:

>What is best protocol which gives more speed then TCP for low bandwidth
>wireless
>networks.
>
> Example: for internet though GPRS which has bandwidth ( 3 to 50 kbps)


For what purpose?

--
Best regards, FAQ for Wireless Internet: <http://Wireless.wikia.com>
John Navas FAQ for Wi-Fi: <http://wireless.wikia.com/wiki/Wi-Fi>
Wi-Fi How To: <http://wireless.wikia.com/wiki/Wi-Fi_HowTo>
Fixes to Wi-Fi Problems: <http://wireless.wikia.com/wiki/Wi-Fi_Fixes>

Reply With Quote
  #3 (permalink)  
Old 08-03-2006, 12:21 PM
sandeep
Guest
 
Posts: n/a
Default Re: What is best protocol for low bandwidth wireless networks


John Navas wrote:
> On 27 Jul 2006 23:00:32 -0700, "sandeep" <sandeep.k@incore.in> wrote in
> <1154066432.277689.244990@h48g2000cwc.googlegroups .com>:
>
> >What is best protocol which gives more speed then TCP for low bandwidth
> >wireless
> >networks.
> >
> > Example: for internet though GPRS which has bandwidth ( 3 to 50 kbps)

>
> For what purpose?
>
> --
> Best regards, FAQ for Wireless Internet: <http://Wireless.wikia.com>
> John Navas FAQ for Wi-Fi: <http://wireless.wikia.com/wiki/Wi-Fi>
> Wi-Fi How To: <http://wireless.wikia.com/wiki/Wi-Fi_HowTo>
> Fixes to Wi-Fi Problems: <http://wireless.wikia.com/wiki/Wi-Fi_Fixes>


Sorry for late reply, we are developing http proxy servers. One proxy
server is with internet service providers (ISP) and another proxy
server is in mobiles or laptop, the data transmitting between them is
through wireless. So which protocol is good for fast and reliable then
TCP


Reply With Quote
  #4 (permalink)  
Old 08-03-2006, 04:01 PM
John Navas
Guest
 
Posts: n/a
Default Re: What is best protocol for low bandwidth wireless networks

On 3 Aug 2006 04:21:36 -0700, "sandeep" <sandeep.k@incore.in> wrote in
<1154604096.555528.284390@s13g2000cwa.googlegroups .com>:

>John Navas wrote:
>> On 27 Jul 2006 23:00:32 -0700, "sandeep" <sandeep.k@incore.in> wrote in
>> <1154066432.277689.244990@h48g2000cwc.googlegroups .com>:
>>
>> >What is best protocol which gives more speed then TCP for low bandwidth
>> >wireless
>> >networks.
>> >
>> > Example: for internet though GPRS which has bandwidth ( 3 to 50 kbps)

>>
>> For what purpose?


>Sorry for late reply, we are developing http proxy servers. One proxy
>server is with internet service providers (ISP) and another proxy
>server is in mobiles or laptop, the data transmitting between them is
>through wireless. So which protocol is good for fast and reliable then
>TCP


TCP is reliable, but handshaking causes delays over high latency
connections (e.g., GPRS). UDP avoids delays, but has no built-in
checking, so your software would have to provide its own.

--
Best regards, FAQ for Wireless Internet: <http://Wireless.wikia.com>
John Navas FAQ for Wi-Fi: <http://wireless.wikia.com/wiki/Wi-Fi>
Wi-Fi How To: <http://wireless.wikia.com/wiki/Wi-Fi_HowTo>
Fixes to Wi-Fi Problems: <http://wireless.wikia.com/wiki/Wi-Fi_Fixes>

Reply With Quote
  #5 (permalink)  
Old 08-04-2006, 06:11 AM
sandeep
Guest
 
Posts: n/a
Default Re: What is best protocol for low bandwidth wireless networks

John Navas wrote:
> On 3 Aug 2006 04:21:36 -0700, "sandeep" <sandeep.k@incore.in> wrote in
> <1154604096.555528.284390@s13g2000cwa.googlegroups .com>:
>
> >John Navas wrote:
> >> On 27 Jul 2006 23:00:32 -0700, "sandeep" <sandeep.k@incore.in> wrote in
> >> <1154066432.277689.244990@h48g2000cwc.googlegroups .com>:
> >>
> >> >What is best protocol which gives more speed then TCP for low bandwidth
> >> >wireless
> >> >networks.
> >> >
> >> > Example: for internet though GPRS which has bandwidth ( 3 to 50 kbps)
> >>
> >> For what purpose?

>
> >Sorry for late reply, we are developing http proxy servers. One proxy
> >server is with internet service providers (ISP) and another proxy
> >server is in mobiles or laptop, the data transmitting between them is
> >through wireless. So which protocol is good for fast and reliable then
> >TCP

>
> TCP is reliable, but handshaking causes delays over high latency
> connections (e.g., GPRS). UDP avoids delays, but has no built-in
> checking, so your software would have to provide its own.
>
> --
> Best regards, FAQ for Wireless Internet: <http://Wireless.wikia.com>
> John Navas FAQ for Wi-Fi: <http://wireless.wikia.com/wiki/Wi-Fi>
> Wi-Fi How To: <http://wireless.wikia.com/wiki/Wi-Fi_HowTo>
> Fixes to Wi-Fi Problems: <http://wireless.wikia.com/wiki/Wi-Fi_Fixes>



So any other protocol which is combination of udp and tcp futures
which works faster for low speed wireless networks


Reply With Quote
  #6 (permalink)  
Old 08-04-2006, 06:26 AM
John Navas
Guest
 
Posts: n/a
Default Re: What is best protocol for low bandwidth wireless networks

On 3 Aug 2006 22:11:14 -0700, "sandeep" <sandeep.k@incore.in> wrote in
<1154668274.667529.219250@m73g2000cwd.googlegroups .com>:

>John Navas wrote:


>> TCP is reliable, but handshaking causes delays over high latency
>> connections (e.g., GPRS). UDP avoids delays, but has no built-in
>> checking, so your software would have to provide its own.


>So any other protocol which is combination of udp and tcp futures
>which works faster for low speed wireless networks


See Transport Layer at
<http://en.wikipedia.org/wiki/Internet_protocol_suite#Layers_in_the_Internet_pro tocol_suite_stack>
(or <http://tinyurl.com/38dlb>)

--
Best regards, FAQ for Wireless Internet: <http://Wireless.wikia.com>
John Navas FAQ for Wi-Fi: <http://wireless.wikia.com/wiki/Wi-Fi>
Wi-Fi How To: <http://wireless.wikia.com/wiki/Wi-Fi_HowTo>
Fixes to Wi-Fi Problems: <http://wireless.wikia.com/wiki/Wi-Fi_Fixes>

Reply With Quote
Sponsored Links
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
WiMAX Forum News, Weekly Clip Report March 22-29, 2007 badger_b@hotmail.com alt.internet.wireless 0 03-31-2007 02:14 AM
Lost wireless Networks Tab in Wireless Ntwk Conn Properties patches Network Troubleshooting 1 01-29-2007 03:17 PM
CFP: WIRELESS APPLICATIONS AND COMPUTING 2007 natty2006@gmail.com alt.internet.wireless 0 01-18-2007 04:35 PM
The Repeater, Access Point, Laptop Triangle of Death (Please Help) TheKingsCrown Network Troubleshooting 9 04-25-2006 05:01 AM
Linksys site survey shows lots of info. on nearby wireless networks apngss@yahoo.com alt.internet.wireless 2 10-01-2005 01:30 PM


All times are GMT. The time now is 10:33 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45