Question 361 :
__________ is computing form where heterogeneity is key advantage.
- Cluster computing
- High performance computing
- Grid computing
- Cluster - grid computing
Question 362 :
Single coordinator approach has the following disadvantages : i.Simple implementation, ii.Simple deadlock handling, iii.Bottleneck
- i
- ii
- ii and iii
- iii
Question 363 :
A monitor is a module and monitor which of the following can encapsulates
- shared data structures
- procedures that operate on shared data structure
- synchronization between concurrent procedure invocation
- all of the mentioned
Question 364 :
If an old process wants a resource held by a young process, the old one will wait happens in _______
- Wait-die
- Wound-wait
- Both
- None of the mentioned
Question 365 :
Which Consistency is used to guarantee that users of a network newsgroup see a posting of a reaction to an article only after they have seen the original article
- Read-your-writes
- Monotonic-writes
- Monotonic-Reads
- Writes-follow-reads
Question 366 :
In mutual exclusion, ‘no deadlock or starvation’is guaranteed by the property of ______.
- Serialization
- Liveness
- Safety
- Deadlock detection
Question 367 :
Which issue of distributed system should be perceived as the single entity by the users or the application programmers rather than the collection of autonomous system is cooperating
- Openness
- Scalability
- Security
- Transparency
Question 368 :
An object acting as a gateway for the client side.
- skeleton
- stub
- remote
- server
Question 369 :
________ identifies the names of those enterprise-level networks around the world that are linked together via phone, satellite, or other communication systems
- Global Naming Service
- Directory Services
- CODA Files
- Andrew File System
Question 370 :
In X.500 Directory you can search for hundreds of thousands of people from a single place on the _______________.
- World Wide Web.
- at one place
- World directory
- Words largest file
Question 371 :
In the tree structured directories _____________
- the tree has the stem directory
- the tree has the leaf directory
- the tree has the root directory
- the tree has no any directory
Question 372 :
The sender-initiated policy is preferable at _______________ system loads. However, the receiver-initiated policy is preferable at _______________ system loads.
- Light to moderate, moderate
- Light to moderate, high
- Light to high, moderate
- Light to moderate, light
Question 373 :
If one thread opens a file with read privileges then ___________
- other threads in the another process can also read from that file
- other threads in the same process can also read from that file
- any other thread can not read from that file
- all of the mentioned
Question 374 :
What is global scheduling algorithms?
- priori knowledge of resources
- Dynamic in nature
- not scalable
- not stable
Question 375 :
The portion of the process scheduler in an operating system that dispatches processes is concerned with ____________
- assigning ready processes to CPU
- assigning ready processes to waiting queue
- assigning running processes to blocked queue
- assigning new processes to cpu
Question 376 :
What are characteristics of process migration ?
- transfer data by entire file or immediate portion required
- transfer the computation rather than the data
- execute an entire process or parts of it at different sites
- Acees is done like local resources
Question 377 :
________ consistency is that write operations by the same process are performed in the correct order everywhere.
- Weak
- Strict
- Eventual
- FIFO
Question 378 :
______ cover the case of dealing with arbitrary failures by process Q, yet these failures are benign: they cannot do any harm.
- Fail-stop failures
- Fail-noisy failures
- fail-silent failures
- Fail-safe failures
Question 379 :
Which algorithms are used to handle mutual exclusion in distributed systems?
- Centralized
- Distributed
- Token ring
- All of the mentioned
Question 380 :
The hardware of DS has two types
- multiprocessor system,multicomputer system
- multiprocessor system,unicomputer system
- uniprocessor system,multicomputer system
- uniprocessor system,unicomputer system
Question 381 :
PRAM means _________________________________
- Process Random-Access Memory Consistency Model
- Pipelined Random-Access Memory Consistency Model
- Pipelined Readonly-Access Memory Consistency Model
- Pipelined Random-Access Matrix Consistency Model
Question 382 :
_________ provides programmers a familiar programming model by extending the local procedure call to a distributed environment.
- Distributed environment
- Permanent procedure call
- Process and file
- Remote procedure call
Question 383 :
What is the disadvantage of the two level directory structure?
- it does not solve the name collision problem
- it solves the name collision problem
- it does not isolate users from one another
- it isolates users from one another
Question 384 :
___________ is act between name servers and their clients.
- Name machine
- Context
- Name agents
- Main servers
Question 385 :
In the distributed system, the goal of the task assignment approach is to assign the tasks of a process to the nodes. Consider there are two nodes n1 and n2 and four tasks {T1, T2, T3, T4,T5,T6}. Tasks T1, T2 are assigned to node n1 and tasks T3,T4, T5, T6 are assigned to node n2.Comunication cost is as given in table below. Considering serial task assignment, the communication incur will be T1, T2, T3, T4,T5,T6 T1-> 0, 6, 4, 0, 0, 12 T2-> 6, 0, 8, 12, 3, 0 T3-> 4, 8, 0, 0, 11, 0 T4=> 0, 12, 0, 0, 5, 0 T5-> 0, 3, 11, 5 , 0, 0 T6=> 12, 0, 0, 0, 0, 0
- 38
- 58
- 39
- 50
Question 386 :
In distributed file system, file name does not reveal the file’s
- file’s host name need to be changed
- file’s host name need to be changed
- file name need to be changed
- file name need not to be changed
Question 387 :
State which of the following holds true in Process Migration Statement 1: In non preemptive process migration,Process may be migrated during the course of its execution Statement 2: In preemptive process migration,Process may be migrated before it starts executing on its source node
- Statement 1 is correct but statement 2 is false
- Statement 1 is false but statement 2 is correct
- Both the statements are incorrect
- Both the statements are correct
Question 388 :
Computation of data is done in which component of SIMD
- Local Memory
- Front end Controllers
- Processing element
- Processor array
Question 389 :
A process can be ___________
- single threaded
- tripalthreaded
- single threaded and multithreaded
- doublethreaded
Question 390 :
Following is not replication model.
- master-slave model.
- client-server model
- peer-peer model
- head-tail model