Question 451 :
The sever and client computer interact with each other using ________
- Specific Port Number and IP Address
- MAC Address
- MAC Address and Port Number
- MAC Address and IP Address
Question 452 :
Pretransfering also known as__
- Premigrating
- Precopying
- Prefiltering
- Postcopying
Question 453 :
What is not a major reason for building distributed systems?
- Resource sharing
- Computation speedup
- Reliability
- Simplicity
Question 454 :
Processes on the remote systems are identified by _________________
- host ID
- host name and identifier
- identifier
- process ID
Question 455 :
which of the service offered by middleware is used to do query on the distributed objects?
- Messaging service
- Persistance service
- Concurrency service
- Querying service
Question 456 :
RPC is used to ___________.
- establish a server on remote machine that can respond to queries
- retrieve information by calling a query
- establish a connection to server on remote machine that can respond to queries and retrieve information by calling a query
- invoke the method on remote object
Question 457 :
Communication channels may suffer through
- protocol
- transport
- arbitrary failures
- reliable communication
Question 458 :
A type of the failure model where a server fails to respond to incoming requests.
- Crash failure
- Response failure
- Omission failure
- Arbitrary failure
Question 459 :
In which the access takes place when different processes try to access the same data concurrently and the outcome of the execution depends on the specific order, is called
- dynamic condition
- race condition
- essential condition
- critical condition
Question 460 :
What are the exceptions which have to be handled in a RMI client program?
- MalFormedURLException
- NotFoundException
- ArithmeticException
- Class-Not-Found-Excepti on
Question 461 :
Which one of the following is a distributed file system?
- andrew file system
- server file system
- newer network
- dc file system
Question 462 :
Which of the following is not an advantage of multiprocessor systems
- Increased throughput
- Economy of scale
- Increased reliability
- Optimise the program size
Question 463 :
In distributed systems, election algorithms assumes that _____
- 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
- same priority number is associated to two process at a time
Question 464 :
In which the access takes place when different processes try to access the same data concurrently and the outcome of the execution depends on the specific order, is called
- dynamic condition
- race condition
- essential condition
- critical condition
Question 465 :
For each critical section (CS) execution, maekawa’s algorithm requires ___________ messages per CS execution and the Synchronization delay in the algorithm is ____________.
- √N , T
- 2√N , T
- 3√N , T
- 3√N , 2T
Question 466 :
Which of the following is true in case of the NFS server?
- They are stateless
- They save the current state of the request
- They are stateful
- They save previous state
Question 467 :
A cache in which location is the easiest to implement
- Server’s main memory
- Client’s disk
- Client’s main memory
- Server’s Disk
Question 468 :
Which one of the following explains the sequential file access method?
- random access according to the given byte number
- read bytes one at a time, in order
- read/write sequentially by record
- read/write randomly by record
Question 469 :
The address of the next instruction to be executed by the current process is provided by the __________
- Program counter
- CPU registers
- Process stack
- Pipe
Question 470 :
which is not type of Distributed computing system?
- Grid Computing
- Cluster Computing
- Health Care System
- Cloud Computing
Question 471 :
Which multicast delivers messages so that potential causality between different messages is preserved
- Unordered multicasts
- FIFO-ordered multicasts
- Causally-ordered multicasts
- Totally-ordered multicasts
Question 472 :
PRAM means _________________________________
- Process Random-Access Memory Consistency Model
- Pipelined Random-Access Memory Consistency Model
- Pipelined Readonly-Access Memory Consistency Model
- Pipelined Random-Access Matrix Consistency Model
Question 473 :
The capabiliy of a system to detcet - recover from failure is known as _____________________.
- fault tolerant - portable
- scalable - robust
- fault tolerant - robust
- potable - scalable
Question 474 :
Which ordering uses global timestamps as message id?
- Total ordering
- FIFO ordering
- Causal Ordering
- Absolute Ordering
Question 475 :
File accessing models in DFS mainly depends on i): Method used for accessing remote files ii)Unit of data access
- Only i
- Only ii
- Both i and ii
- Both i and ii are incorrect
Question 476 :
Maekawa's algorithm doesn’t require ____ to handle deadlocks
- FAILED message
- INQUIRE message
- PRIORITY message
- YIELD message
Question 477 :
The Ricart Agarwala mutual exclusion algorithm requires _______ messages per Critical Section invocation
- (N - 1)
- 3(N - 1)
- 2(N - 1)
- 5(N - 1)
Question 478 :
Which of the following is correct about migration transparency?
- Local and remote objects should be accessed in a uniform way
- Objects are referred by logical names which hide the physical location of the objects
- Movement of object from one system to the other is invisible to user
- Sharing of objects without interference
Question 479 :
A class of message-oriented middleware services, generally known as -
- Message Passing System
- Message Binding System
- Message Queuing Systems
- Call By References System
Question 480 :
Select which state is true for the Distributed File System i) is simply a classical model of a file system distributed across multiple machines. The purpose is to promote sharing of dispersed files. ii)A file system provides a service for clients. The server interface is the normal set of file operations: create, read, etc. on files.iii)The resources on a particular machine are local to itself.Resources on other machines are remote.
- i and ii only
- i ,ii,and iii
- ii and iii only
- i and iii only