What is socket?
Answers were Sorted based on User's Feedback
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 |
Answer / rk
Communication End Point - Combo of IP address and Port
Number
| Is This Answer Correct ? | 2 Yes | 0 No |
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 |
is there any class which is not derived from Cobject
how to repaint when working with horizontal scroll bar
What is the difference between Synchronous sockets and asynchronous sockets?
how many types of messages are their
What is the difference between the ASSERT and VERIFY macros?
What is #progma and where it is used?
i have created runtime menu -- ( admistrator ->managepackage,manage module). but now i want to open a dialog when i select manage package and any other diaolg when selecting manage module ( whole selection is at run time only ) . Please HELP .its urgently required
if both base and derived class have the constructors if i create an object for derive class which class constructor is executed first
What are the types of button controls?
What is userdefine Messages in MFC?
What is the difference between the SDI and MDI
What is the initial function to be called in MFC and what it will do