enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. UNIX Network Programming - Wikipedia

    en.wikipedia.org/wiki/UNIX_Network_Programming

    Unix Network Programming is a book written by W. Richard Stevens. [1] It was published in 1990 by Prentice Hall and covers many topics regarding UNIX networking and Computer network programming . The book focuses on the design and development of network software under UNIX.

  3. W. Richard Stevens - Wikipedia

    en.wikipedia.org/wiki/W._Richard_Stevens

    1996 – TCP/IP Illustrated, Volume 3: TCP for Transactions, HTTP, NNTP, and the UNIX Domain Protocols – ISBN 0-201-63495-3; 1998 – UNIX Network Programming, Volume 1, Second Edition: Networking APIs: Sockets and XTI – ISBN 0-13-490012-X; 1999 – UNIX Network Programming, Volume 2, Second Edition: Interprocess Communications – ISBN 0 ...

  4. Berkeley sockets - Wikipedia

    en.wikipedia.org/wiki/Berkeley_sockets

    It originated with the 4.2BSD Unix operating system, which was released in 1983. A socket is an abstract representation for the local endpoint of a network communication path. The Berkeley sockets API represents it as a file descriptor in the Unix philosophy that provides a common interface for input and output to streams of data.

  5. List of BBS software - Wikipedia

    en.wikipedia.org/wiki/List_of_BBS_software

    Mystic BBS – written by James Coyle with versions for Windows/Linux/ARM Linux/OSX. Past versions: MS-DOS and OS/2. Synchronet – Windows/Linux/BSD, past versions: MS-DOS and OS/2. WWIV – WWIV v5.x is supported on both Windows 7+ 32bit as well as Linux 32bit and 64bit. [2] Written by Wayne Bell, included WWIVNet. Past versions: MS-DOS and OS/2.

  6. Unix domain socket - Wikipedia

    en.wikipedia.org/wiki/Unix_domain_socket

    After instantiating a new socket, the server binds the socket to an address. For a Unix domain socket, the address is a /path/filename.. Because the socket address may be either a /path/filename or an IP_address:Port_number, the socket application programming interface requires the address to first be set into a structure.

  7. Transport Layer Interface - Wikipedia

    en.wikipedia.org/wiki/Transport_Layer_Interface

    TLI and XTI are still supported in SVR4-derived operating systems and operating systems conforming to branded UNIX (UNIX 95, UNIX 98 and UNIX 03 Single UNIX Specifications) such as Solaris and AIX (as well as the classic Mac OS, in the form of Open Transport). Under UNIX 95 (XPG4) and UNIX 98 (XPG5.2), XTI was the preferred and recommended ...

  8. The Unix Programming Environment - Wikipedia

    en.wikipedia.org/wiki/The_Unix_Programming...

    The book starts off with an introduction to Unix for beginners. Next, it goes into the basics of the file system and shell.The reader is led through topics ranging from the use of filters, to how to use C for programming robust Unix applications, and the basics of grep, sed, make, and AWK.

  9. Computer network programming - Wikipedia

    en.wikipedia.org/wiki/Computer_network_programming

    Network programming traditionally covers different layers of OSI/ISO model (most of application-level programming belongs to L4 and up). The table below contains some examples of popular protocols belonging to different OSI/ISO layers, and popular APIs for them.