For this module we'll use
Netkit4TIC
with the
connettivity
with the real network (read README file).
For ours purpose we'll use Wikipedia extensively. We follow chapter 35, 36 and 37 of Douglas Comer "Computer Networks and Internet".
See VMWare to read LAMP descriptions
Start the experience with:
realHost$ lstart
To test a simple CGI program that prints the date and time at which is was run (date.sh):
realhost$ mozilla-firefox http://192.168.77.2/cgi-bin/date.sh
To test the Long-Term State information CGI program (ipaddr.sh):
realhost$ mozilla-firefox http://192.168.77.2/cgi-bin/ipaddr.sh
To test the Short-Term State information CGI program: which is was run (counter.sh):
realhost$ mozilla-firefox http://192.168.77.2/cgi-bin/counter.sh
To test the example applet (clickcount.html, clickcount.java):
realhost$ mozilla-firefox http://192.168.77.2/clickcount.html
To test the example of interaction with a browser (buttons.html, buttons.java):
realhost$ mozilla-firefox http://192.168.77.2/buttons.html
To test the example of JavaScipt (js.html):
realhost$ mozilla-firefox http://192.168.77.2/js.html