Question 781 :
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 782 :
which of the service offered by middleware is used to provide security to the various shared resources provided by the stystem?
- Persistance service
- Querying service
- Naming service
- Security service
Question 783 :
An object acting as a gateway for the client side.
- skeleton
- stub
- remote
- server
Question 784 :
_________ 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 785 :
Which algorithms are used to handle mutual exclusion in distributed systems?
- Centralized
- Distributed
- Token ring
- All of the mentioned
Question 786 :
In mutual exclusion, processes requests to enter in
- Network
- Critical region
- Storage space
- Main memeory
Question 787 :
The ___________ can be deployed such that it services all or a portion of your Qnet nodes. And you can have redundant GNS servers.
- GNS server
- IS server
- DNS server
- system server
Question 788 :
What will happen when a process terminates?
- It is removed from all queues
- It is removed from all, but the job queue
- Its process control block is de-allocated
- Its process control block is never de-allocated
Question 789 :
DUAs include whois, finger, and programs that offer a_____________.
- graphical user interface.
- system interface.
- Local user interface.
- global user interface.
Question 790 :
What are the two steps of a process execution?
- I/O - OS Burst
- CPU - I/O Burst
- Memory - I/O Burst
- OS - Memory Burst
Question 791 :
____________ files are read only.
- Mutable
- Immutable
- Setup
- Recursive
Question 792 :
The local operating system on the server machine passes the incoming packets to the ___________
- Server stub
- Client stub
- Client operating system
- Client process
Question 793 :
Satefull Service in DFS is i)It maintains what files are opened by a client; connection identifiers; server caches ii)Memory must be reclaimed when client closes file or when client dies iii)The server can maintain information on behalf of the client, but it's not required.
- Only i
- Only ii
- i and ii only
- i,ii,and iii
Question 794 :
The hardware of DS has two types
- multiprocessor system,multicomputer system
- multiprocessor system,unicomputer system
- uniprocessor system,multicomputer system
- uniprocessor system,unicomputer system
Question 795 :
Which type of service is not provided by Distributed File System
- Storage Service
- True File Service
- Name Service
- False File Service
Question 796 :
A global system of Interconnected Computer networks is called as
- Ethernet
- Intranet
- Internet
- Ultranet
Question 797 :
The process initiated by a method invocation, which may result in further invocations on methods in other objects is called
- A creation
- An action
- A reaction
- An invitation
Question 798 :
___algorithm for coordinator election assumes that no process can fail during the election procedure until the new coordinator has been selected.
- bully algorithm
- Ring algorithm
- Lamport algorithm
- Suzuki Kasami algorithm
Question 799 :
A ____________is a quartz crystal that oscillates at a well-defined frequency.
- Counter register
- Quartz crystal
- Constant register
- None of the mentioned
Question 800 :
Various Components of distributed systems are__________.
- client
- server
- server network links
- client,server, network links
Question 801 :
________________is token based algorithm
- Richart Agrawala
- Maekawa
- Lamport’s
- Raymond Tree
Question 802 :
A client calls a remote procedure, the client will block until a reply is returned called as
- Conventional procedure calls
- Interprocess communication
- Remote Procedure Call
- Message Binding
Question 803 :
Every remote object has a remote interface that specifies which of its
- Methods can be invoked remotely
- Parameters can be used remotely
- Methods can be invoked locally
- Parameters can be invoked locally
Question 804 :
__________replicas are used only to improve access time on data
- Client initiated
- Server initiated
- Permanent
- Dynamic
Question 805 :
GNS allows you to locate services via an _________ wherever the service is located, whether on the local system or on a remote node.
- user name
- arbitrary name
- system name
- address name
Question 806 :
The dynamic replication algorithm takes into account
- to reduce load on server
- files on server can be migrated anywhere
- schedule process migration
- resource sharing
Question 807 :
Which of the following properties hold true for quorums in a cotorie
- Intersection property and Union property
- Intersection property and Minimality property
- Minimality property and Union property
- Intersection property and Monotonicity property
Question 808 :
what is mean by MOS?
- Multiprocessor operating system
- Multicomputer operating system
- Middleware operating system
- IPC
Question 809 :
_____is unit of allocation and _____is unit of execution
- Process,Thread
- Thread,Process
- Procedure,process
- Method,Thread
Question 810 :
Remote write protocol supports all write operations
- Need to be forwarded to local server
- Need to be forwarded to multiple servers.
- Need to be forwarded to any server
- Need to be forwarded to a fixed single server.