Questions To Practice For Cse323 Quiz 1
Questions To Practice For Cse323 Quiz 1
Questions To Practice For Cse323 Quiz 1
P2P models does not distinguish between clients and servers. Instead, all nodes are
considered as peers. Each node may act as client or server or both. The node must
join P2P network to:
Register its service with central lookup service on network, or
Broadcast request for service and respond to requests for service via discovery
protocol.
Clustered systems are similar to multiprocessor system, however there are multiple
systems working together. They usually share storage via storage-area network
(SAN). Clustered systems can provide highly avail services which survives failures
in two ways.
Asymmetric Clustering- This clustering has one machine in hot-standby mode.
Symmetric Clustering- This clustering has multiple nodes running applications,
monitoring each other.
4. Describe the differences between symmetric and asymmetric
multiprocessing. What are three advantages and one disadvantage of
multiprocessor systems?
➢ In asymmetric multiprocessing, each processor is assigned a specific task. A boss
processor controls the system; the other processors either look to the boss for
instruction or have predefined tasks. This scheme defines a boss–worker relationship.
The boss processor schedules and allocates work to the worker processors.
Block and stack methods do not limit the number or length of parameters being
passed