- Accessing the Website: When you click a link or type a web address, your web browser sends a request to our server.
- Server Reception: Our server receives your request.
- Routing the Request: The server has a system (called a router) that figures out what to do with your request.
- Processing the Request: The router directs your request to a part of the application (called a controller) that knows how to handle it.
- Fetching Data: The controller uses a set of rules (called a model) to interact with our database and get the information you need.
- Sending Back the Data: The information is sent back through the controller which then sends a response to your web browser.
- Displaying the Web Page: Finally, your web browser receives the response and displays the web page for you.
Wednesday, June 26, 2024
Tony's Tech Terms
Are you curious about what happens in one of our applications when you access it via a web browser?
Labels:
applications,
Tony's tech terms,
web browser
Subscribe to:
Post Comments (Atom)
© Regents of the University of Minnesota. All rights reserved. Equal opportunity educator and employer.
No comments:
Post a Comment