List advantages of computing as a utility using cloud services.
Allows for pay as you go style:
List differences between client and server systems.
servers:
What is a daemon process?
An unattended process, a background process. Servers will usually run as a daemon process.
How do TCP servers deal with multiple incoming requests?
Requests are queued, FIFO. The backlog is the maximum length of the queue. If a connection arrives when the queue is full, the connection is refused.
What information do servers log about connections and transactions?