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 the difference between TCP and UDP ?

10 Answers   Religare,


What is network interface name?

0 Answers  


Explain a time server?

0 Answers  


Tell me about networking classes and interfaces.

0 Answers   Akamai Technologies,


Explain the generic term internet.

0 Answers  


What is a thread pool?

0 Answers  


Explain look for local ports?

0 Answers  


What is the difference between TCP/IP and UDP?

5 Answers  


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

0 Answers  


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.

0 Answers   MCN Solutions,


What is the connection keep-alive feature of HTTP 1.1?

2 Answers  


Write the range of multicast socket IP address?

1 Answers  


Categories