Conceptual Server Algorithm Simple Server Algorithm Create a socket Bind the socket to the port Enter an infinite loop Accept request Process request Reply request Not enough in practice generally
Introduction Single thread for multiple transport protocols Motivation Server design and process structure An iterative example Concurrent multiprotocol servers
Introduction Loosely specified protocol software interface Interface functionality Conceptual interface specification · System calls Two basic approaches to network communication Basic I/ functions in Linux