Question 901 :
The Ricart–Agrawala algorithm assumes that the communication channels are ___
- LIFO
- busy
- FIFO
- blocked
Question 902 :
In which technique of cache updation -Files are modified and in parallel cache memory is also updated ?
- Write through
- Read any write all
- Write back
- Quorum based protocol
Question 903 :
A process that is based on IPC mechanism which executes on different systems and can communicate with other processes using message based communication, is called _______.
- Local Procedure Call
- Inter Process Communication
- Remote Procedure Call
- Remote Machine Invocation
Question 904 :
Centralize algorithm has one basic disadvantage.
- Single point failure
- Many process
- Not fair
- deadlock
Question 905 :
The holding (H) parameter in Raymond’s tree-based algorithm represents the process/node is _______.
- Holding token
- Executing critical region
- Holding information about node having path to token node
- Holding REQUEST messages for deferred replies
Question 906 :
What are the characteristics of a distributed file system?
- Its users, servers and storage devices are dispersed
- Service activity is not carried out across the network
- They have single centralized data repository
- There are multiple dependent storage devices
Question 907 :
If a ® b and b ® c then a ® c. This property is :
- Transitivity
- Reflexivity
- concurrency
- Irreflexivity
Question 908 :
The current directory contains, most of the files that are _____________
- of current interest to the user
- stored currently in the system
- not used in the system
- not of current interest to the system
Question 909 :
A system in which the components of an information system are distributed to multiple locations in a computer network is known as
- database system
- networked system
- distributed system
- communication system
Question 910 :
All communication in distributed systems is based on sending and receiving (low level) messages because of
- The absence of shared memory
- The presence of heterogeneity
- The absence of synchronization
- The presence of complexities
Question 911 :
Election algorithms assumes that ___________ in distributed system
- a unique priority number is associated with each active process in system
- there is no priority number associated with any process
- priority of the processes is not required
- Based on IP address
Question 912 :
An identifier that can be used throughout a distributed system to refer to a particular unique remote object is
- Remote object procedure
- Remote object reference
- Remote object syntax
- Remote object index
Question 913 :
The ring election algorithm works by:
- Having all nodes in a ring of processors send a message to a coordinator who will elect the leader.
- Sending a token around a set of nodes. Whoever has the token is the coordinator.
- Sending a message around all available nodes and choosing the first one on the resultant list.
- Building a list of all live nodes and choosing the largest numbered node in the list.
Question 914 :
For HDFS file system, Point out the correct statement.
- Each incoming file is broken into 32 MB by default
- Data blocks are replicated across different nodes in the cluster to ensure a low degree of fault tolerance
- DataNode is the slave/worker node and holds the user data in the form of Data Blocks
- Data blocks are replicated across different nodes in the cluster to ensure a low degree of fault tolerance
Question 915 :
The capability of a system to adapt the increased service load is called ___________
- scalability
- tolerance
- capacity
- polling
Question 916 :
When a cache entry is modified, the new value is immediately set to server for updating master copy of file which cache update policy does this feature belong .
- Write through cache
- Delayed Write
- Instant Write
- Periodic Write
Question 917 :
Which of the following is an example of election algorithm.
- Berkley Algorithm:
- Bully Algorithm.
- Cristian’s Algorithm
- LAMPORT’S
Question 918 :
In HDFS file System, A ________ serves as the master and there is only one NameNode per cluster
- Data Node
- NameNode
- Replication
- Data block
Question 919 :
A type of recovery mechanism which bring the system into a correct state, from which it can then continue to execute
- Backward
- Forward
- Middle
- Front
Question 920 :
What will happen in the single level directory?
- All files are contained in different directories all at the same level
- All files are contained in the same directory
- Depends on the operating system
- Depends on hardare
Question 921 :
The local operating system on the server machine passes the incoming packets to the ________.
- server stub
- client stub
- client operating system
- client process
Question 922 :
Which of the following statements is true?
- happens before is a transitive relation
- happens before is a symmetric relation
- happens before is a reflexive relation
- happens before is a complex relation
Question 923 :
In the token passing approach of distributed systems, processes are organized in a ring structure _____
- logically
- physically
- both logically and physically
- none of the mentioned
Question 924 :
Mapping of network file system protocol to local file system is done by ____________
- network file system
- local file system
- volume manager
- remote mirror
Question 925 :
Middleware called __________ for connecting independent systems together and makes them work together.
- Homogeneous
- Glue-code
- Heterogeneous
- Concurrent
Question 926 :
Write the event of following notations:M ~C (~P)
- A crash occurs after sending the completion message and printing the text.
- A crash happens after sending the completion message, but before the text could be printed.
- A crash happens before the server could do anything.
- The text printed, after which a crash occurs before the completion message could be sent.
Question 927 :
A process can enter into its critical section _______
- anytime
- when it receives a reply message from its parent process
- when it receives a reply message from all other processes in the system
- none of the mentioned
Question 928 :
what is the task of RPCRuntime ?
- It is responsible for marshaling
- It is responsible for retransmission
- It is responsible for handling exception
- It is responsible for syntactic transparency
Question 929 :
Communication layer is forced to deliver incoming messages from the same process in the same order as they have sent is called as____________.
- Unoredered multicast
- FIFO ordered multicast
- Casually ordered multicast
- Totally ordered multicasts
Question 930 :
____ change the state of thread from suspen
- run()
- yield()
- destroy()
- start()