summaryrefslogtreecommitdiffstats
path: root/doc/networking/networkflow.eps
blob: 8aba78d55f5c0321bab86fe3e7098a36b70a87e2 (plain) (blame)
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
%!PS-Adobe-2.0 EPSF-2.0
%%Title: 
%%Creator: Diagram
%%CreationDate: Tue Aug 18 16:41:45 1998
%%For: eric
%%DocumentFonts: (atend)
%%Pages: 0 0
%%BoundingBox: 0 0 487 549
%%NXNextStepVersion: 3.0
%%EndComments

%%BeginProcSet: /usr/lib/NextStep/printPackage.ps 3.0
%!
% NeXT Printing Package
% Version: 3.1
% Copyright: 1988, NeXT, Inc.

/__NXdef{1 index where{pop pop pop}{def}ifelse}bind def
/__NXbdef{1 index where{pop pop pop}{bind def}ifelse}bind def
/UserObjects 10 array __NXdef
/defineuserobject{
	exch dup 1 add dup UserObjects length gt{
		array dup 0 UserObjects putinterval
		/UserObjects exch def
	}{pop}ifelse UserObjects exch 3 -1 roll put
}__NXbdef
/undefineuserobject{UserObjects exch null put}__NXbdef
/execuserobject{UserObjects exch get exec}__NXbdef
/__NXRectPath{4 2 roll moveto 1 index 0 rlineto
0 exch rlineto neg 0 rlineto closepath}__NXbdef
/__NXProcessRectArgs{
	1 index type /arraytype eq{
		exch 0 4 2 index length 1 sub{
			dup 3 add 1 exch{1 index exch get exch}for
			5 1 roll 5 index exec
		}for pop pop
	}{exec}ifelse
}__NXbdef
/rectfill{gsave newpath {__NXRectPath fill} __NXProcessRectArgs grestore}__NXbdef
/rectclip{newpath {__NXRectPath} __NXProcessRectArgs clip newpath}__NXbdef
/rectstroke{
	gsave newpath dup type /arraytype eq{dup length 6 eq}{false}ifelse{
		{gsave __NXRectPath null concat stroke grestore}
		dup length array cvx copy dup 2 4 -1 roll put __NXProcessRectArgs
	}{{__NXRectPath stroke} __NXProcessRectArgs}ifelse grestore
}__NXbdef
/_NXLevel2 systemdict /languagelevel known {languagelevel 2 ge}{false}ifelse __NXdef
/xyshow{
	0 1 3 index length 1 sub{
		currentpoint 4 index 3 index 1 getinterval show
		3 index 3 index 2 mul 1 add get add exch
		3 index	3 index 2 mul get add exch moveto pop
	}for pop pop
}__NXbdef
/xshow{
	0 1 3 index length 1 sub{
		currentpoint 4 index 3 index 1 getinterval show
		exch 3 index 3 index get add exch moveto pop
	}for pop pop
}__NXbdef
/yshow{
	0 1 3 index length 1 sub{
		currentpoint 4 index 3 index 1 getinterval show
		3 index 3 index get add moveto pop
	}for pop pop
}__NXbdef
/arct{arcto pop pop pop pop}__NXbdef
/setbbox{pop pop pop pop}__NXbdef
/ucache{}__NXbdef
/ucachestatus{mark 0 0 0 0 0}__NXbdef
/setucacheparams{cleartomark}__NXbdef
/uappend{systemdict begin cvx exec end}__NXbdef
/ueofill{gsave newpath uappend eofill grestore}__NXbdef
/ufill{gsave newpath uappend fill grestore}__NXbdef
/ustroke{
	gsave newpath dup length 6 eq
	{exch uappend concat}{uappend}ifelse
	stroke grestore
}__NXbdef
/__NXustrokepathMatrix dup where {pop pop}{matrix def}ifelse
/ustrokepath{
	newpath dup length 6 eq{
		exch uappend __NXustrokepathMatrix currentmatrix exch concat
		strokepath setmatrix
	}{uappend strokepath}ifelse
} __NXbdef
/upath{
	[exch {/ucache cvx}if pathbbox /setbbox cvx
	 {/moveto cvx}{/lineto cvx}{/curveto cvx}{/closepath cvx}pathforall]cvx
} __NXbdef
/setstrokeadjust{pop}__NXbdef
/currentstrokeadjust{false}__NXbdef
/selectfont{exch findfont exch
dup type /arraytype eq {makefont}{scalefont}ifelse setfont}__NXbdef
/_NXCombineArrays{
	counttomark dup 2 add index dup length 3 -1 roll {
		2 index length sub dup 4 1 roll 1 index exch 4 -1 roll putinterval exch
	}repeat pop pop pop
}__NXbdef
/flushgraphics{}def
/setwindowtype{pop pop}def
/currentwindowtype{pop 0}def
/setalpha{pop}def
/currentalpha{1.0}def
/hidecursor{}def
/obscurecursor{}def
/revealcursor{}def
/setcursor{4 {pop}repeat}bind def
/showcursor{}def
/NextStepEncoding where not{
/NextStepEncoding StandardEncoding 256 array copy def
0 [129/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/Ccedilla/Egrave
/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis
/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/Ugrave/Uacute
/Ucircumflex/Udieresis/Yacute/Thorn/mu/multiply/divide/copyright
176/registered 181/brokenbar 190/logicalnot 192/onesuperior 201/twosuperior
204/threesuperior 209/plusminus/onequarter/onehalf/threequarters/agrave
/aacute/acircumflex/atilde/adieresis/aring/ccedilla/egrave/eacute
/ecircumflex/edieresis/igrave 226/iacute 228/icircumflex/idieresis/eth
/ntilde 236/ograve/oacute/ocircumflex/otilde/odieresis 242/ugrave/uacute
/ucircumflex 246/udieresis/yacute 252/thorn/ydieresis]
{dup type /nametype eq
 {NextStepEncoding 2 index 2 index put pop 1 add}{exch pop}ifelse
}forall pop
/NextStepEncoding NextStepEncoding readonly def
/_NXfstr 128 string dup 0 (_NX) putinterval def
/_NXfindfont /findfont load def
/findfont{
 % Because we can never let NextStepEncoding get into
 % SharedFontDirectory, we cannot reencode a font to NextStepEncoding
 % if we are in shared mode.  So if currentshared is true,
 % we call the normal findfont and return that
 /currentshared where {pop currentshared} {false} ifelse
 {_NXfindfont}
 {dup _NXfstr 3 125 getinterval cvs length 3 add _NXfstr 0 3 -1 roll
  getinterval cvn exch FontDirectory 2 index known 
  {pop FontDirectory exch get}
  {_NXfindfont dup /Encoding get StandardEncoding eq
   {	dup length dict exch
	{1 index /FID ne {2 index 3 1 roll put}{pop pop}ifelse}forall
	 dup /Encoding NextStepEncoding put definefont
	}{exch pop} ifelse
   }ifelse
 }ifelse
}bind def
}{pop}ifelse
/_NXImageString {/__NXImageString where{pop}{/__NXImageString 4000 string __NXdef}ifelse __NXImageString}__NXbdef
/_NXDoImageOp{
	3 dict begin /parr 5 array def 1 index{dup}{1}ifelse /chans exch def
	chans 2 add 2 roll parr 0 chans getinterval astore pop
	5 index 4 index mul 2 index{1 sub 8 idiv 1 add mul}{mul 1 sub 8 idiv 1 add}ifelse
	4 index mul /totbytes exch def pop exch pop
	gsave matrix invertmatrix concat 0.5 setgray 0 0 4 2 roll rectfill grestore
	{0 1 chans 1 sub{parr exch get exec length totbytes exch sub /totbytes exch def}for totbytes 0 le{exit}if}loop end
}__NXbdef
/alphaimage{1 add _NXDoImageOp}def
_NXLevel2{ 
	/NXCalibratedRGBColorSpace where{pop}{
		/NXCalibratedRGBColorSpace
		{mark /NXCalibratedRGB /ColorSpace findresource exch pop}stopped
		{cleartomark /NXCalibratedRGB[/CIEBasedABC 2 dict dup begin 
		/MatrixLMN[.4124 .2126 .0193 .3576 .7152 .1192 .1805 .0722 .9505]def
		/WhitePoint[.9505 1 1.089] def end] /ColorSpace defineresource}if def}ifelse
	/nxsetrgbcolor{NXCalibratedRGBColorSpace setcolorspace setcolor}__NXbdef
	/nxsetgray{dup dup nxsetrgbcolor}__NXbdef
	/_NXCalibratedImage{exch{array astore dup length true}{false}ifelse
		8 -1 roll{NXCalibratedRGBColorSpace setcolorspace}if
		8 dict dup 9 1 roll begin /ImageType 1 def /MultipleDataSources exch def
		currentcolorspace 0 get /Indexed eq{pop /Decode[0 2 6 index exp 1 sub]def}
		{2 mul dup array /Decode exch def 1 sub 0 1 3 -1 roll{Decode exch dup 2 mod put}for}ifelse
		/DataSource exch def /ImageMatrix exch def 
		/BitsPerComponent exch def /Height exch def /Width exch def end image}__NXbdef
} {
	/setcmykcolor{
		1.0 exch sub dup dup 6 -1 roll sub dup 0 lt{pop 0}if 5 1 roll
		4 -1 roll sub dup 0 lt{pop 0}if 3 1 roll exch sub dup 0 lt{pop 0}if setrgbcolor}__NXbdef
	/currentcmykcolor{currentrgbcolor 3{1.0 exch sub 3 1 roll}repeat 0}__NXbdef
	/colorimage{2 copy 3 ne or{_NXDoImageOp}{4 index dup 8 ne exch 4 ne and{_NXDoImageOp}{
		pop pop save 6 1 roll 12 dict begin/Proc exch def/Res 0 string def
		/Alloc{2 index length mul 2 add dup 2 index load length gt{1.2 mul round cvi string def}{pop pop}ifelse}def
		1 index 8 eq{/Unpack{.34 Alloc}def}{
			/Wid 4 index 3 mul def exch pop 8 exch/Str1 0 string def/Lim Wid def
			/Unpack{.67 Alloc/Str1 2 Alloc 0 exch Lim exch
				{dup -4 bitshift 17 mul Str1 exch 4 index exch put 15 and 17 mul Str1 exch 3 index 1 add exch put
				2 sub dup 0 le{0 lt Wid exch{exch 1 sub exch}if}if exch 2 add exch
				}forall/Lim exch def Str1 exch 0 exch getinterval
			}def
		}ifelse
		/Ops[{.3 mul add 1}{.59 mul add 2}{.11 mul add round cvi Res exch 2 index exch put 1 add 0.0 0}]def/Val 0.0 def/Phase 0 def
		{0 Val Phase Proc/Res Unpack{exch Ops exch get exec}forall/Phase exch def/Val exch def Res exch 0 exch getinterval}
		image end restore}ifelse}ifelse
	}__NXbdef
	/nxsetrgbcolor{setrgbcolor}__NXbdef /nxsetgray{setgray}__NXbdef
	/setpattern{pop .5 setgray}__NXbdef
	/_NXCalibratedImage{dup 1 eq {pop pop image}{colorimage}ifelse pop}__NXbdef
} ifelse
/_NXSetCMYKOrRGB where{pop}{
	mark{systemdict /currentwindow get exec}stopped
	{{pop pop pop setcmykcolor}}{{nxsetrgbcolor pop pop pop pop}}ifelse /_NXSetCMYKOrRGB exch def cleartomark
}ifelse
%%EndProcSet

gsave
 /__NXbasematrix matrix currentmatrix def
grestore
%%EndProlog
%%BeginSetup
%%EndSetup
gsave
0 0 488 549 rectclip
[1 0 0 -1 -26.5 567] concat
26.5 18 487 549 rectclip
gsave
36 306 306 261 rectclip
0 nxsetgray
1 setlinewidth
[6] 1 setdash
36.5 306.5 305 260 rectstroke
grestore
0.333338 nxsetgray
gsave
0.333338 nxsetgray
newpath
systemdict
begin
58 418 166 472 setbbox
68.800003 418 moveto
155.200012 428.799988 10.8 -90 0 arc
155.200012 461.199982 10.8 0 90 arc
68.800003 461.199982 10.8 90 180 arc
68.800003 428.799988 10.8 180 270 arc
closepath
end
clip
newpath
1 setlinewidth
gsave
newpath
systemdict
begin
58 418 166 472 setbbox
69.300003 418.5 moveto
154.700012 429.299988 10.8 -90 0 arc
154.700012 460.699982 10.8 0 90 arc
69.300003 460.699982 10.8 90 180 arc
69.300003 429.299988 10.8 180 270 arc
closepath
end
stroke
grestore
grestore
gsave
newpath
systemdict
begin
58 418 166 472 setbbox
69.300003 419 moveto
154.700012 429.299988 10.3 -90 0 arc
154.700012 460.699982 10.3 0 90 arc
69.300003 460.699982 10.3 90 180 arc
69.300003 429.299988 10.3 180 270 arc
closepath
end
fill
grestore
1 nxsetgray
gsave
newpath
systemdict
begin
54 414 162 468 setbbox
65.300003 415 moveto
150.700012 425.299988 10.3 -90 0 arc
150.700012 456.699982 10.3 0 90 arc
65.300003 456.699982 10.3 90 180 arc
65.300003 425.299988 10.3 180 270 arc
closepath
end
fill
grestore
gsave
newpath
systemdict
begin
54 414 162 468 setbbox
64.800003 414 moveto
151.200012 424.799988 10.8 -90 0 arc
151.200012 457.199982 10.8 0 90 arc
64.800003 457.199982 10.8 90 180 arc
64.800003 424.799988 10.8 180 270 arc
closepath
end
clip
newpath
0 nxsetgray
1 setlinewidth
gsave
newpath
systemdict
begin
54 414 162 468 setbbox
65.300003 414.5 moveto
150.700012 425.299988 10.8 -90 0 arc
150.700012 456.699982 10.8 0 90 arc
65.300003 456.699982 10.8 90 180 arc
65.300003 425.299988 10.8 180 270 arc
closepath
end
stroke
grestore
grestore
gsave
/Helvetica findfont 12 scalefont [1 0 0 -1 0 0] makefont
8
exch
defineuserobject
8 execuserobject setfont
0 nxsetgray
8 execuserobject setfont
0 nxsetgray
84 430 moveto (Interface) show
85 445 moveto (Receive) show
84 460 moveto (Daemon) show
grestore
0.333338 nxsetgray
gsave
0.333338 nxsetgray
newpath
systemdict
begin
193 418 301 472 setbbox
203.800003 418 moveto
290.200012 428.799988 10.8 -90 0 arc
290.200012 461.199982 10.8 0 90 arc
203.800003 461.199982 10.8 90 180 arc
203.800003 428.799988 10.8 180 270 arc
closepath
end
clip
newpath
1 setlinewidth
gsave
newpath
systemdict
begin
193 418 301 472 setbbox
204.300003 418.5 moveto
289.700012 429.299988 10.8 -90 0 arc
289.700012 460.699982 10.8 0 90 arc
204.300003 460.699982 10.8 90 180 arc
204.300003 429.299988 10.8 180 270 arc
closepath
end
stroke
grestore
grestore
gsave
newpath
systemdict
begin
193 418 301 472 setbbox
204.300003 419 moveto
289.700012 429.299988 10.3 -90 0 arc
289.700012 460.699982 10.3 0 90 arc
204.300003 460.699982 10.3 90 180 arc
204.300003 429.299988 10.3 180 270 arc
closepath
end
fill
grestore
1 nxsetgray
gsave
newpath
systemdict
begin
189 414 297 468 setbbox
200.300003 415 moveto
285.700012 425.299988 10.3 -90 0 arc
285.700012 456.699982 10.3 0 90 arc
200.300003 456.699982 10.3 90 180 arc
200.300003 425.299988 10.3 180 270 arc
closepath
end
fill
grestore
gsave
newpath
systemdict
begin
189 414 297 468 setbbox
199.800003 414 moveto
286.200012 424.799988 10.8 -90 0 arc
286.200012 457.199982 10.8 0 90 arc
199.800003 457.199982 10.8 90 180 arc
199.800003 424.799988 10.8 180 270 arc
closepath
end
clip
newpath
0 nxsetgray
1 setlinewidth
gsave
newpath
systemdict
begin
189 414 297 468 setbbox
200.300003 414.5 moveto
285.700012 425.299988 10.8 -90 0 arc
285.700012 456.699982 10.8 0 90 arc
200.300003 456.699982 10.8 90 180 arc
200.300003 425.299988 10.8 180 270 arc
closepath
end
stroke
grestore
grestore
gsave
8 execuserobject setfont
0 nxsetgray
8 execuserobject setfont
0 nxsetgray
219 430 moveto (Interface) show
219 445 moveto (Transmit) show
219 460 moveto (Daemon) show
grestore
0.333338 nxsetgray
gsave
0.333338 nxsetgray
newpath
systemdict
begin
184 328 310 382 setbbox
184 328 moveto
100.800003 0 rlineto
25.200001 54 rlineto
-100.800003 0 rlineto
closepath
end
clip
newpath
1 setlinewidth
gsave
newpath
systemdict
begin
184.5 328.5 309.5 381.5 setbbox
184.5 328.5 moveto
100 0 rlineto
25 53 rlineto
-100 0 rlineto
closepath
end
stroke
grestore
grestore
gsave
newpath
systemdict
begin
185 329 309 381 setbbox
185 329 moveto
99.199997 0 rlineto
24.799999 52 rlineto
-99.199997 0 rlineto
closepath
end
fill
grestore
1 nxsetgray
gsave
newpath
systemdict
begin
181 325 305 377 setbbox
181 325 moveto
99.199997 0 rlineto
24.799999 52 rlineto
-99.199997 0 rlineto
closepath
end
fill
grestore
gsave
newpath
systemdict
begin
180 324 306 378 setbbox
180 324 moveto
100.800003 0 rlineto
25.200001 54 rlineto
-100.800003 0 rlineto
closepath
end
clip
newpath
0 nxsetgray
1 setlinewidth
gsave
newpath
systemdict
begin
180.5 324.5 305.5 377.5 setbbox
180.5 324.5 moveto
100 0 rlineto
25 53 rlineto
-100 0 rlineto
closepath
end
stroke
grestore
grestore
gsave
8 execuserobject setfont
0 nxsetgray
8 execuserobject setfont
0 nxsetgray
219 340.5 moveto (Interface) show
224 355.5 moveto (Output) show
224 370.5 moveto (Queue) show
grestore
0.333338 nxsetgray
gsave
0.333338 nxsetgray
193 184 108 54 rectclip
1 setlinewidth
193.5 184.5 107 53 rectstroke
grestore
194 185 106 52 rectfill
1 nxsetgray
190 181 106 52 rectfill
gsave
189 180 108 54 rectclip
0 nxsetgray
1 setlinewidth
189.5 180.5 107 53 rectstroke
grestore
gsave
8 execuserobject setfont
0 nxsetgray
8 execuserobject setfont
0 nxsetgray
220 204 moveto (Network) show
228 219 moveto (Code) show
grestore
0 nxsetgray
1 setlinewidth
2 setlinejoin
gsave
newpath
systemdict
begin
242.999969 234 243.000031 316.299988 setbbox
243.000031 234 moveto
242.999969 316.299988 lineto
end
stroke
grestore
0 setlinejoin
gsave
[0 1 -1 0 567 81.000031] concat
gsave
newpath
systemdict
begin
233.799973 319.5 242.999969 328.5 setbbox
242.999969 324 moveto
-9.2 4.5 rlineto
1.5 -4.5 rlineto
-1.5 -4.5 rlineto
closepath
end
fill
grestore
grestore
0 nxsetgray
1 setlinewidth
2 setlinejoin
gsave
newpath
systemdict
begin
242.999985 378 243.000031 406.299988 setbbox
243.000031 378 moveto
242.999985 406.299988 lineto
end
stroke
grestore
0 setlinejoin
gsave
[0 1 -1 0 657 171.000031] concat
gsave
newpath
systemdict
begin
233.799973 409.5 242.999969 418.5 setbbox
242.999969 414 moveto
-9.2 4.5 rlineto
1.5 -4.5 rlineto
-1.5 -4.5 rlineto
closepath
end
fill
grestore
grestore
0.333338 nxsetgray
gsave
0.333338 nxsetgray
newpath
systemdict
begin
193 22 301 76 setbbox
203.800003 22 moveto
290.200012 32.799999 10.8 -90 0 arc
290.200012 65.199997 10.8 0 90 arc
203.800003 65.199997 10.8 90 180 arc
203.800003 32.799999 10.8 180 270 arc
closepath
end
clip
newpath
1 setlinewidth
gsave
newpath
systemdict
begin
193 22 301 76 setbbox
204.300003 22.5 moveto
289.700012 33.299999 10.8 -90 0 arc
289.700012 64.699997 10.8 0 90 arc
204.300003 64.699997 10.8 90 180 arc
204.300003 33.299999 10.8 180 270 arc
closepath
end
stroke
grestore
grestore
gsave
newpath
systemdict
begin
193 22 301 76 setbbox
204.300003 23 moveto
289.700012 33.299999 10.3 -90 0 arc
289.700012 64.699997 10.3 0 90 arc
204.300003 64.699997 10.3 90 180 arc
204.300003 33.299999 10.3 180 270 arc
closepath
end
fill
grestore
1 nxsetgray
gsave
newpath
systemdict
begin
189 18 297 72 setbbox
200.300003 19 moveto
285.700012 29.299999 10.3 -90 0 arc
285.700012 60.699997 10.3 0 90 arc
200.300003 60.699997 10.3 90 180 arc
200.300003 29.299999 10.3 180 270 arc
closepath
end
fill
grestore
gsave
newpath
systemdict
begin
189 18 297 72 setbbox
199.800003 18 moveto
286.200012 28.799999 10.8 -90 0 arc
286.200012 61.200001 10.8 0 90 arc
199.800003 61.200001 10.8 90 180 arc
199.800003 28.799999 10.8 180 270 arc
closepath
end
clip
newpath
0 nxsetgray
1 setlinewidth
gsave
newpath
systemdict
begin
189 18 297 72 setbbox
200.300003 18.5 moveto
285.700012 29.299999 10.8 -90 0 arc
285.700012 60.699997 10.8 0 90 arc
200.300003 60.699997 10.8 90 180 arc
200.300003 29.299999 10.8 180 270 arc
closepath
end
stroke
grestore
grestore
gsave
8 execuserobject setfont
0 nxsetgray
8 execuserobject setfont
0 nxsetgray
229 34 moveto (User) show
213 49 moveto (Application) show
229 64 moveto (Task) show
grestore
0.333338 nxsetgray
gsave
0.333338 nxsetgray
newpath
systemdict
begin
346 121 472 175 setbbox
346 121 moveto
100.800003 0 rlineto
25.200001 54 rlineto
-100.800003 0 rlineto
closepath
end
clip
newpath
1 setlinewidth
gsave
newpath
systemdict
begin
346.5 121.5 471.5 174.5 setbbox
346.5 121.5 moveto
100 0 rlineto
25 53 rlineto
-100 0 rlineto
closepath
end
stroke
grestore
grestore
gsave
newpath
systemdict
begin
347 122 471 174 setbbox
347 122 moveto
99.199997 0 rlineto
24.799999 52 rlineto
-99.199997 0 rlineto
closepath
end
fill
grestore
1 nxsetgray
gsave
newpath
systemdict
begin
343 118 467 170 setbbox
343 118 moveto
99.199997 0 rlineto
24.799999 52 rlineto
-99.199997 0 rlineto
closepath
end
fill
grestore
gsave
newpath
systemdict
begin
342 117 468 171 setbbox
342 117 moveto
100.800003 0 rlineto
25.200001 54 rlineto
-100.800003 0 rlineto
closepath
end
clip
newpath
0 nxsetgray
1 setlinewidth
gsave
newpath
systemdict
begin
342.5 117.5 467.5 170.5 setbbox
342.5 117.5 moveto
100 0 rlineto
25 53 rlineto
-100 0 rlineto
closepath
end
stroke
grestore
grestore
gsave
8 execuserobject setfont
0 nxsetgray
8 execuserobject setfont
0 nxsetgray
386 133.5 moveto (Socket) show
382 148.5 moveto (Receive) show
384 163.5 moveto ( Queue) show
grestore
0.333338 nxsetgray
gsave
0.333338 nxsetgray
newpath
systemdict
begin
373 418 481 472 setbbox
383.799988 418 moveto
470.199982 428.799988 10.8 -90 0 arc
470.199982 461.199982 10.8 0 90 arc
383.799988 461.199982 10.8 90 180 arc
383.799988 428.799988 10.8 180 270 arc
closepath
end
clip
newpath
1 setlinewidth
gsave
newpath
systemdict
begin
373 418 481 472 setbbox
384.299988 418.5 moveto
469.699982 429.299988 10.8 -90 0 arc
469.699982 460.699982 10.8 0 90 arc
384.299988 460.699982 10.8 90 180 arc
384.299988 429.299988 10.8 180 270 arc
closepath
end
stroke
grestore
grestore
gsave
newpath
systemdict
begin
373 418 481 472 setbbox
384.299988 419 moveto
469.699982 429.299988 10.3 -90 0 arc
469.699982 460.699982 10.3 0 90 arc
384.299988 460.699982 10.3 90 180 arc
384.299988 429.299988 10.3 180 270 arc
closepath
end
fill
grestore
1 nxsetgray
gsave
newpath
systemdict
begin
369 414 477 468 setbbox
380.299988 415 moveto
465.699982 425.299988 10.3 -90 0 arc
465.699982 456.699982 10.3 0 90 arc
380.299988 456.699982 10.3 90 180 arc
380.299988 425.299988 10.3 180 270 arc
closepath
end
fill
grestore
gsave
newpath
systemdict
begin
369 414 477 468 setbbox
379.799988 414 moveto
466.199982 424.799988 10.8 -90 0 arc
466.199982 457.199982 10.8 0 90 arc
379.799988 457.199982 10.8 90 180 arc
379.799988 424.799988 10.8 180 270 arc
closepath
end
clip
newpath
0 nxsetgray
1 setlinewidth
gsave
newpath
systemdict
begin
369 414 477 468 setbbox
380.299988 414.5 moveto
465.699982 425.299988 10.8 -90 0 arc
465.699982 456.699982 10.8 0 90 arc
380.299988 456.699982 10.8 90 180 arc
380.299988 425.299988 10.8 180 270 arc
closepath
end
stroke
grestore
grestore
gsave
8 execuserobject setfont
0 nxsetgray
8 execuserobject setfont
0 nxsetgray
400 437.5 moveto (Network) show
399 452.5 moveto (Daemon) show
grestore
0.333338 nxsetgray
gsave
0.333338 nxsetgray
67 499 90 45 rectclip
1 setlinewidth
67.5 499.5 89 44 rectstroke
grestore
68 500 88 43 rectfill
1 nxsetgray
64 496 88 43 rectfill
gsave
63 495 90 45 rectclip
0 nxsetgray
1 setlinewidth
63.5 495.5 89 44 rectstroke
grestore
gsave
8 execuserobject setfont
0 nxsetgray
8 execuserobject setfont
0 nxsetgray
86 508 moveto (Receive) show
85 523 moveto (Interrupt) show
gsave
66 496 84 43 rectclip
86 538 moveto (Handler) show
grestore
grestore
0.333338 nxsetgray
gsave
0.333338 nxsetgray
202 499 90 45 rectclip
1 setlinewidth
202.5 499.5 89 44 rectstroke
grestore
203 500 88 43 rectfill
1 nxsetgray
199 496 88 43 rectfill
gsave
198 495 90 45 rectclip
0 nxsetgray
1 setlinewidth
198.5 495.5 89 44 rectstroke
grestore
gsave
8 execuserobject setfont
0 nxsetgray
8 execuserobject setfont
0 nxsetgray
219 508 moveto (Transmit) show
220 523 moveto (Interrupt) show
gsave
201 496 84 43 rectclip
221 538 moveto (Handler) show
grestore
grestore
0 nxsetgray
1 setlinewidth
2 setlinejoin
[1 6] 1 setdash
gsave
newpath
systemdict
begin
108.000023 475.700012 108.000031 495 setbbox
108.000023 495 moveto
108.000031 475.700012 lineto
end
stroke
grestore
[] 0 setdash
0 setlinejoin
gsave
[0 -1 1 0 -359.999969 576] concat
gsave
newpath
systemdict
begin
98.800034 463.5 108.000031 472.5 setbbox
108.000031 468 moveto
-9.2 4.5 rlineto
1.5 -4.5 rlineto
-1.5 -4.5 rlineto
closepath
end
fill
grestore
grestore
0 nxsetgray
1 setlinewidth
2 setlinejoin
[1 6] 1 setdash
gsave
newpath
systemdict
begin
243.000015 475.700012 243.000031 495 setbbox
243.000015 495 moveto
243.000031 475.700012 lineto
end
stroke
grestore
[] 0 setdash
0 setlinejoin
gsave
[0 -1 1 0 -224.999969 711] concat
gsave
newpath
systemdict
begin
233.800034 463.5 243.000031 472.5 setbbox
243.000031 468 moveto
-9.2 4.5 rlineto
1.5 -4.5 rlineto
-1.5 -4.5 rlineto
closepath
end
fill
grestore
grestore
0 nxsetgray
1 setlinewidth
2 setlinejoin
[6] 1 setdash
gsave
newpath
systemdict
begin
27 90 513 90 setbbox
27 90 moveto
513 90 lineto
end
stroke
grestore
[] 0 setdash
0 setlinejoin
0 nxsetgray
1 setlinewidth
2 setlinejoin
gsave
newpath
systemdict
begin
304.700012 45 405.000031 117 setbbox
405.000031 117 moveto
405 45 lineto
304.700012 45 lineto
end
stroke
grestore
0 setlinejoin
gsave
[-1 0 0 -1 594 90] concat
gsave
newpath
systemdict
begin
287.799988 40.5 297 49.5 setbbox
297 45 moveto
-9.2 4.5 rlineto
1.5 -4.5 rlineto
-1.5 -4.5 rlineto
closepath
end
fill
grestore
grestore
0 nxsetgray
1 setlinewidth
2 setlinejoin
gsave
newpath
systemdict
begin
297 178.699997 405.000031 207 setbbox
297 207 moveto
315 207 lineto
405 207 lineto
405.000031 178.699997 lineto
end
stroke
grestore
0 setlinejoin
gsave
[0 -1 1 0 234.000031 576] concat
gsave
newpath
systemdict
begin
395.800018 166.5 405.000031 175.5 setbbox
405.000031 171 moveto
-9.2 4.5 rlineto
1.5 -4.5 rlineto
-1.5 -4.5 rlineto
closepath
end
fill
grestore
grestore
0.333338 nxsetgray
gsave
0.333338 nxsetgray
newpath
systemdict
begin
400 247 472 301 setbbox
472 295.600006 moveto
0 -43.200001 rlineto
472 249.419205 455.872009 247 436 247 curveto
416.127991 247 400 249.419205 400 252.399994 curveto
0 43.200001 rlineto
400 298.580811 416.127991 301 436 301 curveto
455.872009 301 472 298.580811 472 295.600006 curveto
closepath
end
clip
newpath
1 setlinewidth
gsave
newpath
systemdict
begin
400.5 247.5 471.5 300.5 setbbox
471.5 295.200012 moveto
0 -42.400002 rlineto
471.5 249.874405 455.596008 247.5 436 247.5 curveto
416.403992 247.5 400.5 249.874405 400.5 252.800003 curveto
0 42.400002 rlineto
400.5 298.12558 416.403992 300.5 436 300.5 curveto
455.596008 300.5 471.5 298.12558 471.5 295.199982 curveto
closepath
end
stroke
grestore
gsave
newpath
systemdict
begin
400.5 247.5 471.5 300.5 setbbox
471.5 252.800003 moveto
471.5 255.725601 455.596008 258.100006 436 258.100006 curveto
416.403992 258.100006 400.5 255.725601 400.5 252.800003 curveto
end
stroke
grestore
grestore
gsave
newpath
systemdict
begin
401 248 471 300 setbbox
471 294.799988 moveto
0 -41.599998 rlineto
471 250.329605 455.320007 248 436 248 curveto
416.679993 248 401 250.329605 401 253.199997 curveto
0 41.599998 rlineto
401 297.67041 416.679993 300 436 300 curveto
455.320007 300 471 297.67041 471 294.800018 curveto
closepath
end
fill
grestore
1 nxsetgray
gsave
newpath
systemdict
begin
397 244 467 296 setbbox
467 290.799988 moveto
0 -41.599998 rlineto
467 246.329605 451.320007 244 432 244 curveto
412.679993 244 397 246.329605 397 249.199997 curveto
0 41.599998 rlineto
397 293.67041 412.679993 296 432 296 curveto
451.320007 296 467 293.67041 467 290.800018 curveto
closepath
end
fill
grestore
gsave
newpath
systemdict
begin
396 243 468 297 setbbox
468 291.600006 moveto
0 -43.200001 rlineto
468 245.419205 451.872009 243 432 243 curveto
412.127991 243 396 245.419205 396 248.399994 curveto
0 43.200001 rlineto
396 294.580811 412.127991 297 432 297 curveto
451.872009 297 468 294.580811 468 291.600006 curveto
closepath
end
clip
newpath
0 nxsetgray
1 setlinewidth
gsave
newpath
systemdict
begin
396.5 243.5 467.5 296.5 setbbox
467.5 291.200012 moveto
0 -42.400002 rlineto
467.5 245.874405 451.596008 243.5 432 243.5 curveto
412.403992 243.5 396.5 245.874405 396.5 248.800003 curveto
0 42.400002 rlineto
396.5 294.12558 412.403992 296.5 432 296.5 curveto
451.596008 296.5 467.5 294.12558 467.5 291.199982 curveto
closepath
end
stroke
grestore
gsave
newpath
systemdict
begin
396.5 243.5 467.5 296.5 setbbox
467.5 248.800003 moveto
467.5 251.725601 451.596008 254.100006 432 254.100006 curveto
412.403992 254.100006 396.5 251.725601 396.5 248.800003 curveto
end
stroke
grestore
grestore
gsave
8 execuserobject setfont
0 nxsetgray
8 execuserobject setfont
0 nxsetgray
411 266 moveto (Routing) show
416 281 moveto (Table) show
grestore
0 nxsetgray
1 setlinewidth
2 setlinejoin
gsave
newpath
systemdict
begin
304.304871 227.434952 388.695129 255.565048 setbbox
304.304871 227.434952 moveto
388.695129 255.565048 lineto
end
stroke
grestore
0 setlinejoin
gsave
[-0.948683 -0.316228 0.316228 -0.948683 507.607697 532.373413] concat
gsave
newpath
systemdict
begin
287.799988 220.5 297 229.5 setbbox
297 225 moveto
-9.2 4.5 rlineto
1.5 -4.5 rlineto
-1.5 -4.5 rlineto
closepath
end
fill
grestore
grestore
gsave
[0.948683 0.316228 -0.316228 0.948683 101.908165 -111.986488] concat
gsave
newpath
systemdict
begin
386.799988 253.5 396 262.5 setbbox
396 258 moveto
-9.2 4.5 rlineto
1.5 -4.5 rlineto
-1.5 -4.5 rlineto
closepath
end
fill
grestore
grestore
0 nxsetgray
1 setlinewidth
2 setlinejoin
gsave
newpath
systemdict
begin
242.999969 72 243.000031 172.300003 setbbox
243.000031 72 moveto
242.999969 172.300003 lineto
end
stroke
grestore
0 setlinejoin
gsave
[0 1 -1 0 422.999969 -62.999969] concat
gsave
newpath
systemdict
begin
233.799973 175.5 242.999969 184.5 setbbox
242.999969 180 moveto
-9.2 4.5 rlineto
1.5 -4.5 rlineto
-1.5 -4.5 rlineto
closepath
end
fill
grestore
grestore
0 nxsetgray
1 setlinewidth
2 setlinejoin
gsave
newpath
systemdict
begin
108 207 181.300003 414 setbbox
108.000031 414 moveto
108 207 lineto
181.300003 207 lineto
end
stroke
grestore
0 setlinejoin
gsave
[1 0 0 1 0 0] concat
gsave
newpath
systemdict
begin
179.800003 202.5 189 211.5 setbbox
189 207 moveto
-9.2 4.5 rlineto
1.5 -4.5 rlineto
-1.5 -4.5 rlineto
closepath
end
fill
grestore
grestore
grestore
%%Trailer
%%DocumentFonts: Helvetica