Cloud Computing
Cloud Computing
Section-A
Q.No.1(A) Ans:-
Parallel computing:-
Parallel computing refers to the process of breaking down larger problems into
smaller, independent, often similar parts that can be executed simultaneously
by multiple processors communicating via shared memory, the results of which
are combined upon completion as part of an overall algorithm. The primary
goal of parallel computing is to increase available computation power for
faster application processing and problem solving.
Q.No.1(B) Ans:-
Distributed Computing :-
A distributed computer system consists of multiple software components that are on
multiple computers, but run as a single system. The computers that are in a
distributed system can be physically close together and connected by a local
network, or they can be geographically distant and connected by a wide area
network. A distributed system can consist of any number of possible configurations,
such as mainframes, personal computers, workstations, minicomputers, and so on.
The goal of distributed computing is to make such a network work as a single
computer.
Q.No.1(C) Ans:-
Scalable Computing:-
Scalable computing involves using a computer system that can adapt to
the need for more powerful computing capabilities. Scalability is also a
desirable quality for a network, process, website, or business model. In
terms of hardware, a scalable computer system may begin with one node,
but more nodes can be added as and when there is a need for more
computing capabilities.
Q.No.1(D) Ans:-
Transparency:-
Q.No.1(E) Ans:-
Section-B
Q.No.2(A)Ans:-
Q.No.2(B)Ans:-
Q.No.2(C)Ans:-
Q.No.2(D)Ans:-
Peer-To-Peer:-
In a peer-to-peer (P2P) network, each computer acts as both a server and a
client—supplying and receiving files—with bandwidth and processing
distributed among all members of the network. Such a decentralized
network uses resources more efficiently than a traditional network and is
less vulnerable to systemic failure. P2P networks are used by Bluetooth-
powered electronics and Internet-based communication services, but
development has largely been driven by online file sharing.