What is TCP and UDP ? Its Differences.
TCP (Transmission Control Protocol) : TCP is a communication Protocol is an Standard way to define how to Establish and Maintain a Network Conversation through which applications or programs can exchange data. TCP work with IP(Internet Protocol),Which define how computer send packets of data to each other. TCP and IP are the basic rules defining the internet. Fig: TCP Working Dig. UDP(User Datagrams Protocol): UDP Provide the primary mechanism that application programs used to you send datagrams to other application programs. UDP provide protocol ports Used to distinguish among multiple programs on a single machine. In UDP, in addition to the data sent, each UDP message contains both a destination port number and a source port number. Making it possible for the UDP software at the destination to delivery the message to the correct recipient and for the recipient to a send a reply. As ...
Comments
Post a Comment
Thanks For Your Valuable Comment.