The goal of this course is to provide students with sound understanding of fundamental concepts and problems in networking and hands-on experiences in network programming. Resources for programming assignments will include Berkeley socket programming and TCP protocol implementation on KENS.
Students have to build up their own TCP implementation on top of KENS (KAIST Educational Network Simulator) framework. We provide a minimal user-level function interface that interacts with user applications and an emulated IP layer which performs static routing. The underlying emulator can simulate both reliable and unreliable link states with configurable and reproducible packet losses and reordering. Your task is to implement the TCP stack API.
The project will be divided into several small projects to ensure students to have enough time to get used with the framework and to match the pace of lecture progress. There may be one or two more programming assignments that use different resources other than KENS (e.g., WireShark).
Each project will be out on Tuesday and due on Friday at the following week.
Go to KLMS KENS Docs Old KENS website
Please check the relevant chapters in the main textbook.
Weeks | Topics | Chapters | Homework | Projects(TBA) |
---|---|---|---|---|
Week 1 | Introduction, Protocol Network fundamentals | Ch. 1 | ||
Week 2 | Performance model Layering, Security, History | Ch. 1 | ||
Week 3 | Applications, HTTP Web, FTP | Ch. 2 | Problem set #1 | |
Week 4 | SMTP, DNS P2P, Socket | Ch. 2 | ||
Week 5 | Transport layer, UDP Reliable transfer | Ch. 3 | Wireshark #1 | |
Week 6 | TCP Congestion control, TCP variants | Ch. 3 | ||
Week 7 | Virtual circuit vs. Datagram Router, IP, ICMP | Ch. 4 | Problem set #2 | |
Week 8 | (Mid-term exam) | |||
Week 8 | Routing Algorithm RIP vs. OSPF, BGP | Ch. 4 | ||
Week 10 | Broadcast, Multicast Data link layer, Error control | Ch. 4 Ch. 5 | NS-3 | |
Week 11 | Multiple access, ARP VLAN, MPLS, DCN | Ch. 5 | ||
Week 12 | Wireless link, WiFi Cellular networks, Sensor networks | Ch. 6 | Wireshark #2 | |
Week 13 | Mobility management, Mobile IP Multimedia networking, VoIP | Ch. 6 Ch. 7 | Problem set #3 | |
Week 14 | RTR, SIP, Multimedia networking Security, Cryptography | Ch. 7 Ch. 8 | ||
Week 15 | Secure e-mail, SSL, WEP Network management, Future direction, SDN, IoT | Ch. 8 Ch. 9 | ||
Week 16 | (Final exam) |