PROGRAM B TEST CASES -------------------- Version 1 (Sunday, March 28, 1999, 1155am) Notation -------- EC Error Control goBack Go back n select Selective repeat W Window Size (number of 200-byte packets) Bsend Sender's Buffering Capacity (number of packets) Rsend Receiver's Buffering Capacity (number of packets) CC Channel Characteristics p1 client-to-server drop probability p2 server-to-client drop probability p3 client-to-server reordering probability p4 server-to-client reordering probability maxd maximum delay (maximum reordering distance) PART 1 ------ # EC W Bsend Rsend CC (p1/p2/p3/p4/maxd) ------------------------------------------------------------- 1.1 goBack 4 4 0 0/0/0/0/1 1.2 goBack 4 4 0 0.5/0.5/0/0/1 1.3 goBack 4 4 0 0/0/0.5/0.5/1 1.4 select 4 4 3 0/0/0/0/1 1.5 select 4 4 3 0.5/0.5/0/0/1 1.6 select 4 4 3 0/0/0.5/0.5/1 PART 2 ------ # EC W Bsend Rsend CC (p1/p2/p3/p4/maxd) ------------------------------------------------------------- Group A 2A.1 goBack 2 2 0 0/0/0/0/1 2A.2 goBack 4 4 0 0/0/0/0/1 2A.3 goBack 8 8 0 0/0/0/0/1 2A.4 select 2 2 1 0/0/0/0/1 2A.5 select 4 4 3 0/0/0/0/1 2A.6 select 8 8 7 0/0/0/0/1 Group B 2B.1 goBack 4 4 0 0.5/0/0/0/1 2B.2 goBack 4 4 0 0/0.5/0/0/1 2B.3 select 4 4 3 0.5/0/0/0/1 2B.4 select 4 4 3 0/0.5/0/0/1 Group C 2C.1 goBack 4 4 0 0/0/0.5/0/4 2C.2 goBack 4 4 0 0/0/0/0.5/4 2C.3 select 4 4 3 0/0/0.5/0/4 2C.4 select 4 4 3 0/0/0/0.5/4