rookie1010
Senior member
Hello,
I was going through the differences between UDP vs TCP and it states that with TCP and i have come across a couple of reasons why TCP is connection oriented and UDP is connection less. Are they all correct?
1. TCP involves handshaking at the begining of the transaction to negotiate paramaters (in this case, does the TCP peer send a BYE packet to signal the end of the transaction)
2. No state information is maintained and each datagram is handled independently of each other.
I understand connection being the handshaking between the two peers and negotiation of parameters. i guess at the end of the transaction they sign of by sending a packet such as BYE.
I was going through the differences between UDP vs TCP and it states that with TCP and i have come across a couple of reasons why TCP is connection oriented and UDP is connection less. Are they all correct?
1. TCP involves handshaking at the begining of the transaction to negotiate paramaters (in this case, does the TCP peer send a BYE packet to signal the end of the transaction)
2. No state information is maintained and each datagram is handled independently of each other.
I understand connection being the handshaking between the two peers and negotiation of parameters. i guess at the end of the transaction they sign of by sending a packet such as BYE.