58.7k views
5 votes
Urls are directions that browsers follow in order to find specific web page files. what is the first part of the url that is the standard system of commands that computers use to transfer information?

User Ylka
by
5.7k points

1 Answer

2 votes
URLs (Universal Resource Locators) have several parts. The syntax is:

protocol://server.secondLevelDomain.topLevelDomain:portNumber/path/to/file?argument1=value1&argument2=value2

The portNumber isn't needed if you're connecting to the well known port of the protocol (for http port 80). If no protocol is given, browsers assume http.
User Serita
by
5.6k points