IT2314 Virtualization vs Cloud Computing
37 Questions
1 Views

IT2314 Virtualization vs Cloud Computing

Created by
@GloriousRocket

Questions and Answers

What is the primary purpose of replication protocols in a distributed storage system?

  • To reduce the cost of storage
  • To enhance the user interface
  • To increase storage capacity
  • To ensure data consistency between copies (correct)
  • What feature does the Elastic Volume Service (EVS) provide to enhance storage performance?

  • Automated data compression
  • Blockchain technology
  • Cache acceleration techniques (correct)
  • In-built antivirus protection
  • Which storage service is specifically designed for scalable, high-performance file storage?

  • Basic Storage Service (BSS)
  • Object Storage Service (OBS)
  • Elastic Volume Service (EVS)
  • Scalable File Service (SFS) (correct)
  • Which characteristic is NOT associated with the Object Storage Service (OBS)?

    <p>Support for structured data</p> Signup and view all the answers

    What ensures that only one primary copy exists for a piece of data in a replication setting?

    <p>Primary and backup copy designation</p> Signup and view all the answers

    What is the primary role of virtualization in cloud computing?

    <p>To convert physical hardware into virtual resources.</p> Signup and view all the answers

    Which of the following is a benefit of partitioning in virtualization?

    <p>It allows multiple VMs to run on one physical server.</p> Signup and view all the answers

    What does the isolation feature of virtualization provide?

    <p>Protection for VMs from each other during faults.</p> Signup and view all the answers

    How can virtual machines be migrated in a virtualization system?

    <p>By copying and pasting VM files.</p> Signup and view all the answers

    What is a hypervisor in the context of virtualization?

    <p>Virtualization software that creates and runs VMs.</p> Signup and view all the answers

    What is meant by 'encapsulation' in virtualization?

    <p>VMs exist as files, allowing easy migration.</p> Signup and view all the answers

    Which components typically make up a computer system in the ICT industry?

    <p>CPU, memory, disk, network resources.</p> Signup and view all the answers

    What is the guest OS in virtualization?

    <p>The OS running on a virtual machine.</p> Signup and view all the answers

    What is the primary function of NAT?

    <p>To avoid the lack of IP addresses and protect private networks</p> Signup and view all the answers

    Which statement is true concerning Open vSwitch (OVS)?

    <p>OVS is software-based and supports multiple standards including OpenFlow.</p> Signup and view all the answers

    What technology significantly improves I/O performance in Enhanced vSwitch (EVS)?

    <p>Intel DPDK technology</p> Signup and view all the answers

    How do Distributed Virtual Switches (DVS) operate in relation to virtual machines (VMs)?

    <p>DVS construct the network between VMs and connect them to external networks.</p> Signup and view all the answers

    What advantage do virtual switches have over traditional switches?

    <p>They simplify network architecture and reduce device count.</p> Signup and view all the answers

    What is a Virtual Private Cloud (VPC) on HUAWEI CLOUD?

    <p>An isolated virtual network that is private.</p> Signup and view all the answers

    How does an Enhanced vSwitch (EVS) differ from an Open vSwitch (OVS)?

    <p>EVS enhances performance by utilizing user-mode processes.</p> Signup and view all the answers

    Which of the following is NOT a function of a virtual switch?

    <p>Requiring physical switches for operation</p> Signup and view all the answers

    What is a key characteristic of microservices architecture?

    <p>Applications are divided into independent, small units.</p> Signup and view all the answers

    What do containers utilize to run multiple applications on the same server?

    <p>A shared OS kernel.</p> Signup and view all the answers

    How do container images typically compare in size to VM images?

    <p>Container images are usually tens of MB or less.</p> Signup and view all the answers

    What role does the hypervisor play in virtualization?

    <p>It allows multiple VMs to run on a physical server.</p> Signup and view all the answers

    What is the main advantage of using containers over VMs?

    <p>Containers have a faster startup speed than VMs.</p> Signup and view all the answers

    What capabilities does Cloud Container Engine (CCE) provide?

    <p>Allows management of containerized applications.</p> Signup and view all the answers

    Which statement most accurately describes the resource utilization of containers?

    <p>Containers can run multiple instances per physical server.</p> Signup and view all the answers

    What is the main function of a container image?

    <p>To package the application and its dependencies.</p> Signup and view all the answers

    What protocol do object storage systems commonly use for data access over the Internet?

    <p>HTTP/HTTPS</p> Signup and view all the answers

    Which storage type is best suited for mission-critical applications requiring the lowest latency?

    <p>Block Storage</p> Signup and view all the answers

    What is a primary characteristic of file storage compared to object storage?

    <p>Hierarchical structure for data management</p> Signup and view all the answers

    Which protocol is primarily associated with file sharing between UNIX operating systems?

    <p>NFS</p> Signup and view all the answers

    What is the main advantage of object storage over file storage?

    <p>Large-scale data management capability</p> Signup and view all the answers

    Before a block storage device can be used, what must be done?

    <p>It must be formatted and a file system created.</p> Signup and view all the answers

    What latency level is associated with file storage?

    <p>Millisecond-level latency</p> Signup and view all the answers

    What happens to the search performance in file storage as the number of files increases?

    <p>It decreases dramatically.</p> Signup and view all the answers

    Study Notes

    Virtualization vs. Cloud Computing

    • Virtualization converts physical hardware into virtual resources, serving as the backbone for cloud computing.
    • Cloud computing provides on-demand access to these virtualized resources via the Internet.
    • Key features of virtualization:
      • Partitioning: Enables multiple VMs on a single server, optimizing resource allocation.
      • Isolation: Faults in one VM do not affect others, enhancing system reliability.
      • Encapsulation: VMs are stored as files, allowing easy migration.
      • Independence: VMs can operate on different physical servers without modifications.

    Important Virtualization Concepts

    • Hypervisor: Software layer that creates and manages VMs, with popular open-source types including Xen and KVM.
    • Guest OS: Operating system running inside the VM.
    • Host OS: Operating system on the physical server.
    • VM: Virtual machine, an abstraction of physical resources.

    Computing Resources Overview

    • Computing involves a CPU, memory, disk, and network resources.
    • Microservices allow for applications to be isolated and independently managed, improving resource utilization.
    • Containers package application code and dependencies, are lightweight, require less memory and CPU, and can run multiple instances on the same server.
    • VMs simulate entire servers, including OS and applications, typically requiring tens of GBs.

    HUAWEI CLOUD Container Services

    • Cloud Container Engine (CCE): High-performance service for managing containerized applications, integrating with Kubernetes.
    • CCE Turbo clusters: Utilize cloud-native infrastructure for enhanced computing performance.

    Storage Types in Cloud Computing

    • Block Storage: Has low latency and is ideal for mission-critical applications, requiring formatting before use.
    • File Storage:
      • NFS: Protocol for file sharing between UNIX systems, commonly used with Linux clients.
      • CIFS: Protocol for remote file access, mainly for Windows clients.
    • Object Storage:
      • Offers efficient large-scale data management with a flat structure for faster searches, using application-level APIs.

    Networking and Security

    • Virtual Switches: Facilitate internal VM traffic, connect to external networks.
      • Open vSwitch (OVS): Open-source virtual switch supporting various protocols, facilitating VM communication.
      • Enhanced vSwitch (EVS): Improves performance by processing data in user mode.
      • Distributed Virtual Switch (DVS): Functions like a physical switch, simplifying network architecture.

    HUAWEI CLOUD Network and Storage Services

    • Virtual Private Cloud (VPC): An isolated virtual network that enhances security.
    • Elastic Volume Service (EVS): Persistent block storage with high availability and low latency.
    • Scalable File Service (SFS): NAS that offers scalable file storage, facilitating shared access across different compute resources.
    • Object Storage Service (OBS): Provides versatile and secure storage with REST APIs for any amount of unstructured data.

    Studying That Suits You

    Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

    Quiz Team

    Description

    Explore the key differences between virtualization and cloud computing in this quiz. Understand how virtualization serves as the foundation for cloud technology and its impact on physical hardware. Test your knowledge and clarity on these essential concepts in IT.

    More Quizzes Like This

    Virtualization and Cloud Computing
    5 questions
    Cloud Computing Basics
    14 questions

    Cloud Computing Basics

    PanoramicPraseodymium avatar
    PanoramicPraseodymium
    Use Quizgecko on...
    Browser
    Browser