Utilization of OSS Virtual Machines for the Hands-on Training Environment



Similar documents
9/26/2011. What is Virtualization? What are the different types of virtualization.

Mobile Cloud Computing T Open Source IaaS

Comparison of Open Source Cloud System for Small and Medium Sized Enterprises

Licensing Windows Server 2012 R2 Remote Desktop Services and Microsoft Desktop Applications for Use with RDS. Summary... 1

vnas Series All-in-one NAS with virtualization platform

E-learning in Course Operating Systems

CSE 501 Monday, September 09, 2013 Kevin Cleary

A New Instructional Competency Model: Towards an Effective E-learning System and Environment

Stateless Compute Cluster

Reinventing Virtual Learning: Delivering Hands-On Training using Cloud Computing

Cloud UT. Pay-as-you-go computing explained

Network Services Application to Controlling and Develop Institute Computer LABs

Design of Cloud Services for Cloud Based IT Education

INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET)

LuminonCore Virtual Desktop Infrastructure (VDI) Products

CLOUD COMPUTING AND BENEFITS OF PRIVATE CLOUD IN E-LEARNING SOLUTIONS

Week Overview. Installing Linux Linux on your Desktop Virtualization Basic Linux system administration

Introduction to Virtualization

Desktop Virtualization Technologies and Implementation

Virtualization for Cloud Computing

Linux Getting Started Guide

CLOUD API DOCUMENTATION v2.0. Get list of cloud servers in account

Cloud Web-Based Operating System (Cloud Web Os)

AN IMPLEMENTATION OF E- LEARNING SYSTEM IN PRIVATE CLOUD

CA ARCserve Family r15

The Art of Virtualization with Free Software

Design of Remote Laboratory dedicated to E2LP board for e-learning courses.

A Virtual Laboratory for IT Security Education

Installing & Using KVM with Virtual Machine Manager COSC 495

Install Guide Linux Ubuntu LTS (Lucid Lynx) Desktop

Cloud Based E-Government: Benefits and Challenges

Software Requirement Specification for Web Based Integrated Development Environment. DEVCLOUD Web Based Integrated Development Environment.

Services Provider License Agreement Cloud Platform Suite & Guest

Approaches to the Design of Computer Networking Laboratories

2) Xen Hypervisor 3) UEC

Hosted Desktop for Business

Desktop virtualization using SaaS Architecture

An Evaluation of Machine Learning Method for Intrusion Detection System Using LOF on Jubatus

Why Use Documentation Toolkit for SharePoint?

How to Use? SKALICLOUD DEMO

Recent Advances in Applied & Biomedical Informatics and Computational Engineering in Systems Applications

This is Remote Desktop to remote into the terminal server. This is QuickBooks running inside the remote desktop window

Understanding the Performance of an X User Environment

GEM Network Advantages and Disadvantages for Stand-Alone PC

Cloud Computing For Distributed University Campus: A Prototype Suggestion

E-LEARNING platforms have become largely widespread

Intro to Virtualization

Overview. Timeline Cloud Features and Technology

APPLICABILITY OF CLOUD COMPUTING IN ACADEMIA

Cloud Computing: Computing as a Service. Prof. Daivashala Deshmukh Maharashtra Institute of Technology, Aurangabad

System Requirements of ActiveImage Protector

Computer networks - Administration 1DV202 Lab 2 Monitoring a small network

What s New with VMware Virtual Infrastructure

PERFORMANCE ANALYSIS OF KERNEL-BASED VIRTUAL MACHINE

A Study on Design of Virtual Desktop Infrastructure (VDI) System Model for Cloud Computing BIM Service

NEC Virtual PC Center (VPCC) Product and Technology Overview

Developing an Enterprise Client Virtualization Strategy

Table of Contents. Server Virtualization Peer Review cameron : modified, cameron

MyCloudLab: An Interactive Web-based Management System for Cloud Computing Administration

In order to upload a VM you need to have a VM image in one of the following formats:

Vanguard Knowledge Automation System

Enterprise Edition Technology Overview

Parallels Virtuozzo Containers

How To Install Acronis Backup & Recovery 11.5 On A Linux Computer

Keywords: Cloud computing, Characteristics of Cloud computing, Models of Cloud computing, Distance learning, Higher education.

Remote Desktop Services

FUJITSU Software Systemwalker Desktop Patrol V15 Introducing July 2015 Fujitsu Limited

Acronis Backup & Recovery 10 Server for Linux. Installation Guide

Designing Virtual Labs Using Cloud Computing

BALTIMORE CITY PUBLIC SCHOOLS (CITY SCHOOLS) 147

Introduction to Windows 7 (Brought to you by RMRoberts.com)

Cloud Computing. Chapter 8 Virtualization

PARALLELS SERVER BARE METAL 5.0 README

ONLINE C, C++, JAVA COMPILER USING CLOUD COMPUTING - A SURVEY

ROCKING THE CLOUD VDI AT SAINT PAUL COLLEGE. Najam Saeed Lisa Nguyen Rob Reiter

Virtualization & Cloud Computing (2W-VnCC)

Here is a demonstration of the Aqua Accelerated Protocol (AAP) software see the Aqua Connect YouTube Channel

Operating System Today s Operating Systems File Basics File Management Application Software

The Advantages of Virtual Lab Agreements

Outline. Introduction Virtualization Platform - Hypervisor High-level NAS Functions Applications Supported NAS models

System Architecture V3.2. Last Update: August 2015

AdminToys Suite. Installation & Setup Guide

Dynamic Honeypot Construction

An Oracle White Paper August Higher Security, Greater Access with Oracle Desktop Virtualization

Transcription:

Utilization of OSS Virtual Machines for the Hands-on Training Environment Jun Iio 1 1 Mitsubishi Research Institute, Inc. Future Designs and Analysis Center 2-10-3 Nagatacho, Chiyoda-ku, Tokyo 100-8141 Japan iiojun@mri.co.jp Abstract. Now the computing capabilities have improved drastically, and this has made it easier for preparing the environment to run virtual machines with less stress. I report a proposal to try using virtual machines, which are commonly used for servers, for an educational use. In our activities on opensource education, we offer several hands-on training experiences. And we have some problems to prepare the computing environment for doing such hands-on training. To solve these problems, I propose that the computing environment should be prepared using the open-source virtual machines. In this paper, the background of preparing OSS virtual machines for the hands-on training environment, its pros-and-cons, and my future plan are discussed. 1 Introduction Computing power has been growing drastically along with Moore's Law, and now the calculating capabilities have improved dramatically. This growth has made it easier for utilizing the environment to run a number of virtual machines on a physical machine, simultaneously. Especially in a server environment, the use of virtual machine has become widely common. In addition, the utilization of virtual machines is also focused in the academic field, such as the university cloudcomputing facilities. Furthermore, teaching the cloud computing paradigm becomes more important in the curricula of schools of computer science and information systems [1]. In this paper, a practical usage of virtual machines in order to prepare hands-on training environment is reported. 2 Problems I give several lectures on information technology engineering as a part of a government-sponsored program at Tokyo University of Agriculture and Technology (TUAT), since 2009. The lectures of the program include Special lecture on webcomputing and Special lecture on open-source software development. These courses consist not only of classroom lecture but also of hands-on training. Hence,

2 Jun Iio the lectures need to be provided in a computer room, with students sitting in front of each computer connected to the local area network in the university. Sometimes, students have to work with the computer to try a task given by teachers. For example, in the OSS development course, students can choose some tasks shown in Table 1 for their themes for the hands-on training. To conduct this training in a quick and efficient manner, teachers have to prepare the working environment preliminary. Table 1. Tasks provided by the textbook [2], as examples of the efficient use of ready-made resources in C-language programming. Handling command-line option Data structure Database application Networking Scientific calculation Image processing GUI programming Computer graphics Accessing devices Encode / decode, text handling Testing framework The computers implemented in the computer room at TUAT are configured to multi boot 1 environment both with Microsoft Windows and with CentOS Linux. For the OSS development course, CentOS is considered as a good candidate of the hands-on training platform. Therefore, some libraries needed for the hands-on training have to be installed into the CentOS machine image in a master computer for the network booting. However, there remain some problems. For some libraries, there are differences between the version numbers of the libraries installed and those shown in the textbook. They are due to the difference of the platforms. Practically, we prepared the latest CentOS platform for the training course, but the textbook supposes that the readers should try the practices written in the textbook using the latest Ubuntu. Moreover, due to security reason, it is not permitted to install some libraries (e.g. a library offering functions as network sniffer.) In addition, even if we want to construct a server in the network of TUAT, it requires a complicated procedure, so there remains a problem that we have to use stand-alone version of a content management system (CMS), when students are trying to configure the CMS as part of the hands-on training. 3 Solution using Virtual Machines To solve the problems previously mentioned, introduction of the work environment using virtual machines is proposed. This solution can not only eliminate a mismatch between practical working environment and ideal one but also provide some 1 These client terminals are booted via the local area network in the university.

Utilization of OSS Virtual Machines for Hands-on Training Environment 3 advantages such that teachers can configure the environment remotely and with trials and errors. 3.1 Preparing a Virtual Machine Preparing a virtual machine follows the procedure below. 1. Start VirtualBox and create a new virtual machine image. 2. Install the latest version (or the version explained in the textbook) of Ubuntu Linux. 3. Keep the OS up-to-date by applying security updates. 4. Install libraries required for the hands-on training. 5. Export the virtual machine image after the configurations are complete. At the preparation of hands-on training, exported machine images are delivered to the computers used by students. Following these steps offers an optimallyconfigured environment in safe condition for students to tackle with their training tasks. If the newer updates are provided after the time when machine image was created, the update will be applied as necessary. Fig. 1. Four virtual machines on VirtualBox running in a Microsoft Windows desktop environment. Each virtual machine is equipped the latest version of Ubuntu Linux and configured suitable for the hands-on training. This approach has many advantages. Creating images can be done anywhere and anytime, remotely, disconnected from the network of the university. It is independent of the platform implemented in the existing computers. There is a lot of flexibility to configure the environment for the hands-on training. Once the configuration is complete, all you need to do is copy the image into computers for students. The machine image can be saved and can be reused many times.

4 Jun Iio In addition, running multiple images simultaneously can provide a pseudodistributed computing environment in a very simple way. Figure 1 shows a snapshot on the Microsoft Windows desktop where the four virtual machines of Ubuntu Linux are running. These virtual machines are connected with a virtual network within a host OS. By using these virtual machines and network, distributed computing framework like Hadoop can be easily tested on one physical computer in order to learn distributed computing technologies. 3.2 Disadvantage of This Solution There are a few disadvantages of this solution. The major one is the cost to deliver the large size machine image. In general, the size of virtual machine is large enough so that it takes long time to copy the image especially via thin network bandwidth. However, this problem will be solved if the network capability is improved. The other problem is the fact that any type of libraries can be installed into the virtual machine. This raises a possibility of violation against the security policy for the on-campus network. We should negotiate well with the network administrators to avoid this type of difficulties. The conditions with accessing devices are similar to this issue. If you want to make programs which access hardware devices, negotiation with system administrators would be required. 4 Related work In order to learn network configuration skills and network security technologies, virtual machines constructing a virtual network environment have been commonly used [3-8], because it requires less cost than preparing a number of physical machines. The cost effectiveness and security issues are the main reasons for the virtual machines being preferred. Training by using virtual environment is efficient not only in the network technologies but also in software engineering [9]. A potential for virtual machines to be adopted in teaching application development was similarly shown in this paper. 5 Conclusions and Future work The method of utilizing virtual machines to solve some problems in the OSS technological education has been discussed. Using virtual machines can make it easier to prepare hands-on training environment. Moreover, the virtual network enables for students to experience (pseudo-)distributed computing. Saving a machine image and reusing it easily are also effective advantage of using virtual machines. The "special lecture on open-source development" in this fiscal year will be carried out from November, 2012, provided as 5 weeks intensive course. In this

Utilization of OSS Virtual Machines for Hands-on Training Environment 5 course, the virtual environment described in this paper will be given to the students, and I will ask them for their comments. As a future work, the virtual machine should be optimized, according to the feedback comment from the students. References [1] James P. Lawler, Cloud Computing in the Curricula of Schools of Computer Science and Information Systems, Information Systems Education Journal, 9(2), pp. 34-41, 2011. [2] Jun Iio, Super Linux Programming, SoftBank Creative, 2011. (In Japanese). [3] G. Kent Webb, Using an On-line Virtual Server to Simulate Network Administration, Issues in Information Systems, 4(1), pp. 135-141, 2005. [4] Ricardo Nabhen and Carlos Maziero, Some Experiences on Using Virtual Machines for Teaching Computer Networks, in Proceedings of Education for the 21st Century Impact of ICT and Digital Resources, pp. 93-104, 2006. [5] Marco Anisetti, Valerio Bellandi, Alberto Colombo, Marco Cremonini, Ernesto Damiani, Fulvio Frati, Joêl T. Hounsou, and Davide Rebeccani, Learning Computer Networking on Open Paravirtual Laboratories, IEEE Trans. on Education, 50(4), pp. 302-311, 2007. [6] Alok Tripathi, Abhinav Mishra, and G.V. Raghunathan, A Test Bed for Information Security Skill Development with Virtual Training Environment, Management, 2008. [7] Fuh-Gwo Chen, Kuo-Yi Chen, and Chin-Yang Lin, A Cooperative Learning of Computer Networking with Portable Laboratories Using Virtual Machine, in Proceedings of the 3rd IEEE International Conference on Computer Science and Information Technology (ICCSIT), pp. 118-122, 2010. [8] Christian Willems and Christoph Meinel, Practical Network Security Teaching in an Online Virtual Laboratory, in Proceedings of the 2011 International Conference on Security & Management (SAM2011), 2011. [9] Jim Wrubel, David White, and Julia Allen, High-Fidelity e-learning: SEI s Virtual Training Environment (VTE), Technical Report, CMU/SEI-2009-TR- 005 / ESC-TR-2009-005, 2009.