What is Url
URL stands for Uniform Resource Locator, which means the address for the file where to located.
URL in web browsers
URL looks like this in web URL
https://www.itsedupoint.com/2020/07/dicom-pacs-server-setup.html
URL Explained
Protocol
The Protocol says how your browsers should communicate with a server when sending data. Here HTTPS is the protocol and stands for Hypertext Transfer Protocol. And S in Https is Secure.
Other common protocols are FTP, Http, git, SMTP, etc.
for all protocol see list of protocols
Subdomain
The sub-division of the main domain is Subdomain. for example www.subdomain.itsedupoint.com. here subdomain is the subdomain of itsedupoint.com
DomainName
Unique Reference of every website on the Internet is a domain name. its map with a unique IP address. A domain name always includes the top-level domain
Port
The port number is always required for every domain but it's not visible for every domain because default port will be assigned for them. the default domain is 80 for most
Path
The path is the file or directory on the webserver. The browser will automatically look inside the directory and return to the user while given pathname
Query
The query is manly found in dynamic web pages, Query use for generated dynamic data from the database of another factor it may be hidden or visible. its always start
from ? and look like this
? name =kamal&address=Nepal
Parameters
Snippets of information found in the query string are Parameters like
name = kamal
address=nepal
fragment
A fragment is an internal page reference, sometimes called a named anchor. It usually appears at the end of a URL and begins with a hash (#) character followed by an identifier. It refers to a section within a web page.
mostly we found the fragment in youtube to jump time where to watch
0 Comments
thank you for your comment