PKUFlyingPig / Computer-Network-A-Top-Down-Approach

My learning materials for Computer Networking : A Top Down Approach

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Computer Networking: A Top Down Approach

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).

supplementary materials


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

Other materials

recommended learning roadmap


  1. Watch the videos and notes
  2. Do the self-assessment quiz after learning each chapter
  3. Do the wireshark labs and python labs

Want to learn more ?


Check out this repository which contains all my self-learning materials : )

About

My learning materials for Computer Networking : A Top Down Approach


Languages

Language:Python 91.3%Language:HTML 8.7%