Question 841 :
The server does not handle the request itself but passes it to a seprate thread is called ____.
- iterative server
- multi-threaded server
- concurrent server
- distributed server
Question 842 :
Cristian’s Algorithm is _____
- Passive Time Server Algorithm
- Active Time Server Algorithm
- both (a) and (b)
- None of the mentioned
Question 843 :
Staleness deviations relate to the ______________
- first time a replica was updated
- first time a replica was not updated
- last time a replica was updated
- last time a replica was not updated
Question 844 :
Synchronization tool is?
- thread
- pipe
- semaphore
- socket
Question 845 :
What are the three popular semantic modes?
- Unix, Coherent - Session semantics
- Unix, Transaction - Session semantics
- Coherent, Transaction - Session semantics
- Session, Coherent semantics
Question 846 :
________ identifies the names of those enterprise-level networks around the world that are linked together via phone, satellite, or other communication systems
- Global Naming Service
- Directory Services
- CODA Files
- Andrew File System
Question 847 :
The result of any execution is the same as if the read and the write Operations by all processes on the data store were executed in some Sequential order and the operations of each individual process appear in this sequence in the order specified by its program.
- Strict consistency
- Linear consistency
- Sequential consistency
- parallel consistency
Question 848 :
The V-system in distributed computing system is based on ______.
- Workstation model
- Workstation -server model
- Processor-pool model
- Client-server model
Question 849 :
Choosing the best path from sender to receiver is primary task of ___ layer of OSI.
- Physical
- Transport
- Network
- Application
Question 850 :
______hides differences in data representation and the way an object can be accessed
- Location transparency
- Access transparency
- Migration transparency
- Replication transparency
Question 851 :
The time interval between critical region (CR)exit - new entry by any process is called ................
- System throughput
- Message complexity
- Synchronization delay
- Response time
Question 852 :
In mutual exclusion, ‘no deadlock or starvation’is guaranteed by the property of ______.
- Serialization
- Liveness
- Safety
- Deadlock detection
Question 853 :
When potential causality exists between different messages is preserved in_______.
- Unoredered multicast
- FIFO ordered multicast
- Casually ordered multicast
- Totally ordered multicasts
Question 854 :
Which of the following is the Logical Clock Synchronization algorithm
- Berkley's Algorithm
- Cristian's Algorithm
- Lamport's Algorithm
- Bully Algorithm
Question 855 :
A client's clock reads 3:20:00. The server's clock reads 3:10:00 when they synchronize using Cristian's algorithm. Assume messagedelays are negligible. What is the time at the client after synchronization?
- 0.138888889
- 0.128472222
- 0.135416667
- 0.131944444
Question 856 :
______ algorithm works fine with low latency algorithm.
- Berkeley
- Lamport's
- Vector
- Cristian
Question 857 :
Which issue of distributed system should be perceived as the single entity by the users or the application programmers rather than the collection of autonomous system is cooperating
- Openness
- Scalability
- Security
- Transparency
Question 858 :
client-centric consistency provides guarantees for a __________ concerning the consistency of accesses to a data store by that client.
- Single Client
- Multiple Client
- Single Server
- Multiple Server
Question 859 :
The example of persistent communication is
- Network communication
- file transfer
- sending messages
Question 860 :
In X.500 Directory you can search for hundreds of thousands of people from a single place on the _______________.
- World Wide Web.
- at one place
- World directory
- Words largest file
Question 861 :
A Client centric consistency model which states If a process reads the value of a data item x, any successive read operation on x by that process will always return that same value or a more recent value.
- Monotonic Reads
- Monotonic Writes
- Read your writes
- Writes your Reads
Question 862 :
Distributed Computing Environment (DCE), is a true _____________ system in that it is designed to execute as a layer of abstraction between existing (network) operating systems and distributed applications.
- Multiprocessing
- Middleware
- Top Level
- Operating
Question 863 :
A bully election algorithm:
- picks the first process to respond to an election request.
- relies on majority vote to pick the winning process.
- assigns the role of coordinator to the processs holding the token at the time of election.
- picks the process with the largest ID.
Question 864 :
Increased service load handled by capability of system is known as-
- Capacity
- Scalability
- Tolerance
- Expansion
Question 865 :
Which of the following do not belong to queues for processes?
- Job Queue
- PCB queue
- Device Queue
- Ready Queue
Question 866 :
In Dynamic Load Balancing, jobs are reassigned at the runtime, depending upon the situation, that is, the load will be transferred from heavily loaded nodes to lightly loaded nodes. In this case, Statement 1: communication overhead wont effect the system performance with increase in number of processors. Statement 2: since more information is collected by an algorithm in short duration of time, the algorithm can make better decisions State which of the following holds true:
- Statement 1 is correct but statement 2 is false
- Statement 1 is false but statement 2 is correct
- Both the statements are incorrect
- Both the statements are correct
Question 867 :
Which of the following is the fastest means of memory access fo
- Registers
- Cache
- Main memory
- Virtual Memory
Question 868 :
Which mutual exclusion algorithm works when the membership of the group is unknown?
- Centralized.
- Ricart-Agrawala.
- Lamport.
- Token Ring.
Question 869 :
How is access to resources of various machines is done?
- Remote logging using ssh or telnet
- Zone are configured for automatic access
- FTP is not used
- FTP is used
Question 870 :
In wound-wait If a young process wants a resource held by an old process, the young process will _____
- Killed
- Wait
- Preempt
- Restarts and wait