17 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

2022-08-10 15:50:36 +01:00
## Notes
<!-- Table with .md and .pdf links -->
| Name | .md | .pdf | Handwritten | MCQs | Worksheet | Worksheet with Answers |
| ---------------------------- | -------------------------------------- | --------------------------------------- | ------------------------------------------ | ------------------------------------- | --------- | ---------------------- |
| Network Fundamentals and the OSI model | [1](notes/01-introduction-OSI-model.md) | [2](notes/01-introduction-OSI-model.pdf) | [3](notes/01-introduction-OSI-model-hw.pdf) | _ | _ | _ |
2022-08-12 15:09:41 +01:00
| Application architecture and HTTP | [1](notes/02-application-layer.md) | [2](notes/02-application-layer.pdf) | [3](notes/02-application-layer-hw.pdf) | _ | _ | _ |
2022-08-17 15:23:38 +01:00
| Cookies, DNS and TCP | [1](notes/03-cookies-dns-tcp.md) | [2](notes/03-cookies-dns-tcp.pdf) | [3](notes/03-cookies-dns-tcp-hw.pdf) | _ | _ | _ |
2022-08-19 15:47:14 +01:00
| Socket programming with Python | [1](notes/04-sockets-primer.md) | [2](notes/04-sockets-primer.pdf) | [3](notes/04-sockets-primer-hw.pdf) | _ | _ | _ |
2022-08-10 15:50:36 +01:00
## Must read
* [What happens when you type google.com into your browser and press enter?](https://github.com/alex/what-happens-when)
## Resources
* [Awesome networking](https://github.com/facyber/awesome-networking)
* [Awesome tools](https://github.com/nyquist/awesome-networking)