0
2.8kviews
Short note on Socket Programming?
1 Answer
| written 3.7 years ago by | • modified 3.7 years ago |
A socket is one of the most fundamental technologies of computer network programming. Socket programming is a way of connecting two nodes on a network to communicate with each other. Socket programs are used to communicate between various processes usually running on different systems. It is mostly used to create …