%!
%%Pages: (atend)
%%DocumentFonts: (atend)
%%EndComments
%
% Frame Maker PostScript Prolog 1.3, for use with Maker 1.3
% Copyright (c) 1986-1988 by Frame Technology, Inc.  All rights reserved.
%
% Known Problems:
%       Due to bugs in Transcript, the 'PS-Adobe-' is omitted from line 1
/FMversion (1.2) def
/FrameDict 123 dict def
% The readline in 23.0 doesn't recognize cr's as nl's on AppleTalk
FrameDict /tmprangecheck errordict /rangecheck get put
errordict /rangecheck {FrameDict /bug true put} put
FrameDict /bug false put
mark
% Some PS machines read past the CR, so keep the following 3 lines together!
currentfile 5 string readline
00
0000000000
cleartomark
errordict /rangecheck FrameDict /tmprangecheck get put
FrameDict /bug get {
       /readline {
               /gstring exch def
               /gfile exch def
               /gindex 0 def
               {
                       gfile read pop
                       dup 10 eq {exit} if
                       dup 13 eq {exit} if
                       gstring exch gindex exch put
                       /gindex gindex 1 add def
               } loop
               pop
               gstring 0 gindex getinterval true
               } def
       } if
/FMVERSION {
       FMversion ne {
               /Times-Roman findfont 18 scalefont setfont
               100 100 moveto
               (Maker version does not match postscript_prolog!)
               dup =
               show showpage
               } if
       } def
/FMLOCAL {
       FrameDict begin
       0 def
       end
       } def
       /gstring FMLOCAL
       /gfile FMLOCAL
       /gindex FMLOCAL
       /landscape FMLOCAL
       /docheight FMLOCAL
       /docwidth FMLOCAL
       /yscale FMLOCAL
       /xscale FMLOCAL
       /orgxfer FMLOCAL
       /orgproc FMLOCAL
       /organgle FMLOCAL
       /orgfreq FMLOCAL
/FMDOCUMENT {
       array /FMfonts exch def
       /#copies exch def
       FrameDict begin
       0 ne /landscape exch def
       /docheight exch def
       /docwidth exch def
       /yscale exch def
       /xscale exch def
       currenttransfer cvlit /orgxfer exch def
       currentscreen cvlit /orgproc exch def
               /organgle exch def /orgfreq exch def
       end
       } def
       /pagesave FMLOCAL
       /orgmatrix FMLOCAL
/FMBEGINPAGE {
       FrameDict begin
       /pagesave save def

       2 setlinecap
       xscale yscale scale
       landscape {
               90 rotate
               0 docheight neg translate
               /fillprocs /fillprocs90 load store
               }
               {/fillprocs /fillprocs0 load store}
               ifelse
       /orgmatrix matrix def
       gsave
       } def
/FMENDPAGE {
       grestore
       pagesave restore
       end
       showpage
       } def
       /fontname FMLOCAL
       /fontscale FMLOCAL
       /fontnum FMLOCAL
       /fontdict FMLOCAL
/FMDEFINEFONT {
       FrameDict begin
       /fontname exch def
       /fontscale exch def
       /fontnum exch def
       /fontdict fontname findfont fontscale scalefont def
       fontdict /Encoding get StandardEncoding eq
       {
               fontdict DiacriticEncode
               /fontdict exch def
       } {
               fontdict NonDiacriticEncode
               /fontdict exch def
       } ifelse
       FMfonts fontnum
               fontnum fontdict definefont
       put
       end
       } def
/FMLINEWIDTHS {
       FrameDict begin
       dup array /FMlinewidths exch def
       1 sub -1 0 {exch FMlinewidths 3 1 roll lnormalize put} for
       end
       } def
/FMNORMALIZEGRAPHICS {
       newpath
       0.0 0.0 moveto
       1 setlinewidth
       0 setlinecap
       0 setgray
       } bind def
/FMBEGINEPSF {
       end
       /FMEPSF save def
       /showpage {} def
       FMNORMALIZEGRAPHICS
       [/fy /fx /fh /fw /ury /urx /lly /llx] {exch def} forall
       fx fy translate
       fw urx llx sub div fh ury lly sub div scale
       llx neg lly neg translate
       } bind def

/FMENDEPSF {
       FMEPSF restore
       FrameDict begin
       } bind def

FrameDict begin
/savematrix {
       orgmatrix currentmatrix pop
       } bind def
/restorematrix {
       orgmatrix setmatrix
       } bind def
/dmatrix matrix def
/dpi    72 0 dmatrix defaultmatrix dtransform
       dup mul exch   dup mul add   sqrt
def
/max    {2 copy lt {exch} if pop} bind def
/min    {2 copy gt {exch} if pop} bind def
/DiacriticEncoding [
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /space /exclam /quotedbl
/numbersign /dollar /percent /ampersand /quotesingle /parenleft
/parenright /asterisk /plus /comma /hyphen /period /slash /zero /one
/two /three /four /five /six /seven /eight /nine /colon /semicolon
/less /equal /greater /question /at /A /B /C /D /E /F /G /H /I /J /K
/L /M /N /O /P /Q /R /S /T /U /V /W /X /Y /Z /bracketleft /backslash
/bracketright /asciicircum /underscore /grave /a /b /c /d /e /f /g /h
/i /j /k /l /m /n /o /p /q /r /s /t /u /v /w /x /y /z /braceleft /bar
/braceright /asciitilde /.notdef /Adieresis /Aring /Ccedilla /Eacute
/Ntilde /Odieresis /Udieresis /aacute /agrave /acircumflex /adieresis
/atilde /aring /ccedilla /eacute /egrave /ecircumflex /edieresis
/iacute /igrave /icircumflex /idieresis /ntilde /oacute /ograve
/ocircumflex /odieresis /otilde /uacute /ugrave /ucircumflex
/udieresis /dagger /.notdef /cent /sterling /section /bullet
/paragraph /germandbls /registered /copyright /trademark /acute
/dieresis /.notdef /AE /Oslash /.notdef /.notdef /.notdef /.notdef
/yen /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/ordfeminine /ordmasculine /.notdef /ae /oslash /questiondown
/exclamdown /logicalnot /.notdef /florin /.notdef /.notdef
/guillemotleft /guillemotright /ellipsis /.notdef /Agrave /Atilde
/Otilde /OE /oe /endash /emdash /quotedblleft /quotedblright
/quoteleft /quoteright /.notdef /.notdef /ydieresis /Ydieresis
/fraction /currency /guilsinglleft /guilsinglright /fi /fl /daggerdbl
/periodcentered /quotesinglbase /quotedblbase /perthousand
/Acircumflex /Ecircumflex /Aacute /Edieresis /Egrave /Iacute
/Icircumflex /Idieresis /Igrave /Oacute /Ocircumflex /.notdef /Ograve
/Uacute /Ucircumflex /Ugrave /dotlessi /circumflex /tilde /macron
/breve /dotaccent /ring /cedilla /hungarumlaut /ogonek /caron
] def
       /basefontdict FMLOCAL
       /newfontdict FMLOCAL
/DiacriticEncode {
       /basefontdict exch def
       /newfontdict basefontdict maxlength dict def
       basefontdict
       {exch dup /FID ne
               {dup /Encoding eq
                       {exch pop DiacriticEncoding}
                       {exch}
                       ifelse
                       newfontdict 3 1 roll put
                       }
               {pop pop}
               ifelse
               } forall
       newfontdict
       } bind def
/NonDiacriticEncode {
       /basefontdict exch def
       /newfontdict basefontdict maxlength dict def
       basefontdict
       {exch dup /FID ne
               {exch newfontdict 3 1 roll put}
               {pop pop}
               ifelse
               } forall
       newfontdict
       } bind def
       /freq FMLOCAL
       /bwidth FMLOCAL
       /bpside FMLOCAL
       /bstring FMLOCAL
       /onbits FMLOCAL
       /offbits FMLOCAL
       /xindex FMLOCAL
       /yindex FMLOCAL
       /x FMLOCAL
       /y FMLOCAL
/setpattern {
        /freq    exch def
        /bwidth  exch def
        /bpside  exch def
        /bstring exch def
        /onbits 0 def  /offbits 0 def
        freq 0 {/y exch def
                /x exch def
                /xindex x 1 add 2 div bpside mul cvi def
                /yindex y 1 add 2 div bpside mul cvi def
                bstring yindex bwidth mul xindex 8 idiv add get
                1 7 xindex 8 mod sub bitshift and 0 ne
                {/onbits  onbits  1 add def 1}
                {/offbits offbits 1 add def 0}
                ifelse
               }
               setscreen
        {} settransfer
        offbits offbits onbits add div setgray
       } bind def
/grayness {
       setgray
       orgxfer cvx settransfer
       orgfreq organgle orgproc cvx setscreen
       } bind def
/normalize {
       transform cvi exch cvi exch itransform
       } bind def
/dnormalize {
       dtransform cvi exch cvi exch idtransform
       } bind def
/lnormalize {
       0 dtransform exch cvi 2 idiv 2 mul 1 add exch idtransform pop
       } bind def
/fillprocs0
       [{0.00 grayness}
        {0.10 grayness}
        {0.30 grayness}
        {0.50 grayness}
        {0.70 grayness}
        {0.90 grayness}
        {0.97 grayness}
        {1.00 grayness}
        {<0F1E3C78F0E1C387> 8 1 dpi 16 div setpattern}
        {<0F87C3E1F0783C1E> 8 1 dpi 16 div setpattern}
        {<CCCCCCCCCCCCCCCC> 8 1 dpi 16 div setpattern}
        {<FFFF0000FFFF0000> 8 1 dpi 16 div setpattern}
        {<8142241818244281> 8 1 dpi 16 div setpattern}
        {<03060C183060C081> 8 1 dpi 16 div setpattern}
        {<8040201008040201> 8 1 dpi 16 div setpattern}
        {}
        {1.00 grayness}
        {0.90 grayness}
        {0.70 grayness}
        {0.50 grayness}
        {0.30 grayness}
        {0.10 grayness}
        {0.03 grayness}
        {0.00 grayness}
        {<F0E1C3870F1E3C78> 8 1 dpi 16 div setpattern}
        {<F0783C1E0F87C3E1> 8 1 dpi 16 div setpattern}
        {<3333333333333333> 8 1 dpi 16 div setpattern}
        {<0000FFFF0000FFFF> 8 1 dpi 16 div setpattern}
        {<7EBDDBE7E7DBBD7E> 8 1 dpi 16 div setpattern}
        {<FCF9F3E7CF9F3F7E> 8 1 dpi 16 div setpattern}
        {<7FBFDFEFF7FBFDFE> 8 1 dpi 16 div setpattern}
        {}
       ] def
/fillprocs90
        [{0.00 grayness}
        {0.10 grayness}
        {0.30 grayness}
        {0.50 grayness}
        {0.70 grayness}
        {0.90 grayness}
        {0.97 grayness}
        {1.00 grayness}
        {<87c3e1f0783c1e0f> 8 1 dpi 16 div setpattern}
        {<f0e1c3870f1e3c78> 8 1 dpi 16 div setpattern}
        {<0000ffff0000ffff> 8 1 dpi 16 div setpattern}
        {<cccccccccccccccc> 8 1 dpi 16 div setpattern}
        {<8142241818244281> 8 1 dpi 16 div setpattern}
        {<81c06030180c0603> 8 1 dpi 16 div setpattern}
        {<0102040810204080> 8 1 dpi 16 div setpattern}
        {}
        {1.00 grayness}
        {0.90 grayness}
        {0.70 grayness}
        {0.50 grayness}
        {0.30 grayness}
        {0.10 grayness}
        {0.03 grayness}
        {0.00 grayness}
        {<783c1e0f87c3e1f0> 8 1 dpi 16 div setpattern}
        {<0f1e3c78f0e1c387> 8 1 dpi 16 div setpattern}
        {<ffff0000ffff0000> 8 1 dpi 16 div setpattern}
        {<3333333333333333> 8 1 dpi 16 div setpattern}
        {<7ebddbe7e7dbbd7e> 8 1 dpi 16 div setpattern}
        {<7e3f9fcfe7f3f9fc> 8 1 dpi 16 div setpattern}
        {<fefdfbf7efdfbf7f> 8 1 dpi 16 div setpattern}
        {}
       ] def
/fillprocs /fillprocs0 load def
/H {
       FMlinewidths exch get setlinewidth
       } bind def
/X {
       fillprocs exch get exec
       } bind def
/V {
       gsave eofill grestore
       } bind def
/N {
       gsave stroke grestore
       } bind def
/M {newpath moveto} bind def
/E {lineto} bind def
/D {curveto} bind def
/O {closepath} bind def
       /n FMLOCAL
/L {
       /n exch def
       newpath
       normalize
       moveto
       2 1 n {pop normalize lineto} for
       } bind def
/Y {
       L
       closepath
       } bind def
/K {
       /n exch def
       newpath
       moveto
       3 1 n {pop curveto} for
       } bind def
/J {
       /n exch def
       newpath
       moveto
       1 1 n {pop curveto} for
       } bind def
       /x1 FMLOCAL
       /x2 FMLOCAL
       /y1 FMLOCAL
       /y2 FMLOCAL
/R {
       /y2 exch def
       /x2 exch def
       /y1 exch def
       /x1 exch def
       x1 y1
       x2 y1
       x2 y2
       x1 y2
       4 Y
       } bind def
/C {
       grestore
       gsave
       R
       clip
       } bind def
/U {
       grestore
       gsave
       } bind def
/F {
       FMfonts exch get
       setfont
       } bind def
/T {
       moveto show
       } bind def
/P {
       moveto
       0 32 3 2 roll widthshow
       } bind def
/S {
       moveto
       0 exch ashow
       } bind def
/B {
       moveto
       0 32 4 2 roll 0 exch awidthshow
       } bind def
/Q {
       moveto
       gsave show grestore
       } bind def
       /x FMLOCAL
       /y FMLOCAL
       /dx FMLOCAL
       /dy FMLOCAL
       /dl FMLOCAL
       /t FMLOCAL
       /t2 FMLOCAL
       /Cos FMLOCAL
       /Sin FMLOCAL
       /r FMLOCAL
/W {
       dnormalize
       /dy exch def
       /dx exch def
       normalize
       /y  exch def
       /x  exch def
       /dl dx dx mul dy dy mul add sqrt def
       dl 0.0 gt {
               /t currentlinewidth def
               savematrix
               /Cos dx dl div def
               /Sin dy dl div def
               /r [Cos Sin Sin neg Cos 0.0 0.0] def
               /t2 t 2.5 mul 3.5 max def
               newpath
               x y translate
               r concat
               0.0 0.0 moveto
               dl t 2.7 mul sub 0.0 rlineto
               stroke
               restorematrix
               x dx add y dy add translate
               r concat
               t 0.67 mul setlinewidth
               t 1.61 mul neg  0.0 translate
               0.0 0.0 moveto
               t2 1.7 mul neg  t2 2.0 div     moveto
               0.0 0.0 lineto
               t2 1.7 mul neg  t2 2.0 div neg lineto
               stroke
               t setlinewidth
               restorematrix
               } if
       } bind def
/G {
       gsave
       newpath
       normalize translate 0.0 0.0 moveto
       dnormalize scale
       0.0 0.0 1.0 5 3 roll arc
       closepath eofill
       grestore
       } bind def
       /x FMLOCAL
       /y FMLOCAL
       /w FMLOCAL
       /h FMLOCAL
       /xx FMLOCAL
       /yy FMLOCAL
       /ww FMLOCAL
       /hh FMLOCAL
/A {
       /y exch def
       /x exch def
       /h exch def
       /w exch def
       x y normalize /yy exch def /xx exch def
       w h dnormalize /hh exch def /ww exch def
       ww abs hh abs xx ww add yy hh sub
       gsave
       savematrix
       newpath
       translate
       scale
       0.0 0.0 1.0 5 3 roll arc
       0 setlinecap
       restorematrix
       stroke
       grestore
       } bind def
       /FMsaveobject FMLOCAL
       /FMoptop FMLOCAL
       /FMdicttop FMLOCAL
/BEGINPRINTCODE {
       /FMdicttop countdictstack 1 add def
       /FMoptop count 6 sub def
       /FMsaveobject save def
       userdict begin
       /showpage {} def
       translate
       FMNORMALIZEGRAPHICS
       } bind def
/ENDPRINTCODE {
       count -1 FMoptop {pop pop} for
       countdictstack -1 FMdicttop {pop end} for
       FMsaveobject restore
       } bind def
/gn {
       0
       {       46 mul
               cf read pop
               32 sub
               dup 46 lt {exit} if
               46 sub add
               } loop
       add
       } bind def
       /str FMLOCAL
/cfs {
       /str sl string def
       0 1 sl 1 sub {str exch val put} for
       str def
       } bind def
/ic [
       0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0223
       0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0223
       0
       {0 hx} {1 hx} {2 hx} {3 hx} {4 hx} {5 hx} {6 hx} {7 hx} {8 hx} {9 hx}
       {10 hx} {11 hx} {12 hx} {13 hx} {14 hx} {15 hx} {16 hx} {17 hx} {18 hx}
       {19 hx} {gn hx} {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12}
       {13} {14} {15} {16} {17} {18} {19} {gn} {0 wh} {1 wh} {2 wh} {3 wh}
       {4 wh} {5 wh} {6 wh} {7 wh} {8 wh} {9 wh} {10 wh} {11 wh} {12 wh}
       {13 wh} {14 wh} {gn wh} {0 bl} {1 bl} {2 bl} {3 bl} {4 bl} {5 bl} {6 bl}
       {7 bl} {8 bl} {9 bl} {10 bl} {11 bl} {12 bl} {13 bl} {14 bl} {gn bl}
       {0 fl} {1 fl} {2 fl} {3 fl} {4 fl} {5 fl} {6 fl} {7 fl} {8 fl} {9 fl}
       {10 fl} {11 fl} {12 fl} {13 fl} {14 fl} {gn fl}
       ] def
       /sl FMLOCAL
       /val FMLOCAL
       /ws FMLOCAL
       /im FMLOCAL
       /bs FMLOCAL
       /cs FMLOCAL
       /len FMLOCAL
       /pos FMLOCAL
/ms {
       /sl exch def
       /val 255 def
       /ws cfs
       /im cfs
       /val 0 def
       /bs cfs
       /cs cfs
       } bind def
400 ms
/ip {
       is
       0
       cf cs readline pop
       {       ic exch get exec
               add
               } forall
       pop

       } bind def
/wh {
       /len exch def
       /pos exch def
       ws 0 len getinterval im pos len getinterval copy pop
       pos len
       } bind def
/bl {
       /len exch def
       /pos exch def
       bs 0 len getinterval im pos len getinterval copy pop
       pos len
       } bind def
/s1 1 string def
/fl {
       /len exch def
       /pos exch def
       /val cf s1 readhexstring pop 0 get def
       pos 1 pos len add 1 sub {im exch val put} for
       pos len
       } bind def
/hx {
       3 copy getinterval
       cf exch readhexstring pop pop
       } bind def
       /h FMLOCAL
       /w FMLOCAL
       /lb FMLOCAL
       /bitmapsave FMLOCAL
       /is FMLOCAL
       /cf FMLOCAL
/BEGINBITMAP {
       gsave
       translate scale /h exch def /w exch def
       /lb w 7 add 8 idiv def
       sl lb lt {lb ms} if
       /bitmapsave save def
       /is im 0 lb getinterval def
       ws 0 lb getinterval is copy pop
       /cf currentfile def
       w h 1 [w 0 0 h neg 0 h]
       {ip} image
       bitmapsave restore
       grestore
       } bind def
/ENDBITMAP {
       } bind def
end
%%EndProlog
%%BeginSetup
(1.2) FMVERSION
1. 1. 612. 792. 0 1 7 FMDOCUMENT
0 12. /Times-Bold  FMDEFINEFONT
1 10. /Times-Roman  FMDEFINEFONT
2 7. /Helvetica  FMDEFINEFONT
3 9. /Times-Roman  FMDEFINEFONT
4 10. /Times-Bold  FMDEFINEFONT
5 18. /Helvetica-Bold  FMDEFINEFONT
6 12. /Times-Roman  FMDEFINEFONT
0.5 1. 3. 4. 4 FMLINEWIDTHS
%%EndSetup
%%Page: "2" 2
FMBEGINPAGE
0 F
0 X
(Abbreviations) 111. 686. T
1 F
(CBNU:) 111. 658. T
(Chungbuk National University) 185. 658. T
(CNNU:) 111. 644. T
(Chungnam National University) 185. 644. T
(DACOM:  ) 111. 630. T
(Data Communications Company Research Institute) 185. 630. T
(DSHM: ) 111. 616. T
(Daewoo Ship and Heavy Metal Research Center) 185. 616. T
(ETRI:  ) 111. 602. T
(Electronics and Telecommunications Research Institute) 185. 602. T
(GEC: ) 111. 588. T
(Genetic Engineering Center) 185. 588. T
(GSC:  ) 111. 574. T
(Goldstar Cable Company Research Institute) 185. 574. T
(ISSA:) 111. 560. T
(Institute of Space and Aero Technology) 185. 560. T
(KAERI: ) 111. 546. T
(Korea Advanced Energy Research Institute  ) 185. 546. T
(KAIST:) 111. 532. T
(Korea Advanced Institute of Science and Technology) 185. 532. T
(KERI:) 111. 518. T
(Korea Electro Technology Institute) 185. 518. T
(KIER:) 111. 504. T
(Korea Institute of Energy and Resources) 185. 504. T
(KIMM:) 111. 490. T
(Korea Institute of Machinery and Metals) 185. 490. T
(KORDI:) 111. 476. T
(Korea Ocean Research and Development Institute) 185. 476. T
(KREWHACC:) 111. 462. T
(Ewha Women\325s University Computer Center) 185. 462. T
(KRHYUCC1:) 111. 448. T
(Hanyang University Computer Center) 185. 448. T
(KRICT:) 111. 434. T
(Korea Research Institute of Chemical Technology) 185. 434. T
(KRINHA:) 111. 420. T
(Inha University) 185. 420. T
(KRKHUCC1:) 111. 406. T
(Kyunghee University Computer Center) 185. 406. T
(KRKOREA1:) 111. 392. T
(Korea University) 185. 392. T
(KRSKKUC1:) 111. 378. T
(Sungkyunkwan University Computer Center) 185. 378. T
(KRSNUCC1:) 111. 364. T
(Seoul National University Computer Center) 185. 364. T
(KRSNUCOM:) 111. 350. T
(Seoul National University Computer Engineering Department) 185. 350. T
(KRSOGANG:) 111. 336. T
(Sogang University) 185. 336. T
(KRYSU:) 111. 322. T
(Yonsei University) 185. 322. T
(KRSMWU:) 111. 308. T
(Sookmyung Women\325s University) 185. 308. T
(KRKHUCC1:) 111. 294. T
(Kyunghee University Computer Center) 185. 294. T
(KRHONGIK) 111. 280. T
(Hongik University) 185. 280. T
(KSRI:) 111. 266. T
(Korea Standards Research Institute) 185. 266. T
(KT: ) 111. 252. T
(Korea Telecom Research Center) 185. 252. T
(KWU: ) 111. 238. T
(Kwangwoon University) 185. 238. T
(NMC:  ) 111. 224. T
(Network Management Center) 185. 224. T
(POSTECH: ) 111. 210. T
(Pohang Institute of Science and Technology) 185. 210. T
(SAIT:  ) 111. 196. T
(Samsung Advanced Institute of Technology ) 185. 196. T
(SERI:) 111. 182. T
(System Engineering Research Institute) 185. 182. T
(SWU:  ) 111. 168. T
(Sungshin Women\325s University) 185. 168. T
2 F
(1991.6.3) 446. 103. T
0.82 (Taeha Park) 446. 97. P
([email protected]) 446. 91. T
FMENDPAGE
%%Page: "1" 1
FMBEGINPAGE
320. 259. 291. 259. 2 L
0 H
0 X
N
321. 274. 291. 274. 2 L
N
291. 259. 291. 324. 2 L
N
396. 259. 427. 259. 2 L
N
395. 274. 427. 274. 2 L
N
427. 259. 427. 324. 2 L
N
539. 405. 539. 347. 514. 347. 3 L
N
1 F
2.19 (cnnu.ac.kr \0509600\051) 469. 286. P
4.4 (kimm.re.kr \0509600\051) 469. 214. P
2.86 (gec.re.kr \0509600\051) 469. 272. P
4.19 (kier.re.kr \0509600\051) 469. 229. P
3.75 (kaeri.re.kr \0509600\051) 469. 257. P
4.63 (kordi.re.kr \0509600\051) 469. 199. P
4.74 (ksri.re.kr \0509600\051) 469. 169. P
5.41 (krict.re.kr \0509600\051) 469. 184. P
2.19 (cbnu.ac.kr \0509600\051) 469. 300. P
4.19 (keri.re.kr \0509600\051) 469. 243. P
3.74 (issa.re.kr \0509600\051) 469. 155. P
450. 333. 450. 159. 2 L
N
320. 347. 404. 347. 2 L
N
3 F
(9600) 352. 336. T
1 F
(KREWHACC.BITNET) 113. 537. T
(KRHYUCC1.BITNET) 113. 523. T
(KRINHA.BITNET) 113. 509. T
(KRKOREA1.BITNET) 113. 495. T
(KRSNUCOM.BITNET) 113. 465. T
(KRSOGANG.BITNET) 113. 451. T
(KRYSUCC1.BITNET) 113. 436. T
(KRSMWU.BITNET) 113. 423. T
(KRKHUCC1.BITNET) 113. 408. T
95. 454. 106. 454. 2 L
N
94. 439. 105. 439. 2 L
N
95. 425. 106. 425. 2 L
N
94. 577. 94. 397. 2 L
N
95. 542. 106. 542. 2 L
N
94. 527. 105. 527. 2 L
N
95. 514. 106. 514. 2 L
N
95. 499. 106. 499. 2 L
N
94. 484. 105. 484. 2 L
N
94. 469. 107. 469. 2 L
N
(KRHONGIK.BITNET) 114. 393. T
(Internet) 254. 697. T
(Paccom) 256. 655. T
2.7 (\050U. of Hawaii\051) 240. 643. P
272. 609. 272. 634. 2 L
N
272. 669. 272. 690. 2 L
N
291. 601. 291. 394. 2 L
N
316. 588. 396. 588. 2 L
N
272. 591. 272. 342. 2 L
N
215. 323. 329. 371. R
7 X
V
0 X
N
217. 565. 328. 610. R
7 X
V
0 X
N
96. 236. 107. 236. 2 L
N
95. 222. 106. 222. 2 L
N
96. 208. 107. 208. 2 L
N
95. 363. 95. 208. 2 L
N
95. 308. 106. 308. 2 L
N
96. 295. 107. 295. 2 L
N
96. 281. 107. 281. 2 L
N
95. 266. 106. 266. 2 L
N
96. 253. 107. 253. 2 L
N
451. 591. 451. 346. 2 L
N
468. 566. 468. 538. 479. 538. 3 L
N
45. 565. 144. 611. R
7 X
V
0 X
N
292. 438. 303. 438. 2 L
N
291. 422. 302. 422. 2 L
N
292. 409. 303. 409. 2 L
N
2.74 (gsc.co.kr \0509600\051) 307. 526. P
5.84 (solvit.co.kr \0509600\051) 307. 467. P
3.85 (kta.co.kr \0509600\051) 307. 510. P
3.96 (sait.co.kr \05056K\051) 307. 482. P
2.41 (media.co.kr \05056K\051) 307. 496. P
3.3 (swu.ac.kr \05056K\051) 308. 419. P
1.75 (hanyang.ac.kr \0502400\051) 308. 451. P
2.74 (snu.ac.kr \0502400\051) 307. 435. P
2.42 (ukorea.ac.kr \0509600\051) 307. 404. P
3.69 (dacom.co.kr \050X.25\051) 307. 541. P
292. 530. 303. 530. 2 L
N
291. 514. 302. 514. 2 L
N
292. 500. 303. 500. 2 L
N
292. 487. 303. 487. 2 L
N
291. 470. 302. 470. 2 L
N
292. 455. 302. 455. 2 L
N
292. 545. 304. 545. 2 L
N
3 F
(56K) 243. 488. T
396. 565. 509. 611. R
7 X
V
0 X
N
4 F
5.5 (Hana/SDN NMC) 233. 595. P
1 F
3.12 (\050KAIST, Seoul\051) 239. 581. P
(Internet) 522. 478. T
(CERFNet) 516. 437. T
0.13 ( \050San Diego Super) 496. 424. P
(BITNET) 76. 697. T
0.86 (\050Science U. of Tokyo\051) 48. 643. P
4 F
4.83 (BITNET NMC) 60. 596. P
1 F
(\050SNU\051) 80. 582. T
4 F
3.18 (KREONet NMC) 415. 594. P
1 F
2.89 (\050SERI, Seoul\051) 421. 582. P
3 F
(56K) 354. 577. T
396. 323. 513. 371. R
7 X
V
0 X
N
4 F
5.5 (Hana/SDN NMC) 233. 354. P
1 F
1.8 (\050KAIST, Daeduk\051) 235. 340. P
4 F
3.18 (KREONet NMC) 415. 354. P
1 F
1.57 (\050SERI, Daeduk\051) 421. 341. P
(etri.re.kr) 338. 271. T
1.74 (postech.ac.kr ) 330. 255. P
3 F
(256K) 420. 469. T
94. 692. 94. 659. 2 L
N
94. 637. 94. 612. 2 L
N
1 F
3.4 (dshm.co.kr \0509600\051) 483. 534. P
3 F
(56K) 266. 286. T
(9600) 398. 286. T
5 F
1.74 (R&D Networks in Korea ) 49. 740. P
49. 736.78 263. 738.09 R
V
1 F
1.9 (Kangwon U.) 112. 304. P
1.89 (Chungnam U.) 112. 290. P
2.11 (Chungbuk U.) 112. 276. P
1.56 (Kyungbuk U.) 112. 262. P
1.89 (Pusan U.) 112. 248. P
1.67 (Cheonbuk U.) 112. 234. P
1.45 (Cheonnam U.) 112. 220. P
1.89 (Cheju U.) 112. 206. P
3 F
(9600) 59. 260. T
1 F
(kum.kaist.ac.kr) 239. 570. T
(gaya.seri.re.kr) 421. 571. T
(daiduk.kaist.ac.kr) 236. 329. T
(garam.seri.re.kr) 423. 330. T
(KRSNUCC1.BITNET) 48. 569. T
3.41 (kwu.ac.kr \0509600\051) 307. 390. P
292. 394. 303. 394. 2 L
N
45. 324. 144. 370. R
7 X
V
0 X
N
4 F
2.73 (KREN NMC) 65. 355. P
1 F
(\050SNU\051) 80. 341. T
3 F
(RSCS) 65. 502. T
(9600) 66. 491. T
94. 410. 107. 410. 2 L
N
6 F
1.17 (Remarks: Domain names of KREN hosts are not available currently. ) 63. 119. P
451. 203. 462. 203. 2 L
N
450. 186. 461. 186. 2 L
N
451. 173. 462. 173. 2 L
N
451. 292. 462. 292. 2 L
N
450. 276. 461. 276. 2 L
N
451. 262. 462. 262. 2 L
N
450. 248. 462. 248. 2 L
N
450. 232. 461. 232. 2 L
N
451. 219. 462. 219. 2 L
N
451. 305. 463. 305. 2 L
N
451. 159. 462. 159. 2 L
N
3 F
(TCP/IP) 391. 297. T
(TCP/IP) 236. 501. T
(TCP/IP) 258. 297. T
(TCP/IP) 415. 483. T
(TCP/IP) 348. 350. T
(TCP/IP) 345. 592. T
1 F
(KRSKKUC1.BITNET) 113. 480. T
94. 396. 107. 396. 2 L
N
3 F
(RSCS) 67. 618. T
(9600) 102. 618. T
0.62 (TCP/IP    56K) 239. 620. P
0.25 (TCP/IP    ) 506. 383. P
(56K) 545. 383. T
1 F
1.3 (   Computer Center\051 ) 499. 413. P
538. 452. 538. 473. 2 L
N
3 F
(TCP/IP) 56. 271. T
FMENDPAGE
%%Trailer
%%Pages: 2 -1
%%DocumentFonts: Times-Bold
%%+ Times-Roman
%%+ Helvetica
%%+ Helvetica-Bold