What is socket?

Answers were Sorted based on User's Feedback



What is socket?..

Answer / nandakumar

A socket is one end of a two-way communications link
between two programs running on the network.

Is This Answer Correct ?    6 Yes 0 No

What is socket?..

Answer / rk

Communication End Point - Combo of IP address and Port
Number

Is This Answer Correct ?    2 Yes 0 No

What is socket?..

Answer / kirankumar

socket is structure,which is using for data communication
from one application to another application,and one mission
to another mission (within the LAN and WAN also)

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MFC Interview Questions

I have 2 threads. One thread prints odd numbers and the second thread prints even numbers. Now, I have to execute the threads alternatively so that i can output 1,2,3,4,5,6,..... write code for this?

1 Answers  


What is the use of OninitDialog ?

11 Answers   HCL, Nagarro,


Types of DLL's

11 Answers   Invensys,


What function is used to disable a control at runtime?

7 Answers  


1.Get string1,string2,string3 1.add string1 and 2,string1 and 3. 2.replace vowels with T 3.count number of T. 4.remove T 5.COPY string1 to stringf. 6.restore string1. print the following 1.Number of T 2.StringF 3.string1+string2+string3 Use pointers and functions

1 Answers  






Do you have an idea about MFC?

0 Answers   C DAC, CDAC,


What is a message map, and what is the advantage of a message map over virtual functions?

1 Answers  


What is CSingleDocTemplate?

1 Answers  


What function is called by a document class to notify views that the document has been changed?

2 Answers  


Hi All, i am new for VC++ SDK. i want to get the IP Address of all the External device connected with my local machine.please give the code Regards, Praveer

1 Answers   TCS, Tech Mahindra,


What is the difference between Synchronous sockets and asynchronous sockets?

2 Answers  


How to convert the content of buffer into lower case character.

3 Answers   E Logic,


Categories