Posts

Showing posts with the label Meltdown

Site Isolation Feature enabled by Google for 99% of Chrome Desktop Users

Image
Earlier when most web browsers were designed, the web pages were simple and hence were rendered in the same process, to keep resource usage low. However, with the growing technology, there has been a significant shift in the active web page content. Ranging from pages designed using JavaScript to make the web pages interactive and create richer user interfaces with reduced server load to Flash, a technology used by Adobe to show animation on web pages, web-pages nowadays are full of “web apps”. Browsers that keep all the running apps in one process may face real challenges related to security, responsiveness and robustness. 1. If one web app crashes, it will take the entire web browser with it, including all the web apps that are open. 2. Web apps have to compete for CPU time, on a single thread rendering the browser unresponsive at times. 3. Some webpage may have malicious code embedded that may compromise the entire system. Hence the browser must keep different apps isolated ...