Definition: A URL is a specially formatted text string that defines a location on the Internet. URL strings contain three parts or substrings:
1. network protocol
2. host name or address
3. file location
The network protocol substring determines the underlying Internet protocol to be used in reaching the location. These strings consist of a standard protocol name followed by the :// characters. Typical protocols found in URLs include http://, ftp://, and mailto://.