COMPUTER NETWORKING

NETWORK SECURITY

FIREWALLS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What is the purpose of Sockets?
A
o monitor network traffic
B
To provide a way to transfer files over the internet
C
To enable network communication between different computers or processes
D
To secure a network against threats
Explanation: 

Detailed explanation-1: -Sockets allow you to exchange information between processes on the same machine or across a network, distribute work to the most efficient machine, and they easily allow access to centralized data. Socket application program interfaces (APIs) are the network standard for TCP/IP.

Detailed explanation-2: -Sockets provide the communication mechanism between two computers using TCP. A client program creates a socket on its end of the communication and attempts to connect that socket to a server. When the connection is made, the server creates a socket object on its end of the communication.

There is 1 question to complete.