Cloud Computing Week 2 NPTEL Assignment Answers 2025

Need help with this week’s assignment? Get detailed and trusted solutions for Cloud Computing Week 2 NPTEL Assignment Answers. Our expert-curated answers help you solve your assignments faster while deepening your conceptual clarity.

✅ Subject: Cyber Security and Privacy
📅 Week: 2
🎯 Session: NPTEL 2025 July-October
🔗 Course Link: Click Here
🔍 Reliability: Verified and expert-reviewed answers
📌 Trusted By: 5000+ Students

For complete and in-depth solutions to all weekly assignments, check out 👉 NPTEL Cloud Computing Week 2 NPTEL Assignment Answers

🚀 Stay ahead in your NPTEL journey with fresh, updated solutions every week!

NPTEL Cloud Computing Week 2 Assignment Answers 2025

1. What is/are the main difference(s) between virtualization and dual boot?

A. No difference between dual boot and virtualization.
B. In virtualization, operating systems are not isolated from each other, but not in dual boot.
C. In a dual boot, both operating systems run simultaneously, but not in virtualization.
D. In virtualization, both operating systems run simultaneously, but not in dual boot.

Answer : For Answers Click Here 

2. Ubuntu Enterprise Cloud (UEC) is an example of

A. Private cloud
B. Public cloud
C. Hybrid cloud
D. Community Cloud

Answer :

3. Organization should consider-i) Network Dependency and (ii) Risks from multi-tenancy while thinking of deploying an outsourced private cloud.

A. Only 0) is true
B. Only (i) is true
C. Both 0) and (ii) are true
D. None of (i) and ii) are true

Answer :

4. Which of the following is/are XML parser API(s)?

A. XaaS (Anything as a Model)
B. DOM (Document Object Model)
C. CLI (Command Line Interface)
D. SLA (Service Level Agreement)

Answer :

5. The public cloud has a risk of multi-tenancy.

A. True
B. False

Answer :

6. In cloud computing, the Hypervisor is also known as

A. Cluster Manager
B. Virtual Machine Handler
C. Virtual Machine Manager
D. Virtual Machine Monitor

Answer : For Answers Click Here 

7. Speed and flexibility are the two disadvantages of hardware-assisted virtualization.

A. True
B. False

Answer :

8. The following problems are addressed through Web services:

A. Firewall
B. Interoperability
C. Complexity
D. Speed

Answer :

9. A web service can be discovered using

A. SMS
B. HTTP
C. SMTP
D. UDDI

Answer :

10. Service-Oriented Architecture (SOA) consists of relationships between:

A. Two entities (a service provider and a requestor)
B. Two entities (a service provider and a broker)
C. Three entities (a service provider, a service requestor, and a broker)
D. Three entities (a service provider, a service requestor, and a hypervisor)

Answer : For Answers Click Here 

NPTEL Cloud Computing Week 2 Assignment Answers 2024

1. ___________ generally stores the cloud subscriber’s metadata like user credentials and OS images

a) SLA (Service Level Agreement)
b) Cloud Manager
c) DOS (Data Object storage)
d) MOS (Metadata Object storage)
Answer: c) DOS (Data Object storage)
Explanation: DOS is used to store actual data including metadata like user credentials, OS images, etc. It’s a scalable and flexible storage system.


2. Universal Description, Discovery, and Integration (UDDI) represents a format for data exchange, designed to hold and convey data objects that are made up of pairs of attributes and values.

a) True
b) False
Answer: a) True
Explanation: UDDI is an XML-based standard for describing, discovering, and integrating web services, where data is stored in attribute-value pairs.


3. Which factors should an organization consider while planning to deploy an outsourced private cloud?

a) Only Network Dependency
b) Only Risks from multi-tenancy
c) Both Network Dependency and Risks from multi-tenancy
d) Neither Network Dependency nor Risks from multi-tenancy
Answer: c) Both Network Dependency and Risks from multi-tenancy
Explanation: Outsourcing a private cloud still depends on network stability and may face security challenges due to multi-tenancy in shared infrastructure.


4. What is/are the main difference(s) between virtualization and dual boot?

a) In virtualization, both operating systems run simultaneously, but not in dual boot.
b) In virtualization, operating systems are not isolated from each other, but not in dual boot.
c) In a dual boot, both operating systems run simultaneously, but not in virtualization.
d) No difference between dual boot and virtualization.
Answer: a) In virtualization, both operating systems run simultaneously, but not in dual boot.
Explanation: Virtualization allows multiple OSs to run concurrently using hypervisors, while dual boot requires rebooting to switch OSs.


5. Web services enhance distributed interoperability through the use of open standards, enabling any two software components to communicate and are designed to address firewall issues.

a) True
b) False
Answer: a) True
Explanation: Web services use standards like HTTP, XML, and SOAP to allow communication across different systems and networks.


6. Ubuntu Enterprise Cloud (UEC) is an example of

a) Public cloud
b) Hybrid cloud
c) Private cloud
d) Community Cloud
Answer: c) Private cloud
Explanation: UEC is designed to build private clouds using open-source technologies for enterprises.


7. Cloud Manager is the public access point to the cloud where subscribers _____________ up for accounts and has a mechanism for ___________ subscribers.

a) sign, integrating
b) sign, authenticating
c) sign, accessing
d) access, authenticating
Answer: b) sign, authenticating
Explanation: Cloud Manager handles user registration (sign up) and authentication to provide secure access.


8. Hypervisor is also known as

a) Cluster Manager
b) Virtual Machine Handler
c) Virtual Machine Manager
d) Virtual Machine Monitor
Answer: d) Virtual Machine Monitor
Explanation: A hypervisor, also called VMM, allows multiple virtual machines to share the same hardware.


9. Simple Object Access Protocol (SOAP) provides a way to communicate between applications running on different operating systems, with the same technologies and programming languages.

a) True
b) False
Answer: b) False
Explanation: SOAP enables communication across different OS and platforms, not necessarily using the same technologies and languages.


10. While DOM operates on the documents as a whole, _______________ parsers operate on each piece of the XML document sequentially.

a) FTP
b) MQTT
c) SAX
d) XAS
Answer: c) SAX
Explanation: SAX (Simple API for XML) parses XML sequentially, using less memory compared to DOM which loads the entire document.