answersLogoWhite

0

The winhection oriented protocol is

User Avatar

Anonymous

13y ago
Updated: 8/18/2019

UDP

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Explain the difference between a connection-oriented protocol and a connectionless protocol and give an example of each?

Different from a connectionless protocol, a connection-oriented protocol guaranties the delivery of the information. An example of connection-oriented protocol is (TCP) and a connectionless protocol is (UDP). TCP is a connection-oriented protocol, it makes a connection and checks whether the data is received, and resends if it is not. UDP is a connectionless protocol, it does not guarantee delivery by first connecting and checking whether data is received.


Which data link protocol is the least efficient?

A character-oriented synchronous protocol


Is http a connection oriented protocol?

No, HTTP (Hypertext Transfer Protocol) is not a connection-oriented protocol; it is a connectionless protocol. HTTP operates over TCP, which is a connection-oriented protocol, but HTTP itself does not establish a persistent connection for communication. Each request-response cycle in HTTP is independent, meaning that after a response is sent, the connection can be closed, making it suitable for stateless transactions.


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 DNS connectionless or connection-oriented?

DHCP is a connectionless protocols. In general, any protocol that is based on TCP port alone is a connection-oriented protocol while any protocol that is based on UDP port alone is a connectionless protocol. And a protocols that can work on both TCP and UDP port can be either a connection-oriented or a connectionless protocol depending upon the which protocol is used (TCP or UDP). For checking other protocols if they are connection-oriented or connectionless check http://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers


Which protocol offers guaranteed delivery and is connection oriented?

Transmission Control Protocol (TCP) is used when data reliability is needed since it is connection oriented and guarantees delivery.


Is email connection oriented or connectionless?

Email runs SMTP (simple mail transfer protocol), where SMTP operates over TCP protocol, so it id connection oriented.


What is a connection oriented protocol used by web browsers and email?

Simple mail transfer protocol Incorrect it is TCP


What protocol requires two computers to exchange control packets before sending date?

Connection-oriented protocol


Difference between connectionless and connection oriented communication?

Different from a connectionless protocol, a connection-oriented protocol guaranties the delivery of the information. An example of connection-oriented protocol is (TCP) and a connectionless protocol is (UDP). page/926 A+


Which ISO layer uses connection oriented protocol?

Layer 4 (Transport)


Why connection oriented is more reliable than connection less protocol?

Connection oriented is more reliable because there is an acknowledgment received from data receiver (destination) that the data is receiving and transfer is successful which is not received from connection less protocol.