answersLogoWhite

0


Best Answer

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+

User Avatar

Wiki User

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

Wiki User

14y ago

Connection oriented communication first the connection between sender and receiver is setup through SYN , SYN_ ACK, ACk packages and only den any data can transfer

Connection less data can traverse without any dedicated connection directly from sender to receiver

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Difference between connectionless and connection oriented communication?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Whether sms is connectionless or connection oriented?

I would say it is connectionless, as it sends the message to the person to revive it without establishing the connection first so there's no way to know if they revived it.


Ipv4 is connectionless or connection oriented?

It's neither. IP is a transport layer protocol. Connection/Connectionless imply the network layer. Look up the OSI model. Actually you are correct, but it doesn't just go that far. The definition of connectionless is the ability to send and receive packets without already establishing connectivity between two or more specific entities. IPv4 is connectionless, meaning if I send information via IPv4 I can just send the packets without having to do much more than click "return". Hope this helps.


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.


Which type of protocol is useful when data must be transferred fast?

connectionless protocols. A connection less protocol's lack of sophistication makes it more efficient than a connection-oriented protocol and renders it useful in situations in which data must be transferred quickly


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.

Related questions

Is human brain connectionless or connection oriented?

The communication between two brains is connectionless. - Syam


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.


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


Are Layer 2 protocols connectionless or connection-oriented?

They can be both. E.g. MPLS-TP or Connection-Oriented-Ethernet (COE) are connection oriented.


Is FTP connectionless or connection-oriented?

If FTP did not have TCP working with it, it could be considered connectionless. TCP is connection oriented and it verifies the FTP transfers have been received. Therefore it is considered Connection Oriented. If FTP used UDP it would be considered connectionless as UDP just sends the data and never checks to see if it all made it to the recipient -


Difference between connection - oriented and connectionless services?

Two distinct techniques are used in data communications to transfer data. Each has its own advantages and disadvantages. They are the connection-oriented method and the connectionless method:Connection-oriented Requires a session connection (analogous to a phone call) be established before any data can be sent. This method is often called a "reliable" network service. It can guarantee that data will arrive in the same order. Connection-oriented services set up virtual links between end systems through a network, as shown in Figure 1. Note that the packet on the left is assigned the virtual circuit number 01. As it moves through the network, routers quickly send it through virtual circuit 01.Connectionless Does not require a session connection between sender and receiver. The sender simply starts sending packets (called datagrams) to the destination. This service does not have the reliability of the connection-oriented method, but it is useful for periodic burst transfers. Neither system must maintain state information for the systems that they send transmission to or receive transmission from. A connectionless network provides minimal services.


What is Connectionless and Connection Oriented?

Connection-Oriented means that when devices communicate, they perform handshaking to set up an end-to-end connection. Connection-Oriented systems can only work in bi-directional communications environments. Connection-less means that no effort is made to set up a dedicated end-to-end connection. Walkie-talkies, or Citizens Band radios are a good examples of connection-less communication.


Whether sms is connectionless or connection oriented?

I would say it is connectionless, as it sends the message to the person to revive it without establishing the connection first so there's no way to know if they revived it.


What is the difference between connection oriented and conectionless networks?

In connection oriented network first is confirmation of establishment of connection then only communication can take place while in connection less without establishment confirmation the communication start up.


What are two features of the User Datagram Protocol UDP?

flow control low overhead connectionless connection-oriented sequence and acknowledgements


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 typically decides whether connection-oriented or connectionless communcations are used during a data transfer?

ACK