What Is The Difference Between Unicast And Multicast?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The primary difference between TCP and UDP is that TCP is a connection-oriented protocol, whereas UDP is a connectionless protocol. TCP establishes a connection between two nodes before any data can be sent, while UDP does not require a connection in order to send data. Additionally, TCP requires the use of acknowledgments, flow control and error correction, while UDP does not. TCP also ensures that data is delivered in the same order it was sent, while UDP does not guarantee any ordering.