recategorized by
3,403 views
1 votes
1 votes

The distributed system is a collection of _____(P)_____ and communication is achieved in disributed system by ____(Q)____, where (P) and (Q) are:

  1. Loosely coupled hardware on tightly coupled software and disk sharing, repspectively
  2. Tightly coupled hardware on loosely coupled software and shared memory, repspectively
  3. Tightly coupled software on loosely coupled hardware and message passing, repspectively
  4. Loosely coupled software on tightly coupled hardware and file sharing, repspectively
recategorized by

1 Answer

2 votes
2 votes

ans will be C 

hardware is loosely coupled and software is tightly coupled

Distributed computing is a field of computer science that studies distributed systems. A distributed system is a model in which components located on networked computerscommunicate and coordinate their actions by passing messages

for more detail refer

https://en.wikipedia.org/wiki/Distributed_computing

https://www.cs.helsinki.fi/u/jakangas/Teaching/DistSys/DistSys-08f-1.pdf

Answer:

Related questions

0 votes
0 votes
1 answer
2
4 votes
4 votes
1 answer
3
go_editor asked Aug 11, 2016
6,382 views
Consider a unit square centered at origin. The coordinates at the square are translated by a factor $\biggr( \dfrac{1}{2}, 1 \biggl)$ and rotated by an angle of $90^{\cir...
3 votes
3 votes
1 answer
4
go_editor asked Aug 11, 2016
5,956 views
Which raster locations would be chosen by Bresenham's algorithm when scan converting a line from $(1,1)$ to $(8,5)$?$\begin{array}{|c|c|} \hline x & y \\ \hline 1 & 1 \\...