Difference between revisions of "IaaS"

From OnnoWiki
Jump to navigation Jump to search
(Created page with "'''Infrastructure as a service''' ('''IaaS''') refers to online services that provide high-level APIs used to dereference various low-level details of...")
 
Line 1: Line 1:
'''Infrastructure as a service''' ('''IaaS''') refers to online services that provide high-level [[api|APIs]] used to [[indirection|dereference]] various low-level details of underlying network infrastructure like physical computing resources, location, data partitioning, scaling, security, backup etc. A [[hypervisor]], such as [[Xen]], [[VirtualBox|Oracle VirtualBox]], [[Oracle VM Server for x86|Oracle VM]], [[Kernel-based Virtual Machine|KVM]], [[VMware ESX]]/ESXi, or [[Hyper-V]], LXD, runs the virtual machines as guests. Pools of hypervisors within the cloud operational system can support large numbers of virtual machines and the ability to scale services up and down according to customers' varying requirements.
+
'''Infrastructure as a service''' ('''IaaS''') mengacu pada layanan online yang menyediakan [[API]] tingkat tinggi yang digunakan untuk menghilangkan berbagai detail tingkat rendah dari infrastruktur jaringan yang mendasari seperti sumber daya komputasi fisik, lokasi, partisi data, penskalaan, keamanan, cadangan, dll. A [[hypervisor]], seperti [[Xen]], [[VirtualBox|Oracle VirtualBox]], [[Oracle VM Server untuk x86|Oracle VM]], [[Mesin Virtual Berbasis Kernel|KVM]], [[VMware ESX]]/ESXi, atau [[Hyper-V]], LXD, menjalankan mesin virtual sebagai guest. Kumpulan hypervisor dalam cloud operational system dapat mendukung mesin virtual dalam jumlah besar dan kemampuan untuk menaikkan dan menurunkan skala layanan sesuai dengan kebutuhan pelanggan yang beragam.
 +
 
 +
 
 +
 
  
 
==Overview==
 
==Overview==

Revision as of 05:52, 14 April 2023

Infrastructure as a service (IaaS) mengacu pada layanan online yang menyediakan API tingkat tinggi yang digunakan untuk menghilangkan berbagai detail tingkat rendah dari infrastruktur jaringan yang mendasari seperti sumber daya komputasi fisik, lokasi, partisi data, penskalaan, keamanan, cadangan, dll. A hypervisor, seperti Xen, Oracle VirtualBox, Oracle VM, KVM, VMware ESX/ESXi, atau Hyper-V, LXD, menjalankan mesin virtual sebagai guest. Kumpulan hypervisor dalam cloud operational system dapat mendukung mesin virtual dalam jumlah besar dan kemampuan untuk menaikkan dan menurunkan skala layanan sesuai dengan kebutuhan pelanggan yang beragam.



Overview

Typically IaaS involves the use of a cloud orchestration technology like Open Stack, Apache Cloudstack or Open Nebula. This manages the creation of a virtual machine and decides on which hypervisor (i.e. physical host) to start it, enables VM migration features between hosts, allocates storage volumes and attaches them to VMs, usage information for billing and lots more.

An alternative to hypervisors are Linux containers, which run in isolated partitions of a single Linux kernel running directly on the physical hardware. Linux cgroups and namespaces are the underlying Linux kernel technologies used to isolate, secure and manage the containers. Containerisation offers higher performance than virtualization, because there is no hypervisor overhead. Also, container capacity auto-scales dynamically with computing load, which eliminates the problem of over-provisioning and enables usage-based billing.<ref>Template:Cite web</ref>

IaaS clouds often offer additional resources such as a virtual-machine disk-image library, raw block storage, file or object storage, firewalls, load balancers, IP addresses, virtual local area networks (VLANs), and software bundles.<ref name="DHAC">Template:Cite book </ref>

The NIST's definition of cloud computing defines Infrastructure as a Service as:<ref name="nist" >Template:Cite techreport</ref>

Template:Quote

According to the Internet Engineering Task Force (IETF), the most basic cloud-service model is that of providers offering IT infrastructurevirtual machines and other resources — as a service to subscribers.

IaaS-cloud providers supply these resources on-demand from their large pools of equipment installed in data centers. For wide-area connectivity, customers can use either the Internet or carrier clouds (dedicated virtual private networks). To deploy their applications, cloud users install operating-system images and their application software on the cloud infrastructure.<ref>Template:Cite web</ref>Template:Unreliable source? In this model, the cloud user patches and maintains the operating systems and the application software. Cloud providers typically bill IaaS services on a utility computing basis: cost reflects the amount of resources allocated and consumed.<ref>Template:Cite web</ref><ref>Template:Cite web</ref><ref>Template:Cite web</ref><ref>Template:Cite web</ref><ref>Template:Cite web</ref>

References

"Firebase - CrunchBase". CrunchBase. Retrieved June 11, 2014.

Template:Cloud computing