rjmk / psr-workshop-1

0 stars 0 forks source link

Networking day #3

Open FilWisher opened 9 years ago

FilWisher commented 9 years ago

We will have a router not plugged into the internet and we will play around with different ways of connecting to each others computers.

We can explore the network stack without touching the internet. A LAN party without the pizza, sweets, or video games.

FilWisher commented 9 years ago
FilWisher commented 9 years ago

We could even do a journey that shows the parallels from:

Echoing text into a file

Opening a fd and echoing text into it

Echoing text into a network file

Echoing a file to a local fd using netcat

Echoing a file to a network fd using netcat

And at each stage introduce the new bits of the stack involve and how it is different to last time.

rjmk commented 9 years ago

We should make sure we're exploring the diagnostic side of the network as well: netstat and even tcpdump.

We could have people grab pieces of information from the network in challenges to show how easy this is to do (how easy is this to do?)