Question 421 :
In Networking of Computing machine the overall power is
- Very less
- High
- Very high
- Average
Question 422 :
Many applications tolerate some amount of inconsistency and accept that the replicas eventually become consistent over a period of time. For example, DNS and web caches server. Which consistency model is useful in this scenario?
- Data-centric consistency model
- Client-centric consistency model
- Server Centric consistency
- Database-centric Consistency
Question 423 :
Cloud computing is type of
- Distributed embedded system
- Distributed information system
- Distributed Computing system
- Cluster computing
Question 424 :
The ______________ is used to store a constant value that is decided based on the frequency of oscillation of the quartz crystal.
- Counter register
- Quartz crystal
- Constant register
- None of the mentioned
Question 425 :
AFS has two unusual design characteristics:
- Reliability, Scalability
- Whole-file serving, Whole-file caching
- file serving, file catching
- security, file catching
Question 426 :
The _____ model is required in order to build systems with predictable behavior in case of fault
- Interaction model
- Fault model
- Architectural model
- Security model
Question 427 :
Message passing provides a mechanism to allow processes to communicate and to synchronize their actions ________
- By sharing the same address space
- without sharing the same address space
- by sharing the same Process Identifier
- by sharing the same process number
Question 428 :
OSI stands for __________
- open system interconnection
- operating system interface
- optical service implementation
- open service Internet
Question 429 :
In RPC, while a server is processing the call, the client is blocked ____.
- unless the client sends an asynchronous request to the server
- unless the call processing is complete
- for the complete duration of the connection
- unless the server is disconnected
Question 430 :
What is DFS(Distributed File System)?
- is a file system that is distributed on multiple file servers or multiple locations
- is a file system that is distributed multiple times
- is a file system that is on centralized location
- is a file system that access any file
Question 431 :
Rate at which requests for the CR get executed is known as
- Synchronization delay
- System throughput
- Message complexity
- Response time
Question 432 :
Characteristics of distributed system that allows variety of devices to be part of it is also called
- Heterogeneity
- Openness
- Scalability
- Security
Question 433 :
Logical extension of computation migration is ___________
- system migration
- process migration
- thread migration
- data migration
Question 434 :
What is NOT the characteristics of session semantics?
- Each client obtains a working copy from the server
- When file is closed, the modified file is copied to the file server
- The burden of coordinating file sharing is ignored by the system
- Easy to implement in a single processor system
Question 435 :
In ________________________ each node periodically sends a message to the time server.
- Passive Time Server Centralized Algorithm
- Active Time Server Centralized Algorithm
- Global Averaging Distributed Algorithms
- Localized Averaging Distributed Algorithms
Question 436 :
The placement of replica servers is
- optimization problem
- more of management issue
- consistency
- performance
Question 437 :
Fault tolerance in distributed systems is the method used for ___________.
- Heterogeneity
- Security
- Flexibility
- Reliability
Question 438 :
A client's clock reads 3:20:00. The server's clock reads 3:10:00 when they synchronize using Cristian's algorithm. Assume message delays are negligible. What is the time at the client after synchronization?
- 0.138888889
- 0.128472222
- 0.135416667
- 0.131944444
Question 439 :
In case of failure, a new transaction coordinator can be elected by _____
- Cristian's Algorithm
- Bully algorithm
- Both bully and Cristian's algorithm
- None of the mentioned
Question 440 :
The ____________ is used to keep track of the oscillations of the quartz crystal.
- Counter register
- Quartz crystal
- Constant register
- None of the mentioned
Question 441 :
IP packet is encapsulated in a
- data link layer
- physical layer
- network layer
- transport layer
Question 442 :
A ________ system enables a distributed system to behave like a virtual uniprocessor, even though the system operates on collection of machines
- DOS
- NOS
- Middleware
- Operating system
Question 443 :
UDP is an example of
- Persistent asynchronous communication
- Persistent synchronous communication
- Transient asynchronous communication
- Transient synchronous communication
Question 444 :
A minimum of _____ variable(s) is/are required to be shared between processes to solve the critical section problem.
- 1
- 2
- 3
- 4
Question 445 :
In Singhal's algorithm, the information structure at site consists of ___ sets
- request and inform
- request and reply
- inform and priority
- reply and priority
Question 446 :
Which of the following algorithm is Token Based Algorithm for Mutual Exclusion
- Lamport Algorithm
- Bully Algorithm
- Ricart–Agrawala‘s Algorithm
- Raymond‘s Tree based Algorithm
Question 447 :
What are the advantages of token(with rings) passing approach ?i) One processor as coordinator which handles all requestsii) No starvation if the ring is unidirectionaliii) There are many messages passed per section entered if few users want to get in sectioniv) One processor as coordinator which handles all requestsv) Only one message/entry if everyone wants to get in
- i
- ii and iii
- i, ii and iii
- i, ii and iv
Question 448 :
Which technique is not used for scheduling processes of a distributed system?
- Task assignment approach
- Load balancing approach
- Load dividing approach
- Load sharing approach
Question 449 :
Process synchronization can be done on which of the following levels
- hardware
- software
- both hardware and software
- BIOS
Question 450 :
To manage replicated data, Front end provides transperancy
- by hiding fact that data is replicated.
- by issuing requests.
- by ensuring about data consistency.
- by contacting managers.