Question 571 :
All transport-level communication services offer only
- Transient communication
- Intransient Communication
- Protocol
- Interfaces
Question 572 :
Cambridge file server is belongs to which unit data transfer model used for file accessing in DFS
- File Level Transfer Mode
- Byte Level Transfer Model
- Record Level Transfer Model
- Block Level Transfer Model
Question 573 :
Whatapp service uses which type of communication-
- Transient Synchronous communication
- Transient asynchronous communication
- Persistent synchronous communication
- Persistent asynchronous communication
Question 574 :
In the Singhal's algorithm, each request is assigned _____ which determines its priority
- a globally unique timestamp
- an interrupt
- a counter
- a quartz crystal
Question 575 :
HDFS works in a __________ fashion.
- master-master
- master-slave
- slave-slave
- None of the above
Question 576 :
How QoS of stream oriented communication is achieved using best-effort delivery service:IP.
- By forwarding packets based on giving highest prority to time sensitive packets.
- By dropping all the packets when congestion occurs.
- By buffering maximum data at the router
- By giving same priority to all data packets while forwarding.
Question 577 :
X.500 is a
- directory services
- naming services
- Replication services
- Consistency services
Question 578 :
Which transparency deals with providing efficient access to the system by hiding the implementation details.
- Location Tranparency
- Access Tranparency
- Network Tranparency
- Failure Tarnsparency
Question 579 :
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 580 :
Computation of data is done in which component of SIMD
- Local Memory
- Front end Controllers
- Processing element
- Processor array
Question 581 :
Message queuing systems is design for __________
- transient communication
- synchronous communication
- tightly coupled communication
- loosely coupled communication
Question 582 :
The difference between logical and physical clocks ?
- Logical clocks measure the time of day and Physical clocks are used to mark relationships among events in a distributed system.
- Both are the same
- Physical clocks measure the time of day and Logical clocks are used to mark relationships among events in a distributed system.
- None of the mentioned
Question 583 :
In NFS, all client-server communication is done through
- RPC
- RMI
- Message Oriented Communication
- Streams
Question 584 :
For which file transfer model, cache management is harder due to the variable-length data for different access requests.
- File-level transfer model
- Block-level transfer model
- Byte-level transfer model
- Record-level transfer model
Question 585 :
Which one of the following hides the location where in the network the file is stored?
- transparent distributed file system
- hidden distributed file system
- escaped distribution file system
- spy distributed file system
Question 586 :
In distributed systems, a logical clock is associated with
- each instruction
- each process
- each register
- none of the mentioned
Question 587 :
This model is similar to processor consistency model with an additional restriction of memory coherence.
- strict consistency
- PRAM consistency
- causal consistency
- FIFO consistency
Question 588 :
A problem with the ________ protocol is that when the coordinator has crashed, participants may not be able to reach a final decision.
- One-phase commit
- Three-phase commit
- Two-phase commit
- Virtual synchrony
Question 589 :
_____________ is a physical clock synchronization Algorithm
- Cristian
- vector
- Lamport
- Ring
Question 590 :
A distributed locking protocol by which a resource can be protected against simultaneous access by a collection of processes that are distributed across-
- Multiple Processors
- Multiple Machines
- Shared memory
- Remote Procedure Call
Question 591 :
NFS file System uses ______Mechanism
- RPC
- CORBA
- RMI
- None of the above
Question 592 :
For each critical section (CS) execution, Ricart-Agrawala algorithm requires ___________ messages per CS execution and the Synchronization delay in the algorithm is ____________.
- 3(N − 1), T
- 2(N − 1), T
- (N − 1), 2T
- (N − 1), T
Question 593 :
In global google sysytem The user can expect query result in
- 0.7 seconds
- 0.4 seconds
- 0.2 seconds
- 0.8 seconds
Question 594 :
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 595 :
A request, at the risk of server duplicating execution is _________.
- Never Reissue
- Always Reissue
- Reissue a request on acknoledgment
- Reissue a request on no acknoledgment
Question 596 :
_____ transparency hides that a resource may move to the another location.
- Access transparency
- Migration transparency
- Replication transparency
- Failure transparency
Question 597 :
A server changes from the correct flow of control______.
- Crash Failure
- Byzantine failure
- Response Failure
- Timing Failure
Question 598 :
The file once created can not be changed is called ________
- immutable file
- mutex file
- mutable file
- Mutual exclusive file
Question 599 :
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 600 :
In the distributed system, the goal of the task assignment approach is to assign the tasks of a process to the nodes. Consider there are two nodes n1 and n2 and four tasks {T1, T2, T3, T4,T5,T6}. Tasks T1, T2 are assigned to node n1 and tasks T3,T4, T5, T6 are assigned to node n2.Comunication cost is as given in table below. Considering serial task assignment, the communication incur will be T1, T2, T3, T4,T5,T6 T1-> 0, 6, 4, 0, 0, 12 T2-> 6, 0, 8, 12, 3, 0 T3-> 4, 8, 0, 0, 11, 0 T4=> 0, 12, 0, 0, 5, 0 T5-> 0, 3, 11, 5 , 0, 0 T6=> 12, 0, 0, 0, 0, 0
- 38
- 58
- 39
- 50