Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. To further plan out how the hardware components interact with eachother
  2. in our system, we created a deployment diagram. This describes that
  3. user computers would connect to our system based on our web server, using
  4. a web browser on their computer.
  5.  
  6. Any requests made to the web browser will be handled via a HTTP request,
  7. either GET or POST over TCP/IP. Any database-related connections the user
  8. wishes to make are processed in the web server itself using Apache, which
  9. is used to run the PHP engine. This makes a MySQL connection to the database
  10. we use to store/retrieve data.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement