Each web page on the Internet can be uniquely identified using its web address.
This unique web address is called a Uniform Resource Locater, commonly known as URL.
A URL specifies the location of a resource on the Internet and the protocol used to access it.
For example, in the URL https://www.example.com/page,
- https is the protocol.
- www.example.com is the domain name.
- /page specifies the specific path or resource on that server.
Therefore, the entire address together is known as the URL.
Option Domain Name only refers to the name of the website, not the complete address.
Protocol refers to the rules used for communication, like HTTP or HTTPS, but not the full address.
Network Topology refers to the structure of a network and has nothing to do with a web page address.
Therefore, the correct answer is Uniform Resource Locater (URL).