├── Chapter1/ │ ├── R1-R33.md # Review questions │ ├── P1-P28.md # Problems ├── Chapter2/ │ ├── R1-R36.md │ ├── P1-P33.md ├── Chapter3/ ├── Chapter4/ ├── Chapter5/ ├── Chapter6/ ├── Chapter7/ ├── Chapter8/ ├── Wireshark_Labs/ │ ├── Lab1_Intro.md │ ├── Lab2_HTTP.md │ ├── Lab3_DNS.md │ ├── Lab4_UDP_TCP.md │ ├── Lab5_IP.md │ ├── Lab6_ICMP.md │ ├── Lab7_Ethernet_ARP.md │ └── Lab8_DHCP.md └── README.md
Calculating transmission delay, propagation delay, and packet loss math. Application Layer ├── Chapter1/ │ ├── R1-R33
Provides both chapter notes and a directory for solutions to chapter exercises . ├── Chapter1/ │ ├── R1-R33