What are two differences between a container and a VM? (Choose two.)
Containers can only communicate with other containers on the same host; VMs can communicate across routable networks.
Containers that are deployed on a host all share the OS kernel, whereas VMs do not.
Containers are more portable than VMs because they isolate the applications from the infrastructure.
VMs boot up faster than containers exposing the same application.
Submit