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 difference between the TCP/IP and UDP socket

Answers were Sorted based on User's Feedback



What is difference between the TCP/IP and UDP socket..

Answer / naved lodi

TCP/IP is connection oriented and UDP is Connection less
protocol.

Is This Answer Correct ?    62 Yes 9 No

What is difference between the TCP/IP and UDP socket..

Answer / rajendar gunnal

TCP/IP Vs UDP :
1. Connection oriented & other is Connection less
2. Will have Acknowledgment & other one don't
3. Performance slow & other one fast
4. More secure & other is not much

Is This Answer Correct ?    51 Yes 14 No

What is difference between the TCP/IP and UDP socket..

Answer / ubong inyang

udp socket does not create connections, and as such it does
not keep track of the connection state; also it does not
have reciver buffer on either side sender or reciver; in
contrast tcp socket is a bidirectional communication
sockets which keeps track of connection state, established
connection , and also create reciever buffer on both sides
ofthe end to end connection

Is This Answer Correct ?    29 Yes 1 No

What is difference between the TCP/IP and UDP socket..

Answer / anand

we can add so many to above list
-- TCP/IP offer guaranteed delivery while UDP does not
-- TCP/IP consumes high bandwidth. UDP is good guy and
shares band with everyone.
-- TCP/IP guarantees sequencing of packets (Packet sent
first will reach destination first).In UDP you may get last
packet first or not at all!
-- TCP does not have message block boundaries (User has to
define its own)

Is This Answer Correct ?    20 Yes 10 No

What is difference between the TCP/IP and UDP socket..

Answer / debiprasanna panigrahi

1-TCP is a Connection Oriented Protocol and UDP is a
connection Less Protocol

2-TCP provides guranteed delivery of packets where as UDP
docesnt.

3-TCP can Transmit large amount of data as compared to udp

4-Sequencing of packet is gurantted in TCP.Means the
packets that are sent is delivered in time where in UDP it
is not guranteed that the packets will reach in time to the
destination.

Is This Answer Correct ?    14 Yes 5 No

Post New Answer

More MFC Interview Questions

what are the feauters of CObject

4 Answers   Siemens, Wipro,


what is the difference between SDI and MDI

15 Answers   CMC, HCL, Siemens,


1)How to change a text of a button as Dynamically?

1 Answers   HCL,


Hi can anyone explain about the synchronization objects types and where we are using in the code.

1 Answers  


In MFC By Using Communication Between Dialog Boxes,How Can We Send Message Of one Dialog Box To Another Dialog.?

3 Answers   Financial Technologies,


what is the difference between compiling and building?

1 Answers  


General purpose classes in MFC

1 Answers   TCS,


how many types of messages are their

4 Answers   E Logic, TCS,


what is the size of a process

2 Answers   E Logic, IBM,


what if we provide two message handler for same message ?

1 Answers  


What function is used to disable a control at runtime?

7 Answers  


What is LPCTSTR? What does LP denote it?

4 Answers  


Categories