What is meant by TCP, IP, UDP?

Answers were Sorted based on User's Feedback



What is meant by TCP, IP, UDP?..

Answer / azam

TCP Transmission Control Protocol
IP Internet Protocol
UDP User Datagram Protocol

Is This Answer Correct ?    51 Yes 4 No

What is meant by TCP, IP, UDP?..

Answer / sreevani

TCP is Tranmission Control Protocol

IP - Internet Address

UDP - User Datagram Protocol.

Is This Answer Correct ?    51 Yes 27 No

What is meant by TCP, IP, UDP?..

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

What is meant by TCP, IP, UDP?..

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

What is meant by TCP, IP, UDP?..

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

What is meant by TCP, IP, UDP?..

Answer / hariom garg

tcp is connection oriented

Is This Answer Correct ?    0 Yes 0 No

What is meant by TCP, IP, UDP?..

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

What is meant by TCP, IP, UDP?..

Answer / mohan

TCP: TRANSFER CONTROL PROTOCOL
IP: INTERNET PROTOCOL
UDP: USER DEFINE PROTOCOL

Is This Answer Correct ?    6 Yes 11 No

What is meant by TCP, IP, UDP?..

Answer / priya

TCP-transmission control protocol
IP-Internet protocol
UDP-unreliable control protocol

Is This Answer Correct ?    2 Yes 12 No

What is meant by TCP, IP, UDP?..

Answer / venkatesan

transmission control protocal

internet protocal

user diadram protocal

Is This Answer Correct ?    20 Yes 33 No

Post New Answer

More Java Networking Interview Questions

What is a listener in networking?

0 Answers  


What do you understand by the term network?

0 Answers  


What are the advantages and disadvantages of java sockets.

0 Answers  


What is socket in java?

0 Answers  


What is Domain Naming Service (DNS)?

3 Answers  






What is the Difference between socket and servlet?

0 Answers  


What is URL?

6 Answers   Wipro,


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

0 Answers  


Is there any difference between TCP/IP and TCP?

4 Answers  


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

0 Answers  


What you know about random port?

0 Answers  


What is a thread pool?

0 Answers  


Categories