GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Networking
Go To First  |  Previous Question  |  Next Question 
 Networking  |  Question 32 of 84    Print  
What is difference between TCP/IP and UDP?

  
Total Answers and Comments: 28 Last Update: February 17, 2009     Asked by: Raja 
  
 Sponsored Links

 
 Best Rated Answer
Submitted by: infe12
 
TCP - Transfer Control Protocol.
a.Reliable
b.Connection oriented.
c.Acknowledgement

UDP - User Datagram Protocol.
a.Non Reliable
b.Connectionless
c.No Acknowledgement

Above answer was rated as good by the following members:
waseem007
  Sorting Options  
  Page 1 of 3   « First    1    2    3    >     Last »  
November 03, 2006 12:42:10   #1  
sanjay kumar        

RE: What is diffrence between TCP/IP and UDP?
tcp/ip is a connection oriented protocol layer whereas udp is connectionless protocol
 
Is this answer useful? Yes | No
November 03, 2006 17:54:23   #2  
Gowri        

RE: What is diffrence between TCP/IP and UDP?

TCP is connection oriented protocal

UDP is Connectionless Protocal


 
Is this answer useful? Yes | No
November 06, 2006 01:17:27   #3  
Joshy Mathew        

RE: What is diffrence between TCP/IP and UDP?

hi

  1. TCP(Transmission Control Protocol). TCP is a connection-oriented protocol a connection can be made from client to server and from then on any data can be sent along that connection.
    • Reliable - when you send a message along a TCP socket you know it will get there unless the connection fails completely. If it gets lost along the way the server will re-request the lost part. This means complete integrity things don't get corrupted.
    • Ordered - if you send two messages along a connection one after the other you know the first message will get there first. You don't have to worry about data arriving in the wrong order.
    • Heavyweight - when the low level parts of the TCP stream arrive in the wrong order resend requests have to be sent and all the out of sequence parts have to be put back together so requires a bit of work to piece together.

  2. UDP(User Datagram Protocol). A simpler message-based connectionless protocol. With UDP you send messages(packets) across the network in chunks.
    • Unreliable - When you send a message you don't know if it'll get there it could get lost on the way.
    • Not ordered - If you send two messages out you don't know what order they'll arrive in.
    • Lightweight - No ordering of messages no tracking connections etc. It's just fire and forget! This means it's a lot quicker and the network card / OS have to do very little work to translate the data back from the packets.

 
Is this answer useful? Yes | No
November 07, 2006 02:05:27   #4  
selva        

RE: What is diffrence between TCP/IP and UDP?
tcp more reliable.but slow proccessing udp not reliable but fast
 
Is this answer useful? Yes | No
November 08, 2006 09:54:05   #5  
cnr        

RE: What is diffrence between TCP/IP and UDP?
please send this question answer
 
Is this answer useful? Yes | No
November 11, 2006 19:58:09   #6  
mukesh        

RE: What is diffrence between TCP/IP and UDP?
TCP/IP it is transmision control protocol/internet protocaludp-user datagram protocolfor more help search on webi think this will answer you question
 
Is this answer useful? Yes | No
November 17, 2006 04:13:01   #7  
manoj        

RE: What is diffrence between TCP/IP and UDP?
  1. TCP(Transmission Control Protocol). TCP is a connection-oriented protocol a connection can be made from client to server and from then on any data can be sent along that connection.
    • Reliable - when you send a message along a TCP socket you know it will get there unless the connection fails completely. If it gets lost along the way the server will re-request the lost part. This means complete integrity things don't get corrupted.
    • Ordered - if you send two messages along a connection one after the other you know the first message will get there first. You don't have to worry about data arriving in the wrong order.
    • Heavyweight - when the low level parts of the TCP stream arrive in the wrong order resend requests have to be sent and all the out of sequence parts have to be put back together so requires a bit of work to piece together.

  2. UDP(User Datagram Protocol). A simpler message-based connectionless protocol. With UDP you send messages(packets) across the network in chunks.
    • Unreliable - When you send a message you don't know if it'll get there it could get lost on the way.
    • Not ordered - If you send two messages out you don't know what order they'll arrive in.
    • Lightweight - No ordering of messages no tracking connections etc. It's just fire and forget! This means it's a lot quicker and the network card / OS have to do very little work to translate the data back from the packets.

 
Is this answer useful? Yes | No
November 21, 2006 05:42:21   #8  
sandeep kumar singh        

RE: What is diffrence between TCP/IP and UDP?

TCP/IP IS CONNECTION ORIENTED

AND UDP IS CONNECTIONLESS


 
Is this answer useful? Yes | No
November 28, 2006 00:23:56   #9  
awad bin mohammad        

RE: What is diffrence between TCP/IP and UDP?
DIFFRENCE BETWEEN TCP AND UDP IS TCP IS A CONNECTION OREINTED PROTOCOL AND UDP IS CONNECTIONLESS OREINTED PROTOCOL.
 
Is this answer useful? Yes | No
November 30, 2006 04:15:37   #10  
swamy MR        

RE: What is diffrence between TCP/IP and UDP?

TCP is connection oriented UDP connectionless

TCP creates virtual cicrute between sending and recieving divece

TCP sagments are numbered and sequnced though in recieving divice can place them in the same number

TCP uses ack but UDP not


 
Is this answer useful? Yes | No
  Page 1 of 3   « First    1    2    3    >     Last »  


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape