Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
TCP and HTTP ???
Name: King Date: February 19, 2003 at 06:17:20 Pacific OS: win 2000 CPU/Ram: 1GHz/128MB Ram
Comment:
TCP and HTTP have taken their marriage vow (back when Tim introduced the WWW) when they were forced to marry one another :o) for better or worst. But what are the advantages and disadvantages of having HTTP run over TCP. Under what conditions do the protocols co-operate well? Is it possible for us to have HTTP running over UDP? What are the issues?
Name: Bobby Date: February 19, 2003 at 11:48:38 Pacific
Reply:
TCP is a connection oriented protocol. It garuantees packet delivery by a method called "Windowing." It uses sync and ack methods to do this by. It is not quite as fast as UDP but it gets to where it needs to. UDP on the other hand, is connectionless and doesn't garuantee packet delivery. There is no "Windowing" or anything to garuantee the fact that the packets will be delivered properly. UDP is faster because there is no error correction that it uses but there is also no garuantee that the packets will be delivered.
0
Response Number 2
Name: bobby Date: February 19, 2003 at 11:51:13 Pacific
Reply:
You might want to check out the white paper on TCP and UDP at http://www.itpapers.com to find out the differences between the two protocols.
Summary: When i press the buttion of guide in window media player, i use TCP viewer to check the network activity. There is only TCP activity. However, i use TDImon to check there is TCP and UDP. Why? ...
Summary: For a TCP/IP LAN to work, the machines have to have IP addresses from the same pool, ie. the first three figures should be the same (ie. 192.168.1.xx which is the standard for private networks) and th...
Summary: The service Zoneedit supplies you is domain forwarding. Zoneedit holds the domain entry for your domain (which has your server and acceptes email). Mail and web browsers (SMTP/POP and HTTP) both comm...