answersLogoWhite

0

What is called server socket layer?

Updated: 8/19/2019
User Avatar

Wiki User

11y ago

Best Answer

socket layer is a interface between sender server and the receiving server

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is called server socket layer?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why does TCP server program have two sockets?

1)Socket 2)Server Socket Server socket is used for normal two-way socket communication. Socket class allows us to read and write through the sockets. getInputStream() and getOutputStream() are the two methods available in socket class.


What is the return type of accept method in the server socket classes?

SOCKET


Who is layer for protocal is used to provide connectionless server?

application layer is privide connectionless server


What is server secure socket?

rshfnfx rqzxkudsrhjzthck


How connectionless communication between a client and a server proceeds when using sockets?

Both the client and the server create a socket, but only the server binds the socket to a local endpoint. The server can then subsequently do a blocking readcall in which it waits for incoming data from any client. Likewise, after creating the socket, the client simply does a blocking call to write data to the server. There is no need to close a connection.


What is the name of the protocol for handling TCP traffic through a proxy server?

The protocol used for handling TCP traffic through a proxy server is called SOCKS, which means \"Socket Secure\".


Why is an application layer firewall sometimes called a proxy server?

Maybe it uses false addresses to the external IP


What is the fullform of ssl?

Secure Socket Layer.


What are secure socket layer protocols?

NOPE


Which layer of the OSI model is responsible for keeping open communications path between your computer and the server when you dial in to a remot access server?

Session layer


Does the s in https stands for secure socket layer?

It stands for secure socket layer. It means that the web site your on is safe from viruses or scam websites!


How do you start a PHP socket server?

Checkout: http://ir.php.net/manual-lookup.php?pattern=socket&lang=en