Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. Analogy of client/server relationship
  2.  
  3. A Game Show
  4. The Game Show is the server! It stores that data that is needed to win the prizes.
  5. The Host acts as the API and gets the data from the contestants and takes it back to the "Game Show" (Server)
  6. and returns the right or wrong result.
  7. The Host would be the client, as he is the element of the Game Show that is visible to the contestants(users),
  8. provides the contestants with the questions and returns the answers from the Game Show(server).
  9. The Host receives the responses from the contestants(users).
  10. The Game Show("execs" of course lol) houses the data that is stored to determine whether the data given to it is true or false.
  11. The Game Show(execs) are not visible to the contestants(users.
  12. The Game Show receives that answers from the Host and sends back a response.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement