reading-notes

Reading Notes

View the Project on GitHub simon-panek/reading-notes

Code 401: Class # - Name


Questions

  1. What is the difference between a FIFO and standard queue? A standard queue operates with a first in first out principal aka FIFO.

  2. How can the server be assured a message was properly received? A server can request that a recipient sends a confirmation of receipt.

  3. What classic design pattern is represented by event driven programming? A messaging service is a classic event driven architecture.

  4. how do you test an event driven system? Run multiple clients and confirm that they are communicating appropriately.

Vocabulary

Server A computer that provides information or resources to a client

Pub/Sub A software architecture where messages are published to all subscribed clients

WRRC Web Request Response Cycle

Watch: What is a virtual machine

Watch: VMS and the Cloud

Read: AWS EC2

Watch: EC2 For Humans

Watch: Elastic Beanstalk


Return to reading-notes Deployed Site

Return to reading-notes Mark Down