CSE 331
Grading Guidelines for Project 1

Graphs (60 pts)

Writeup (30 pts)

  • Subjective grading based on quality of writing
  • Should have described the network behavior accurately, using correct terminology including:
    • Observable TCP protocol characteristics like slow start and backoff
    • Congestion and congestion control mechanisms and symptoms (dropped packets)
    • link failure and routing control

Code (10 pts)

  • Program compiles (5 pts)
  • README (0=none, 1=minimal, 2=adequate)
  • File and class descriptions (0=present, 1=missing)
  • Code comments (0=none/minimal, 1=OK, 2=good)