Numerical Methods (1st Edition, 2015) –
Solutions Manual – Bertsekas
what is a distributed system - answers-a distributed system is one in which failure of a
computer can make your computer unusable
classification of a distributed system - answers-a set of physically separate processors
connected by one or more communication links
What is parallel computing - answers-tightly coupled systems, processors share memory
what is distributed computing - answers-loosely coupled system. each processor has its own
memory
Parallel computing. - answers-several processors share one address space
What are the two most prevalent architectures of parallel computing - answers-SMP - symettric
multiprocessor, two or more processors have a common ram
Multicore - multiprocessors on the same chip
how does distributed computing look - answers-Communication through message passing.
bunch of nodes connected to a network
What is the architecture of distributed computing - answers-nodes are connected by a network.
1