Нашли опечатку? Выделите ее мышкой и нажмите Ctrl+Enter
Название: Unix: Network Programming. Volume 1
Автор: Stevens W.R.
Аннотация:
Network programming involves writing programs that communicate with other programs across a computer network. One program is normally called the client and the other the server. Most operating systems provide precompiled programs that communicate across a network—common examples in the TCP/IP world are Web clients (browsers) and Web servers, and the FTP and Telnet clients and servers—but this book describes how to write our own network programs.