• 제목/요약/키워드: live migration

검색결과 60건 처리시간 0.027초

머신러닝을 이용한 선제적 VNF Live Migration (Proactive Virtual Network Function Live Migration using Machine Learning)

  • 정세연;유재형;홍원기
    • KNOM Review
    • /
    • 제24권1호
    • /
    • pp.1-12
    • /
    • 2021
  • VM (Virtual Machine) live migration은 VM에서 동작하는 서비스의 downtime을 최소화하면서 해당 VM을 다른 서버 노드로 이전시키는 서버 가상화 기술이다. 클라우드 데이터센터에서는 로드밸런싱, 특정 위치 서버로의 consolidation 통한 전력 소비 감소, 서버 유지보수(maintenance) 작업 중에도 사용자에게 무중단 서비스를 제공하기 위한 목적 등으로 VM live migration 기술이 활발히 사용되고 있다. 또한 고장 및 장애 상황이 예측되거나 그 징후가 탐지되는 경우, 예방 및 완화 수단으로 활용될 수 있다. 본 논문에서 우리는 두 가지 선제적(proactive) VNF live migration 방법을 제안하며, 첫 번째 방법은 서버 로드밸런싱에 VNF live migration 기법을 사용하며 두 번째 방법은 고장 예측에 기반하여 고장 회피 목적으로 VNF live migration을 사용한다. 선제적 migration을 위한 예측에 머신러닝(기계학습)을 활용하며 실험을 통해 그 실효성을 검증한다. 특히 두 번째 방법에 대해 vEPC (Virtual Evolved Packet Core)의 고장 상황을 case study한 결과를 제시한다.

가상화 클러스터를 위한 Hotspot 원인 정보 기반Live migration Algorithm (A Resource Oriented Live migration Algorithm for Removing Hotspot in Virtualized Clusters)

  • 강문영;오상윤
    • 한국정보과학회:학술대회논문집
    • /
    • 한국정보과학회 2011년도 한국컴퓨터종합학술대회논문집 Vol.38 No.1(B)
    • /
    • pp.9-12
    • /
    • 2011
  • 가상화 기술은 물리적 컴퓨팅 자원의 추상화를 통해 다수의 운영 체제나 응용 프로그램이 물리적 서버의 자원을 공유하게 함으로써 소요비용을 절감하고 자원을 통합 관리할 수 있는 기술이다. 그러나 가상화 기반 클러스터에서는 클러스터를 이루는 물리적 서버들이 균형적으로 자원을 활용하지 못하고 특정 서버로 자원 활용률이 집중되는 현상(hotspot)이 발생 할 수 있다. 이에 본 논문에서는 Live migration 기술을 이용하여 가상화 클러스터의 자원 효율을 높이는 알고리즘을 제안한다. 제안 알고리즘은 hotspot의 원인이 되는 자원의 우선순위를 기반으로 가장 적합한 대상을 선정하여 가상머신을 이동시켜 클러스터의 자원 활용률의 균형을 도모하고 추가적인 hotspot의 발생을 최소화고 불필요한 Live migration을 방지하여 migration시에 발생하는 로드를 줄일 수 있다.

Effect of ASLR on Memory Duplicate Ratio in Cache-based Virtual Machine Live Migration

  • Piao, Guangyong;Oh, Youngsup;Sung, Baegjae;Park, Chanik
    • 대한임베디드공학회논문지
    • /
    • 제9권4호
    • /
    • pp.205-210
    • /
    • 2014
  • Cache based live migration method utilizes a cache, which is accessible to both side (remote and local), to reduce the virtual machine migration time, by transferring only irredundant data. However, address space layout randomization (ASLR) is proved to reduce the memory duplicate ratio between targeted migration memory and the migration cache. In this pager, we analyzed the behavior of ASLR to find out how it changes the physical memory contents of virtual machines. We found that among six virtual memory regions, only the modification to stack influences the page-level memory duplicate ratio. Experiments showed that: (1) the ASLR does not shift the heap region in sub-page level; (2) the stack reduces the duplicate page size among VMs which performed input replay around 40MB, when ASLR was enabled; (3) the size of memory pages, which can be reconstructed from the fresh booted up state, also reduces by about 60MB by ASLR. With those observations, when applying cache-based migration method, we can omit the stack region. While for other five regions, even a coarse page-level redundancy data detecting method can figure out most of the duplicate memory contents.

클라우드 컴퓨팅에서 적응적 VM 마이그레이션 기법 개발 (A Development of Adaptive VM Migration Techniques in Cloud Computing)

  • 이화민
    • 정보처리학회논문지:컴퓨터 및 통신 시스템
    • /
    • 제4권9호
    • /
    • pp.315-320
    • /
    • 2015
  • 클라우드 컴퓨팅에서 서버 가상화는 한 대의 물리적인 서버를 다수의 가상머신으로 분할하여 다양한 운영체제 및 애플리케이션을 구동하는 기술이다. 가상머신의 마이그레이션은 현재 실행 중인 가상머신을 소스 호스트에서 다른 물리적인 장치인 타깃 호스트로 이동하는 것이다. 가상머신의 라이브 마이그레이션은 작업 수행 성능의 최적화와 저전력 지원 및 에너지 절감, 결함포용, 노드들 간의 부하 균형을 제공하기 위한 필수적인 요소이다. 본 논문에서는 오픈소스 기반의 적응적 VM 라이브 마이그레이션 기법을 제안한다. 이를 위해 적응적 VM 마이그레이션 시점을 결정하는 VM 모니터링 모듈을 제안하고 오픈소스 기반 전가상화를 지원하는 하이퍼바이저를 설계하였다.

An Anti-Overload Model for OpenStack Based on an Effective Dynamic Migration

  • Ammar, Al-moalmi;Luo, Juan;Tang, Zhuo
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • 제10권9호
    • /
    • pp.4165-4187
    • /
    • 2016
  • As an emerging technology, cloud computing is a revolution in information technology that attracts significant attention from both public and private sectors. In this paper, we proposed a dynamic approach for live migration to obviate overloaded machines. This approach is applied on OpenStack, which rapidly grows in an open source cloud computing platform. We conducted a cost-aware dynamic live migration for virtual machines (VMs) at an appropriate time to obviate the violation of service level agreement (SLA) before it happens. We conducted a preemptive migration to offload physical machine (PM) before the overload situation depending on the predictive method. We have carried out a distributed model, a predictive method, and a dynamic threshold policy, which are efficient for the scalable environment as cloud computing. Experimental results have indicated that our model succeeded in avoiding the overload at a suitable time. The simulation results from our solution remarked the very efficient reduction of VM migrations and SLA violation, which could help cloud providers to deliver a good quality of service (QoS).

Influence of roadkill during breeding migration on the sex ratio of land crab (Sesarma haematoche)

  • Ryu, Mi;Kim, Jae Geun
    • Journal of Ecology and Environment
    • /
    • 제44권4호
    • /
    • pp.207-211
    • /
    • 2020
  • Adult land crabs generally live on land while their larvae live in the sea. In the case of Sesarma haematoche, female crabs migrate from land to sea to release the larvae at the high tide of syzygy night. Artificial structures along coastal areas are being obstacles for the migration of land crabs and causing synchronized roadkills on coastal roads during breeding migration. In this research, we compared the sex ratios of crab populations in coastal areas with coastal roads and uninhabited island areas with no road. The proportion of females in inland habitats with coastal roads was significantly smaller than island habitats. In particular, females are exposed to the risk of annually repeated roadkills, and the proportion of females decreases rapidly with their growth. If this tendency is general for land crab populations in the coastal areas with roads, significant road mortality of female land crabs during breeding migration can lead to severe population decline in coastal areas. Therefore, it is necessary to take an action to save land crabs crossing coastal roads.

이주 효율성 향상을 위한 퍼지로직 기반 우선순위 이주 모델 (Fuzzy logic-based Priority Live Migration Model for Efficiency)

  • 박민오;김재권;최정석;이종식
    • 한국시뮬레이션학회논문지
    • /
    • 제24권4호
    • /
    • pp.11-21
    • /
    • 2015
  • 클라우드 컴퓨팅 환경은 다수의 가상서버 처리요청으로 인해 필요 자원을 충분히 제공하지 못한 경우, 특정 서버에 부하가 걸리는 문제가 발생할 수 있다. 이주관리자는 물리서버 내에 존재하는 가상서버들의 이주 효율성 향상을 위해 각 물리서버의 자원 정보를 모니터링 시스템으로부터 전달받고, 시뮬레이션 결과 값을 토대로 이주 목적지 물리서버를 결정한다. 하지만 모든 물리서버의 미래 자원 사용량을 예측하여 시뮬레이션 과정을 거쳐 이주 목적지 물리서버를 결정하는 것은 소수의 서버 네트워크 컴퓨팅 환경보다 거대하고 복잡한 클라우드 컴퓨팅 환경에서는 오버헤드가 크다. 본 논문에서는 퍼지로직 기반 이주 결정 모델(FPLM)을 제안하고 DEVS 형식론을 적용하여 이주 발생 횟수 및 성능을 비교 측정하였다. FPLM은 이주 발생 횟수 및 이주 목적지 결정 오버헤드를 감소시킴으로써 이주 발생으로 인한 물리서버 자원 사용 효율성을 증가시킨다.

Role of Non-Thermal DBD Plasma on Cell Migration and Cell Proliferation in Wound Healing

  • Ali, Anser;Lee, Seung Hyun;Kim, Yong Hee;Uhm, Han Sup;Choi, Eun Ha;Park, Bong Joo
    • 한국진공학회:학술대회논문집
    • /
    • 한국진공학회 2013년도 제44회 동계 정기학술대회 초록집
    • /
    • pp.526-526
    • /
    • 2013
  • Plasma technology isbeing developed for a range of medical applications including wound healing. However, the effect of plasma on many cells and tissues is unclear. Cell migration and cell proliferation are very important biological processes which are affected by plasma exposure and might be a potential target for plasma therapy during wound healing treatment. In this study, we confirmed the plasma exposure time and incubation time after plasma treatment in skin fibroblast (L-929 cells) to evaluate the optimal conditions forplasma exposure to the cell in-vitro. In addition, we used a scratch method to generate artificial wound for evaluating the cell migration by plasma treatment. Where, the cells were treated with plasma and migration rate was observed by live-cell imaging device. To find the cell proliferation, cell viability assay was executed. The results of this study indicate the increased cell proliferation and migration on mild plasma treatment. The mechanisms for cell migration and cell proliferation after plasma treatment for future studies will be discussed.

  • PDF

클라우드 컴퓨팅 환경에서 Storage Migration 기법 선정을 위한 시뮬레이터 설계 (A Design of Simulator for Storage Migration Model Selection in Cloud Computing)

  • 창준협;전창호;이원주
    • 한국컴퓨터정보학회:학술대회논문집
    • /
    • 한국컴퓨터정보학회 2011년도 제44차 하계학술발표논문집 19권2호
    • /
    • pp.15-16
    • /
    • 2011
  • 본 논문에서는 클라우드 컴퓨팅 환경에서 저장공간 이주(storage migration)시에 저장공간의 읽기/쓰기 비율을 고려한 저장공간 복제 모델 선정을 위한 실험 환경을 설계한다. 기존의 저장공간 이주 모델은 가상머신과 저장공간중에 저장공간이 먼저 이주하는 선복제(pre-copy)와 나중에 이주하는 후복제(post-copy)가 있다. 이러한 복제 기법은 VM과 저장공간 이주의 필요성과 그 방법만을 제안하였으며, 성능 향상을 위한 이주 기법 선정 방법은 제시하지 못하였다. 따라서 본 논문에서는 클라우드 컴퓨팅 환경에서 다양한 스토리지의 읽기/쓰기 비율에 따른 이주 모델 선정 기법을 실험할 수 있는 시뮬레이터 설계 방법을 제시한다.

  • PDF

Social Capital and Migration: A Case Study of Rural Vietnam

  • NGUYEN, Hong Thu;LE, My Kim;NGUYEN, Thi Thuy Dung;DAO, Vu Phuong Linh;NGUYEN, Ngoc Tien
    • The Journal of Asian Finance, Economics and Business
    • /
    • 제9권1호
    • /
    • pp.63-71
    • /
    • 2022
  • To investigate the short-run effects of social capital on migration decisions of individuals in the rural areas of Vietnam, we conducted dataset mining and performed regression model analysis in the form of panel data. As control variables, we employed the variable of social capital, which is measured by an individual's network, as well as demographic characteristics of individuals and households. We discovered that when a household is in financial distress, social networks such as linkages or asking for aid from others often enhance individual capacity. Individuals with a large social network outside of their immediate area are more inclined to relocate to the location where their connectors live. Individual participation and degree of participation in the organizational community, on the other hand, have little bearing on the likelihood of migration. In addition, this research examines theories and empirical research on the relationship between social capital and migration. Based on our research findings, we have recommended some measures to boost the efficiency of social capital and migration in rural areas of Vietnam through local government solutions.