answersLogoWhite

0

Does http use tcp or udp?

Updated: 11/6/2022
User Avatar

Wiki User

11y ago

Best Answer

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.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

9y ago

HTTP is a reliable mechanism to provide connectivity between host and web server . TCP and UDP are transport layer Protocols. Transmission control protocol (TCP) is the one used by HTTP.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Does http use tcp or udp?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Does sftp use tcp or udp?

TCP


Example of application used by the UDP and TCP?

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


Does unicast use udp and tcp?

Yes, it does.


Which processes does TCP but not UDP use?

Aknowlagement


Why would you use UDP but not Tcp in real time application?

UDP is alot faster than TCP. So if its realtime obviously it has to be fast, thus UDP. The only problem is UDP isn't as reliable or as secure as TCP. But it does have the speed advantage.


Why would an application use UDP instead of TCP?

UDP does not require as much resources as TCP but in the same time, it does not insure delivery of packets.


Does smtp use tcp?

No it uses UDP packets.


What is fastest udp or tcp?

UDP


When is UDP preferred to TCP?

UDP and TCP both are transport layer protocols. UDP is connection less and TCP is connection oriented. UDP is preferred over TCP when large amount data is to be sent like on skype or video conferencing .


What protocol uses udp?

DNS uses both TCP and UDP, also a lot of online chats use UDP. I think even when you want videos on YouTube UDP is used to deliver video and audio.


What application layer protocol is commonly used to support for the file transfers between client and server?

You can use either TCP or UDP. If you need reliable connection use TCP otherwise UDP.


What is a TCP or UDP socket?

UDP and TCP sockets are layer 4 ports which are associated with certain services, ie TCP80 refers to the HTTP (web) protocol, TCP443 refers to the HTTPS (SSL) secure protocol and TCP/UDP53 refers to DNS.