Computer Science, asked by Kalaiselvi2427, 1 year ago

Which is not true for socket?
1) it is abstract not physical
2) it is communication end point
3) used to send and receive data
4) always connection oriented

Answers

Answered by DolaBhanu
1

1,it is abstract not physical


DolaBhanu: do u have any doubt regarding this answer
Answered by anjaliom1122
0

Answer:

Correct option is: 3) used to send and receive data

Used to send and receive data is not true for socket.

Explanation:

An IP address and a port number are combined to form a socket address. A phone connection is made up of two parts: a phone number and a specific extension. In a computer network, a number socket is an internal endpoint for sending and receiving data at a single node. A server socket can be created using the Server Socket class. The purpose of this object is to communicate with the clients. The socket is returned, and a connection between the server and the client is established.

Similar questions