Microsoft Certified Systems Engineer (MCSE) Question:

Download Job Interview Questions and Answers PDF

What is the socket?

MCSE Interview Question
MCSE Interview Question

Answer:

A socket is used to connect an application to a network protocol. A socket enables communication between a client and a server. The communication is started when the client is assigned a local port number, and binds a socket to it. The client writes on the socket and gets information from server by reading it.

Download MCSE Interview Questions And Answers PDF

Previous QuestionNext Question
Explain why use Multicasting.Datagram vs. stream.