answersLogoWhite

0


Best Answer

HTTP is a protocol that functions on top of TCP/IP. Theoretically, HTTP could run on top of other transport protocols of equivalent functionality, but in practice it doesn't happen as TCP and IP are matter-of-fact standards, due to a huge installed base.

Basically the TCP/IP protocol pair is currently the backbone of the internet and the huge investment in settings things up for it makes it unlikely to be replaced any time soon.

That being said it should be theoretically possible to have HTTP run on top of some other transport-layer protocol, but it's more likely to happen on a private network than on the Internet, if it happens at all.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why TCP is heavily used for HTTP?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which protocol is used by both http and fttp?

TCP (also sometimes called TCP/IP)


What type of connection does http use?

HTTP works over a TCP connection.HTTP works over a TCP connection.HTTP works over a TCP connection.HTTP works over a TCP connection.


Example of application used by the UDP and TCP?

UDP: DNS, TFTP, DHCP... TCP: SMTP, HTTP, HTTPS, DNS, FTP, SHH, Telnet...


What applications use tcp?

FTP; HTTP; DNS (uses both TCP and UDP); several e-mail protocols including POP3, SMTP, IMAP4.


What is the protocol used to request a webpage?

HTTP Hypertext Transfer Protocol


What protocol can HTTP be implemented on top of?

HTTP is implemented on top of TCP.


Does http work over tcp?

Yes


Which tcp port number corresponds to http used for the world wide web?

I am guessing it is port 80 for http. Let me know if it is right....Thanks...


What is a layer four header?

In the commonly used TCP/IP communications, that would either be a TCP header, or a UDP header.In the commonly used TCP/IP communications, that would either be a TCP header, or a UDP header.In the commonly used TCP/IP communications, that would either be a TCP header, or a UDP header.In the commonly used TCP/IP communications, that would either be a TCP header, or a UDP header.


Which protocol is encapsulated inside the TCP segment?

HTTP


What is the standard port for HTTP?

TCP port 80


Does http use tcp or udp?

http needs a reliable mechanism to provide connectivity between the Host i.e. the web browser and the Server i.e the web server. Now TCP is the transport layer protocol that provides it reliable communication with three-way handshake mechanism it uses to connect between a client and a server. We also have UDP at transport layer but it is not reliable way of communicating. So http uses TCP at transport layer of OSI Model.