When we hit https://www.techtonicgroup.com/ what happens? Don’t focus too much on architecture (Monolithic, SOA, Microservices, etc.). Try to focus more on how the web functions.
We send off an ip request and the ISP looks up the dns to the techtonicgroup website server host and then the server returns the files back to our computer to load the site HTML CSS and JS
It happens very fast with cables connected all of the world. HTML always loads first followed by CSS and then JS. Each browser has a rendering engine and a JS interpreter. The data is sent via packets. All browsers have DOM or document object model
HTML CSS and JS
Support dynamic websites and most processing is done on the server not client side. Also checks for latest version of website. Server main purpose is to deliver content.
embedded on clients web page so it loads faster. To get the information.
It depends on the website. Usually it loads locally so it's faster.
Once again it depends on the website usually a database is running if it has logins.
Simply when a program is running or executed.
Depends on the website again. If it's a huge website like Twitter FB a lot, smaller sites maybe a simple database.