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 | (2/28) Introduction, Protocol | (3/02) Network fundamentals | Ch. 1 | ||
Week 2 | (3/07) Performance model | (3/09) Layering, Security, History | Ch. 1 | Problem set #1 | Socket programming |
Week 3 | (3/14) Applications, HTTP | (3/16) Web, FTP | Ch. 2 | KENS #1 | |
Week 4 | (3/21) SMTP, DNS | (3/23) P2P, Socket | Ch. 2 | ||
Week 5 | (3/28) Transport layer, UDP | (3/30) Reliable transfer | Ch. 3 | KENS #2 | |
Week 6 | (4/04) TCP | (4/06) Congestion control, TCP variants | Ch. 3 | Problem set #2 | |
Week 7 | (4/11) Virtual circuit vs. Datagram | (4/13) Router, IP, ICMP | Ch. 4 | ||
Week 8 | (4/18, 4/20) Mid-term exam | ||||
Week 9 | (4/25) Routing Algorithm | (4/27) RIP vs. OSPF, BGP | Ch. 4 | ||
Week 10 | (5/02) Broadcast, Multicast | (5/04) Data link layer, Error control | Ch. 4 Ch. 5 | Problem set #3 | |
Week 11 | (5/09) Multiple access, ARP | (5/11) VLAN, MPLS, DCN | Ch. 5 | ||
Week 12 | (5/16) Wireless link, WiFi | (5/18) Cellular networks, Sensor networks | Ch. 6 | ||
Week 13 | (5/23) Mobility management, Mobile IP | (5/25) Multimedia networking, VoIP | Ch. 6 Ch. 7 | ||
Week 14 | (5/30) RTR, SIP, Multimedia networking | (6/01) Security, Cryptography | Ch. 7 Ch. 8 | Problem set #4 | |
Week 15 | (6/06) Secure e-mail, SSL, WEP | (6/08) Network management, Future direction, SDN, IoT | Ch. 8 Ch. 9 | ||
Week 16 | (6/13, 6/15) Final exam |