What are the parts of URLSolutionURL (Uniform resource locator.pdf
mumnesh
15 views
1 slides
Jul 07, 2023
Slide 1 of 1
1
About This Presentation
What are the parts of URL
Solution
URL (Uniform resource locator) as the name implies it is the thing that enables to identify a
resource.In the context of web a resource is a webpage.So in this case a URL is used to identify
the location of a webpage and fetch it.
Example : http://ABC.com/home.html...
What are the parts of URL
Solution
URL (Uniform resource locator) as the name implies it is the thing that enables to identify a
resource.In the context of web a resource is a webpage.So in this case a URL is used to identify
the location of a webpage and fetch it.
Example : http://ABC.com/home.html
The first part of URL is the protocol identifier which gives the protocol used for communication
with server.here it is http
Second part is domain name which gives the IP address of server to connect to .here it is
ABC.com
The third part is the resource path in the server to access.here it is home.html.
Size: 8.74 KB
Language: en
Added: Jul 07, 2023
Slides: 1 pages
Slide Content
What are the parts of URL
Solution
URL (Uniform resource locator) as the name implies it is the thing that enables to identify a
resource.In the context of web a resource is a webpage.So in this case a URL is used to identify
the location of a webpage and fetch it.
Example : http://ABC.com/home.html
The first part of URL is the protocol identifier which gives the protocol used for communication
with server.here it is http
Second part is domain name which gives the IP address of server to connect to .here it is
ABC.com
The third part is the resource path in the server to access.here it is home.html