CS162 Lecture 5: Abstractions 3: IPC, Pipes and Sockets
In this lecture, we pick up our discussion of user-level abstractions with a discussion of inter-process communication (IPC). We discuss two particular abstractions, namely Pipes and Sockets. We also illustrate the communication core of a webserver by examining the client and server code.