Why are you asking this here? It would have taken you 3 seconds to Google this and find the answer.
I think every explanation of TCP I've EVER seen starts out with the line "TCP is a connection oriented protocol."
2006-12-02 15:52:16
·
answer #1
·
answered by Ryan Z 2
·
1⤊
0⤋
Connectionless Protocol
2016-11-02 01:53:33
·
answer #2
·
answered by ? 4
·
0⤊
0⤋
TCP is a connection based protocol. UDP is a connectionless based protocol.
2006-12-02 20:26:51
·
answer #3
·
answered by William G. 2
·
0⤊
0⤋
The Transmission Control Protocol (TCP) is a virtual circuit protocol that is one of the core protocols of the Internet protocol suite, often simply referred to as TCP/IP. Using TCP, applications on networked hosts can create connections to one another, over which they can exchange streams of data. The protocol guarantees reliable and in-order delivery of data from sender to receiver. TCP also distinguishes data for multiple connections by concurrent applications (e.g. Web server and e-mail server) running on the same host.
http://en.wikipedia.org/wiki/Transmission_Control_Protocol
I'm not sure what you mean by connection or connection-less protocol. If you mean physical wired connection than no. Wifi uses TCP also.
2006-12-02 02:15:27
·
answer #4
·
answered by ninesunz 3
·
1⤊
1⤋
TCP is connection oriented. UDP is connectionless.
2006-12-02 03:15:14
·
answer #5
·
answered by Bostonian In MO 7
·
1⤊
0⤋
It is a connection oriented protocol, as it handshakes once connection is established. It's close cousin, UDP is connection less. (broadcast type)
2006-12-02 02:21:43
·
answer #6
·
answered by tkquestion 7
·
2⤊
0⤋
connection oriented...sure!! udp is a connection less
2006-12-02 02:52:28
·
answer #7
·
answered by Davide M 2
·
1⤊
0⤋