Question 661 :
If Task size is known,then the mapping is called
- Static Mapping
- Dynamic Mapping
- Array Mapping
- Processor Mapping
Question 662 :
An object acting as a gateway for the client side.
- skeleton
- stub
- remote
- server
Question 663 :
Other organizations are able to run their ______________on the Google platform.
- own web applications
- own services
- own queries
- own network programs
Question 664 :
In distributed systems, ______ offers services according to standard rules that describe the syntax and semantics of those services.
- openness
- scalability
- Reliability
- fault tolerance
Question 665 :
A semaphore is a shared integer variable that can not
- drop below zero
- be more than zero
- drop below one
- that cannot be more than one
Question 666 :
If timestamps of two events are same, then the events are ____
- concurrent
- non-concurrent
- monotonic
- non-monotonic
Question 667 :
What is interprocess communication?
- TRUE
- communication between two process
- communication within the process
- communication between two threads of same process
Question 668 :
Hide differences in data representation and how a resource is accessed' which type of transparency is this?
- Relocation
- Failure
- Concurrency
- Access
Question 669 :
A process is _________________
- program in main memory
- Program in cache memory
- program in secondary storage
- program in execution
Question 670 :
Which of the following is NOT type of transparency
- Access transparency
- Location transparency
- Replication transparency
- Clock Synchronization Transparency
Question 671 :
In weak consistency____-
- All read or write operation on data items are allowed to be performed until all previous operations to synchronization variables have been performed
- No read or write operation on data items are allowed to be performed until all previous operations to synchronization variables have been performed
- One read or write operation on data items are allowed to be performed until all previous operations to synchronization variables have been performed
- Two read or write operation on data items are allowed to be performed until all previous operations to synchronization variables have been performed
Question 672 :
Which of the following is disadvantage of NFS
- Easy to share if files are available on multiple machines
- Network slower than local disk
- Easier to administer server than client
- Access way more data that fits on your local disk
Question 673 :
NOS stands for
- Network Operating System
- New Operating System
- Netmask operating system
- Name server Operating system
Question 674 :
When resources have multiple instances ________ is used for deadlock Avoidance.
- Bankers algorithm
- Resource Allocation Graph
- Semaphores
- All of these
Question 675 :
Replication should be used when which of the following exist?
- When transmission speeds and capacity in a network prohibit frequent refreshing of large tables.
- When using many nodes with different operating systems and DBMSs and database designs.
- The application's data can be somewhat out-of-date.
- When using some nodes with selected operating system.
Question 676 :
In distributed systems, a logical clock is associated with _____________
- each instruction
- each process
- each register
- none of the mentioned
Question 677 :
Which file model supports consistent sharing which results in support of easy file caching and replication
- Structured File Model
- Unstructured File Model
- Mutable File Model
- Immutable File Model
Question 678 :
Suppose that two processes detect the demise of the coordinator simultaneously and both decide to hold an election using the bully algorithm. What happens?
- Each of the higher-numbered processes will get two ELECTION messages, but will ignore the first one. The election will proceed as usual
- Each of the lower-numbered processes will get two ELECTION messages, but will ignore the first one. The election will proceed as usual
- Each of the lower-numbered processes will get two ELECTION messages, but will ignore the second one. The election will proceed as usual
- Each of the higher-numbered processes will get two ELECTION messages, but will ignore the second one. The election will proceed as usual
Question 679 :
Which set of events is concurrent (all events are concurrent with each other)?
- (3, 1, 5, 7), (3, 2, 6, 7), (2, 1, 6, 8)
- (2, 1, 3, 4), (2, 2, 3, 3), (3, 3, 2, 5)
- (1, 2, 3, 4), (2, 3, 4, 5), (3, 4, 5, 6)
- (1, 5, 6, 7), (1, 4, 5, 7), (1, 3, 2, 2)
Question 680 :
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 681 :
This is not feature of cooperative algorithm
- complex
- larger overhead
- worst stability
- better stability
Question 682 :
What does MBR stand for?
- Main Buffer Register
- Memory Buffer Routine
- Main Buffer Routine
- Memory Buffer Register
Question 683 :
_________ is an object acting as a gateway for the client side.
- skeleton
- stub
- remote
- server
Question 684 :
Which of the following is not comes under Dependability
- Availability
- Reliability
- Maintainability
- Redundancy
Question 685 :
Which is not the way to organize servers?
- Iterative server
- Concurrent server
- Active server
- Multi-threaded serve
Question 686 :
A relative name defines a path from the _________ context to the specified object.
- root
- current
- absolute
- relative
Question 687 :
Which of the following is not commonly used semantics for ordered delivery of multicast messages are:
- Absolute Ordering
- Consistent Ordering
- Casual
- Non- Casual
Question 688 :
Amazon SQS is an example of _______.
- RPC
- RMI
- Group communication
- Message Queuing System
Question 689 :
The process which blocks pipeline stage from accepting and processing new data is called
- Pipeline pre-processing
- Pipeline Flush
- Pipeline Interlock
- Pipeline lag
Question 690 :
Which of the following is not a distributed computing model?
- Processor-pool model
- Workstation server model
- Failure model
- peer-to-peer