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 Domain Naming Service (DNS)?

3 Answers  


How we can make simple java program for Server/Client Communication

0 Answers   PUCIT,


What is network interface name?

0 Answers  


Explain look for local ports?

0 Answers  


Is it possible to send an object using Sockets, if so, how it can be?

2 Answers   TCS,






What are the advantages and disadvantages of java sockets.

0 Answers  


What is IP?

4 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 network programming in java?

0 Answers  


Explain the generic term internet.

0 Answers  


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

2 Answers  


where u can used in real time "protect" specifier or real world example of protect specifier

1 Answers   CTS,


Categories