Client/server model (windows NT)
Each server is implemented as one or more processes : memory services, process creation services, scheduling services etc.
A client which may be an application program or OS process requests a service by sending a message.
Executive directs the message to appropriate server.
Server completes the request and returns the message through’ the Executive back to the client.