• 제목/요약/키워드: Distributed Load

검색결과 1,299건 처리시간 0.029초

An Efficient Load Balancing Mechanism in Distributed Virtual Environments

  • Jang, Su-Min;Yoo, Jae-Soo
    • ETRI Journal
    • /
    • 제30권4호
    • /
    • pp.618-620
    • /
    • 2008
  • A distributed virtual environment (DVE) allows multiple geographically distributed objects to interact concurrently in a shared virtual space. Most DVE applications use a non-replicated server architecture, which dynamically partitions a virtual space. An important issue in this system is effective scalability as the number of users increases. However, it is hard to provide suitable load balancing because of the unpredictable movements of users and hot-spot locations. Therefore, we propose a mechanism for sharing roles and separating service regions. The proposed mechanism reduces unnecessary partitions of short duration and supports efficient load balancing.

  • PDF

고정성 보철치료에서 골유착성 임프란트의 경사도변화에 따른 변위와 응력에 관한 유한요소적 연구 (A FINITE ELEMENT ANALYSIS ON THE 3-UNIT FIXED PROSTHESIS SUPPORTED WITH A NATURAL TOOTH AND ANGLE VARIABLE IMPLANT)

  • 고현;우이형;박남수
    • 대한치과보철학회지
    • /
    • 제31권4호
    • /
    • pp.580-610
    • /
    • 1993
  • The purpose of this study was to analyse the deflection and stress distribution at the supporting bone and it's superstructure by the alteration of angulation between implant and it's implant abutment. For this study, the free-end saddle case of mandibular first and second molar missing would be planned to restore with fixed prosthesis. So the mandibular second premolar was prepared for abutment, and the cylinder type osseointegrated implant was placed at the site of mandibular second molar for abutment. The finite element stress analysis was applied for this study. 13 two-dimensional FEM models were created, a standard model at $0^{\circ}$ and 12 models created by changing the angulation between implant and implant abutment as increasing the angulation mesially and distally with $5^{\circ}$ unittill $30^{\circ}$. The preprocessing decording, solving and postprocessing procedures were done by using FEM analysis software PATRAN and SUN-SPARC2GX. The deflections and von Mises stresses were calculated under concentrated load (load 1) and distributed load(load 2) at the reference points. The results were as follows : 1. Observing at standard model, the amount of total deflection at the distobuccal cusp-tip of pontic under concentrated load was largest of all, and that at the apex of implant was least of all, and the amount of total deflection at the buccal cusp-tip of second premolar under distributed load was largest of all, and that at the apex of implant was least of all. 2. Increasing the angulation mesially or distally, the amounts of total deflection were increased or decreased according to the reference points. But the order according to the amount of total deflection was not changed except apex of second premolar and central fossa of implant abutment under concentrated load during distal inclination. 3. Observing at standard model, the von Mises stress at the distal joint of pontic under concentrated load was largest of all, and that at the apex of implant was least of all. The von Mises stress at the distal margin of second premolar under distributed load was largest of all, and that at the apex of Implant was least of ail. 4. Increasing the angulation of implant mesially, the von Mises stresses at the mesial crest of implant were increased under concentrated load and distributed load, but those were increased remarkably under distributed load and so that at $30^{\circ}$ mesial inclination was largest of all. 5. Increasing the angulation of implant distally, the von Mises stresses at the distal crest of implant were increased remarkably under concentrated load and distributed load, and so those at $30^{\circ}$ distal inclination were largest of all.

  • PDF

분산 인-메모리 환경에서 부하 분산을 위한 데이터 복제와 이주 기법 (Data Replication and Migration Scheme for Load Balancing in Distributed Memory Environments)

  • 최기태;윤상원;박재열;임종태;복경수;유재수
    • 정보과학회 컴퓨팅의 실제 논문지
    • /
    • 제22권1호
    • /
    • pp.44-49
    • /
    • 2016
  • 최근 소셜 미디어의 성장과 디지털 기기의 활용이 증가함에 따라 데이터가 기하급수적으로 급증하고 있다. 이러한 대용량의 데이터를 효율적으로 처리하기 위해 분산 메모리 처리 시스템을 사용한다. 하지만 분산 환경에서 특정 노드에 부하가 집중이 되면 노드의 성능이 저하되는 문제가 발생한다. 본 논문은 분산 메모리 환경에서 노드의 부하를 적절하게 분배하는 부하 분산 기법을 제안한다. 제안하는 기법은 노드의 부하를 관리하기 위해 핫 데이터를 여러 노드에 복제하고 노드가 추가되거나 삭제될 때 노드의 부하를 고려하여 데이터를 이주시킨다. 클라이언트는 핫 데이터의 메타데이터 정보를 유지하여 직접 노드에 접근함으로써 중앙 서버의 접근을 감소시킨다. 성능 평가를 통해 제안하는 부하 분산 관리 기법이 기존에 캐시 관리 기법에 비해 우수함을 입증한다.

Development for a Simple Client-based Distributed Web Caching System

  • Park, Jong-Ho;Chong, Kil-To
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 제어로봇시스템학회 2003년도 ICCAS
    • /
    • pp.2131-2136
    • /
    • 2003
  • Since the number of user-requests increases dramatically on the Internet, the servers and networks can be swamped unexpectedly without any prior notice. Therefore, the end-users are waiting or refused for the responses of the contents from the originating servers. To solve this problem, it has been considered that a distributed web caching system efficiently utilizes structural elements of the network. Because a distributed web caching system uses the caches that are close to end-users on the network, it transmits the contents to users faster than the original network system. This paper proposes a simple client-based distributed web caching system(2HRCS) that client can directly perform object allocation and load balancing without an additional DNS for load balancing in CARP (Cache Array Routing Protocol) and GHS (Global Hosting System) that are the recent distributed web caching system protocol. The proposed system reduces the cost of setup and operation by removing DNS that needs to balance the load in the existing system. The system has clients with consistent hashing method, so it extends its environment to other distributed web caching system that has caches of different capacity. A distributed web caching system is composed and tested to evaluate the performance. As a result, it shows superior performance to consistent hashing system. Because this system can keep performance of the existing system and reduce costs, it has the advantage of constructing medium or small scale CDN (Contents Delivery Network).

  • PDF

분산 컴퓨팅 환경에서 효율적인 유사 조인 질의 처리를 위한 행렬 기반 필터링 및 부하 분산 알고리즘 (Matrix-based Filtering and Load-balancing Algorithm for Efficient Similarity Join Query Processing in Distributed Computing Environment)

  • 양현식;장미영;장재우
    • 한국콘텐츠학회논문지
    • /
    • 제16권7호
    • /
    • pp.667-680
    • /
    • 2016
  • 하둡 맵리듀스와 같은 분산 컴퓨팅 플랫폼이 개발됨에 따라, 기존 단일 컴퓨터 상에서 수행되는 질의 처리 기법을 분산 컴퓨팅 환경에서 효율적으로 수행하는 것이 필요하다. 특히, 주어진 두 데이터 집합에서 유사도가 높은 모든 데이터 쌍을 탐색하는 유사 조인 질의를 분산 컴퓨팅 환경에서 수행하려는 연구가 있어 왔다. 그러나 분산 병렬 환경에서의 기존 유사 조인 질의처리 기법은 데이터 전송 비용만을 고려하기 때문에 클러스터 간에 비균등 연산 부하 분산의 문제점이 존재한다. 본 논문에서는 분산 컴퓨팅 환경에서 효율적인 유사 조인 처리를 위한 행렬 기반 부하 분산 알고리즘을 제안한다. 제안하는 알고리즘은 클러스터의 균등 부하 분산을 위해 행렬을 이용하여 예상되는 연산 부하를 측정하고 이에 따라 파티션을 생성한다. 아울러, 클러스터에서 질의 처리에 사용되지 않는 데이터를 필터링함으로서 연산 부하를 감소시킨다. 마지막으로 성능 평가를 통해 제안하는 알고리즘이 기존 기법에 비해 질의 처리 성능 측면에서 우수함을 보인다.

Behaviour factor and displacement estimation of low-ductility precast wall system under seismic actions

  • Tiong, Patrick L.Y.;Adnan, Azlan;Hamid, Nor H.A.
    • Earthquakes and Structures
    • /
    • 제5권6호
    • /
    • pp.625-655
    • /
    • 2013
  • This paper investigated the seismic behaviour of an innovated non-ductile precast concrete wall structural system; namely HC Precast System (HCPS). The system comprises load-bearing precast wall panels merely connected only to column at both ends. Such study is needed because there is limited research information available in design codes for such structure particularly in regions having low to moderate seismicity threats. Experimentally calibrated numerical model of the wall system was used to carry out nonlinear pushover analyses with various types of lateral loading patterns. Effects of laterally applied single point load (SPL), uniformly distributed load (UDL), modal distributed load (MDL) and triangular distributed load (TDL) onto global behaviour of HCPS were identified. Discussion was focused on structural performance such as ductility, deformability, and effective stiffness of the wall system. Thus, a new method for engineers to estimate the nonlinear deformation of HCPS through linear analysis was proposed.

점성감쇠가 건성마찰력을 받는 탄성지지 보의 안정성에 미치는 효과 (Effect of viscous Damping on the Stability of Beam Resting on an Elastic Foundation Subjected to Dry friction force)

  • 장탁순;고준빈;류시웅
    • 한국정밀공학회지
    • /
    • 제21권11호
    • /
    • pp.179-185
    • /
    • 2004
  • The effect of viscous damping on stability of beam resting on an elastic foundation subjected to a dry friction force is analytically studied. The beam resting on an elastic foundation subjected to dry friction force is modeled for simplicity into a beam resting on Kelvin-Voigt type foundation subjected to distributed follower load. In particular, the effects of four boundary conditions (clamped-free, clamped-pinned, pinned-pinned, clamped-clamped) on the system stability are considered. The critical value and instability type of columns on the elastic foundation subjected to a distributed follower load is investigated by means of finite element method for four boundary conditions. The elastic foundation modulus, viscous damping coefficient and boundary conditions affect greatly both the instability type and critical load. Also, the increase of damping coefficient raises the critical flutter load (stabilizing effect) but reduces the critical divergence load (destabilizing effect).

새로운 부하 제어 방식을 사용한 분산형 컨퍼런스 구조 (A Distributed Conference Architecture with a New Load Control Method)

  • 장춘서
    • 한국컴퓨터정보학회논문지
    • /
    • 제17권6호
    • /
    • pp.67-73
    • /
    • 2012
  • 본 논문에서는 컨퍼런스 서버의 과부하를 방지하기위한 새로운 부하 제어 방식을 사용한 분산형 컨퍼런스 구조를 제안하였다. 본 논문에서 제안한 새로운 이벤트 패키지는 컨퍼런스 부하 제어를 가능하게하고 새로운 컨퍼런스 정보 데이터 포맷은 컨퍼런스 서버들과 컨퍼런스 참가자들 사이의 SIP 메시지 교환 절차 및 부하 분산을 처리하는 데 필요한 요소들이 추가되었다. 또 전체 컨퍼런스 참가자들에게 주기적으로 전송해야 할 컨퍼런스 정보 데이터의 처리도 모든 서버들이 분담하도록 하여 부하를 더욱줄이도록 하였다. 제안한 부하제어 이벤트 패키지는 각 컨퍼런스 서버들이전체 컨퍼런스서버들의현재부하 상태를 실시간으로파악할수 있도록 하며특정서버의부하가커지면 해당 서버는 전체 컨퍼런스 서버 중 가장 부하가 적은 서버를 선택하여 SIP 클라이언트 요청을 분산시키거나 새로운 컨퍼런스 서버를 생성하여 부하를 분산하도록 한다. 제안된 시스템의 성능은 실험을 통하여 분석하였고 평균 지연시간에서 21.6%, 평균 SIP 메시지 처리 시간에서 29.2% 향상됨을 보여주고 있다.

수용가의 신뢰도 평가를 위한 분산전원 모델링 (Modeling of Distributed Generation to Calculate Reliability of Customers)

  • 조종만;배인수;심헌;김진오
    • 조명전기설비학회논문지
    • /
    • 제19권8호
    • /
    • pp.70-76
    • /
    • 2005
  • 본 논문은 분산전원이 연계된 배전계통의 신뢰도를 평가할 수 있는 해석적 기법과 그에 맞는 분산전원의 모델을 제시한다. 분산전원은 송전계통에 연계된 대규모 발전기와는 다른 운영방식을 가지기 때문에 기존의 기법과는 다른 해석기법과 모델을 필요로 한다. 제시되는 신뢰도 해석기법은 Monte-Carlo 시뮬레이션에 비해 간단하면서도 피크부하를 사용하는 해석기법에 비해 정확하기 위해 Load Duration Curve를 사용하였고, 최종적으로는 사례연구를 통해 제시된 기법의 정확성을 입증하였다.

Load Balancing Strategies for Network-based Cluster System

  • Jung, Hoon-Jin;Choung Shik park;Park, Sang-Bang
    • 대한전자공학회:학술대회논문집
    • /
    • 대한전자공학회 2000년도 ITC-CSCC -1
    • /
    • pp.314-317
    • /
    • 2000
  • Cluster system provides attractive scalability in terms of computation power and memory size. With the advances in high speed computer network technology, cluster systems are becoming increasingly competitive compared to expensive parallel machines. In parallel processing program, each task load is difficult to predict before running the program and each task is interdependent each other in many ways. Load imbalancing induces an obstacle to system performance. Most of researches in load balancing were concerned with distributed system but researches in cluster system are few. In cluster system, the dynamic load balancing algorithm which evaluates each processor's load in runtime is purpose that the load of each node are evenly distributed. But, if communication cost or node complexity becomes high, it is not effective method for all nodes to attend load balancing process. In that circumstances, it is good to reduce the number of node which attend to load balancing process. We have modeled cluster systems and proposed marginal dynamic load balancing algorithms suitable for that circumstances.

  • PDF