Difference between revisions of "BO Network Light"
From Teknologisk videncenter
m (→Extra tasks) |
m (→Module II) |
||
| Line 63: | Line 63: | ||
==Programs== | ==Programs== | ||
[http://xjperf.googlecode.com/files/jperf-2.0.2.zip JPerf] | [http://xjperf.googlecode.com/files/jperf-2.0.2.zip JPerf] | ||
| + | |||
| + | ==Tasks== | ||
| + | [http://www.elmholt.eu/Network/NLM2T1.pdf Task 1]<br/> | ||
| + | [http://www.elmholt.eu/Network/NLM2T1.2.pdf Task 1.2]<br/> | ||
| + | [http://www.elmholt.eu/Network/NLM2T2.pdf Task 2]<br/> | ||
| + | [http://www.elmholt.eu/Network/NLM2T3.pdf Task 3]<br/> | ||
| + | <!-- | ||
| + | ==Programs== | ||
| + | [http://www.wireshark.org/ Wireshark] | ||
| + | |||
| + | [http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe Putty] | ||
| + | |||
| + | [http://www.elmholt.eu/Network/NetCat.zip NetCat] | ||
| + | --> | ||
| + | =Module III= | ||
| + | ==Slides== | ||
| + | [http://www.elmholt.eu/Network/02.01.pdf Slide 1]<br/> | ||
| + | [http://www.elmholt.eu/Network/02.02.pdf Slide 2]<br/> | ||
| + | ===Links=== | ||
| + | |||
| + | <!-- | ||
| + | [http://www.elmholt.eu/Network/01.02_-_slide2.pdf Slide 2]<br/> | ||
| + | [http://www.elmholt.eu/Network/01.03_-_Slide_3.pdf Slide 3]<br/> | ||
| + | [http://www.elmholt.eu/Network/Ping-Pong.pdf ICMP Protocol]<br/> | ||
| + | --> | ||
| + | |||
| + | ==Programs== | ||
| + | *[http://audacity.sourceforge.net/ Audacity] | ||
==Tasks== | ==Tasks== | ||
Revision as of 09:11, 2 January 2013
Contents
Module 1
Slides
Slide 1
Slide 2
Slide 3
ICMP Protocol
Tasks
Programs
Commands used
| Command | Description |
|---|---|
| ping 8.8.8.8 | Ping the IP address 8.8.8.8 four times |
| ping www.google.com | Find the IP address of www.google.com and ping it four times |
| ping -t 8.8.8.8 | Ping IP address 8.8.8.8 until stopped with <CTRL>-C |
| tracert 8.8.8.8 | Find and show the route (path) to 8.8.8.8 |
| ipconfig | Show basic IP Configuration |
| ipconfig /all | Show extended IP configuration |
| ipconfig /release | Release DHCP IP configuration |
| ipconfig /renew | Obtain IP configuration from DHCP server |
| ipconfig /displaydns | Show DNS cache |
| ipconfig /flushdns | Purge entries in the DNS cache |
| nslookup www.google.com | Name server lookup. Find www.google.com IP address |
| nslookup -type=mx google.com | Name server lookup. Find google.com Mail server(s) (MX) |
| route print | Print the route table on the screen |
Module II
Slides
Slide 1
Slide 2
Slide 3
Slide 4