Question 541 :
A distributed system is defined as a collection of autonomous computers linked by a network with software designed to produce an integrated computing facility.
- TRUE
- FALSE
Question 542 :
Which of the following are the types of Path names?
- absolute - relative
- local - global
- global - relative
- relative - local
Question 543 :
RPC works between two processes. These processes must be ___________.
- Only on the same computer
- Only on different computers connected with a network
- on the same computer and also on different computers connected with a network
- on none of the computers
Question 544 :
How can we avoid deadlock
- Resource Allocation must be done at once
- there must be a fixed number of resources to allocate
- all deadlock process must be aborted
- inversion technique can be used
Question 545 :
Suspending, migrating all resources as well as process and then resuming is known as ______.
- Total Freezing
- Pre Transferring
- On demand Exchange
- On demand migration
Question 546 :
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 547 :
What are the characteristics of process migr
- 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
- execute an entire process or parts of it at same site
Question 548 :
This model is similar to processor consistency model with an additional restriction of memory coherence.
- strict consistency
- PRAM consistency
- causal consistency
- FIFO consistency
Question 549 :
_____ implies that the user need not be aware whether the resource is in volatile memory or on the disk.
- Relocation Transparency
- Location Transparency
- Migration Transparency
- Persistence Transparency
Question 550 :
Which system call returns the process identifier of a terminated child?
- wait
- exit
- fork
- get
Question 551 :
The remote method invocation [RMI] _______.
- allows a process to invoke memory on a remote object
- allows a thread to invoke a remote object
- allows a thread to invoke memory on a remote object
- allows a process to invoke a method on a remote object
Question 552 :
Preemptive Shortest Job First scheduling is sometimes called ___
- Fast SJF scheduling
- EDF scheduling – Earliest Deadline First
- HRRN scheduling – Highest Response Ratio Next
- SRTN scheduling – Shortest Remaining Time Next
Question 553 :
Identify the distributed file system among the options.
- Andrew file system
- EXT
- FAT32
- FAT
Question 554 :
Which one of the following is not true about NFS?
- Server- client Based Architecture
- Clientand Server Caching
- End users do not interact
- No Replication
Question 555 :
MOM stands for?
- Message oriented middleware
- Mails oriented middleware
- Middleware of messages
- Main object middleware
Question 556 :
How does the Quorum-based mutual exclusion algorithm reduce the message complexity of invoking mutual exclusion
- By having sites broadcast the request to all other sites
- By having sites broadcast the request to a central coordinator
- By having sites ask permission to a higher priority site
- By having sites ask permission from only a subset of sites.
Question 557 :
Synchronization tool is?
- thread
- pipe
- semaphore
- socket
Question 558 :
Message passing provides a mechanism to allow processes to communicate and to synchronize their actions ________
- By sharing the same address space
- without sharing the same address space
- by sharing the same Process Identifier
- by sharing the same process number
Question 559 :
HDFS works in a __________ fashion.
- master-master
- master-slave
- slave-slave
- None of the above
Question 560 :
What is the characteristic of Naming and Name resolution?
- Name system in the network.
- Address messages with the process-id
- Virtual Circuit
- Message Switching
Question 561 :
A class of message-oriented middleware services, generally known as -
- Message Passing System
- Message Binding System
- Message Queuing Systems
- Call By References System
Question 562 :
Which of the following is/are the desirable features of global scheduling algorithm. i) Process tharshing must be prevented ii)Heuristic method used for decision making iii) Prior knowledge about the processes required
- i and iii only
- ii and iii only
- i and ii only
- All i, ii and iii
Question 563 :
_________is often used for Web caches
- Numerical deviation
- Staleness deviation
- Ordering deviation
- Time deviation
Question 564 :
Distributed Mutual Exclusion Algorithm does not use
- Coordinator process
- Token
- Logical clock for event ordering
- Request and Reply messages
Question 565 :
Which is the approach for naming the files i)Files are named with a combination of host and local name.ii)Remote directories are mounted to local directories iii)A single global name structure spans all the files in the system
- i only
- ii only
- ii and iii only
- i,ii and iii
Question 566 :
A classes of failure that can occur in RPC systems, as :
- The server crashes after receiving a request And Client Cannot Locate the Server
- Client Cannot Locate the Server
- The server crashes after receiving a request.
- Server crashes
Question 567 :
A server changes from the correct flow of control______.
- Crash Failure
- Byzantine failure
- Response Failure
- Timing Failure
Question 568 :
The application layer packet is encapsulated in a
- TCP or UDP packet
- IP packet
- Presentation packet
- data link layer
Question 569 :
which of the service offered by middleware is allows to share - access the resources Concurrently?
- Querying service
- Persistance service
- Concurrency service
- Naming service
Question 570 :
Berkely’s and Christian’s clock synchronization methods are type of _______.
- Logical clock synchronization method
- Physical clock Synchronization method
- Scalar clock synchronization method
- Vector clock synchronization method