answersLogoWhite

0

TCP is known as a connection-oriented protocol, which means that a connection is established and maintained until such time as the message or messages to be exchanged by the application programs at each end have been exchanged.that connection is virtual only...

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

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.


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


What is a connectionless protocol?

Connectionless Protocols: These protocols do not establish a connection between devices. As soon as a device has data to send to another, it just sends it. Answer:A Connectionless Protocol is a data communication method in which communication occurs between hosts with no previous setup. The device at one end of the communication transmits data to the other, without first ensuring that the recipient is available and ready to receive the data. The device sending a message simply sends it addressed to the intended recipient. The Internet Protocol (IP) and User Datagram Protocol (UDP) are connectionless protocols, but TCP/IP (the most common use of IP) is connection-oriented


Which one first TCP IP or Windows server?

TCP/IP first


What is a connectionless?

Connectionless Protocols: These protocols do not establish a connection between devices. As soon as a device has data to send to another, it just sends it. Answer:A Connectionless Protocol is a data communication method in which communication occurs between hosts with no previous setup. The device at one end of the communication transmits data to the other, without first ensuring that the recipient is available and ready to receive the data. The device sending a message simply sends it addressed to the intended recipient. The internet Protocol (IP) and User Datagram Protocol (UDP) are connectionless protocols, but TCP/IP (the most common use of IP) is connection-oriented


Which is the best site for tcp ip programs?

What do you mean with "TCP/IP programs"? Any program that communicates over the Internet uses TCP/IP protocols. I want to say that activities of TCP/IP protocols should be manipulate.


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 suite of protocols is used to transmit data across the internet?

tcp/ip


Tcp ip and netbeui which is not routable?

IPX/SPX : Routable // TCP/IP : Routable // NetBEUI : Not Routable


Is TCP IP used for everything?

No, TCP/IP is the not the only protocol used in the world, but it is certainly one of the most popular. Older networks may still use IPX/SPX (Novell) which is a competitor to TCP/IP. Mainframes use SNA or LU6.2 protocols which are very different from TCP/IP. Appletalk is also a competitor to TCP/IP.


Differene between tcp and ip protocol?

TCP is a sub-protocol within the IP protocol. Think of TCP as one of the instruments in a band.


Is TCP IP a FTP?

No - FTP is a subprotocol in TCP/IP. TCP/IP is a set of standards for describing addressing, transport, and delivery/routing of information across networks. FTP is a protocol that allows a file to be transferred from one system to another, using TCP/IP.