InterviewSolution
Saved Bookmarks
| 1. |
What is URL? (5marks) Question |
|
Answer» Thanks for telling answer A uniform resource locator (URL) is the address of a resource on the Internet. A URL indicates the location of a resource as well as the protocol used to access it.A URL contains the following information:\tThe protocol used to a access the resource\tThe the location of the server (whether by IP address or domain name)\tThe port number on the server (optional)\tThe location of the resource in the directory structure of the server\tA fragment identifier (optional)Also known as a Universal Resource Locator (URL) or Web address. A URL is a type of uniform resource identifier (URI). In common practice, the term URI isn\'t used, or is used synonymously with URL, even though this is technically incorrect. |
|