News:

This week IPhone 15 Pro winner is karn
You can be too a winner! Become the top poster of the week and win valuable prizes.  More details are You are not allowed to view links. Register or Login 

Main Menu

TCP Uses a Fixed Connection

Started by ben2ong2, October 05, 2006, 04:18:34 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

ben2ong2

TCP is for communication between applications.
When an application wants to communicate with another application via TCP, it sends a communication request. This request must be sent to an exact address. After a "handshake" between the two applications, TCP will setup a "full-duplex" communication between the two applications.
The "full-duplex" communication will occupy the communication line between the two computers until it is closed by one of the two applications.
UDP is very similar to TCP, but is simpler and less reliable.

You are not allowed to view links. Register or Login
You are not allowed to view links. Register or Login