• 제목/요약/키워드: Dynamic distributed grid scheme

검색결과 10건 처리시간 0.024초

공간 네트워크에서 이동객체의 위치정보 관리를 위한 동적 분산 그리드 기법 (Dynamic Distributed Grid Scheme to Manage the Location-Information of Moving Objects in Spatial Networks)

  • 김영창;홍승태;조경진;장재우
    • 한국정보과학회논문지:컴퓨팅의 실제 및 레터
    • /
    • 제15권12호
    • /
    • pp.948-952
    • /
    • 2009
  • 최근 공간 네트워크에서 대용량 이동객체의 위치정보를 관리하기 위한 DS-GRID(distributed S-GRID)가 제안되었다[1]. 그러나 DS-GRID는 균일 크기의 그리드 셀을 이용하기 때문에, 실제 응용에서 빈번히 발생하는 이동 객체의 쏠림 현상을 효율적으로 관리하지 못하는 단점을 지닌다. 이를 해결하기 위해, 본 논문에서는 이동객체의 밀도에 따라 그리드 셀을 동적으로 분할하는 동적 분산 그리드 기법을 제안한다. 아울러 이를 위한 k-최근접 질의처리 알고리즘을 제안한다. 마지막으로 성능 평가를 통해 이동객체의 쏠림 현상이 발생하였을 경우, 제안하는 동적 분산 그리드 기법이 검색 및 업데이트 성능 측면에서 DS-GRID 보다 우수함을 입증한다.

계산 그리드를 위한 효율적인 작업 스케줄링 정책 (An Efficient Job Scheduling Strategy for Computational Grid)

  • 조지훈;이원주;전창호
    • 한국정보과학회논문지:컴퓨팅의 실제 및 레터
    • /
    • 제14권8호
    • /
    • pp.753-757
    • /
    • 2008
  • 본 논문은 그리드 환경에서 동전계획법을 위한 새로운 스케줄링 정책을 제안한다. 이 스케줄링 정책의 특징은 동적 테이블의 지역성을 고려하여 테이블을 분할하고, 네트워크 지연이 최소인 노드에 작업을 할당함으로써 작업의 실행시간을 단축하는 것이다. 또한 최적의 병행성을 얻기 위해 분산 하향식으로 동적 테이블을 구성한다 시뮬레이션을 통하여 제안하는 그리드 스케줄링 정책이 그리드 환경의 성능 향상 면에서 기존의 분기-한정(branch-bound) 알고리즘에 비해 더 효과적임을 보인다

적응형 그리드 시스템을 위한 이질적인 자원 관리 (Heterogeneous Resource Management for Adaptive Grid System)

  • Eui-Nam Huh;Woong-Jae Lee;Jong-Sook Lee
    • 한국시뮬레이션학회논문지
    • /
    • 제12권4호
    • /
    • pp.51-59
    • /
    • 2003
  • Real-Time applications on Grid environment have several problems in terms of resource management addressed as follows; (1) dynamic resource allocation to provide QoS objectives, (2) heterogeneous resources that is different scale, or capacity in same unit, and (3) resource availability, and resource needs. This paper describes the techniques of resource manager (RM) handling above problems to support QoS of dynamic real-time applications on Grid. The contributions of this paper to solve problems are as follows: unification of dynamic resource requirements among heterogeneous hosts, control of resources in heterogeneous environments, and dynamic load balancing/sharing. Our heuristic allocation scheme works not only 257% better than random, 142% better than round robin, and 36.4% better than least load in QoS sensitivity, but also 38.6% better than random, 28.5% better than round robin, and 31.6% better than least load in QoS.

  • PDF

Efficient Continuous Skyline Query Processing Scheme over Large Dynamic Data Sets

  • Li, He;Yoo, Jaesoo
    • ETRI Journal
    • /
    • 제38권6호
    • /
    • pp.1197-1206
    • /
    • 2016
  • Performing continuous skyline queries of dynamic data sets is now more challenging as the sizes of data sets increase and as they become more volatile due to the increase in dynamic updates. Although previous work proposed support for such queries, their efficiency was restricted to small data sets or uniformly distributed data sets. In a production database with many concurrent queries, the execution of continuous skyline queries impacts query performance due to update requirements to acquire exclusive locks, possibly blocking other query threads. Thus, the computational costs increase. In order to minimize computational requirements, we propose a method based on a multi-layer grid structure. First, relational data object, elements of an initial data set, are processed to obtain the corresponding multi-layer grid structure and the skyline influence regions over the data. Then, the dynamic data are processed only when they are identified within the skyline influence regions. Therefore, a large amount of computation can be pruned by adopting the proposed multi-layer grid structure. Using a variety of datasets, the performance evaluation confirms the efficiency of the proposed method.

Performance Evaluation of Gang Scheduling Policies with Migration in a Grid System

  • Ro, Cheul-Woo;Cao, Yang
    • International Journal of Contents
    • /
    • 제6권4호
    • /
    • pp.30-34
    • /
    • 2010
  • Effective job scheduling scheme is a crucial part of complex heterogeneous distributed systems. Gang scheduling is a scheduling algorithm for grid systems that schedules related grid jobs to run simultaneously on servers in different local sites. In this paper, we address grid jobs (gangs) schedule modeling using Stochastic reward nets (SRNs), which is concerned for static and dynamic scheduling policies. SRN is an extension of Stochastic Petri Net (SPN) and provides compact modeling facilities for system analysis. Threshold queue is adopted to smooth the variations of performance measures. System throughput and response time are compared and analyzed by giving reward measures in SRNs.

Enabling Efficient Verification of Dynamic Data Possession and Batch Updating in Cloud Storage

  • Qi, Yining;Tang, Xin;Huang, Yongfeng
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • 제12권6호
    • /
    • pp.2429-2449
    • /
    • 2018
  • Dynamic data possession verification is a common requirement in cloud storage systems. After the client outsources its data to the cloud, it needs to not only check the integrity of its data but also verify whether the update is executed correctly. Previous researches have proposed various schemes based on Merkle Hash Tree (MHT) and implemented some initial improvements to prevent the tree imbalance. This paper tries to take one step further: Is there still any problems remained for optimization? In this paper, we study how to raise the efficiency of data dynamics by improving the parts of query and rebalancing, using a new data structure called Rank-Based Merkle AVL Tree (RB-MAT). Furthermore, we fill the gap of verifying multiple update operations at the same time, which is the novel batch updating scheme. The experimental results show that our efficient scheme has better efficiency than those of existing methods.

On-line Optimal EMS Implementation for Distributed Power System

  • Choi, Wooin;Baek, Jong-Bok;Cho, Bo-Hyung
    • 전력전자학회:학술대회논문집
    • /
    • 전력전자학회 2012년도 추계학술대회 논문집
    • /
    • pp.33-34
    • /
    • 2012
  • As the distributed power system with PV and ESS is highlighted to be one of the most prominent structure to replace the traditional electric power system, power flow scheduling is expected to bring better system efficiency. Optimal energy management system (EMS) where the power from PV and the grid is managed in time-domain using ESS needs an optimization process. In this paper, main optimization method is implemented using dynamic programming (DP). To overcome the drawback of DP in which ideal future information is required, prediction stage precedes every EMS execution. A simple auto-regressive moving-average (ARMA) forecasting followed by a PI-controller updates the prediction data. Assessment of the on-line optimal EMS scheme has been evaluated on several cases.

  • PDF

A New Required Reserve Capacity Determining Scheme with Regard to Real time Load Imbalance

  • Park, Joon Hyung;Kim, Sun Kyo;Yoon, Yong Tae
    • Journal of Electrical Engineering and Technology
    • /
    • 제10권2호
    • /
    • pp.511-517
    • /
    • 2015
  • Determination of the required reserve capacity has an important function in operation of power system and it is calculated based on the largest loss of supply. However, conventional method cannot be applied in future power system, because potential grid-connected distributed generator and abnormal temperature cause the large load imbalance. Therefore this paper address new framework for determining the optimal required reserve capacity taking into account the real time load imbalance. At first, we introduce the way of operating reserve resources which are the secondary, tertiary, Direct Load Control (DLC) and Load shedding reserves to make up the load imbalance. Then, the formulated problem can be solved by the Probabilistic Dynamic Programming (PDP) method. In case study, we divide two cases for comparing the cost function between the conventional method and the proposed method.

Controller Design of a Novel Power Conditioning System with an Energy Storage Device for Renewable Energy Sources under Grid-Connected Operation

  • Park, Sun-Jae;Lee, Hwa-Seok;Kim, Chan-In;Park, Joung-Hu;Jeon, Hee-Jong;Ryeom, Jeongduk
    • Journal of Power Electronics
    • /
    • 제13권3호
    • /
    • pp.390-399
    • /
    • 2013
  • As a result of the depletion of fossil fuels and environmental contamination, it has become important to use renewable energy. For the stable utilization of renewable energy sources, energy storage devices must be used. In addition, renewable and distributed power sources with energy storage devices must operate stably under grid-connected mode. This paper proposed dynamic response modeling for renewable power generation systems including a charger/discharger with an energy storage device in order to derive a method to guarantee stable operation while fully utilizing the energy from the energy storage device. In this paper, the principle operation and design guidelines of the proposed scheme are presented, along with a performance analysis and simulation results using MATLAB and PSIM. Finally, a hardware prototype of a 1kW power conditioning system with an energy storage device has been implemented for experimental verification of the proposed converter system.

변동성 재생e 유연 대응을 위한 한국형 V2G 기술개발 (Korean V2G Technology Development for Flexible Response to Variable Renewable Energy)

  • 손찬;유승덕;임유석;박기준
    • KEPCO Journal on Electric Power and Energy
    • /
    • 제7권2호
    • /
    • pp.329-333
    • /
    • 2021
  • V2G (Vehicle to Grid) technology for an EV (Electric Vehicle) has been assumed as so promising in a near future for its useful energy resource concept but still yet to be developed around the world for specific service purposes through various R&BD projects. Basically, V2G returns power stored in vehicle at a cheaper or unused time to the grid at more expensive or highly peaked time, and is accordingly supposed to provide such roles like peak shaving or load levelling according to customer load curve, frequency regulation or ancillary reserves, and balancing power fluctuation to grid from the weather-sensitive renewable sources like wind or solar generations. However, it has recently been debated over its prominent usage as diffusing EVs and the required charging/discharging infrastructure, partially for its addition of EV ownership costs with more frequent charging/discharging events and user inconvenience with a relative long-time participation in the previously engaged V2G program. This study suggests that a Korean DR (Demand Response) service integrated V2G system especially based upon a dynamic charge/pause/discharge scheme newly proposed to ISO/IEC 15118 rev. 2 can deal with these concerns with more profitable business model, while fully making up for the additional component (ex. battery) and service costs. It also indicates that the optimum economic, environmental, and grid impacts can be simulated for this V2G-DR service particularly designed for EV aggregators (V2G service providers) by proposing a specific V2G engagement program for the mediated DR service providers and the distributed EV owners.