© examsiri.com
Question : 91 of 100
Marks:
+1,
-0
Solution:
The correct answer is
ITdesk.info ●
Example URL: https://www.example.org:80/something/this.html?param1=value1¶m2=value2#here ● breaks down into:
∘
Scheme(https:// (also known as “protocol”))
Domain(www.example.org.uk)
■
Subdomain(www)
■
Domain Name(example.org.uk)
■ TLD (.uk(
top level domain))
■SLD (.org(
second level domain))
∘
Port(:80)
∘
Path(/something/this.html)
■
Directory Path(/something/)
■
File Path(this.html)
■
File Name(this)
■
File Extension(.html)
∘Query(?param1=value1¶m2=value2)
■
Parameter and Value Pair(param1=value1)
■
Parameter and Value Pair seperator(&)
∘
Fragment(#here)
© examsiri.com
Go to Question: