0705.3683/delay_analysis_comp21.eps
1: %!PS-Adobe-2.0 EPSF-1.2
2: %%Creator: MATLAB, The Mathworks, Inc.
3: %%Title: .\delay_analysis_comp21.eps
4: %%CreationDate: 03/23/2006  11:21:05
5: %%DocumentNeededFonts: Helvetica
6: %%DocumentProcessColors: Cyan Magenta Yellow Black
7: %%Pages: 1
8: %%BoundingBox:     5    13   271   489
9: %%EndComments
10: 
11: %%BeginProlog
12: % MathWorks dictionary
13: /MathWorks 160 dict begin
14: % definition operators
15: /bdef {bind def} bind def
16: /ldef {load def} bind def
17: /xdef {exch def} bdef
18: /xstore {exch store} bdef
19: % operator abbreviations
20: /c  /clip ldef
21: /cc /concat ldef
22: /cp /closepath ldef
23: /gr /grestore ldef
24: /gs /gsave ldef
25: /mt /moveto ldef
26: /np /newpath ldef
27: /cm /currentmatrix ldef
28: /sm /setmatrix ldef
29: /rm /rmoveto ldef
30: /rl /rlineto ldef
31: /s {show newpath} bdef
32: /sc {setcmykcolor} bdef
33: /sr /setrgbcolor ldef
34: /sg /setgray ldef
35: /w /setlinewidth ldef
36: /j /setlinejoin ldef
37: /cap /setlinecap ldef
38: /rc {rectclip} bdef
39: /rf {rectfill} bdef
40: % page state control
41: /pgsv () def
42: /bpage {/pgsv save def} bdef
43: /epage {pgsv restore} bdef
44: /bplot /gsave ldef
45: /eplot {stroke grestore} bdef
46: % orientation switch
47: /portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def
48: % coordinate system mappings
49: /dpi2point 0 def
50: % font control
51: /FontSize 0 def
52: /FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0]
53:   makefont setfont} bdef
54: /ISOLatin1Encoding where {pop /WindowsLatin1Encoding 256 array bdef
55: ISOLatin1Encoding WindowsLatin1Encoding copy pop
56: /.notdef/.notdef/quotesinglbase/florin/quotedblbase/ellipsis/dagger
57: /daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE/.notdef/.notdef
58: /.notdef/.notdef/quoteleft/quoteright/quotedblleft/quotedblright/bullet
59: /endash/emdash/tilde/trademark/scaron/guilsinglright/oe/.notdef/.notdef
60: /Ydieresis WindowsLatin1Encoding 128 32 getinterval astore pop}
61: {/WindowsLatin1Encoding StandardEncoding bdef} ifelse
62: /reencode {exch dup where {pop load} {pop StandardEncoding} ifelse
63:   exch dup 3 1 roll findfont dup length dict begin
64:   { 1 index /FID ne {def}{pop pop} ifelse } forall
65:   /Encoding exch def currentdict end definefont pop} bdef
66: /isroman {findfont /CharStrings get /Agrave known} bdef
67: /FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse
68:   exch FMS} bdef
69: /csm {1 dpi2point div -1 dpi2point div scale neg translate
70:  dup landscapeMode eq {pop -90 rotate}
71:   {rotateMode eq {90 rotate} if} ifelse} bdef
72: % line types: solid, dotted, dashed, dotdash
73: /SO { [] 0 setdash } bdef
74: /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
75: /DA { [6 dpi2point mul] 0 setdash } bdef
76: /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4
77:   dpi2point mul] 0 setdash } bdef
78: % macros for lines and objects
79: /L {lineto stroke} bdef
80: /MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef
81: /AP {{rlineto} repeat} bdef
82: /PDlw -1 def
83: /W {/PDlw currentlinewidth def setlinewidth} def
84: /PP {closepath eofill} bdef
85: /DP {closepath stroke} bdef
86: /MR {4 -2 roll moveto dup  0 exch rlineto exch 0 rlineto
87:   neg 0 exch rlineto closepath} bdef
88: /FR {MR stroke} bdef
89: /PR {MR fill} bdef
90: /L1i {{currentfile picstr readhexstring pop} image} bdef
91: /tMatrix matrix def
92: /MakeOval {newpath tMatrix currentmatrix pop translate scale
93: 0 0 1 0 360 arc tMatrix setmatrix} bdef
94: /FO {MakeOval stroke} bdef
95: /PO {MakeOval fill} bdef
96: /PD {currentlinewidth 2 div 0 360 arc fill
97:    PDlw -1 eq not {PDlw w /PDlw -1 def} if} def
98: /FA {newpath tMatrix currentmatrix pop translate scale
99:   0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef
100: /PA {newpath tMatrix currentmatrix pop	translate 0 0 moveto scale
101:   0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef
102: /FAn {newpath tMatrix currentmatrix pop translate scale
103:   0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef
104: /PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
105:   0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef
106: /vradius 0 def /hradius 0 def /lry 0 def
107: /lrx 0 def /uly 0 def /ulx 0 def /rad 0 def
108: /MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef
109:   /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly
110:   vradius add translate hradius vradius scale 0 0 1 180 270 arc 
111:   tMatrix setmatrix lrx hradius sub uly vradius add translate
112:   hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix
113:   lrx hradius sub lry vradius sub translate hradius vradius scale
114:   0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub
115:   translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix
116:   closepath} bdef
117: /FRR {MRR stroke } bdef
118: /PRR {MRR fill } bdef
119: /MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def
120:   newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
121:   rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad
122:   sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix
123:   closepath} bdef
124: /FlrRR {MlrRR stroke } bdef
125: /PlrRR {MlrRR fill } bdef
126: /MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def
127:   newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
128:   rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad
129:   sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix
130:   closepath} bdef
131: /FtbRR {MtbRR stroke } bdef
132: /PtbRR {MtbRR fill } bdef
133: /stri 6 array def /dtri 6 array def
134: /smat 6 array def /dmat 6 array def
135: /tmat1 6 array def /tmat2 6 array def /dif 3 array def
136: /asub {/ind2 exch def /ind1 exch def dup dup
137:   ind1 get exch ind2 get sub exch } bdef
138: /tri_to_matrix {
139:   2 0 asub 3 1 asub 4 0 asub 5 1 asub
140:   dup 0 get exch 1 get 7 -1 roll astore } bdef
141: /compute_transform {
142:   dmat dtri tri_to_matrix tmat1 invertmatrix 
143:   smat stri tri_to_matrix tmat2 concatmatrix } bdef
144: /ds {stri astore pop} bdef
145: /dt {dtri astore pop} bdef
146: /db {2 copy /cols xdef /rows xdef mul dup string
147:   currentfile exch readhexstring pop
148:   /bmap xdef pop pop} bdef
149: /it {gs np dtri aload pop moveto lineto lineto cp c
150:   cols rows 8 compute_transform 
151:   {bmap} image gr}bdef
152: /il {newpath moveto lineto stroke}bdef
153: currentdict end def
154: %%EndProlog
155: 
156: %%BeginSetup
157: MathWorks begin
158: 
159: 0 cap
160: 
161: end
162: %%EndSetup
163: 
164: %%Page: 1 1
165: %%BeginPageSetup
166: %%PageBoundingBox:     5    13   271   489
167: MathWorks begin
168: bpage
169: %%EndPageSetup
170: 
171: %%BeginObject: obj1
172: bplot
173: 
174: /dpi2point 12 def
175: portraitMode 0000 6048 csm
176: 
177:    64   180  3188  5711 MR c np
178: 85 dict begin %Colortable dictionary
179: /c0 { 0.000000 0.000000 0.000000 sr} bdef
180: /c1 { 1.000000 1.000000 1.000000 sr} bdef
181: /c2 { 0.900000 0.000000 0.000000 sr} bdef
182: /c3 { 0.000000 0.820000 0.000000 sr} bdef
183: /c4 { 0.000000 0.000000 0.800000 sr} bdef
184: /c5 { 0.910000 0.820000 0.320000 sr} bdef
185: /c6 { 1.000000 0.260000 0.820000 sr} bdef
186: /c7 { 0.000000 0.820000 0.820000 sr} bdef
187: c0
188: 1 j
189: 1 sg
190:    0    0 3460 6052 PR
191: 6 w
192: 0 2033 2680 0 0 -2033 450 2487 4 MP
193: PP
194: -2680 0 0 2033 2680 0 0 -2033 450 2487 5 MP stroke
195: 4 w
196: DO
197: 0 sg
198:  450 2487 mt  450  454 L
199:  450  454 mt  450  454 L
200:  986 2487 mt  986  454 L
201:  986  454 mt  986  454 L
202: 1522 2487 mt 1522  454 L
203: 1522  454 mt 1522  454 L
204: 2058 2487 mt 2058  454 L
205: 2058  454 mt 2058  454 L
206: 2594 2487 mt 2594  454 L
207: 2594  454 mt 2594  454 L
208: 3130 2487 mt 3130  454 L
209: 3130  454 mt 3130  454 L
210:  450 2487 mt 3130 2487 L
211: 3130 2487 mt 3130 2487 L
212:  450 2232 mt 3130 2232 L
213: 3130 2232 mt 3130 2232 L
214:  450 1978 mt 3130 1978 L
215: 3130 1978 mt 3130 1978 L
216:  450 1724 mt 3130 1724 L
217: 3130 1724 mt 3130 1724 L
218:  450 1470 mt 3130 1470 L
219: 3130 1470 mt 3130 1470 L
220:  450 1216 mt 3130 1216 L
221: 3130 1216 mt 3130 1216 L
222:  450  962 mt 3130  962 L
223: 3130  962 mt 3130  962 L
224:  450  708 mt 3130  708 L
225: 3130  708 mt 3130  708 L
226:  450  454 mt 3130  454 L
227: 3130  454 mt 3130  454 L
228: SO
229: 6 w
230:  450  454 mt 3130  454 L
231:  450 2487 mt 3130 2487 L
232: 3130 2487 mt 3130  454 L
233:  450 2487 mt  450  454 L
234:  450 2487 mt 3130 2487 L
235:  450 2487 mt  450  454 L
236:  450 2487 mt  450 2460 L
237:  450  454 mt  450  480 L
238: %%IncludeResource: font Helvetica
239: /Helvetica /WindowsLatin1Encoding 120 FMSR
240: 
241:  417 2632 mt 
242: (0) s
243:  986 2487 mt  986 2460 L
244:  986  454 mt  986  480 L
245:  953 2632 mt 
246: (2) s
247: 1522 2487 mt 1522 2460 L
248: 1522  454 mt 1522  480 L
249: 1489 2632 mt 
250: (4) s
251: 2058 2487 mt 2058 2460 L
252: 2058  454 mt 2058  480 L
253: 2025 2632 mt 
254: (6) s
255: 2594 2487 mt 2594 2460 L
256: 2594  454 mt 2594  480 L
257: 2561 2632 mt 
258: (8) s
259: 3130 2487 mt 3130 2460 L
260: 3130  454 mt 3130  480 L
261: 3064 2632 mt 
262: (10) s
263:  450 2487 mt  476 2487 L
264: 3130 2487 mt 3103 2487 L
265:  349 2531 mt 
266: (0) s
267:  450 2232 mt  476 2232 L
268: 3130 2232 mt 3103 2232 L
269:  349 2276 mt 
270: (5) s
271:  450 1978 mt  476 1978 L
272: 3130 1978 mt 3103 1978 L
273:  282 2022 mt 
274: (10) s
275:  450 1724 mt  476 1724 L
276: 3130 1724 mt 3103 1724 L
277:  282 1768 mt 
278: (15) s
279:  450 1470 mt  476 1470 L
280: 3130 1470 mt 3103 1470 L
281:  282 1514 mt 
282: (20) s
283:  450 1216 mt  476 1216 L
284: 3130 1216 mt 3103 1216 L
285:  282 1260 mt 
286: (25) s
287:  450  962 mt  476  962 L
288: 3130  962 mt 3103  962 L
289:  282 1006 mt 
290: (30) s
291:  450  708 mt  476  708 L
292: 3130  708 mt 3103  708 L
293:  282  752 mt 
294: (35) s
295:  450  454 mt  476  454 L
296: 3130  454 mt 3103  454 L
297:  282  498 mt 
298: (40) s
299:  450  454 mt 3130  454 L
300:  450 2487 mt 3130 2487 L
301: 3130 2487 mt 3130  454 L
302:  450 2487 mt  450  454 L
303: gs 450 454 2681 2034 MR c np
304: 268 -143 268 -123 268 -107 268 -93 268 -82 268 -73 268 -66 268 -58 
305: 268 -54 268 -556 450 1978 11 MP stroke
306: gr
307: 
308: gs 377 550 2827 1502 MR c np
309:  425 1953 mt  475 2003 L
310:  475 1953 mt  425 2003 L
311:  693 1397 mt  743 1447 L
312:  743 1397 mt  693 1447 L
313:  961 1343 mt 1011 1393 L
314: 1011 1343 mt  961 1393 L
315: 1229 1285 mt 1279 1335 L
316: 1279 1285 mt 1229 1335 L
317: 1497 1219 mt 1547 1269 L
318: 1547 1219 mt 1497 1269 L
319: 1765 1146 mt 1815 1196 L
320: 1815 1146 mt 1765 1196 L
321: 2033 1064 mt 2083 1114 L
322: 2083 1064 mt 2033 1114 L
323: 2301  971 mt 2351 1021 L
324: 2351  971 mt 2301 1021 L
325: 2569  864 mt 2619  914 L
326: 2619  864 mt 2569  914 L
327: 2837  741 mt 2887  791 L
328: 2887  741 mt 2837  791 L
329: 3105  598 mt 3155  648 L
330: 3155  598 mt 3105  648 L
331: gr
332: 
333: gs 450 454 2681 2034 MR c np
334: gr
335: 
336: 1174 2775 mt 
337: (Compromised Nodes ) s
338: %%IncludeResource: font Times-Italic
339: /Times-Italic /WindowsLatin1Encoding 120 FMSR
340: 
341: 2334 2775 mt 
342: (C) s
343: %%IncludeResource: font Helvetica
344: /Helvetica /WindowsLatin1Encoding 120 FMSR
345: 
346:  200 2056 mt  -90 rotate
347: (Average Polling Delay) s
348: 90 rotate
349: gs 450 454 2681 2034 MR c np
350: 268 -141 268 -123 268 -107 268 -95 268 -84 268 -75 268 -68 268 -61 
351: 268 -55 268 -51 450 1978 11 MP stroke
352: gr
353: 
354: gs 377 1045 2827 1007 MR c np
355:   36   36  450 1978 FO
356:   36   36  718 1927 FO
357:   36   36  986 1872 FO
358:   36   36 1254 1811 FO
359:   36   36 1522 1743 FO
360:   36   36 1790 1668 FO
361:   36   36 2058 1584 FO
362:   36   36 2326 1489 FO
363:   36   36 2594 1382 FO
364:   36   36 2862 1259 FO
365:   36   36 3130 1118 FO
366: gr
367: 
368: gs 450 454 2681 2034 MR c np
369: 268 -103 268 -92 268 -83 268 -75 268 -70 268 -64 268 -60 268 -57 
370: 268 -53 268 -51 450 1978 11 MP stroke
371: gr
372: 
373: gs 377 1197 2827 855 MR c np
374:  414 1978 mt  486 1978 L
375:  450 1942 mt  450 2014 L
376:  682 1927 mt  754 1927 L
377:  718 1891 mt  718 1963 L
378:  950 1874 mt 1022 1874 L
379:  986 1838 mt  986 1910 L
380: 1218 1817 mt 1290 1817 L
381: 1254 1781 mt 1254 1853 L
382: 1486 1757 mt 1558 1757 L
383: 1522 1721 mt 1522 1793 L
384: 1754 1693 mt 1826 1693 L
385: 1790 1657 mt 1790 1729 L
386: 2022 1623 mt 2094 1623 L
387: 2058 1587 mt 2058 1659 L
388: 2290 1548 mt 2362 1548 L
389: 2326 1512 mt 2326 1584 L
390: 2558 1465 mt 2630 1465 L
391: 2594 1429 mt 2594 1501 L
392: 2826 1373 mt 2898 1373 L
393: 2862 1337 mt 2862 1409 L
394: 3094 1270 mt 3166 1270 L
395: 3130 1234 mt 3130 1306 L
396: gr
397: 
398: gs 450 454 2681 2034 MR c np
399: gr
400: 
401: %%IncludeResource: font Times-Italic
402: /Times-Italic /WindowsLatin1Encoding 120 FMSR
403: 
404: 1662  360 mt 
405: (T) s
406: %%IncludeResource: font Times-Roman
407: /Times-Roman /WindowsLatin1Encoding 120 FMSR
408: 
409: 1728  360 mt 
410: (=10) s
411: %%IncludeResource: font Helvetica
412: /Helvetica /WindowsLatin1Encoding 120 FMSR
413: 
414: 1682 2935 mt 
415: (\(a\)) s
416: 1 sg
417: 0 2064 2680 0 0 -2064 450 5385 4 MP
418: PP
419: -2680 0 0 2064 2680 0 0 -2064 450 5385 5 MP stroke
420: 4 w
421: DO
422: 0 sg
423:  450 5385 mt  450 3321 L
424:  450 3321 mt  450 3321 L
425: 1120 5385 mt 1120 3321 L
426: 1120 3321 mt 1120 3321 L
427: 1790 5385 mt 1790 3321 L
428: 1790 3321 mt 1790 3321 L
429: 2460 5385 mt 2460 3321 L
430: 2460 3321 mt 2460 3321 L
431: 3130 5385 mt 3130 3321 L
432: 3130 3321 mt 3130 3321 L
433:  450 5385 mt 3130 5385 L
434: 3130 5385 mt 3130 5385 L
435:  450 5127 mt 3130 5127 L
436: 3130 5127 mt 3130 5127 L
437:  450 4869 mt 3130 4869 L
438: 3130 4869 mt 3130 4869 L
439:  450 4611 mt 3130 4611 L
440: 3130 4611 mt 3130 4611 L
441:  450 4353 mt 3130 4353 L
442: 3130 4353 mt 3130 4353 L
443:  450 4095 mt 3130 4095 L
444: 3130 4095 mt 3130 4095 L
445:  450 3837 mt 3130 3837 L
446: 3130 3837 mt 3130 3837 L
447:  450 3579 mt 3130 3579 L
448: 3130 3579 mt 3130 3579 L
449:  450 3321 mt 3130 3321 L
450: 3130 3321 mt 3130 3321 L
451: SO
452: 6 w
453:  450 3321 mt 3130 3321 L
454:  450 5385 mt 3130 5385 L
455: 3130 5385 mt 3130 3321 L
456:  450 5385 mt  450 3321 L
457:  450 5385 mt 3130 5385 L
458:  450 5385 mt  450 3321 L
459:  450 5385 mt  450 5358 L
460:  450 3321 mt  450 3347 L
461:  417 5530 mt 
462: (0) s
463: 1120 5385 mt 1120 5358 L
464: 1120 3321 mt 1120 3347 L
465: 1087 5530 mt 
466: (5) s
467: 1790 5385 mt 1790 5358 L
468: 1790 3321 mt 1790 3347 L
469: 1724 5530 mt 
470: (10) s
471: 2460 5385 mt 2460 5358 L
472: 2460 3321 mt 2460 3347 L
473: 2394 5530 mt 
474: (15) s
475: 3130 5385 mt 3130 5358 L
476: 3130 3321 mt 3130 3347 L
477: 3064 5530 mt 
478: (20) s
479:  450 5385 mt  476 5385 L
480: 3130 5385 mt 3103 5385 L
481:  349 5429 mt 
482: (0) s
483:  450 5127 mt  476 5127 L
484: 3130 5127 mt 3103 5127 L
485:  349 5171 mt 
486: (5) s
487:  450 4869 mt  476 4869 L
488: 3130 4869 mt 3103 4869 L
489:  282 4913 mt 
490: (10) s
491:  450 4611 mt  476 4611 L
492: 3130 4611 mt 3103 4611 L
493:  282 4655 mt 
494: (15) s
495:  450 4353 mt  476 4353 L
496: 3130 4353 mt 3103 4353 L
497:  282 4397 mt 
498: (20) s
499:  450 4095 mt  476 4095 L
500: 3130 4095 mt 3103 4095 L
501:  282 4139 mt 
502: (25) s
503:  450 3837 mt  476 3837 L
504: 3130 3837 mt 3103 3837 L
505:  282 3881 mt 
506: (30) s
507:  450 3579 mt  476 3579 L
508: 3130 3579 mt 3103 3579 L
509:  282 3623 mt 
510: (35) s
511:  450 3321 mt  476 3321 L
512: 3130 3321 mt 3103 3321 L
513:  282 3365 mt 
514: (40) s
515:  450 3321 mt 3130 3321 L
516:  450 5385 mt 3130 5385 L
517: 3130 5385 mt 3130 3321 L
518:  450 5385 mt  450 3321 L
519: gs 450 3321 2681 2065 MR c np
520: 134 0 134 0 134 0 134 0 134 0 134 0 134 0 134 0 
521: 134 0 134 0 134 0 134 0 134 0 134 0 134 0 134 0 
522: 134 0 134 0 134 0 134 0 450 4353 21 MP stroke
523: gr
524: 
525: gs 377 4280 2827 147 MR c np
526:  425 4328 mt  475 4378 L
527:  475 4328 mt  425 4378 L
528:  559 4328 mt  609 4378 L
529:  609 4328 mt  559 4378 L
530:  693 4328 mt  743 4378 L
531:  743 4328 mt  693 4378 L
532:  827 4328 mt  877 4378 L
533:  877 4328 mt  827 4378 L
534:  961 4328 mt 1011 4378 L
535: 1011 4328 mt  961 4378 L
536: 1095 4328 mt 1145 4378 L
537: 1145 4328 mt 1095 4378 L
538: 1229 4328 mt 1279 4378 L
539: 1279 4328 mt 1229 4378 L
540: 1363 4328 mt 1413 4378 L
541: 1413 4328 mt 1363 4378 L
542: 1497 4328 mt 1547 4378 L
543: 1547 4328 mt 1497 4378 L
544: 1631 4328 mt 1681 4378 L
545: 1681 4328 mt 1631 4378 L
546: 1765 4328 mt 1815 4378 L
547: 1815 4328 mt 1765 4378 L
548: 1899 4328 mt 1949 4378 L
549: 1949 4328 mt 1899 4378 L
550: 2033 4328 mt 2083 4378 L
551: 2083 4328 mt 2033 4378 L
552: 2167 4328 mt 2217 4378 L
553: 2217 4328 mt 2167 4378 L
554: 2301 4328 mt 2351 4378 L
555: 2351 4328 mt 2301 4378 L
556: 2435 4328 mt 2485 4378 L
557: 2485 4328 mt 2435 4378 L
558: 2569 4328 mt 2619 4378 L
559: 2619 4328 mt 2569 4378 L
560: 2703 4328 mt 2753 4378 L
561: 2753 4328 mt 2703 4378 L
562: 2837 4328 mt 2887 4378 L
563: 2887 4328 mt 2837 4378 L
564: 2971 4328 mt 3021 4378 L
565: 3021 4328 mt 2971 4378 L
566: 3105 4328 mt 3155 4378 L
567: 3155 4328 mt 3105 4378 L
568: gr
569: 
570: gs 450 3321 2681 2065 MR c np
571: gr
572: 
573: 1174 5673 mt 
574: (Compromised Nodes ) s
575: %%IncludeResource: font Times-Italic
576: /Times-Italic /WindowsLatin1Encoding 120 FMSR
577: 
578: 2334 5673 mt 
579: (C) s
580: %%IncludeResource: font Helvetica
581: /Helvetica /WindowsLatin1Encoding 120 FMSR
582: 
583:  200 4939 mt  -90 rotate
584: (Average Polling Delay) s
585: 90 rotate
586: gs 450 3321 2681 2065 MR c np
587: 134 0 134 1 134 1 134 1 134 2 134 2 134 3 134 4 
588: 134 5 134 6 134 8 134 10 134 13 134 18 134 24 134 36 
589: 134 54 134 92 134 187 134 513 450 4353 21 MP stroke
590: gr
591: 
592: gs 377 4280 2827 1127 MR c np
593:   36   36  450 4353 FO
594:   36   36  584 4866 FO
595:   36   36  718 5053 FO
596:   36   36  852 5145 FO
597:   36   36  986 5199 FO
598:   36   36 1120 5235 FO
599:   36   36 1254 5259 FO
600:   36   36 1388 5277 FO
601:   36   36 1522 5290 FO
602:   36   36 1656 5300 FO
603:   36   36 1790 5308 FO
604:   36   36 1924 5314 FO
605:   36   36 2058 5319 FO
606:   36   36 2192 5323 FO
607:   36   36 2326 5326 FO
608:   36   36 2460 5328 FO
609:   36   36 2594 5330 FO
610:   36   36 2728 5331 FO
611:   36   36 2862 5332 FO
612:   36   36 2996 5333 FO
613:   36   36 3130 5333 FO
614: gr
615: 
616: gs 450 3321 2681 2065 MR c np
617: 134 -187 134 -91 134 -54 134 -34 134 -23 134 -15 134 -10 134 -7 
618: 134 -3 134 0 134 3 134 7 134 10 134 15 134 23 134 34 
619: 134 54 134 91 134 187 134 513 450 4353 21 MP stroke
620: gr
621: 
622: gs 377 4280 2827 1084 MR c np
623:  414 4353 mt  486 4353 L
624:  450 4317 mt  450 4389 L
625:  548 4866 mt  620 4866 L
626:  584 4830 mt  584 4902 L
627:  682 5053 mt  754 5053 L
628:  718 5017 mt  718 5089 L
629:  816 5144 mt  888 5144 L
630:  852 5108 mt  852 5180 L
631:  950 5198 mt 1022 5198 L
632:  986 5162 mt  986 5234 L
633: 1084 5232 mt 1156 5232 L
634: 1120 5196 mt 1120 5268 L
635: 1218 5255 mt 1290 5255 L
636: 1254 5219 mt 1254 5291 L
637: 1352 5270 mt 1424 5270 L
638: 1388 5234 mt 1388 5306 L
639: 1486 5280 mt 1558 5280 L
640: 1522 5244 mt 1522 5316 L
641: 1620 5287 mt 1692 5287 L
642: 1656 5251 mt 1656 5323 L
643: 1754 5290 mt 1826 5290 L
644: 1790 5254 mt 1790 5326 L
645: 1888 5290 mt 1960 5290 L
646: 1924 5254 mt 1924 5326 L
647: 2022 5287 mt 2094 5287 L
648: 2058 5251 mt 2058 5323 L
649: 2156 5280 mt 2228 5280 L
650: 2192 5244 mt 2192 5316 L
651: 2290 5270 mt 2362 5270 L
652: 2326 5234 mt 2326 5306 L
653: 2424 5255 mt 2496 5255 L
654: 2460 5219 mt 2460 5291 L
655: 2558 5232 mt 2630 5232 L
656: 2594 5196 mt 2594 5268 L
657: 2692 5198 mt 2764 5198 L
658: 2728 5162 mt 2728 5234 L
659: 2826 5144 mt 2898 5144 L
660: 2862 5108 mt 2862 5180 L
661: 2960 5053 mt 3032 5053 L
662: 2996 5017 mt 2996 5089 L
663: 3094 4866 mt 3166 4866 L
664: 3130 4830 mt 3130 4902 L
665: gr
666: 
667: gs 450 3321 2681 2065 MR c np
668: gr
669: 
670: %%IncludeResource: font Times-Italic
671: /Times-Italic /WindowsLatin1Encoding 120 FMSR
672: 
673: 1662 3227 mt 
674: (T) s
675: %%IncludeResource: font Times-Roman
676: /Times-Roman /WindowsLatin1Encoding 120 FMSR
677: 
678: 1728 3227 mt 
679: (=20) s
680: %%IncludeResource: font Helvetica
681: /Helvetica /WindowsLatin1Encoding 120 FMSR
682: 
683: 1682 5839 mt 
684: (\(b\)) s
685: 1 sg
686: 0 586 1324 0 0 -586 507 1090 4 MP
687: PP
688: -1324 0 0 586 1324 0 0 -586 507 1090 5 MP stroke
689: 4 w
690: DO
691: SO
692: 6 w
693: 0 sg
694:  507  504 mt 1831  504 L
695:  507 1090 mt 1831 1090 L
696: 1831 1090 mt 1831  504 L
697:  507 1090 mt  507  504 L
698:  507 1090 mt 1831 1090 L
699:  507 1090 mt  507  504 L
700:  507  504 mt 1831  504 L
701:  507 1090 mt 1831 1090 L
702: 1831 1090 mt 1831  504 L
703:  507 1090 mt  507  504 L
704:  982  640 mt 
705: (Witness-based) s
706: gs 507 504 1325 587 MR c np
707: 365 0 580 598 2 MP stroke
708: gs 689 525 147 147 MR c np
709:  737  573 mt  787  623 L
710:  787  573 mt  737  623 L
711: gr
712: 
713: gr
714: 
715:  982  789 mt 
716: (VR, ) s
717: %%IncludeResource: font Times-Italic
718: /Times-Italic /WindowsLatin1Encoding 120 FMSR
719: 
720: 1215  789 mt 
721: (P) s
722: %%IncludeResource: font Times-Italic
723: /Times-Italic /WindowsLatin1Encoding 96 FMSR
724: 
725: 1288  849 mt 
726: (f) s
727: %%IncludeResource: font Times-Roman
728: /Times-Roman /WindowsLatin1Encoding 120 FMSR
729: 
730: 1314  789 mt 
731: ( = 0) s
732: gs 507 504 1325 587 MR c np
733: 365 0 580 772 2 MP stroke
734: gs 689 699 147 147 MR c np
735:   36   36  762  772 FO
736: gr
737: 
738: gr
739: 
740: %%IncludeResource: font Helvetica
741: /Helvetica /WindowsLatin1Encoding 120 FMSR
742: 
743:  982  989 mt 
744: (VR, ) s
745: %%IncludeResource: font Times-Italic
746: /Times-Italic /WindowsLatin1Encoding 120 FMSR
747: 
748: 1215  989 mt 
749: (P) s
750: %%IncludeResource: font Times-Italic
751: /Times-Italic /WindowsLatin1Encoding 96 FMSR
752: 
753: 1288 1049 mt 
754: (f) s
755: %%IncludeResource: font Times-Roman
756: /Times-Roman /WindowsLatin1Encoding 120 FMSR
757: 
758: 1314  989 mt 
759: ( = 1) s
760: gs 507 504 1325 587 MR c np
761: 365 0 580 971 2 MP stroke
762: gs 689 898 147 147 MR c np
763:  726  971 mt  798  971 L
764:  762  935 mt  762 1007 L
765: gr
766: 
767: gr
768: 
769: 1 sg
770: 0 586 1324 0 0 -586 507 3957 4 MP
771: PP
772: -1324 0 0 586 1324 0 0 -586 507 3957 5 MP stroke
773: 4 w
774: DO
775: SO
776: 6 w
777: 0 sg
778:  507 3371 mt 1831 3371 L
779:  507 3957 mt 1831 3957 L
780: 1831 3957 mt 1831 3371 L
781:  507 3957 mt  507 3371 L
782:  507 3957 mt 1831 3957 L
783:  507 3957 mt  507 3371 L
784:  507 3371 mt 1831 3371 L
785:  507 3957 mt 1831 3957 L
786: 1831 3957 mt 1831 3371 L
787:  507 3957 mt  507 3371 L
788: %%IncludeResource: font Helvetica
789: /Helvetica /WindowsLatin1Encoding 120 FMSR
790: 
791:  982 3507 mt 
792: (Witness-based) s
793: gs 507 3371 1325 587 MR c np
794: 365 0 580 3465 2 MP stroke
795: gs 689 3392 147 147 MR c np
796:  737 3440 mt  787 3490 L
797:  787 3440 mt  737 3490 L
798: gr
799: 
800: gr
801: 
802:  982 3656 mt 
803: (VR, ) s
804: %%IncludeResource: font Times-Italic
805: /Times-Italic /WindowsLatin1Encoding 120 FMSR
806: 
807: 1215 3656 mt 
808: (P) s
809: %%IncludeResource: font Times-Italic
810: /Times-Italic /WindowsLatin1Encoding 96 FMSR
811: 
812: 1288 3716 mt 
813: (f) s
814: %%IncludeResource: font Times-Roman
815: /Times-Roman /WindowsLatin1Encoding 120 FMSR
816: 
817: 1314 3656 mt 
818: ( = 0) s
819: gs 507 3371 1325 587 MR c np
820: 365 0 580 3639 2 MP stroke
821: gs 689 3566 147 147 MR c np
822:   36   36  762 3639 FO
823: gr
824: 
825: gr
826: 
827: %%IncludeResource: font Helvetica
828: /Helvetica /WindowsLatin1Encoding 120 FMSR
829: 
830:  982 3856 mt 
831: (VR, ) s
832: %%IncludeResource: font Times-Italic
833: /Times-Italic /WindowsLatin1Encoding 120 FMSR
834: 
835: 1215 3856 mt 
836: (P) s
837: %%IncludeResource: font Times-Italic
838: /Times-Italic /WindowsLatin1Encoding 96 FMSR
839: 
840: 1288 3916 mt 
841: (f) s
842: %%IncludeResource: font Times-Roman
843: /Times-Roman /WindowsLatin1Encoding 120 FMSR
844: 
845: 1314 3856 mt 
846: ( = 1) s
847: gs 507 3371 1325 587 MR c np
848: 365 0 580 3838 2 MP stroke
849: gs 689 3765 147 147 MR c np
850:  726 3838 mt  798 3838 L
851:  762 3802 mt  762 3874 L
852: gr
853: 
854: gr
855: 
856: 
857: end %%Color Dict
858: 
859: eplot
860: %%EndObject
861: 
862: epage
863: end
864: 
865: showpage
866: 
867: %%Trailer
868: %%EOF
869: