• Title/Summary/Keyword: Virtual Machines

Search Result 239, Processing Time 0.028 seconds

FEM Modeling Automation of Machine Tools Structure (공작기계 구조물의 전산 모델링 자동화)

  • Lee, Chan-Hong;Ha, Tae-Ho;Lee, Jae-Hak
    • Journal of the Korean Society for Precision Engineering
    • /
    • v.29 no.10
    • /
    • pp.1043-1049
    • /
    • 2012
  • The FEM analysis of machine tools is the general analysis process to evaluate machine performance in the industry for a long time. Despite advances in FEM software, because of difficult simplicity of CAD drawing, little experience of joints stiffness modeling and troublesome manual contact area divide for bindings, the industry designers think the FEM analysis is still an area of FEM analysis expert. In this paper, the automation of modeling process with simplicity of drawing, modeling of joints and contact area divide is aimed at easy FEM analysis to enlarge utilization of a virtual machine tools. In order to verify the effects of modeling automation, a slant bed type model with tilting table is analyzed. The results show FEM modeling automation method only needed 45 minutes to complete the whole modeling process, while manual modeling method requires almost one month with 8200 calculations for coordinate transformations and stiffness data input.

A Pattern-Based Prediction Model for Dynamic Resource Provisioning in Cloud Environment

  • Kim, Hyuk-Ho;Kim, Woong-Sup;Kim, Yang-Woo
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • v.5 no.10
    • /
    • pp.1712-1732
    • /
    • 2011
  • Cloud provides dynamically scalable virtualized computing resources as a service over the Internet. To achieve higher resource utilization over virtualization technology, an optimized strategy that deploys virtual machines on physical machines is needed. That is, the total number of active physical host nodes should be dynamically changed to correspond to their resource usage rate, thereby maintaining optimum utilization of physical machines. In this paper, we propose a pattern-based prediction model for resource provisioning which facilitates best possible resource preparation by analyzing the resource utilization and deriving resource usage patterns. The focus of our work is on predicting future resource requests by optimized dynamic resource management strategy that is applied to a virtualized data center in a Cloud computing environment. To this end, we build a prediction model that is based on user request patterns and make a prediction of system behavior for the near future. As a result, this model can save time for predicting the needed resource amount and reduce the possibility of resource overuse. In addition, we studied the performance of our proposed model comparing with conventional resource provisioning models under various Cloud execution conditions. The experimental results showed that our pattern-based prediction model gives significant benefits over conventional models.

Remote ECG Monitoring System Using Mobile Handset with Programmable Virtual Machine (휴대 단말기상의 프로그래머블 가상 머신을 이용한 심전도(ECG) 신호 모니터링 시스템)

  • Chung, Guong;Min, Hong-Ki;Lee, Eung-Hyuk;Hong, Seung-Hong
    • Proceedings of the IEEK Conference
    • /
    • 2003.07c
    • /
    • pp.2899-2902
    • /
    • 2003
  • Mobile communication is one of the fastest growing industries in the world and especially in Korea, where we have well over 30 million voice subscribers. Mobile communication now offers variety of data communication services such as wireless internet, multimedia messages, and color graphic displays. Handsets also have grown to accommodate such services, thus with functionalities such as programmable virtual machines that users can download and execute their own programs. In this paper, we have demonstrated a PCS handset monitoring system which can monitor biometry signals - in this case ECG over wireless internet and wireless data network (IS95C) based on programmable virtual machine architecture. The remote client handset receives data signals from a centralized server and processes and displays them in human friendly form in real time. Since every single handset on sales in Korea has programmable virtual machine and more than 10 million handsets are in distribution already, proper applications may have substantial impact on the related fields.

  • PDF

A Novel Method for Virtual Machine Placement Based on Euclidean Distance

  • Liu, Shukun;Jia, Weijia
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • v.10 no.7
    • /
    • pp.2914-2935
    • /
    • 2016
  • With the increasing popularization of cloud computing, how to reduce physical energy consumption and increase resource utilization while maintaining system performance has become a research hotspot of virtual machine deployment in cloud platform. Although some related researches have been reported to solve this problem, most of them used the traditional heuristic algorithm based on greedy algorithm and only considered effect of single-dimensional resource (CPU or Memory) on energy consumption. With considerations to multi-dimensional resource utilization, this paper analyzed impact of multi-dimensional resources on energy consumption of cloud computation. A multi-dimensional resource constraint that could maintain normal system operation was proposed. Later, a novel virtual machine deployment method (NVMDM) based on improved particle swarm optimization (IPSO) and Euclidean distance was put forward. It deals with problems like how to generate the initial particle swarm through the improved first-fit algorithm based on resource constraint (IFFABRC), how to define measure standard of credibility of individual and global optimal solutions of particles by combining with Bayesian transform, and how to define fitness function of particle swarm according to the multi-dimensional resource constraint relationship. The proposed NVMDM was proved superior to existing heuristic algorithm in developing performances of physical machines. It could improve utilization of CPU, memory, disk and bandwidth effectively and control task execution time of users within the range of resource constraint.

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

  • Piao, Guangyong;Oh, Youngsup;Sung, Baegjae;Park, Chanik
    • IEMEK Journal of Embedded Systems and Applications
    • /
    • v.9 no.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.

An MCFQ I/O Scheduler Considering Virtual Machine Bandwidth Distribution

  • Park, Jung Kyu
    • Journal of the Korea Society of Computer and Information
    • /
    • v.20 no.10
    • /
    • pp.91-97
    • /
    • 2015
  • In this paper, we propose a MCFQ I/O scheduler that is implemented by modifying the existing Linux CFQ I/O scheduler. MCFQ observes whether the user requested I/O bandwidth weight is well distributed. Based on the I/O bandwidth observation, we improved I/O performance of the existing bandwidth distribution ability by dynamically controlling the I/O time-slice of the virtual machine. The use of SSDs as storage has been increasing dramatically in recent computer systems due to their fast performance and low power usage. As the usage of SSD increases and prices fall, virtualized system administrators can take advantage of SSDs. However, studies on guaranteeing SLA(Service Level Agreement) services when multiple virtual machines share the SSD is still incomplete. In this paper was conducted to improve performance of the bandwidth distribution when multiple virtual machine are sharing a single SSD storage in a virtualized environment. In particular, it was observed that the performance of the bandwidth distribution varied widely when garbage collection occurs in the SSD. In order to reduce performance variance, we add a MoTS(Manager of Time Slice) on existing CFQ I/O scheduler.

Tangible Space and Interactive Technology

  • Yoon, Joong-Sun;Yoh, Myeung-Sook
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 2003.10a
    • /
    • pp.2687-2692
    • /
    • 2003
  • Recent advancement in information technology requires new interpretations for the space among human, machines and environment. Investigation of space between information and human could lead to the proper ways, in which human and machines meet. Various concepts regarding space have been explored in terms of “virtual reality in cyberspace” and “embodiment in tangible space.” “Mom (embodiment),” space, virtuality, sensation/perception, and interactive technology are some of the key ideas to be explored. Human “Mom” is such a fundamental membrane through which human can interact with the environment physically and mentally. An embodied interaction paradigm, based on “Mom,” is investigated. This leads to interactive technology paradigm. Sound space is an invisible but a tangible space in a sense that it travels in emotional tremors and stimulates new sensations and perceptions. Three cases are introduced to experiment such tangible space as a new and proper interactive paradigm. Also, a historical model of interaction is reviewed, which includes electrical, symbolic, textual, graphical, tangible, and social interaction.

  • PDF

Applying Workload Shaping Toward Green Cloud Computing

  • Kim, Woongsup
    • International journal of advanced smart convergence
    • /
    • v.1 no.2
    • /
    • pp.12-15
    • /
    • 2012
  • Energy costs for operating and cooling computing resources in Cloud infrastructure have increased significantly up to the point where they would surpass the hardware purchasing costs. Thus, reducing the energy consumption can save a significant amount of management cost. One of major approach is removing hardware over-provisioning. In this paper, we propose a technique that facilitates power saving through reducing resource over provisioning based on virtualization technology. To this end, we use dynamic workload shaping to reschedule and redistribute job requests considering overall power consumption. In this paper, we present our approach to shape workloads dynamically and distribute them on virtual machines and physical machines through virtualization technology. We generated synthetic workload data and evaluated it in simulating and real implementation. Our simulated results demonstrate our approach outperforms to when not using no workload shaping methodology.

An Order Releasing Algorithm for a Semiconductor Wafer Manufacturer (주문형반도체 제조회사의 작업하달 논리의 개발)

  • Kim, Ki-Young;Kang, Chang-Ho;Kim, Kap-Hwan
    • IE interfaces
    • /
    • v.19 no.2
    • /
    • pp.97-105
    • /
    • 2006
  • In this paper, based on the process analysis of a semiconductor company, a lot order release procedure (input regulation) is developed for a semiconductor company. The major characteristic of the order release procedure in this paper is to consider the workloads of machines which are obtained from a virtual lot flows by the dispatching rule at machines in the shop of the semiconductor company. The objective is to minimize the cycle time and to obtain other good performances. A simulation is performed in order to evaluate the order release procedure in this paper.

Electromagnetic Force Calculation using Magnetic Vector Potentials in 3-D Problems (자기벡터포텐셜을 이용한 3차원 전자력 계산)

  • Yang, Jae-Jin;Lee, Bok-Yong;Lee, Byung-Hoan;Lee, Ki-Sik
    • Proceedings of the KIEE Conference
    • /
    • 1994.07a
    • /
    • pp.153-155
    • /
    • 1994
  • Electric machines such as motors which have moving parts are desgined for producing mechanical force or torque. The accurate calculation of electromagnetic force and torque is important in the design these machines, Electromagnetic force calculation method using the results of Finite Element Method(FEM) has been presented variously in 2-D problems. Typically the Maxwell's Stress Tensor method and the method of virtual work are used. In the problems including current source, magnetic vector potentials(MVP) have mostly been used as an unknown variables for field analysis by numerical method; e, g. FEM. This paper, thus, introduces both methods using MVP in 3-D case. To verify the usefulness of presented methods, a solenoid model is chosen and analyzed by 3-D and axisymmetrical FEM. In each case, the calculated force are tabulated for several mesh schemes.

  • PDF