EMERGING TRENDS IN SOFTWARE ENGINEERING
DEVOPS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
One of the differences between VM and Container is what?
|
VM includes the Guest OS. Container does not
|
|
VM is faster in booting up
|
|
Microservices is better for monolithic applications whereas VM is better for microservices
|
|
None of these
|
Explanation:
Detailed explanation-1: -The guest OS can be different from the host OS in virtualization and is either part of a partitioned system or part of a virtual machine. It mainly provides another OS for applications. While the guest OS shares resources with the host OS, the two operate independently of one another.
Detailed explanation-2: -Containers are small, fast, and portable because unlike a virtual machine, containers do not need include a guest OS in every instance and can, instead, simply leverage the features and resources of the host OS.
There is 1 question to complete.