Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the difference between TCP and UDP ?

Answer Posted / mukesh roy

TCP: is connection-oriented protocol. When a file or message
send it will get delivered unless connections fails. If
connection lost, the server will request the lost part.
There is no corruption while transferring a message.

UDP: is connectionless protocol. When you a send a data or
message, you don't know if it'll get there, it could get
lost on the way. There may be corruption while transferring
a message.

TCP: World Wide Web (Apache TCP port 80), e-mail (SMTP TCP
port 25 Postfix MTA), File Transfer Protocol (FTP port 21)
and Secure Shell (OpenSSH port 22) etc.

UDP: Domain Name System (DNS UDP port 53), streaming media
applications such as IPTV or movies, Voice over IP (VoIP),
Trivial File Transfer Protocol (TFTP) and online multiplayer
games etc

Is This Answer Correct ?    47 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell me about networking classes and interfaces.

1095


If you do not want your program to halt while it waits for a connection, put the call to accept( ) in a separate thread?

1015


What is a client tester?

1023


Why socketutil is used?

1130


What is a thread pool?

1084


Where is the network interface card located?

1024


To create a socket, you need to know the internet host to which you want to connect?

1025


What is a listener in networking?

1084


What is network interface name?

1003


Public serversocket(int port, int queuelength) throws ioexception, bindexception?

1156


Explain a time server?

1093


What is HttpURL connection ?

1097


What are the advantages and disadvantages of java sockets.

1079


What is network programming in java?

1034


What is the main difference between Client side Java Script and and Server side Java Script how actually they run on both side with Example.

1166