Войти
  • 521Просмотров
  • 10 месяцев назадОпубликованоTralie Thinks Through

Computer Networks: File Descriptor Abstraction of Network Communication with Sockets

Before we dive into programming sockets in C, we see how, as far as the terminal is concerned, a socket is just a file stream. So we can write data across a network by treating a process on a remote computer a simply a file!