COMPUTER NETWORKING

NETWORK SECURITY

FIREWALLS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What is Socket Programming?
A
A way to filter network traffic
B
A way to compress network traffic
C
A way to encrypt network traffic
D
A way to create network applications that communicate with each other
Explanation: 

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.

There is 1 question to complete.