URL : default values

From    escience/nm   

used in a web browser   http://escience:80/nm

within a specified network ( ANU, anu.edu.au is the ISP)      http://escience.anu.edu.au:80/nm

Server : no suffix ? it must be a directory : http://escience.anu.edu.au:80/nm/

Server : is there a file named index.html  in that directory ? yes ? Let's return that one :

http://escience.anu.edu.au:80/nm/index.html

And an additional step, not usual

Browser : Oh ? That file asks me to load another one instead ? let's do it :

to    http://escience.anu.edu.au/lecture/comp1710/index.en.html


NB : About directory and file naming, lots of things are possible, but if you don't want to bother remembering more:

 

The general form of an URL has four parts

  1. A scheme followed by a colon.
  2. A server name.
  3. An optional port number. Standard or default port numbers are:
  4. A path.

    * Ftp uses port 20 for data and port 21 for flow control.

Source : http://www.pierobon.org/iis/urlparts.htm