< C1A4C0BAC8F12DC2F7B7AE20C0CCB5BF20B9E6C7E2B0FA20B9D0C1FDB5B5B8A620B0EDB7C1C7D E687770>

Size: px
Start display at page:

Download "< C1A4C0BAC8F12DC2F7B7AE20C0CCB5BF20B9E6C7E2B0FA20B9D0C1FDB5B5B8A620B0EDB7C1C7D E687770>"

Transcription

1 Journal of the Korea Academia-Industrial cooperation Society Vol. 16, No. 1 pp , ISSN / eissn 차량이동방향과밀집도를고려한 UIGRP (Urban Intersection based Geographic Routing Protocol) 설계 이병관 1, 정은희 2* 1 가톨릭관동대학교컴퓨터학과, 2 강원대학교지역경제학과 Design of UIGRP(Urban Intersection based Geographic Routing Protocol) considering the moving direction and density of vehicles Byung-Kwan Lee 1, Eun-Hee Jeong 2* 1 Department of Computer, Cathoric Kwandong University, 2 Department of Regional Economics, Kangwon National University 요약본논문에서는도심교차로에서차량들의빈번한방향전환으로인해발생하는네트워크단절과패킷전송지연문제를해결할수있는 UIGRP 을제안한다. UIGRP는첫째, 차량의이동방향과목적지의위치를이용해 Direction 을산출하고, 둘째, RSU가도심교차로의밀집도를측정하도록설계한다. 그리고셋째, 목적지노드가위치한방향으로이동하는차량이면서밀집도가가장높은곳에위치하는노드를중간노드로선정하여데이터전송경로를선정하는 TGF 알고리즘을설계한다. TGF 알고리즘은이동방향과밀집도를이용해기존의 Greedy Forwarding 알고리즘이갖는 local maximum 문제들의발생을최소화시키거나제거한다. 시뮬레이션결과, UIGRP 는기존의 GPSR 과 GPUR보다 local maximum 문제발생횟수를평균 3회, 1회감소하고, 패킷전송시간도평균 6.12(ms), 2.04(ms) 단축시켰으며, 패킷전송성공률은 15%, 3% 증가하였다 Abstract This paper proposes the UIGRP, which can tackle the problem of the network disconnection and packet transmission delay caused by turning vehicles frequently in an urban intersection. The UIGRP was designed as follows. First, it calculates the direction of vehicles using the moving direction of vehicles and the location of a destination. Second, it makes the RSU measure the density of an urban intersection. Third, the TGF Algorithm in the UIGRP decides the data transmission paths by setting as an intermediate node, not only the vehicle that is moving in the direction where a destination node is located, but also the node that has the highest density. The TGF algorithm using a moving direction and density minimizes or removes the occurrence of local maximum problems that the existing Greedy Forwarding algorithm has. Therefore, the simulation result shows that UIGRP decreases the occurrence of local maximum problems by 3 and 1 times, and the packet transmission time by 6.12 and 2.04(ms), and increases the success rate of packet transmission by 15 and 3%, compared to the existing GPSR and GPUR. Key Words : Density, Direction, GPSR, Transformed Greedy Forwarding Algorithm, UIGRP 1. 서론최근자동차통신및이를활용한지능형자동차를위한 ITS(Intelligent Transportation System) 에관한연구가활발히진행되고있다. 특히, VANET(Vehicular Ad-hoc Network) 는 ITS 구현을위한핵심네트워크구조로써차량간무선통신을기반으로하는멀티홉방식의네트워크이다. VANET의목표는차량간또는인프라간의무선통신으로정보교환을하여교통흐름을파악하고, 도로에 * Corresponding Author : Eun-Hee Jeong(Kangwon National Univ.) Tel: jeongeh@kangwon.ac.kr Received August 8, 2014 Revised (1st September 26, 2014, 2nd September 30, 2014) Accepted January 8,

2 한국산학기술학회논문지제 16 권제 1 호, 2015 서일어나는긴급상황에대처함으로써안전하고효율적인운행을가능하게하는것이다. 하지만, VANET은빈번한차량이동으로인한잦은토폴로지변동으로차량간메시지전송경로가빈번하게단절됨으로써데이터패킷도착율의저하로신뢰성문제등을갖고있다. 본논문에서는이러한데이터패킷전송경로의단절과데이터패킷의전송지연을방지하기위해차량의이동방향과교차로밀집도를이용하는 UIGRP(Urban Intersection based Geographic Routing Protocol) 을제안한다. UIGRP은목적지와동일한이동방향을갖는차량들을이웃노드로선정하고, 이이웃노드들과도로밀집도를이용하여데이터패킷전송경로를선정하는 TGF(Transformed Greedy Forwarding) 알고리즘을설계한다. 그리고 UIGRP는 TGF 알고리즘을이용하여목적지에신속하게데이터패킷을전달함으로써데이터패킷손실율을낮추고, VANET의신뢰성을향상시키고자한다. 본논문의구성은다음과같다. 2장에서관련연구인 Geographical Routing Protocol (GRP), Greedy 알고리즘을살펴보고, 3장에서본논문에서제안하는 UIGRP와 TGF을설계한다. 그리고 4장에서는 3장에서설계한 UIGRP를분석하고, 5장에서결론을맺는다. 드중에목적지가장가까이에위치한노드를선택하여데이터를전달하기때문에근원지노드와목적지노드사이에가장짧은경로를제공하는프로토콜이다. GPSR 에서각노드는주기적으로이웃노드정보를유지하기위해 Hello packet으로이웃노드의정보를수집하여이웃노드테이블을생성하고, 이테이블을이용하여데이터를전달할노드를선택한다. 이때, GPSR은 greedy mode과 perimeter mode로데이터를목적지에전달한다. Greedy mode는근원지노드가목적지노드에데이터를전달하기위해중간노드를선택하고, 데이터를전달하는동작을말한다. 그리고 Perimeter mode는근원지노드가선택한중간노드의이웃노드가존재하지않을경우새로운중간노드를선택하여데이터를전달하는동작을말한다 [6,7,8,9]. 2. 관련연구 2.1 Geographic Routing Protocol 무선애드혹네트워크에서는전통적인라우팅프로토콜로 On-Demand Routing Protocol이사용되어왔다. 이방법은 IP 기반라우팅프로토콜로라우팅경로결정을위해네트워크전체에경로요청메시지를플로딩한다. 따라서불필요한위치까지경로요청메시지가전달되는단점을가지게되며, 이러한단점을보완하기위해노드의위치정보를활용하는위치정보기반라우팅프로토콜이제안되었다 [1, 2]. 기존위치정보기반라우팅프로토콜은 Location-Aided Routing (LAR)[3] 와 Greedy Perimeter Stateless Routing (GPSR)[4,5] 이대표적이다 [6]. GPSR은위치정보를이용하여전송범위에있는노 [Fig. 1] GPSR protocol 그림 1은 GPSR의 Greedy mode와 Perimeter mode를설명한것이다. 근원지노드 A가목적지 D 노드로데이터를전송하고자할때, GPSR은 A 노드의이웃노드들중목적지노드 D와가장가까운노드인 B를중간노드로선정하고, 노드 B에게데이터를전송한다. 이때, 중간노드 B는이웃노드들중목적지노드 D와가장가까운중간노드를발견할수없는 local maximum 문제에직면하게되고, GPSR는 local maximum 문제를해결하기위해 Perimeter mode 로전환하여이목적지노드와반대되는방향으로전송을시도한다. 그리고목적지노드와가장근접한노드 H를중간노드를선정한후에, Greedy mode 로전환하여목적지노드 D에게데이터를전달하는중간노드를선정한후에데이터를전달한다.[6,10]. GPSR은전체네트워크의토폴로지정보가아닌전송 704

3 차량이동방향과밀집도를고려한 UIGRP(Urban Intersection based Geographic Routing Protocol) 설계 범위내에있는노드의정보만을구성하기때문에경로탐색시네트워크전체에라우팅메시지를전송하지않는것과 shortest path를설정한다는장점을갖는다. 하지만 GPSR은위치정보를저장하기위한데이터베이스관리로인한오버헤드가발생할수있고, 라우팅이이루어지지않는사각지대인 void zone이있을경우경로를탐색하지못하는단점이있다 [7,10,11,12]. 2.2 Greedy Forwarding 알고리즘무선 Ad Hoc 네트워크에서는네트워크수명을최대화하기위해서각노드들의제한된에너지를효율적으로사용하여야한다. GPSR(Greedy Perimeter Stateless Routing)[4,5] 프로토콜에서사용하는. Greedy Forwarding 은그림 2[4] 에서와같이항상목적지에가장가까운노드만을 Next-Hop 으로설정하여네트워크통신을행하므로인해, 특정노드의에너지소모가급격하게증가하는경향을가지고있다. 또한, MANET 을위한위치정보기반라우팅프로토콜들이제안되었으며이들프로토콜들은특정노드의에너지소모가집중된다는단점을가지고있다 RUS는교통센터로부터이웃 RSU의밀집도정보를제공받는다고가정한다. 3.1 Overview 본논문에서제안하는 UIGRP는그림 3에서전체적인흐름을설명하고있듯이, 차량에부착된 GPS로차량의위치를알수있으며, 이위치정보를이용하는지리기반프로토콜이다. 또한 UIGRP는차량이위치하고있는교차로의밀집도정보를 RSU로부터제공받는다. [Fig. 2] Greedy Forwarding 3. UIGRP 설계본논문에서는차량의위치, 이동방향, 이웃노드의수, 그리고교차로밀집도를이용하여데이터전송경로를설정함으로써 GPSR의 local maximum 문제의발생가능성을줄일수있는 UIGRP 를제안한다. 본논문에서제안하는 UIGRP 설계에서는네트워크내의모든노드들은첫째, GPS를장착하고있어위치정보를알수있으며, 둘째, 1홉단위내의이웃노드들의정보를 Hello message를통해수집할수있고, 셋째, 근원지노드는목적지노드의위치를알고있고, 넷째, 도로변에설치된 [Fig. 3] UIGRP Flowchart UIGRP는 Hello message를사용하여이웃노드의위치와이웃노드리스트를수집하여라우팅테이블을갱신한다. 그리고 UIGRP는라우팅테이블에저장되어있는이웃노드정보중에서목적지와같은방향으로이동하고, 이웃노드의수가 1이상인이웃노드들로만후보리스트를생성한다. UIGRP는이후보리스트중에서이웃노드가가장많고, 목적지노드에가장근접한곳에위치하고있는노드를중간노드로선정함으로써 local maximum 문제에직면할가능성을줄인다. 또한, 차량의이동으로인해중간노드의위치가변경되어 local maximum 문제에직면하였을때, UIGRP는교차로밀집도, 이동방향그리고이웃노드의수를이용하여 local maximum 문제를신속하게해결한다. 705

4 한국산학기술학회논문지제 16 권제 1 호, 2015 그결과, UIGRP 는짧은경로를이용하여신속하게데이터를목적지에전송함으로써데이터패킷전송지연율과데이터패킷손실율을줄여 VANET의신뢰성을향상시킬수있다. 3.2 UIGRP 라우팅설계 Hello Message UIGRP의모든노드들은 GPS가장착되어있기때문에자신의위치를파악할수있고, 모든노드들이노드의위치정보가포함되어있는 Hello Message를 1 홉단위의이웃노드들에게전달한다. 이때, 전달하는 Hello message의구조는표 1과같다. [Table 1] the structure of Hello message Field name Contents Node ID Identifier of Node Previous Position Previous position of Node Current Position Current position of Node Nlist Neighboring List Timestamp Transmission Time 라우팅테이블 UIGRP에서는 이웃 노드로부터 전달받은 Hello message의정보를라우팅테이블에저장하고, 이정보를 이용하여데이터패킷을전송할이웃노드를선정한다. 표 2는 UIGRP의라우팅테이블구조를설명한것이다. [Table 2] UIGRP Routing Table Field name Contents Node ID Identifier of neighboring node position Position of node direction Moving direction distance distance with destination node Nlist neighboring node list candidate candidate of intermediate node (1) Distance 계산 UIGRP의노드가라우팅테이블을갱신하는과정은 다음과같다. 그림 4는도심교차로에배치된노드들의 위치와방향, 그리고목적지노드의위치를예를들어설 명한것이다. [Fig. 4] located nodes in the urban intersection [1 단계 ] 노드 2 는이웃노드 1, 3, 4, 5 로부터아래 의 Hello message 를전달받는다. Node1 = {1, ( , ), ( , ), {2,4}, 10:00:05} Node3 = {3, ( , ) ( , ), {2,4,5,6,7}, 10:00:07} Node4 = {4, ( , ), ( , ), {1,2,7,8,9}, 10:00:06} Node5 = {5, ( , ), ( , ), {2,4}, 10:00:05} [2 단계 ] 노드 2는전달받은 Hello message로라우팅 테이블을갱신한다. [3 단계 ] 노드 2 는목적지의위치와이웃노드들의위 치정보를이용하여식 (1) 을이용하여거리를계산한다 [13]. Distance = 69.1 (180/π) arccos(sin(lat1) sing(lat2)+cos(lat2) cos(lat2) (1) cos(long2-long1)) 여기서, LAT1 와 LONG1 노드 2 의이웃노드의 ( 위도, 경 도 ) 이고, LAT2 와 LONG2 는목적지노드의 ( 위도, 경도 ) 를말한다. 예를들어, 그림 4 의목적지노드 D 가 ( , ) 이고, 노드 2 는이웃노드들인 1,3,4,5 의위치 정보를이용하여 distance 를식 (1) 을이용하여계산한 후에라우팅테이블에저장한다. 706

5 차량이동방향과밀집도를고려한 UIGRP(Urban Intersection based Geographic Routing Protocol) 설계 [Table 3] the decision condition of moving direction Node ID Position Direction Distance(km) Nlist Candidate , , , , , ,4,5,6, ,2,7,8, ,4 - (2) Direction 결정 UIGRP에서는근원지노드가목적지노드에데이터패킷을전달하기위해이웃노드들의이동방향을결정하여라우팅테이블에저장한다. 그리고 UIGRP에서는이이동방향을이용하여데이터패킷을전달하는경로선정한다. UIGRP는식 (2) 와표 4를이용하여이웃노드의위치정보와목적지노드의위치정보를이용하여 Direction 을결정한다. position1(x,y)= 이전위치 (x,y)- 목적지위치 (x,y) position2(x,y)= 현재위치 (x,y)- 목적지위치 (x,y) MD(x,y)=position1(x,y)-position(x,y) [Table 4] the decision condition of moving direction Decision condition Direction MD=(-,-) 0 MD=(0,-), (-,0) 1 MD=(0,+), (+,0) 2 MD=(+,+) 3 즉, 노드 2는이웃노드들의이전위치 (previous position), 현재위치 (current position), 그리고목적지노드위치를식 (2) 에대입시켜 position1, position2를계산한다. 그리고노드 2는 Position2 에서 position1을뺀결과값의부등호를 MD( Moving Direction) 에저장한다. 그리고노드 2는표 4의조건에따라 direction을결정하고, 이 direction을라우팅테이블에저장한다. (2) [Fig. 5] the calculation procedure of Direction Density 측정본논문에서제안하는 UIGRP는도로에설치된 RSU 와 RSU를관리하는 Traffic center의기존의인프라구조를사용한다. 그리고 UIGRP가 local maximum 문제에직면하였을때, UIGRP는 RSU가측정한밀집도를이용하여새로운중간노드를설정함으로써 local maximum 문제를해결하도록설계한다. 그림 6과같이 RSU는도로의 density 를측정한후에 Traffic center에전달하고, Traffic center는전달받은 RSU의근처에있는이웃 RSU들에게 density 를전달한다. 그결과, RSU는인근이웃 RSU의 density 정보를알게되고, 근원지노드가중간노드를선정할때활용할수있도록 RSU 전송범위내의모든노드들에게브로드캐스트한다. RSU는일정한시간단위를기준으로주기적으로 density 를측정한다. RSU가 density 를측정하는절차는다음과같다. [1 단계 ] RSU는자신의전송범위내에서진입하는노드들의 Hello message를수신한다. [2 단계 ] RSU는수신한 Hello message 의 timestamp 가유효한지를확인한다. 이때 Hello message의 timestamp 가유효하지않으면, RSU이 Hello message를버린다. 707

6 한국산학기술학회논문지제 16 권제 1 호, TGF 알고리즘설계기존의 Greedy Forwarding 알고리즘은목적지노드와의거리가가장가까운이웃노드를중간노드로선정는데, 이때중간노드의이웃노드가존재하지않으면 local maximum 문제에빠지게된다. 본논문에서는목적지까지의데이터를전송하기위해선정한중간노드의 local maximum 문제를최소화시키기위해방향과밀집도를고려한 TGF(Transformed Greedy Forwarding) 알고리즘을설계하였다. TGF알고리즘은 Transformed Greedy mode와 Transformed Perimeter mode로구성된다. [Fig. 6] the calculation procedure of density [3 단계 ] RSU는 Hello message의 Node ID가중복되는지를확인한다. 이때, Node ID가중복된다면, RSU는이 Hello message를버린다. [4 단계 ] RSU는 timestamp 가유효하고, Node ID가중복되지않는 Hello message를카운트한다. 즉, RSU는 density 를 1 증가시킨다. [5 단계 ] RSU는측정된 density 를 Traffic center에전달한다. [6 단계 ] Traffic center는 RSU로부터전달받은 density 를이웃 RSU에전달한다. [7 단계 ] Density 를전달받은 RSU는표 5의 RSU 테이블에저장하고, 자신의전송범위내의노드들에이웃 RSU의밀집도를브로드캐스트한다. 그리하여, UIGRP가 local maximum 문제에직면하였을때, 이밀집도를이용하여 local maximum 문제를신속하게해결할수있도록한다. [Table 5] RUS Table Field Contents RSU ID Identifier of RSU Densty density Transformed greedy mode 설계본논문에서제안하는 TGF 알고리즘의 Transformed greedy mode 는다음과같은절차에따라중간노드를선정하도록설계하였다. 그림 7은 TGF 알고리즘의 Transformed greedy mode를설명한것이다. [1 단계 ] 근원지노드는 1홉단위내에위치하고있는이웃노드들로부터 Hello message를수신한다. [2 단계 ] 근원지노드는전달받은이웃노드리스트를이용하여라우팅테이블정보를 3.2.2절의표 3과같이갱신한다. [3 단계 ] 근원지노드는이웃노드가 1개이상존재하는이웃노드들로만후보리스트를생성한다. [4 단계 ] 근원지노드는후보리스트들의위치정보를이용해목적지노드간의거리를 3.2.2절의식 (1) 을이용하여산출한다. [5 단계 ] 근원지노드는후보리스트의이동방향을 3.2.3절의식 (2) 에의해측정하고, 후보리스트중에서목적지가위치한곳으로이동하는이웃노드를추출한다. [6 단계 ] 근원지노드는 5단계에서추출된이웃노드중에서아래의조건에맞는노드를중간노드로선정하고후보리스트를삭제한다. 조건 1) 이웃노드가가장많은노드조건 2) 목적지노드와가장짧은거리에위치한노드 708

7 차량이동방향과밀집도를고려한 UIGRP(Urban Intersection based Geographic Routing Protocol) 설계 X is Source Node D is Destination Node N is Neighboring node Nlist is Neiboring node List Hello message includes node ID, position, and Nlist. 1. Receives Hello message to N 2. Update routing table. 3. if(direction == 1) then 4. if (the number of Nilst >= 1) then 5. insert Candidate list 6. calculate distance 7. else 8. call perimeter mode 9. end if 10. if (Max(the number of Nlist) and Min(distance)) then 11. set intermediate node 12. if (next(intermediate node)!= D) 13. go to else 15. complete message transmission route. 16. end if 17. end if 18. end if [Fig. 7] TGF Algorithm : Transformed greedy mode Transformed Perimeter mode 본논문에서제안하는 TGF 알고리즘의 Transformed perimeter mode는다음과같은절차에따라 local maximum 문제를해결하도록설계하였다. 그림 8은 TGF 알고리즘의 Transformed perimeter mode를설명한것이다. [1 단계 ] local maximum 문제에직면한중간노드는 RSU 로부터전달받은인근도로의 density 정보중에서가장높은 density 를갖는 RSU 가위치한방향을선택한다. [2 단계 ] 중간노드가선택한 RSU가위치한방향에위치한이웃노드를후보리스트로선택한다. [3 단계 ] 중간노드는후보리스트들의위치정보를이용해목적지노드간의거리를 3.2.2절의식 (1) 을이용하여산출한다. [4 단계 ] 중간노드는후보리스트와목적지노드의위치정보를이용하여 3.2.2절의식 (2) 를이용하여 direction을산출한다. [5 단계 ] 중간노드는아래의조건에맞는노드를중간노드로선정하고후보리스트를삭제한다. 조건 1) 이웃노드가가장많은노드조건 2) 밀집도가높은방향에위치하는노드조건 3) 목적지노드와가장짧은거리에위치한노드 I is Intermediate Node D is Destination Node N is Neighboring node Nlist is Neiboring node List Hello message includes node ID, position, and Nlist. 1. Receives the density of RSU. 2. if highest(density.rsu) then 3. select the node in the scope of RSU. 4. if (the number of Nlist)>=1) then 5. insert candidate list 6. calculate distance. 7. calculate direction. 8. end if 9. end if 10. if(max(the number of Nlist) and min(distance) then 11. set intermediate node 12. if (next(intermediate node)!= D) then 13. call greedy mode 15. else 14. complete message transmission route 15. end if 16. end if [Fig. 8] TGF Algorithm : Transformed perimeter mode 4. 성능분석 본논문에서제안하는 UIGRP과기존의 GPSR[4,5], GPUR[9] 의성능을 ns-2 시뮬레이터를이용하여비교분석한다. 성능분석을위한 ns-2 시뮬레이터의파라미터는표 6과같다. [Table 6] Simulation parameters Parameters simulation area 1500*1500 transmission range 100m MAC protocol IEEE traffic type CBR the number of nodes 100~500 Simulation times 120 seconds packet size 32 bytes packet interval time 0.2 sec Values 709

8 한국산학기술학회논문지제 16 권제 1 호, 2015 성능분석은 100, 200, 300, 400, 그리고 500개의노드들을랜덤하게위치시키고, 20회반복실행하여산출된 local maximum 문제발생횟수, 패킷전송성공률, 그리고라우팅홉수를비교하였다. local maximum 문제발생횟수는노드의수에따라패킷을전달받은이웃노드중 local maximum 문제에직면하는횟수로측정하였고, 패킷전송성공률은식 (3) 에의해계산하고, 라우팅홉수는식 (4) 를이용하여산출하였다.... (3) 라우팅홉수 = 중간노드의수... (4) [Fig. 10] The comparison of packet transmission success ratio [Fig. 9] The comparison of local maximum problem occurrence 그림 9는노드의수에따라 local maximum 문제에직면하는횟수를설명한것이다. 그림 9에서설명하고있듯이노드수가증가할수록이웃노드가증가하므로 local maximum 문제발생횟수가감소하고있다. 본논문에서제안한 UIGRP와 GPSR, GPUR을비교해볼때 local maximum 문제발생횟수가평균적으로 3회, 1회감소하였다는것을알수있다. 그림 10은노드수의증가에따른패킷전송성공률을비교한것이다. 그림 10에서설명하고있듯이 GPSR와 GPUR보다패킷성공률이높은이유는 local maximum 문제발생횟수가적어 greedy mode와 perimeter mode 를반복하지않아도되므로패킷손실이감소하였다. 그결과. UIGRP의패킷전송성공률이높게나타났으며, 그림 11과같이패킷전송시간을 GPSR와 GPUR에비해평균적으로 6.12(ms), 2.04(ms) 줄일수있었다. [Fig. 11] The time comparison of packet transmission 그림 12는근원지노드에서목적지노드까지의중간노드의수를카운트한라우팅홉수를비교한것이다. GPSR은 greedy mode와 perimeter mode를반복하여중간노드를선정할때중간노드의이동방향을고려하지않기때문에라우팅홉수가증가한다. 하지만, 본논문에서제안하는 UIGRP는 greedy mode에서이동방향, 이웃노드수그리고목적지와의거리를고려하여중간노드를선정함으로써 local maximum 문제발생횟수를줄이고, perimeter mode에서밀집도와이동방향을고려하여중간노드를선정하기때문에라우터홉수를 GPSR보다평균적으로약 3 hop을줄일수있었으며, GPUR보다는평균적으로약 1hop을줄일수있었다. 710

9 차량이동방향과밀집도를고려한 UIGRP(Urban Intersection based Geographic Routing Protocol) 설계 [Fig. 12] The number comparison of routing hop 5. 결론본논문에서는이동방향, 이웃노드의수, 그리고밀집도를이용하여중간노드선정하는지리기반프로토콜인 UIGRP를제안하였다. 본논문에서제안하는 UIGRP의특징은다음과같다. 첫째, 차량의이동방향, 이웃노드의수를이용하여중간노드를선정함으로써 local maximum 문제발생횟수를기존의 GPSR와 GPUR로비교해볼때, 평균적으로각각 3회, 1회감소시켰다. 둘째, 중간노드가 local maximum 문제에직면하였을때, UIGRP는밀집도가곳에위치하고, 이웃노드수, 목적지와거리를고려하여중간노드를선정함으로써 local maximum 문제를신속하게해결할수있었다. 셋째, UIGRP는 local maximum 문제발생횟수를줄임으로써라우팅홉수를기존의 GPSR와 GPUR로비교해볼때평균적으로각각 3홉, 1홉줄였다. 그결과, UIGRP는패킷전송경로를줄여패킷전송시간을평균적으로 6.12(ms) 와 2.04(ms) 줄이고, 패킷전송성공률을평균적으로 15%, 3% 향상시킴으로써 VANET의신뢰성을향상시킬수있었다. References [1] Eun-Young Kang, Node ID-based Service Discovery for Mobile Ad Hoc Ketwork, Journal of The Korea Society of Computer and Information, Vol.14, No.12, pp , Dec [2] Jae Soo Kim and Jeong Hong Kim, Distance Ratio based Probabilistic Broadcasting Mechanism in Mobile Ad Hoc Network, Journal of The Korea Society of Computer and Information, Vol.15, No.12, pp75-83, Dec DOI: [3] Young-Bae Ko, Nitin H. Faiday, Location-aided routing (LAR) in mobile ad hoc networks, Wireless netowrks, Vol.6, No.4, pp , 2000 [4] B. Karp and H. T. Kung, GPSR : Greedy Perimeter Stateless Routing for Wireless Network, in proc. of ACM/IEEE MOBICOM 2000, pp , Aug DOI: [5] B. Karp, Geographic Routing forwireless Networks, Harvard University, 2000 [6] JooSang Youn, "Virtual Location Information based Routing Scheme in Wireless Ad-Hoc Network," Journal of The Korea Society of Computer and Information, Vol.18, No.2, pp.77-85, Feb DOI: [7] Dae-Hee Kim, Sun-Sin An, Research and Trends about VANET Routing, Korea Information and Communications Society(Information and Communications Magazine), Vol.30, No.5, pp , April [8] Sunghyun cho, Seokwoo Kim, "Routing Algorithm of VANET for an Efficient Path Management in Urban Intersections," Journal of Korea Information and Communications Society, Vol.38A, No.12, pp , Dec DOI: [9] Min-Woo Ryu, Si-Ho Cha, Kuk-Hyun Cho,, A Vehicle Communication Routing Algorithm Considering Road Characteristics and 2-Hop Neighbors in Urban Areas, Journal of Korea Information and Communications Society, Vol.36, No.5 pp , May DOI: [10] Min-Woo Ryu, Si-Ho Cha, Kuk-Hyun Cho, "An Enhanced Greedy Message Forwarding Protocol for Increasing Reliablity of Mobile Inter-Vehicle Communication", Journal of The Institute of Electronics Engineering of Korea, Vol.47-TC, No.4, pp.43-50, April [11] Witt, M. and V. Turau., The Impact of Location Errors on Geographic Routing in Sensor Networks, in Proc. of the International Multi-Conference on Computing in the Global Information Technology, pp.76, [12] Chia-Chang Hsu and Chin-Laung Lei, Firework Search for Location Aided Routing Enhancement in Mobile Ad-Hoc Networks, in Proc. of the 8th ACM International 711

10 한국산학기술학회논문지제 16 권제 1 호, 2015 Workshop on Mobility Management and Wireless Access, pp , DOI: [13] Hexa Software Development Center, "Geographical Distance Calculations", Available From: (accessed Jun., 30, 2014) 이병관 (Byung-Kwan Lee) [ 정회원 ] 1986 년 2 월 : 중앙대학교전자계산공학과 ( 공학석사 ) 1990 년 2 월 : 중앙대학교전자계산공학과 ( 공학박사 ) 1988 년 3 월 ~ 현재 : 가톨릭관동대학교컴퓨터학과교수 < 관심분야 > 네트워크보안, IoT, 빅데이터, 센서네트워크 정은희 (Eun-Hee Jeong) [ 정회원 ] 1998 년 2 월 : 관동대학교전자계산공학과 ( 공학석사 ) 2003 년 2 월 : 관동대학교전자계산공학과 ( 공학박사 ) 2003 년 9 월 ~ 현재 : 강원대학교삼척캠퍼스지역경제학과교수 < 관심분야 > 네트워크보안, 전자상거래보안, 빅데이터, 센서네트워크 712

°í¼®ÁÖ Ãâ·Â

°í¼®ÁÖ Ãâ·Â Performance Optimization of SCTP in Wireless Internet Environments The existing works on Stream Control Transmission Protocol (SCTP) was focused on the fixed network environment. However, the number of

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA 무선 센서 네트워크 환경에서 링크 품질에 기반한 라우팅에 대한 효과적인 싱크홀 공격 탐지 기법 901 무선 센서 네트워크 환경에서 링크 품질에 기반한 라우팅에 대한 효과적인 싱크홀 공격 탐지 기법 (A Effective Sinkhole Attack Detection Mechanism for LQI based Routing in WSN) 최병구 조응준 (Byung

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA 논문 10-35-03-03 한국통신학회논문지 '10-03 Vol. 35 No. 3 원활한 채널 변경을 지원하는 효율적인 IPTV 채널 관리 알고리즘 준회원 주 현 철*, 정회원 송 황 준* Effective IPTV Channel Control Algorithm Supporting Smooth Channel Zapping HyunChul Joo* Associate

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Feb.; 29(2), IS

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Feb.; 29(2), IS THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2018 Feb.; 29(2), 93 98. http://dx.doi.org/10.5515/kjkiees.2018.29.2.93 ISSN 1226-3133 (Print) ISSN 2288-226X (Online) UHF-HF

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. vol. 29, no. 10, Oct ,,. 0.5 %.., cm mm FR4 (ε r =4.4)

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. vol. 29, no. 10, Oct ,,. 0.5 %.., cm mm FR4 (ε r =4.4) THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2018 Oct.; 29(10), 799 804. http://dx.doi.org/10.5515/kjkiees.2018.29.10.799 ISSN 1226-3133 (Print) ISSN 2288-226X (Online) Method

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Nov.; 26(11),

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Nov.; 26(11), THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2015 Nov.; 26(11), 985991. http://dx.doi.org/10.5515/kjkiees.2015.26.11.985 ISSN 1226-3133 (Print)ISSN 2288-226X (Online) Analysis

More information

09권오설_ok.hwp

09권오설_ok.hwp (JBE Vol. 19, No. 5, September 2014) (Regular Paper) 19 5, 2014 9 (JBE Vol. 19, No. 5, September 2014) http://dx.doi.org/10.5909/jbe.2014.19.5.656 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) a) Reduction

More information

이도경, 최덕재 Dokyeong Lee, Deokjai Choi 1. 서론

이도경, 최덕재 Dokyeong Lee, Deokjai Choi 1. 서론 이도경, 최덕재 Dokyeong Lee, Deokjai Choi 1. 서론 2. 관련연구 2.1 MQTT 프로토콜 Fig. 1. Topic-based Publish/Subscribe Communication Model. Table 1. Delivery and Guarantee by MQTT QoS Level 2.1 MQTT-SN 프로토콜 Fig. 2. MQTT-SN

More information

04 최진규.hwp

04 최진규.hwp THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2015 Aug.; 26(8), 710717. http://dx.doi.org/10.5515/kjkiees.2015.26.8.710 ISSN 1226-3133 (Print)ISSN 2288-226X (Online) RF ESPAR

More information

(JBE Vol. 21, No. 1, January 2016) (Regular Paper) 21 1, (JBE Vol. 21, No. 1, January 2016) ISSN 228

(JBE Vol. 21, No. 1, January 2016) (Regular Paper) 21 1, (JBE Vol. 21, No. 1, January 2016)   ISSN 228 (JBE Vol. 1, No. 1, January 016) (Regular Paper) 1 1, 016 1 (JBE Vol. 1, No. 1, January 016) http://dx.doi.org/10.5909/jbe.016.1.1.60 ISSN 87-9137 (Online) ISSN 16-7953 (Print) a), a) An Efficient Method

More information

10 이지훈KICS2015-03-068.hwp

10 이지훈KICS2015-03-068.hwp 논문 15-40-05-10 The Journal of Korean Institute of Communications and Information Sciences '15-05 Vol.40 No.05 http://dx.doi.org/10.7840/kics.2015.40.5.851 가로등 인프라를 활용한 안전한 스마트 방범 시스템 차 정 화, 이 주 용 *, 이

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Jun.; 27(6),

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Jun.; 27(6), THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2016 Jun.; 27(6), 495 503. http://dx.doi.org/10.5515/kjkiees.2016.27.6.495 ISSN 1226-3133 (Print) ISSN 2288-226X (Online) Design

More information

09È«¼®¿µ 5~152s

09È«¼®¿µ5~152s Korean Journal of Remote Sensing, Vol.23, No.2, 2007, pp.45~52 Measurement of Backscattering Coefficients of Rice Canopy Using a Ground Polarimetric Scatterometer System Suk-Young Hong*, Jin-Young Hong**,

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Dec.; 27(12),

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Dec.; 27(12), THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2016 Dec.; 27(12), 1036 1043. http://dx.doi.org/10.5515/kjkiees.2016.27.12.1036 ISSN 1226-3133 (Print) ISSN 2288-226X (Online)

More information

인문사회과학기술융합학회

인문사회과학기술융합학회 Vol.5, No.5, October (2015), pp.471-479 http://dx.doi.org/10.14257/ajmahs.2015.10.50 스마트온실을 위한 가상 외부기상측정시스템 개발 한새론 1), 이재수 2), 홍영기 3), 김국환 4), 김성기 5), 김상철 6) Development of Virtual Ambient Weather Measurement

More information

<35335FBCDBC7D1C1A42DB8E2B8AEBDBAC5CDC0C720C0FCB1E2C0FB20C6AFBCBA20BAD0BCAE2E687770>

<35335FBCDBC7D1C1A42DB8E2B8AEBDBAC5CDC0C720C0FCB1E2C0FB20C6AFBCBA20BAD0BCAE2E687770> Journal of the Korea Academia-Industrial cooperation Society Vol. 15, No. 2 pp. 1051-1058, 2014 http://dx.doi.org/10.5762/kais.2014.15.2.1051 멤리스터의 전기적 특성 분석을 위한 PSPICE 회로 해석 김부강 1, 박호종 2, 박용수 3, 송한정 1*

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Mar.; 25(3),

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Mar.; 25(3), THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2014 Mar.; 25(3), 304310. http://dx.doi.org/10.5515/kjkiees.2014.25.3.304 ISSN 1226-3133 (Print)ISSN 2288-226X (Online) Analysis

More information

<333820B1E8C8AFBFEB2D5A6967626565B8A620C0CCBFEBC7D120BDC7BFDC20C0A7C4A1C3DFC1A42E687770>

<333820B1E8C8AFBFEB2D5A6967626565B8A620C0CCBFEBC7D120BDC7BFDC20C0A7C4A1C3DFC1A42E687770> Journal of the Korea Academia-Industrial cooperation Society Vol. 13, No. 1 pp. 306-310, 2012 http://dx.doi.org/10.5762/kais.2012.13.1.306 Zigbee를 이용한 실외 위치추정 시스템 구현 김환용 1*, 임순자 1 1 원광대학교 전자공학과 Implementation

More information

디지털포렌식학회 논문양식

디지털포렌식학회 논문양식 ISSN : 1976-5304 http://www.kdfs.or.kr Virtual Online Game(VOG) 환경에서의 디지털 증거수집 방법 연구 이 흥 복, 정 관 모, 김 선 영 * 대전지방경찰청 Evidence Collection Process According to the Way VOG Configuration Heung-Bok Lee, Kwan-Mo

More information

±è¼ºÃ¶ Ãâ·Â-1

±è¼ºÃ¶ Ãâ·Â-1 Localization Algorithms Using Wireless Communication Systems For efficient Localization Based Services, development of accurate localization algorithm has to be preceded. In this paper, research trend

More information

<36305FB1E8BCF6BCB12DC0CCB5BFBCBA20B8F0B5A8BFA120B5FBB8A52E687770>

<36305FB1E8BCF6BCB12DC0CCB5BFBCBA20B8F0B5A8BFA120B5FBB8A52E687770> Journal of the Korea Academia-Industrial cooperation Society Vol. 16, No. 8 pp. 5559-5564, 2015 http://dx.doi.org/10.5762/kais.2015.16.8.5559 ISSN 1975-4701 / eissn 2288-4688 이동성모델에따른다중경로소스라우팅프로토콜의성능평가

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA 박건수 *, 서태영 **, 김종욱 *** ". 요약 Abstract The induction melting furnace using electric generator has been introduced since 1920s, and it began to be widely applied to industrial applications due to increasing

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Mar.; 28(3),

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Mar.; 28(3), THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2017 Mar.; 28(3), 163 169. http://dx.doi.org/10.5515/kjkiees.2017.28.3.163 ISSN 1226-3133 (Print) ISSN 2288-226X (Online) PCB

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. vol. 29, no. 6, Jun Rate). STAP(Space-Time Adaptive Processing)., -

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. vol. 29, no. 6, Jun Rate). STAP(Space-Time Adaptive Processing)., - THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2018 Jun.; 29(6), 457463. http://dx.doi.org/10.5515/kjkiees.2018.29.6.457 ISSN 1226-3133 (Print)ISSN 2288-226X (Online) Sigma-Delta

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Sep.; 30(9),

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Sep.; 30(9), THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2019 Sep.; 30(9), 712 717. http://dx.doi.org/10.5515/kjkiees.2019.30.9.712 ISSN 1226-3133 (Print) ISSN 2288-226X (Online) MOS

More information

Æ÷Àå82š

Æ÷Àå82š Yun, Ilsoo (E-mail : ilsooyun@ajou.ac.kr) Oh, Cheol (E-mail : cheolo@hanyang.ac.k) Ahn, Hyunkyung (E-mail : anhyunkyung@ajou.ac.kr) Kim, Kyunghyun (E-mail : kk6661@ajou.ac.kr) Han, Eum (E-mail : hano3106@ajou.ac.kr)

More information

<31372DB9DABAB4C8A32E687770>

<31372DB9DABAB4C8A32E687770> 김경환 박병호 충북대학교 도시공학과 (2010. 5. 27. 접수 / 2011. 11. 23. 채택) Developing the Traffic Severity by Type Kyung-Hwan Kim Byung Ho Park Department of Urban Engineering, Chungbuk National University (Received May

More information

I

I I II III (C B ) (C L ) (HL) Min c ij x ij f i y i i H j H i H s.t. y i 1, k K, i W k C B C L p (HL) x ij y i, i H, k K i, j W k x ij y i {0,1}, i, j H. K W k k H K i i f i i d ij i j r ij i j c ij r ij

More information

03-서연옥.hwp

03-서연옥.hwp 농업생명과학연구 49(4) pp.31-37 Journal of Agriculture & Life Science 49(4) pp.31-37 Print ISSN 1598-5504 Online ISSN 2383-8272 http://dx.doi.org/10.14397/jals.2015.49.4.31 국가산림자원조사 자료를 적용한 충남지역 사유림경영율 추정 서연옥

More information

놀이동산미아찾기시스템

놀이동산미아찾기시스템 TinyOS를이용한 놀이동산미아찾기시스템 윤정호 (mo0o1234@nate.com) 김영익 (youngicks7@daum.net) 김동익 (dongikkim@naver.com) 1 목차 1. 프로젝트개요 2. 전체시스템구성도 3. Tool & Language 4. 데이터흐름도 5. Graphic User Interface 6. 개선해야할사항 2 프로젝트개요

More information

???? 1

???? 1 The Korean Journal of Applied Statistics (2014) 27(1), 13 20 DOI: http://dx.doi.org/10.5351/kjas.2014.27.1.013 Maximum Tolerated Dose Estimation by Stopping Rule and SM3 Design in a Phase I Clinical Trial

More information

[ReadyToCameral]RUF¹öÆÛ(CSTA02-29).hwp

[ReadyToCameral]RUF¹öÆÛ(CSTA02-29).hwp RUF * (A Simple and Efficient Antialiasing Method with the RUF buffer) (, Byung-Uck Kim) (Yonsei Univ. Depth of Computer Science) (, Woo-Chan Park) (Yonsei Univ. Depth of Computer Science) (, Sung-Bong

More information

12È«±â¼±¿Ü339~370

12È«±â¼±¿Ü339~370 http://www.kbc.go.kr/ k Si 2 i= 1 Abstract A Study on Establishment of Fair Trade Order in Terrestrial Broadcasting Ki - Sun Hong (Professor, Dept. of Journalism & Mass Communication,

More information

½Éº´È¿ Ãâ·Â

½Éº´È¿ Ãâ·Â Standard and Technology of Full-Dimension MINO Systems in LTE-Advances Pro Massive MIMO has been studied in academia foreseeing the capacity crunch in the coming years. Presently, industry has also started

More information

<3031B0ADB9CEB1B82E687770>

<3031B0ADB9CEB1B82E687770> ISSN 1598-0170 (Print) ISSN 2287-1136 (Online) http://www.jksii.or.kr 다채널 멀티미디어 전송용 임베디드 Audio Video Bridging 플랫폼 설계 및 구현 Design and Implementation of an Embedded Audio Video Bridging Platform for Multichannel

More information

example code are examined in this stage The low pressure pressurizer reactor trip module of the Plant Protection System was programmed as subject for

example code are examined in this stage The low pressure pressurizer reactor trip module of the Plant Protection System was programmed as subject for 2003 Development of the Software Generation Method using Model Driven Software Engineering Tool,,,,, Hoon-Seon Chang, Jae-Cheon Jung, Jae-Hack Kim Hee-Hwan Han, Do-Yeon Kim, Young-Woo Chang Wang Sik, Moon

More information

08김현휘_ok.hwp

08김현휘_ok.hwp (Regular Paper) 21 3, 2016 5 (JBE Vol. 21, No. 3, May 2016) http://dx.doi.org/10.5909/jbe.2016.21.3.369 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) a), a) An Audio Coding Technique Employing the Inter-channel

More information

정보기술응용학회 발표

정보기술응용학회 발표 , hsh@bhknuackr, trademark21@koreacom 1370, +82-53-950-5440 - 476 - :,, VOC,, CBML - Abstract -,, VOC VOC VOC - 477 - - 478 - Cost- Center [2] VOC VOC, ( ) VOC - 479 - IT [7] Knowledge / Information Management

More information

UDP Flooding Attack 공격과 방어

UDP Flooding Attack 공격과 방어 황 교 국 (fullc0de@gmail.com) SK Infosec Co., Inc MSS Biz. Security Center Table of Contents 1. 소개...3 2. 공격 관련 Protocols Overview...3 2.1. UDP Protocol...3 2.2. ICMP Protocol...4 3. UDP Flood Test Environment...5

More information

Chapter11OSPF

Chapter11OSPF OSPF 111 OSPF Link state Interior Gateway Protocol OSPF 1988 IETF OSPF workgroup OSPF RFC 2383 version 2 Chapter OSPF Version 2 OSPFIGP AS 1 1111 Convergence Traffic Distance Vector Link state OSPF (Flooding),

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA 논문 08-33-01-?? 한국통신학회논문지 '08-01 Vol. 33 No. 1 무선센서네트워크를위한계층적라우팅프로토콜에서의이동싱크노드지원방안 정회원김대영 *, 조진성 * A Method to Support Mobile Sink Node in a Hierarchical Routing Protocol of Wireless Sensor Networks Dae-Young

More information

A Hierarchical Approach to Interactive Motion Editing for Human-like Figures

A Hierarchical Approach to Interactive Motion Editing for Human-like Figures 단일연결리스트 (Singly Linked List) 신찬수 연결리스트 (linked list)? tail 서울부산수원용인 null item next 구조체복습 struct name_card { char name[20]; int date; } struct name_card a; // 구조체변수 a 선언 a.name 또는 a.date // 구조체 a의멤버접근 struct

More information

2 : (JEM) QTBT (Yong-Uk Yoon et al.: A Fast Decision Method of Quadtree plus Binary Tree (QTBT) Depth in JEM) (Special Paper) 22 5, (JBE Vol. 2

2 : (JEM) QTBT (Yong-Uk Yoon et al.: A Fast Decision Method of Quadtree plus Binary Tree (QTBT) Depth in JEM) (Special Paper) 22 5, (JBE Vol. 2 (Special Paper) 22 5, 2017 9 (JBE Vol. 22, No. 5, Sepember 2017) https://doi.org/10.5909/jbe.2017.22.5.541 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) (JEM) a), a), a) A Fast Decision Method of Quadtree

More information

<313120C0AFC0FCC0DA5FBECBB0EDB8AEC1F2C0BB5FC0CCBFEBC7D15FB1E8C0BAC5C25FBCF6C1A42E687770>

<313120C0AFC0FCC0DA5FBECBB0EDB8AEC1F2C0BB5FC0CCBFEBC7D15FB1E8C0BAC5C25FBCF6C1A42E687770> 한국지능시스템학회 논문지 2010, Vol. 20, No. 3, pp. 375-379 유전자 알고리즘을 이용한 강인한 Support vector machine 설계 Design of Robust Support Vector Machine Using Genetic Algorithm 이희성 홍성준 이병윤 김은태 * Heesung Lee, Sungjun Hong,

More information

232 도시행정학보 제25집 제4호 I. 서 론 1. 연구의 배경 및 목적 사회가 다원화될수록 다양성과 복합성의 요소는 증가하게 된다. 도시의 발달은 사회의 다원 화와 밀접하게 관련되어 있기 때문에 현대화된 도시는 경제, 사회, 정치 등이 복합적으로 연 계되어 있어 특

232 도시행정학보 제25집 제4호 I. 서 론 1. 연구의 배경 및 목적 사회가 다원화될수록 다양성과 복합성의 요소는 증가하게 된다. 도시의 발달은 사회의 다원 화와 밀접하게 관련되어 있기 때문에 현대화된 도시는 경제, 사회, 정치 등이 복합적으로 연 계되어 있어 특 한국도시행정학회 도시행정학보 제25집 제4호 2012. 12 : pp.231~251 생활지향형 요소의 근린주거공간 분포특성 연구: 경기도 시 군을 중심으로* Spatial Distribution of Daily Life-Oriented Features in the Neighborhood: Focused on Municipalities of Gyeonggi Province

More information

歯김병철.PDF

歯김병철.PDF 3G IETF byckim@mission.cnu.ac.kr kckim@konkuk.ac.kr Mobile IP WG Seamoby WG ROHC WG 3G IETF 3G IETF Mobile IP WG 3GIP Seamoby WG ROHC WG MIP WG / NAI Mobile IP / AAA IPv4 / MIP WG RFC2002bis MIPv6 INRIA

More information

<32303035B3E2BFF8BAB828C8AFB0E629312E687770>

<32303035B3E2BFF8BAB828C8AFB0E629312E687770> 부산광역시 보건환경연구원보 제14권(Ⅱ), 78~88, 2004 Rep. Busan Inst. Health & Environ, Vol.14, 78~88, 2004 부산지역 바람장 실시간 모니터링 프로그램 개발(Ⅱ) 대기보전과 도우곤 정종순 The development of realtime monitoring program in Busan wind field(Ⅱ)

More information

#Ȳ¿ë¼®

#Ȳ¿ë¼® http://www.kbc.go.kr/ A B yk u δ = 2u k 1 = yk u = 0. 659 2nu k = 1 k k 1 n yk k Abstract Web Repertoire and Concentration Rate : Analysing Web Traffic Data Yong - Suk Hwang (Research

More information

<353420B1C7B9CCB6F52DC1F5B0ADC7F6BDC7C0BB20C0CCBFEBC7D120BEC6B5BFB1B3C0B0C7C1B7CEB1D7B7A52E687770>

<353420B1C7B9CCB6F52DC1F5B0ADC7F6BDC7C0BB20C0CCBFEBC7D120BEC6B5BFB1B3C0B0C7C1B7CEB1D7B7A52E687770> Journal of the Korea Academia-Industrial cooperation Society Vol. 13, No. 2 pp. 866-871, 2012 http://dx.doi.org/10.5762/kais.2012.13.2.866 증강현실을 이용한 아동교육프로그램 모델제안 권미란 1*, 김정일 2 1 나사렛대학교 아동학과, 2 한세대학교 e-비즈니스학과

More information

07김동회_ok.hwp

07김동회_ok.hwp (Regular Paper) 19 4, 2014 7 (JBE Vol. 19, No. 4, July 2014) http://dx.doi.org/10.5909/jbe.2014.19.4.510 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) IEEE 802.11n WLAN A-MPDU a), a) Block Ack-based Dynamic

More information

패션 전문가 293명 대상 앙케트+전문기자단 선정 2010.1 Fashionbiz CEO Managing Director Creative Director Independent Designer

패션 전문가 293명 대상 앙케트+전문기자단 선정 2010.1 Fashionbiz CEO Managing Director Creative Director Independent Designer READY-TO-WEAR Fashionbiz 2010.1 패션 전문가 293명 대상 앙케트+전문기자단 선정 2010.1 Fashionbiz CEO Managing Director Creative Director Independent Designer READY-TO-WEAR Fashionbiz 2010.1 1 2 3 4 5 6 7 8 9 9 2010.1 Fashionbiz

More information

<32392D342D313020C0FCB0C7BFED2CC0CCC0B1C8F12E687770>

<32392D342D313020C0FCB0C7BFED2CC0CCC0B1C8F12E687770> Journal of the Society of Korea Industrial and Systems Engineering Vol 9 No 4 pp75 8 December 006 유전자 알고리즘을 이용한 시간제약 차량경로문제 * ** * ** 1 Vehicle Routing Problems with Time Window Constraints by Using Genetic

More information

본문

본문 Handover Gateway System: A Cell-edge Performance Booster for Next Generation Cellular Mobile Network Eui Chang Jung, Hyun Seok Ryu, Chung G. Kang Dept of Computer Electrical Engineering, Korea University

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA The e-business Studies Volume 17, Number 6, December, 30, 2016:275~289 Received: 2016/12/02, Accepted: 2016/12/22 Revised: 2016/12/20, Published: 2016/12/30 [ABSTRACT] SNS is used in various fields. Although

More information

Journal of Educational Innovation Research 2018, Vol. 28, No. 1, pp DOI: * A Analysis of

Journal of Educational Innovation Research 2018, Vol. 28, No. 1, pp DOI: * A Analysis of Journal of Educational Innovation Research 2018, Vol. 28, No. 1, pp.99-117 DOI: http://dx.doi.org/10.21024/pnuedi.28.1.201803.99 2015 * A Analysis of the Characters and Issues about the 2015 Revised Social

More information

14.531~539(08-037).fm

14.531~539(08-037).fm G Journal of the Korea Concrete Institute Vol. 20, No. 4, pp. 531~539, August, 2008 š x y w m š gj p { sƒ z 1) * 1) w w Evaluation of Flexural Strength for Normal and High Strength Concrete with Hooked

More information

3. 클라우드 컴퓨팅 상호 운용성 기반의 서비스 평가 방법론 개발.hwp

3. 클라우드 컴퓨팅 상호 운용성 기반의 서비스 평가 방법론 개발.hwp 보안공학연구논문지 Journal of Security Engineering Vol.11, No.4 (2014), pp.299-312 http://dx.doi.org/10.14257/jse.2014.08.03 클라우드 컴퓨팅 상호 운용성 기반의 서비스 평가 방법론 개발 이강찬 1), 이승윤 2), 양희동 3), 박철우 4) Development of Service

More information

지능정보연구제 16 권제 1 호 2010 년 3 월 (pp.71~92),.,.,., Support Vector Machines,,., KOSPI200.,. * 지능정보연구제 16 권제 1 호 2010 년 3 월

지능정보연구제 16 권제 1 호 2010 년 3 월 (pp.71~92),.,.,., Support Vector Machines,,., KOSPI200.,. * 지능정보연구제 16 권제 1 호 2010 년 3 월 지능정보연구제 16 권제 1 호 2010 년 3 월 (pp.71~92),.,.,., Support Vector Machines,,., 2004 5 2009 12 KOSPI200.,. * 2009. 지능정보연구제 16 권제 1 호 2010 년 3 월 김선웅 안현철 社 1), 28 1, 2009, 4. 1. 지능정보연구제 16 권제 1 호 2010 년 3 월 Support

More information

À±½Â¿í Ãâ·Â

À±½Â¿í Ãâ·Â Representation, Encoding and Intermediate View Interpolation Methods for Multi-view Video Using Layered Depth Images The multi-view video is a collection of multiple videos, capturing the same scene at

More information

09구자용(489~500)

09구자용(489~500) The Study on the Grid Size Regarding Spatial Interpolation for Local Climate Maps* Cha Yong Ku** Young Ho Shin*** Jae-Won Lee**** Hee-Soo Kim*****.,...,,,, Abstract : Recent global warming and abnormal

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. vol. 27, no. 8, Aug [3]. ±90,.,,,, 5,,., 0.01, 0.016, 99 %... 선형간섭

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. vol. 27, no. 8, Aug [3]. ±90,.,,,, 5,,., 0.01, 0.016, 99 %... 선형간섭 THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2016 Aug.; 27(8), 693700. http://dx.doi.org/10.5515/kjkiees.2016.27.8.693 ISSN 1226-3133 (Print)ISSN 2288-226X (Online) Design

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA e- 비즈니스연구 (The e-business Studies) Volume 17, Number 3, June, 30, 2016:pp. 273~299 ISSN 1229-9936 (Print), ISSN 2466-1716 (Online) 원고접수일심사 ( 수정 ) 게재확정일 2016. 06. 11 2016. 06. 24 2016. 06. 26 ABSTRACT e-

More information

04_이근원_21~27.hwp

04_이근원_21~27.hwp 1) KIGAS Vol. 16, No. 5, pp 21~27, 2012 (Journal of the Korean Institute of Gas) http://dx.doi.org/10.7842/kigas.2012.16.5.21 실험실의 사례 분석에 관한 연구 이근원 이정석 한국산업안전보건공단 산업안전보건연구원 (2012년 9월 5일 투고, 2012년 10월 19일

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA 논문 10-35-08-15 한국통신학회논문지 '10-08 Vol.35 No. 8 건설생산성 향상을 위한 건설현장 내 RFID 네트워크 시스템 적용 방안 준회원 김 신 구*, 정회원 이 충 희*, 이 성 형*, 종신회원 김 재 현* Method of RFID Network System Application for Improving of Construction

More information

07변성우_ok.hwp

07변성우_ok.hwp 2 : (Regular Paper) 19 5, 2014 9 (JBE Vol. 19, No. 5, September 2014) http://dx.doi.org/10.5909/jbe.2014.19.5.631 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) a), a), b) Metadata Management System Implementation

More information

¼º¿øÁø Ãâ·Â-1

¼º¿øÁø Ãâ·Â-1 Bandwidth Efficiency Analysis for Cooperative Transmission Methods of Downlink Signals using Distributed Antennas In this paper, the performance of cooperative transmission methods for downlink transmission

More information

Journal of Educational Innovation Research 2018, Vol. 28, No. 4, pp DOI: A Study on Organizi

Journal of Educational Innovation Research 2018, Vol. 28, No. 4, pp DOI:   A Study on Organizi Journal of Educational Innovation Research 2018, Vol. 28, No. 4, pp.441-460 DOI: http://dx.doi.org/10.21024/pnuedi.28.4.201812.441 A Study on Organizing Software Education of Special Education Curriculum

More information

Journal of Educational Innovation Research 2017, Vol. 27, No. 1, pp DOI: * The

Journal of Educational Innovation Research 2017, Vol. 27, No. 1, pp DOI:   * The Journal of Educational Innovation Research 2017, Vol. 27, No. 1, pp.243-268 DOI: http://dx.doi.org/10.21024/pnuedi.27.1.201703.243 * - 2001 2015 - The Research Trends on Peer Counseling in Elementary and

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA The e-business Studies Volume 17, Number 4, August, 30, 2016:319~332 Received: 2016/07/28, Accepted: 2016/08/28 Revised: 2016/08/27, Published: 2016/08/30 [ABSTRACT] This paper examined what determina

More information

878 Yu Kim, Dongjae Kim 지막 용량수준까지도 멈춤 규칙이 만족되지 않아 시행이 종료되지 않는 경우에는 MTD의 추정이 불가 능하다는 단점이 있다. 최근 이 SM방법의 단점을 보완하기 위해 O Quigley 등 (1990)이 제안한 CRM(Continu

878 Yu Kim, Dongjae Kim 지막 용량수준까지도 멈춤 규칙이 만족되지 않아 시행이 종료되지 않는 경우에는 MTD의 추정이 불가 능하다는 단점이 있다. 최근 이 SM방법의 단점을 보완하기 위해 O Quigley 등 (1990)이 제안한 CRM(Continu 한 국 통 계 학 회 논 문 집 2012, 19권, 6호, 877 884 DOI: http://dx.doi.org/10.5351/ckss.2012.19.6.877 Maximum Tolerated Dose Estimation Applied Biased Coin Design in a Phase Ⅰ Clinical Trial Yu Kim a, Dongjae Kim

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Jun.; 27(6),

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Jun.; 27(6), THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2016 Jun.; 276), 504511. http://dx.doi.org/10.5515/kjkiees.2016.27.6.504 ISSN 1226-3133 Print)ISSN 2288-226X Online) Near-Field

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA 한국소음진동공학회 2015추계학술대회논문집년 Study of Noise Pattern and Psycho-acoustics Characteristic of Household Refrigerator * * ** ** Kyung-Soo Kong, Dae-Sik Shin, Weui-Bong Jeong, Tae-Hoon Kim and Se-Jin Ahn Key Words

More information

ePapyrus PDF Document

ePapyrus PDF Document 육아지원연구 2008. 제 3권 1 호, 147-170 어린이집에서의 낮잠에 대한 교사와 부모의 인식 및 실제 이 슬 기(동작구 보육정보센터)* 1) 요 약 본 연구의 목적은 어린이집에서의 일과 중 낮잠 시간에 대한 교사와 부모의 인식 및 실제를 알아봄 으로써, 교사와 부모의 협력을 통해 바람직한 낮잠 시간을 모색해 보는 데 있었다. 연구 대상은 서울, 경기지역

More information

09오충원(613~623)

09오충원(613~623) A Study of GIS Service of Weather Information* Chung-Weon Oh**,..,., Web 2.0 GIS.,.,, Web 2.0 GIS, Abstract : Due to social and economic value of Weather Information such as urban flooding, demand of Weather

More information

06_ÀÌÀçÈÆ¿Ü0926

06_ÀÌÀçÈÆ¿Ü0926 182 183 184 / 1) IT 2) 3) IT Video Cassette Recorder VCR Personal Video Recorder PVR VCR 4) 185 5) 6) 7) Cloud Computing 8) 186 VCR P P Torrent 9) avi wmv 10) VCR 187 VCR 11) 12) VCR 13) 14) 188 VTR %

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Mar.; 30(3),

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Mar.; 30(3), THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2019 Mar.; 30(3), 223 228. http://dx.doi.org/10.5515/kjkiees.2019.30.3.223 ISSN 1226-3133 (Print) ISSN 2288-226X (Online) Analysis

More information

2 2000. 8. 31

2 2000. 8. 31 IT update 00 1 / 2000.8.30 IT update Information Technology 2 2000. 8. 31 C o n t e n t s 2000. 8. 31 3 4 2000. 8. 31 2000. 8. 31 5 6 2000. 8. 31 2000. 8. 31 7 8 2000. 8. 31 2000. 8. 31 9 1 0 2000. 8.

More information

#유한표지F

#유한표지F www.yuhan.ac.kr www.yuhan.ac.kr 대 학 요 람 2008 422-749 경기도 부천시 소사구 경인로 636(괴안동 185-34) Tel : 02)2610-0600 / 032)347-0600 유 한 대 학 대학요람 2008 2008 대학요람 설립자 유일한 박사의 숭고한 정신과 철학을 실천하는 대학 눈으로 남을 볼 줄 아는 사람은 훌륭한

More information

Journal of Educational Innovation Research 2017, Vol. 27, No. 2, pp DOI: : Researc

Journal of Educational Innovation Research 2017, Vol. 27, No. 2, pp DOI:   : Researc Journal of Educational Innovation Research 2017, Vol. 27, No. 2, pp.251-273 DOI: http://dx.doi.org/10.21024/pnuedi.27.2.201706.251 : 1997 2005 Research Trend Analysis on the Korean Alternative Education

More information

???춍??숏

???춍??숏 Suseong gu Council Daegu Metropolitan City www.suseongcouncil.daegu.kr Contents SUSEONG GU COUNCIL DAEGU METROPOLITAN CITY 10 www.suseongcouncil.daegu.kr 11 SUSEONG GU COUNCIL DAEGU METROPOLITAN CITY

More information

歯1.PDF

歯1.PDF 200176 .,.,.,. 5... 1/2. /. / 2. . 293.33 (54.32%), 65.54(12.13%), / 53.80(9.96%), 25.60(4.74%), 5.22(0.97%). / 3 S (1997)14.59% (1971) 10%, (1977).5%~11.5%, (1986)

More information

<372E20B9DAC0B1C8F12DB0E62E687770>

<372E20B9DAC0B1C8F12DB0E62E687770> 7 사회과학연구 2010; 36(2) Journal of Social Science Vol.36, No.2, 2010; 45-69 사 회 과 학 연 구 의원 웹사이트의 네트워크 분석에 관한 연구 : 17대 국회의원과 7대 서울시의회 의원 웹사이트 비교 분석을 중심으로 박윤희 (Yun-Hee Park) 동국대학교 정치학과 박사과정 수료 mihoo@hanmail.net

More information

<C7D1B1B9B1B3C0B0B0B3B9DFBFF85FC7D1B1B9B1B3C0B05F3430B1C733C8A35FC5EBC7D5BABB28C3D6C1BE292DC7A5C1F6C6F7C7D42E687770>

<C7D1B1B9B1B3C0B0B0B3B9DFBFF85FC7D1B1B9B1B3C0B05F3430B1C733C8A35FC5EBC7D5BABB28C3D6C1BE292DC7A5C1F6C6F7C7D42E687770> 기혼 여성이 사이버대학에서 상담을 전공하면서 겪는 경험 방기연 (고려사이버대학교 상담심리학과 부교수) * 요 약 본 연구는 기혼 여성의 사이버대학 상담전공 학과 입학에서 졸업까지의 경험을 이해하는 것을 목적으로 한 다. 이를 위해 연구참여자 10명을 대상으로 심층면접을 하고, 합의적 질적 분석 방법으로 분석하였다. 입학 전 에 연구참여자들은 고등교육의 기회를

More information

1. KT 올레스퀘어 미디어파사드 콘텐츠 개발.hwp

1. KT 올레스퀘어 미디어파사드 콘텐츠 개발.hwp Journal of Next-generation Convergence Information Services Technology Vol.4, No.1, June (2015), pp. 1-8 차세대컨버전스정보서비스기술논문지 KT 올레스퀘어 미디어파사드 콘텐츠 개발 Media Fasade Contents Development of KT Olleh Square 김동조

More information

Journal of Educational Innovation Research 2016, Vol. 26, No. 1, pp.1-19 DOI: *,..,,,.,.,,,,.,,,,, ( )

Journal of Educational Innovation Research 2016, Vol. 26, No. 1, pp.1-19 DOI:   *,..,,,.,.,,,,.,,,,, ( ) Journal of Educational Innovation Research 2016, Vol. 26, No. 1, pp.1-19 DOI: http://dx.doi.org/10.21024/pnuedi.26.1.201604.1 *,..,,,.,.,,,,.,,,,, ( ).,,,. * 2014. 2015. ** 1, : (E-mail: cajoo@pusan.ac.kr)

More information

untitled

untitled 2006 517 ICS KS X ISO 2006 Transport Protocol Experts Group(TPEG) TPEG specifications CTT(Congestion and TravelTime Information) TPEG()., TPEG Part TPEG. TPEG TPEG TDC(Transparent Data Channel). (Digital

More information

-07-......

-07-...... A Depth Interview on Qualification, Role, and Professionalism of Infant/Toddler Teachers Department of Child & Family Studies, Kyung Hee University Associate Professor : Ahn, Sun Hee Department of Early

More information

ePapyrus PDF Document

ePapyrus PDF Document 막힌 부분을 갖는 네트워크 내 효과적인 경로 탐색을 위한 유전 알고리즘 적용 김준우 *, 이민정 ** 요약 자연계의 진화 과정을 모방하는 유전 알고리즘은 다양한 조합 최적화와 같은 NP-hard 문제의 해를 탐색하는데 매 우 유용한 도구이다. 본 논문은 네트워크 내에 존재하는 두 노드 사이의 최단 경로를 구하는 문제 풀이를 위하여 유 전 알고리즘을 적용하고자

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA FPS게임 구성요소의 중요도 분석방법에 관한 연구 2 계층화 의사결정법에 의한 요소별 상관관계측정과 대안의 선정 The Study on the Priority of First Person Shooter game Elements using Analytic Hierarchy Process 주 저 자 : 배혜진 에이디 테크놀로지 대표 Bae, Hyejin AD Technology

More information

???? 1

???? 1 The Korean Journal of Applied Statistics (2013) 26(1), 201 208 DOI: http://dx.doi.org/10.5351/kjas.2013.26.1.201 A Note on Model Selection in Mixture Experiments with Process Variables Jung Il Kim a,1

More information

10(3)-09.fm

10(3)-09.fm w y wz 10«3y 253~258 (2010.12.) Journal of Korean Society of Urban Environment ³ w Á» Á Á y w y œw (2010 11 22, 2010 12 9 k) Study on Determine of Detention Pond in Small Developed Area In-Soo Chang ½

More information

Abstract Musculoskeletal Symptoms and Related Factors for Nurses and Radiological Technologists Wearing a Lead Apron for Radiation Pro t e c t i o n Jung-Im Yoo, Jung-Wan Koo 1 ) Angio Unit, Team of Radiology,

More information

À¯Çõ Ãâ·Â

À¯Çõ Ãâ·Â Network Virtualization Techniques for Future Internet Services in cloud computing are based on network virtualization that provides both flexibility and network isolation. Network virtualization consists

More information

IT현황리포트 내지 완

IT현황리포트 내지 완 2007 Global Information Technology Development Reports 8 9 12 13 14 15 16 18 19 20 21 24 25 26 27 28 29 32 33 34 35 36 38 39 40 41 42 43 46 47 48 49 50 51 54 55 56 57 58 60 61 62 63

More information

30이지은.hwp

30이지은.hwp VR의 가상광고에 나타난 그래픽영상 연구 -TV 스포츠 방송을 중심으로- A study of the graphic image that is presented in Virtual Advertising of VR(Virtual Reality) - Focused on TV Sports broadcasts - 이지은(Lee, ji eun) 조일산업(주) 디자인 실장

More information

¨ë Áö¸®ÇÐȸÁö-¼Û°æ¾ðOK

¨ë Áö¸®ÇÐȸÁö-¼Û°æ¾ðOK Industrial and Innovation Networks of the Long-live Area of Honam Region* Sam Ock Park**Kyung Un Song***Eun Jin Jeong**** AbstractThe purpose of this paper is to analyze industrial and innovation networks

More information

Journal of Educational Innovation Research 2018, Vol. 28, No. 4, pp DOI: 3 * The Effect of H

Journal of Educational Innovation Research 2018, Vol. 28, No. 4, pp DOI:   3 * The Effect of H Journal of Educational Innovation Research 2018, Vol. 28, No. 4, pp.577-601 DOI: http://dx.doi.org/10.21024/pnuedi.28.4.201812.577 3 * The Effect of Home-based Activities Using Traditional Fairy Tales

More information

Microsoft PowerPoint - MobileIPv6_김재철.ppt

Microsoft PowerPoint - MobileIPv6_김재철.ppt Jaecheol Kim Multimedia & Communications Lab. jchkim@mmlab.snu.ac.kr 2003. 9. 8 Contents IPv4 Overview IPv6 Overview 2 MIP 의필요성 Portable Computer 이동하며사용하지않음 이동시통신연결의유지필요없음 DHCP의경우Mobile IP 필요없음 Wireless

More information

<31302DC0E5BCBAC8AF28BCF6C1A4292E687770>

<31302DC0E5BCBAC8AF28BCF6C1A4292E687770> MAP를 적용한 무선 메쉬 네트워크에서의 이동성 관리방법 Mobility Management Scheme for the Wireless Mesh Network using Mobility Anchor Point 장 성 환 * 조 규 섭 ** Sung-Hwan Jang Kyu-Seob Cho 요 약 무선 메쉬 네트워크(WMN)는 기존의 무선 네트워크에 비해 저렴한

More information