Browser Process
Web Browser
The next part of this relationship is the Web Browser.
A web browser is a software application - most with - a graphical user interface that provides users with a simple means of viewing (and hearing) a web page or web site.
The browser "translates" the HTML used to "build" web pages and displays it on the user's computer monitor.
There are a large number of web browsers available today - most of which are free to download, such as FireFox, Internet Explorer, Safari & Chrome.
The Process of Viewing a Web Site
The process works like this:
- A web developer authors a web page which links to other web pages using HTML.
- When these pages all reside under the same Domain name (.com, .org, .net addresses) it makes a site
- The web page files are uploaded and stored on a Server
- The Server is running a web server and handles requests for web sites stored on the server
- A user with a web browser running on their personal computer types in the desired domain name
- The server is sent a request that a user would like to see a site housed on it's hard drive(s)
- The web server then sends the data to the individual's computer via the internet
- And finally the web browser "translates" the HTML and displays the web page
