Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 713 Bytes

File metadata and controls

17 lines (14 loc) · 713 Bytes

ComputerNetworkAssignments

Course assignments of course: Computer Network / Fall 2021 given by Professor Qun Huang, Peking University

Full of redundant statement like useless printf, so maybe not readable;(

  • Assignment 1 FTP (A Multi-Client File Transfer Application)
    • A practice for socket programming
    • TODO.
  • Assignment 2 RTP (Reliable Transport Protocol)
    • A simple(?) reliable transport protocol based on UDP
    • An imperfect version (too hard to get full mark..)
  • Assignment 3 Routing Simulator
    • A simple TCP-based simulation of Agent-Router model using Distance Vector Algorithm.
    • (Hope to be) perfect.
  • Assignment 4 L2Forward
    • TODO. Maybe later.