From 8cd6f65a71ca643ffafad49424a7d6048ed4f709 Mon Sep 17 00:00:00 2001 From: Wardah Sajjad Date: Sun, 8 Oct 2023 23:15:15 +0500 Subject: [PATCH] Answered all the questions --- I21-1240-Warda-Sajjad.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 I21-1240-Warda-Sajjad.md diff --git a/I21-1240-Warda-Sajjad.md b/I21-1240-Warda-Sajjad.md new file mode 100644 index 000000000..8eba581d3 --- /dev/null +++ b/I21-1240-Warda-Sajjad.md @@ -0,0 +1,18 @@ + + +VMS: +->VM has Hardware level virtualization i.e. abstraction of physical hardware +->It share Hardware but has own OS +->Each VM has a full copy of an operating system + application + binaries + libraries +-> It can take up to tens of GBs. +-> VMs are isolated, apps are not Complete OS, Static Compute, Static Memory, High Resource Usage + +Containers: +-> Container has OS level virtualization i.e. abstraction at the app layer (code + dependencies) +-> It share hardware, host OS kernel but can have own OS +-> It take up less space (typically tens to hundreds of MBs in size) +-> containers are isolated, so are the app. +-> Container Isolation, Shared Kernel,Burstable Compute, Burstable Memory,Low Resource Usage + + +![Alt Text](https://imgur.com/a/m9WmRz9)