Client VS Server

  • Two parts of a distributed computing model:
    • Client requests the info and displays it
    • Server processes the request and services the result
  • We will do server work + a bit of client-side