|
CITS3002 Computer Networks |
| ← prev | next → |
CITS3002 |
help3002 |
CITS3002 schedule |
|||
Network Application Program Interfaces (APIs)Dating back to early operating system implementations, applications attempted to provide a common framework to access both files and devices. Calls to Unix open() return a file descriptor which is then used in calls to read() and write(). It is preferable if the application program interfaces (API) to network I/O exhibit the same semantics as file, or stream, I/O, but this is difficult for a number of reasons:
CITS3002 Computer Networks, Lecture 8, Transport layer protocols and APIs, p8, 24th April 2024.
|