Process Overview
A URL (Uniform Resource Locator) is like an address for a webpage or resource on the internet. This flowchart shows how a URL is broken down into parts to find and display the right webpage.
A URL (Uniform Resource Locator) is like an address for a webpage or resource on the internet. This flowchart shows how a URL is broken down into parts to find and display the right webpage.
+-------------------+ +------------------+ +----------------+
| Protocol | ---> | Domain | ---> | Port |
+-------------------+ +------------------+ +----------------+
| | |
v v v
+-------------------+ +------------------+ +----------------+
| Path | ---> | Query String | ---> | Fragment |
+-------------------+ +------------------+ +----------------+