Comments
I doubt HTTP over UDP has lower latency than a packet sent in an existing TCP session, which is what SPDY aims for, AFAICT. More important than getting rid of the rigid request-response character of HTTP, however, is the optimisation of the header information to cut down on the total data that needs to be transferred, IMHO.
#1 martin f. krafft (Homepage) on 2009-11-19 09:50
HTTP over UDP is impractical: UDP datagram s have a limited size (
#2 cate on 2009-11-19 10:47
With UDP, you lose all the fancy things that make the Internet usable: QoS, congestion management, throughput throttling, window adaptation… The performance impact would be absolutely disastrous.
#3 Np237 (Homepage) on 2009-11-19 11:24
That's a *horrible* idea. Without TCP's congestion control/avoidance, the Internet would collapse. Not to mention, that UDP doesn't provide for reliable transmissions.
#4 Faidon Liambotis on 2009-11-19 11:55
wouldn't SCTP be the best fit? the only practical problem is with its availability on different platforms (ie. Windows)
#5 nona on 2009-11-19 13:59
The problem is not the time taken to satisfy a small request but the number of small requests. When I visit some widely popular web sites (such as mainstream-media sites) it's not uncommon to have over 100 images loaded in a single page view, I often see 250 or more! Maybe you could get some improvement by having the smaller images loaded via UDP, but it would still suck - such web sites need to be designed in a simpler manner! I've recently changed my blog to use the "minify" plugin which combines Javascript and CSS files to reduce the number of HTTP requests. This type of thing is the solution to any problem that might be solved by UDP.
#6 Russell Coker (Homepage) on 2009-11-19 14:04
I actually saw this implemented in my sniffer the other day. Looks like Microsoft uses it to contact update servers and search services... maybe as some sort of initial "ping". Here's a paper on the topic: http://www.cs.technion.ac.il/Courses/Computer-Networks-Lab/projects/spring2000/http_udp/index.htm
#7 Scott P on 2010-02-25 14:09
#4: Try telling the UPnP community (http://www.upnp.org/resources/documents.asp) that HTTP over UDP is a horrible idea. They seem to think it is useful for small requests/responses.
#8 Dave on 2010-04-07 20:53
Lotta close-minded opinions on this thread. Pure UDP would not be a good idea, but I do think there's plenty of UDP-appropriate conversations going on between client and server. With clever engineering, and well thought-out protocols, I think TCP+UCP HTTP could produce a much smoother browsing experience.
#9 Mark on 2010-09-07 19:36
Add Comment

E-Mail addresses will not be displayed and will only be used for E-Mail notifications.

To prevent automated Bots from commentspamming, please enter the string you see in the image below in the appropriate input box. Your comment will only be submitted if the strings match. Please ensure that your browser supports and accepts cookies, or your comment cannot be verified correctly.
CAPTCHA

 
Submitted comments will be subject to moderation before being displayed.