NETWORK SECURITY
FIREWALLS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
A way to filter network traffic
|
|
A way to compress network traffic
|
|
A way to encrypt network traffic
|
|
A way to create network applications that communicate with each other
|
Detailed explanation-1: -A socket is a communications connection point (endpoint) that you can name and address in a network. Socket programming shows how to use socket APIs to establish communication links between remote and local processes.
Detailed explanation-2: -A socket, combined with input and output streams, is something like a two-way phone connection. From the client’s side, the protocol goes as follows: The client creates a socket and attempts to make a connection to the server. The client has to know the server’s URL and the port at which the service exists.
Detailed explanation-3: -We have seen earlier that there are two types of sockets in computer networking. They are client socket and server socket. A server socket waits for a request from a client, whereas a client socket helps in establishing communication between the client and the server.