004 Linux Network ProgrammingIssues, queries and suggestions related to Linux, Network, Linux Programming, Network Programming, System Programming, Sockets, Threads,
FTP based Client Server project using sockets and threads.
TCP is a connection oriented protocol. UDP is a connection less protocol. In TCP the data is transmitted in a particular sequence which means that packets arrive in-order at the receiver. On other hand there is no sequencing of data in UDP in order to implement ordering it has to be managed by the application layer.