What is meant by TCP, IP, UDP?
Answers were Sorted based on User's Feedback
Answer / azam
TCP Transmission Control Protocol
IP Internet Protocol
UDP User Datagram Protocol
| Is This Answer Correct ? | 51 Yes | 4 No |
Answer / sreevani
TCP is Tranmission Control Protocol
IP - Internet Address
UDP - User Datagram Protocol.
| Is This Answer Correct ? | 51 Yes | 27 No |
Answer / shashank
TCP:its a protocal for transfering data that is reliable
and commonly used.
IP:Internet Protocl
UDP:its unreliable but fast mode of transfering data.
| Is This Answer Correct ? | 24 Yes | 1 No |
Answer / gaurav agrawal
TCP - It's a protocol by which a client can connect to the
Server, It's connectionful, reliable but little bit slow.
UDP - It's a connectionless protocol, by which client sends
the data packets to the other nodes or server. It is much
faster than the TCP because it works without connection,
connection time will saved in that case. only limited data
can be sent accross this protocol.
IP - It's Internet Protocol, every computer available on
the network has a unique IP. TCP and IP both works together
and this is called TCP/IP.
| Is This Answer Correct ? | 24 Yes | 3 No |
Answer / paps
TCP/ip
TCP transmission control protocol
tcp is connection oriented
ip is connection less
32bit data addressing
Real time application
non reliable
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / chandru
It is a class in Java which represents an Internet Protocol
(IP) address. An instance of an InetAddress consists of an
IP address and possibly corresponding host name
| Is This Answer Correct ? | 7 Yes | 11 No |
Answer / mohan
TCP: TRANSFER CONTROL PROTOCOL
IP: INTERNET PROTOCOL
UDP: USER DEFINE PROTOCOL
| Is This Answer Correct ? | 6 Yes | 11 No |
Answer / priya
TCP-transmission control protocol
IP-Internet protocol
UDP-unreliable control protocol
| Is This Answer Correct ? | 2 Yes | 12 No |
Answer / venkatesan
transmission control protocal
internet protocal
user diadram protocal
| Is This Answer Correct ? | 20 Yes | 33 No |
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.
What do you understand by the term network?
can any one tell me how to implement tcng (Traffic Control Next Generation) with HTB (Hierarchical Token Bucket) in Java?which particular class or API is used for that?
What is jhttp web server?
What is Inet address?
Tell me about networking classes and interfaces.
0 Answers Akamai Technologies,
Explain look for local ports?
What is the difference between TCP/IP and UDP?
Why socketutil is used?
What is network interface name?
What are the advantages and disadvantages of sockets?
Explain a time server?