CS257 Software Design Friday, 15 May 2025 + Questions + Krug reading: Streetsigns and Breadcrumbs - Let's talk about this Monday + Sequence of events recap - User types URL for web page (*.html) into browser address bar, hits Enter - Browser sends HTTP GET request for resource to the server specified between ://.../ - Server assembles the web page and sends it back to browser as an HTTP Response - [Here begins a multi-threaded mess of asynchronous stuff] - Browser parses the HTML - if are here, send new GET requests for them - if tags are here, more GET - if