1. Computing

Discuss in my forum

Socket

By , About.com Guide

Definition:

Socket: A network communications channel used by a program to communicate with a remote computer. Sockets are software as opposed to hardware and often look just like files to a programmer, allowing him to use any Input/Output methods he would normally use on files, but over a network. Sockets are different in the fact that you can usually write to and read data from them at the same time.

  1. About.com
  2. Computing
  3. Ruby
  4. Glossary
  5. S - Z
  6. Socket

©2013 About.com. All rights reserved.