-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathANSWERS.txt
83 lines (59 loc) · 2.6 KB
/
ANSWERS.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
=== Observed behaviour ===
Describe in general words the observed behaviour of each of these servers and
how it affects the video playback experience. Then explain what you believe is
happening and what is causing the described behaviour.
* FUNKY A
Stuttering happens, possibly frames being dropped
* FUNKY B
Stuttering worse than A, frames being dropped
* FUNKY C
"Bouncing" happens, frames are arriving out of order
* FUNKY D
More bouncing and stuttering, frames are probably being dropped
and arriving out of order
* FUNKY E
Extremely fast playback, frames are arriving extremely quickly
* FUNKY F
Slow playback, frames are arriving slowly on connection
* FUNKY G
Stuttering and slow playback, frames are being dropped and packets
arriving slowly
* FUNKY H
Video plays normally but pauses a few times, probably due to a
certain packet not being retrieved on time
=== Statistics ===
You may add additional columns with more relevant data.
| FUNKY SERVER | FRAME RATE | PACKET LOSS RATE | OUT OF ORDER |
| | (pkts/sec) | (lost pkts/sec) | (/sec) |
|--------------+------------+------------------+--------------|
| A | 21.38 | 0.00 | 2.39 |
| B | 13.27 | 0.00 | 6.18 |
| C | 23.81 | 4.09 | 2.90 |
| D | 10.72 | 2.33 | 5.72 |
| E | 41.20 | 0.00 | 9.34 |
| F | 9.82 | 0.00 | 0.00 |
| G | 7.98 | 0.00 | 1.45 |
| H | 23.14 | 0.00 | 0.29 |
=== Result of analysis ===
Used functioning PART B to explain, possibly use master branch?
Explain in a few words what you believe is actually happening based on the statistics above.
* FUNKY A
Packets are arriving out of order but none are far behind enough to be dropped
* FUNKY B
Packets arrive slowly and out of order but not slow enough to be discarded
* FUNKY C
Packets are arriving timely but out of order and are eventually dropped to wait for
the correct sequence.
* FUNKY D
Packets are arriving slowly and out of order, leading to them being dropped
* FUNKY E
Packets are arriving extremely fast and many are out of order, but this doesn't lead
to any packets being dropped
* FUNKY F
Packets are arriving half the rate of average time, but fast enough for waiting on them
so they aren't dropped
* FUNKY G
Even slower than F with the packets being out of order, but again, not slow enough to
be dropped
* FUNKY H
Packets arrive timely but very infrequent out of order packets occur