answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is best effort protocol tcp or udp?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Difference TCP and UDP?

TCP is the protocol of network layer, It is connection oriented protocol. UDP is the protocol of network layer, It is connection less protocol.


IS TCP is unreliable Protocol?

No TCP a reliable protocol whereas UDP is unreliable.


What is the transport layer protocol used in VOIP?

Transport layer TCP/IP Protocols are TCP and UDP


Which layer of the tcp ip protocol stack do tcp and udp belong to?

transport


What protocol uses both TCP and UDP?

DNS does.


Which protocol is used by FTP to transfer files over the Internet?

FTP uses TCP.Usage of Transport Layer protocol (tcp or udp) depends upon various applications.Such as FTP uses TCP, TFTP uses UDP.


What is the most significant difference between the Layer 4 TCP and the Layer 4 UDP?

the main difference between UDP and TCP is that UDP is not a reliable protocol.


What are the specific port no of tcp and udp?

Port No. for Tranmission Control Protocal (TCP) is 6 Port No. for User Datagram Protocol (UDP) is 17


Why do you have type data gram socket?

A datagram socket represents a connectionless, non-guaranteed communication protocol. It represents the UDP protocol in the TCP/IP suite.Contrast this with a stream socket, which represents a connection oriented, guaranteed, communication protocol. It represents the TCP protocol in the TCP/IP suite.UDP is the underlying protocol for TCP. If you are talking OSI model, UDP is layer 3, and TCP is layer 4.


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.


Three common protocols to modern computer networks?

The main communication or network protocol is the TCP/IP protocol. (Transmission Control Protocol/Internet Protocol)


What are true statements about transport layer protocols?

**The TCP transport layer protocol uses windowing and acknowledgments for reliable transfer of data. **The TCP and UDP port numbers are used by application layer protocols. **The TCP transport layer protocol provides services to direct the data packets to their destination hosts.