This repository contains all the learning materials for the classical book on computer networking —— Computer Networking: A Top Down Approach.
The authors provided the recorded videos for this book, you can go to the official website to get the links to each chapter (if you cannot watch youtube, you can find the same videos on bilibili).
Notes : ppts for each video
Wireshark Labs : use wireshark software to see the real Internet packets, which will deepen your understanding for many Internet protocols.
Python Labs : write python programs to implement real Internet protocols.
Self-Assessment Quiz : small quiz for each chapter
Interactive Animation : vivid animation for some obscure concepts
- Watch the videos and notes
- Do the self-assessment quiz after learning each chapter
- Do the wireshark labs and python labs
Check out this repository which contains all my self-learning materials : )