Contents


Exercise: Internet

  1. LAN:
    1. What is the hostname, domainname and IP address of the
      computer you are working with?
    2. Trace the route to your neighboring machine and ping it.

  2. Services:
    1. Build a FTP connection the ftp.gnu.org and try to find and
      download the GNU-PUBLIC-LICENSE (GPL) file (check the README).
    2. Open a shell on your neighboring machine.

  3. HTML and JavaScript:
    1. Create a colorful HTML document (using style) with lots
      of images that features a form asking for:
      name, sex, birth-date, hour of birth, place of birth, etc;
    2. Use JavaScript to create a horoscope based on the data is returned from the above form.