Introduction
We use the world wide web every day. To display websites we need browsers. Nowadays, we are able to choose between several browsers like Chrome, Safari, or Firefox. For websites it has become more important than ever to understand their users. More specifically, personalised webpages have become the standard of todays internet. Our device detection API enables you to detect the browser type and version of your visitors. To get a better feeling of the web-browser-landscape we conducted some research. We like to share this information with you in this blog post. So, lets start and enjoy reading 🙂
History of web browsers
Below I present a chronological overview about the history of browsers
- To improve information sharing between universities and science institutes developers invented the world wide web in 1989.
- In 1990 the first and only browser appeared called: WorldWideWeb. This was the only way to access the internet.
- The National Center for Supercomputing Applications (NCSA) developed Mosiac in 1993. Mosiac was the first browser to include images rather than just plain text. Users no longer need to have the software engineering skills to browse the web.
- A year later Netscape Communication Corporation introduced Netscape Navigator. This browser used concepts of Mosaic as basis.
- In 1994 a Norwegian company introduced Opera was also introduced.
- In 1995 Microsoft introduced the first version of Internet Explorer. I.E was automatically included in Windows 95 operating system.
- A year later – in 1996 – I.E. 3 dominated the browser landscape. Internet mail was one of its new and prestigious features. Internet Explorer became the number one browser in 1999.
- Steve Jobs introduced the first version of Safari in 2003.
- Due to the popularity of Internet Explorer Netscape Navigator was shutdown. However, in 2004 Mozilla (a spin-off of Netscape Communications Corporation) made a comeback with the introduction of Firefox. Firefox is an open-source browser with attention to privacy.
- More recently – in 2008 – Google introduced their own browser named: Chrome.
- Due to the rise of smartphones the mobile browsers – like Samsung Internet – are increasingly gaining popularity.
Browser usage
From 2008 on Chrome gained intense popularity. In 2019 Chrome is by far the most used browser. Additionally, mobile browsers are becoming more popular. UC browser and Samsung Internet are also in the top 6 list of most used browsers. On the right you see the distribution of the popularity of the different browsers in 2019.
How do browsers work?
Now you know something about the history of the browsers. But how do these browsers work? Usually the user only sees the user interface (UI). The UI typically includes an address bar, back and forward buttons, tabs, and a reload button. When the user requests a web page the following steps are performed:
- When a request for a web-page is made the system is looking for the Domain Name System (DNS).
- This DNS is looking for the corresponding IP-address. For example, when you type ‘www.google.com’ the URL corresponds to an IP-address. This IP-address is a set of numbers e.g. 74.134.233.123. The DNS translates the request text into this IP-address.
- Subsequently, the browser sends a HTTP request to that IP-address. The requested information is sent back to the browser. This information includes – among others – HTML, CSS, and JavaScript.
- Finally, Using a rendering engine the browser translates this returned information into displayable content for the user.
Domain names
The first domain name ever registered was “symbolics.com”. This domain name was registered in 1985. Since then 330 million domains have been registered. Understandably, people use search engines to find the website/domain they need. The most expensive domain name – sold for 49.7 million US$ – is “CarInsurance.com“. Look into this cool article to know more about domain names!
Web design
To make the web attractive for a broader set of users web-design features emerged. Back in 1989 web pages only consisted of plain text in HTML. However, in 1993 Mosiac (one of the first browsers) enabled web developers to include images on their page.
In 1995 – as described in my previous blog post – JavaScript appeared. JavaScript introduced interactivity to the web. JS makes it possible to include elements like buttons and alerts.
Another big design concept emerged in 1996: Flash. Flash enabled web designer to include animations, interactions, and draw shapes. However, in 2007 – when the iPhone was introduced – Steve Jobs decided to exclude Flash in their mobile browser due to speed limitations. This led to the decay of Flash usage in the subsequent years.
In 1998 Cascading style sheets (CSS) made their entry. This enables developers to separate the content (HTML) from the design (CSS). However, note that CSS is a markup language rather than a programming language.
Responsive web pages is a big concept that emerged in 2010. With the rise of mobile browsers web pages needed to be adapted to smaller screens. The idea behind responsive web pages is that the content is the same for different devices. So, the layout adjusts to the screen size or type of device.
Conclusion
Web-browsers are key in our daily lives. Since the introduction of the first browser in 1990 the internet changed dramatically. Moreover, several inventions led to the user-friendly web-pages we visited every day… even on our phone. Can you image a life without a browser?