-
Book Overview & Buying
-
Table Of Contents
Java Web Internals
By :
In our daily lives, we interact with web servers extensively, often without realizing it. Whenever we access websites and portals to read news, search for information, or look for images and other media, we rely on web servers.
Whenever you are using a browser (Google Chrome, MS Edge, Opera, or others) and browse the internet, you are certainly accessing resources hosted on a web server.
We can summarize it very simply by saying that a web server is basically a static file server whose resources are accessible through an element called a Uniform Resource Locator (URL). That is, it indicates, within a hierarchical structure (folders), which resource (file) will be accessed on the web server. Every URL has four components:

Some of them are mandatory, and others are optional for the user. Let's explain each one: