First question: What happened in the process from the input URL to the browser reception?From touch screen to CPU (article already mobile phone for example)Processing within the CPUFrom CPU to OS kernelFrom the operating system GUI to the browserSecond question: How does a browser send data to a network card?From browser to browser kernelSending an HTTP requestDNS queriesSending data through the SocketSocket implementation in the kernelSpecific examples of underlying network protocolsThe third question: how can data be sent from a native NIC to a server?From the kernel to the network adapter (Interface Card)Connecting Wi-Fi routingRouting within the carrier networkTransmission between backbone networksIDC IntranetServer CPUQuestion fourth: What happens when a server receives data?Load Balancing
LVS
Reverse Proxy processing in Web Server
Enter back-end languageWeb Framework (framework)Reading dataQuestion Fifth: How does the browser handle the data after the server returns it?
from 01 to CharactersLoading of external chain resourcesExecution of JavaScriptFrom character to pictureCross-platform 2D drawing LibraryGPU compositingQuestion sixth: How does the browser show the page?FramebufferFrom memory to LCDLCD DisplayWhat is ignored in this article
What happened in the process of "go" from the input URL to the page load complete?