week-08
week-08
Week 08 Assignment
Answers
Are you looking for NPTEL Cloud Computing Week 08 Assignment Answers? This repository will help you find your
answers and solutions for Week 08 of the Cloud Computing course. We provide detailed solutions to help you complete
your assignments efficiently.
A. Gateway
B. Images
C. Network and Cloud
D. Containers
A. Docker rm
B. Docker rmi
C. Docker rvi
D. Docker push
A. True
B. False
1. __ enables different networks, spread over a huge geographical area, to connect together and be
employed simultaneously by multiple users on demand:
A. Serverless
B. IoT Cloud
C. Sensor Cloud
D. Green Cloud
A. Containers
B. Hypervisor
C. Both A and B
D. Images
1. Vehicles providing their networking and data processing capabilities to other vehicles through the cloud
comes under which service of IoT-based Vehicular Data Clouds:
A. SaaS
B. PaaS
C. IaaS
D. None of these
1. Sensor data can be easily shared by different groups of users without any extra effort/measure:
A. True
B. False
A. True
B. False
1. In the context of Green Cloud Computing, the Power Usage Effectiveness is defined as:
1. Statement 1: Sensor-Cloud proxy exposes sensor resources as cloud services. Statement 2: Sensor
network is still managed from the Sensor-Cloud Interface via Sensor Network Proxy:
For answers to additional Nptel courses, please refer to this link: NPTEL Assignment Answers (https://progiez.com/nptel-
assignment-answers)
For answers or latest updates join our telegram channel: Click here to join
(https://telegram.me/nptel_assignments)
Q1. Docker compose is a tool for defining and running multi-container Docker applications.
a. True
b. False
Answer: a) True
Q2. Choose the most appropriate option.Statement 1: An image is a lightweight, stand-alone, executable
package that includes everything to run a piece of software.Statement 2:Container is a run time instance of an
image.