Question 991 :
What is close group in group communication?
- Only members can send messages to the group as a whole
- processes that are not members (clients) can send message to the group.
- the idea of groups is to support replicated servers
- processes that are not members (clients) but close to the group can send message to the group.
Question 992 :
Internet provides _______ for remote login.
- telnet
- http
- ftp
- RPC
Question 993 :
A message broker acts as an application-level gateway in a ________
- Message-queuing system.
- RPC
- IPC
- Message Streaming System
Question 994 :
In context of HDFS file system, Point out the wrong statement.
- Replication Factor can be configured at a cluster level (Default is set to 3) and also at a file level
- Block Report from each DataNode contains a list of all the blocks that are stored on that DataNode
- User data is stored on the local file system of DataNodes
- DataNode is aware of the files to which the blocks stored on it belong to
Question 995 :
Staleness deviations relate to the _________ a replica was updated.
- First time
- Most recent time
- last time
- previous time
Question 996 :
____ is software architecture used to build a distributed system from a network connected by high speed network.
- DOS
- NOS
- Middleware
- Operating system
Question 997 :
Andrew File system was designed by ___________.
- Mr. Peter Andrew
- Professor M. Satyanarayanan
- Professor James Andrew
Question 998 :
In distributed information systems ______ is responssible for executing several transactions concurrently over the network without any conflict.
- Enterprise application integration
- Transaction processing system
- Computational Grid
- Collaborative Grid
Question 999 :
The Ricart - Agrawala distributed mutual exclusion algorithm is
- More efficient and more fault tolerant than a centralized algorithm.
- Less efficient and less fault tolerant than a centralized algorithm
- Less efficient but more fault tolerant than a centralized algorithm.
- More efficient but less fault tolerant than a centralized algorithm.
Question 1000 :
_________ is an object acting as a gateway for the client side.
- skeleton
- stub
- remote
- server
Question 1001 :
Which of the following algorithm is Non- Token Based Algorithm for Mutual Exclusion
- Singhal‘s Heurastic Algorithm
- Bully Algorithm
- Maekawa‘s Algorithm
- Raymond‘s Tree based Algorithm
Question 1002 :
_____ is the key technique that is needed to achieve fault tolerance.
- Availability
- Redundancy
- Scalability
- Heterogeneity
Question 1003 :
In which model, there is no distinction between the client - server process.
- clent-server model
- Master-slave model
- P2P Model
- fault model
Question 1004 :
A thread shares its resources(like data section, code section, open files, signals) with ___________
- other process similar to the one that the thread belongs to
- other threads that belong to similar processes
- other threads that belong to the same process
- different threads that belong to the different process
Question 1005 :
Machine that places the request to access the data is generally called as __________.
- Server Machine
- Client Machine
- Request Machine
- Database server
Question 1006 :
IPv6 address is
- 32 bits
- 48 bits
- 128 bits
- 16 bits
Question 1007 :
Logical extension of computation migration is ___________
- process migration
- system migration
- thread migration
- data migration
Question 1008 :
Only one node can be in possession of the privilege (called the privileged node) at any time, except when the privilege is in transit from one node to another in the form of a PRIVILEGE message. This is true for which mutual exclusion algorithm?
- Richart Agrawala's algorithm
- Maekawa's algorithm
- Lamport’s algorithm
- Raymond Tree based algorithm
Question 1009 :
In which file system mapreduce function is used?
- AFS
- NFS
- HDFS
- None of the above
Question 1010 :
The client stub is called by the __.
- server
- client
- host
- client and server
Question 1011 :
_____________ manage the name spaces and binds an object to its location.
- Name Server
- Name agent
- Context
- Name resolution
Question 1012 :
Which application-level protocol plays a crucial role in carrying out the data definition and manipulation in addition to X-500 features?
- TCP
- LDAP
- FTP
- UDP
Question 1013 :
Which of the following disadvantages follows the single coordinator approach?
- Bottleneck
- Slow response
- Deadlock
- One request per second
Question 1014 :
A distributed database is which of the following?
- A single logical database that is spread to multiple locations and is interconnected by a network
- A loose collection of file that is spread to multiple locations and is interconnected by a network
- A single logical database that is limited to one location.
- A loose collection of file that is limited to one location.
Question 1015 :
In physical clocks, the clock tick can be produced by the following-
- Interrupt
- Signal
- Monitors
- registers
Question 1016 :
In distributed systems, transaction coordinator
- starts the execution of transaction
- breaks the transaction into number of sub transactions
- coordinates the termination of the transaction
- all of the mentioned
Question 1017 :
Scheduuling of threads done by
- input
- output
- operating system
- memory