Question 691 :
Serializability is the term, used in ______ characteristic of distributed system
- scalability
- concurrency
- fault tolerance
- openness
Question 692 :
What are the characteristics of process migration?
- transfer data by entire file or immediate portion required
- transfer the computation rather than the data
- execute an entire process or parts of it at different sites
- execute limited portion of data
Question 693 :
Which are the two complementary deadlock-prevention schemes using time stamps ?
- The wait-die - wound-wait scheme
- The wait-n-watch scheme
- The wound-wait scheme
- The wait-wound - wound-wait scheme
Question 694 :
__________ is a process that prevents multiple threads or processes from accessing shared resources at the same time
- Critical section
- Deadlock
- Message passing
- Mutual Exclusion
Question 695 :
Registration of a server makes it possible for a client to locate the server and
- Bind to it
- Listen to it
- Refer to it
- Store to it
Question 696 :
__________ refers to degree of tolerance against component failure and errors
- Performance
- Availability
- Integrity
- Reliability
Question 697 :
In ______________ all the processes submitted by the users are distributed among the nodes of the system so as to equalize the workload among the nodes
- Load Sharing
- Load Balancing
- Task Assignment
- Data Parallelism
Question 698 :
What is common problem found in distributed system ?
- Process Synchronization
- Communication synchronization
- Deadlock problem
- Power failure
Question 699 :
Which is NOT the characteristic of a DFS?
- reliability
- Scalability
- Transperency
- Upgradation
Question 700 :
Deterministic and probabilistic algorithms are the types of _____________.
- Static Load balancing algorithm
- Dynamic Load balancing algorithm
- Distributed
- Centralized
Question 701 :
____________ Files are the files which are read only.
- . Mutable
- Immutable
- Setup
- Recursive
Question 702 :
Which is not an examples of state information ?
- Mounting information
- Description of HDD space
- Session keys
- Lock status
Question 703 :
A process is already split into pieces, called________________.
- Tasks
- Program
- Processors
- Routines
Question 704 :
In a distributed file system, when a file’s physical storage location changes ___________
- File name needs to be changed
- File name need not to be changed
- File’s host name needs to be changed
- File’s local name needs to be changed
Question 705 :
In which type of communication, messages are stored as long as sender and receiver are executing?
- Persistent
- Transient
- RMI based Communication
- RPC based Communication
Question 706 :
A multiprocessor operating system must take care of
- authorized data access and data protection
- unauthorized data access and data protection
- authorized data access
- data protection
Question 707 :
Which of the following is not an example of stream data
- Video
- Audio
- large data files
- text
Question 708 :
What is a Iterative server
- Its handles request and give response to client
- Server does not handle request
- its uses concurrent server
- Its not handles request and give response to client
Question 709 :
Replication should be used when which of the following exist?
- When transmission speeds and capacity in a network prohibit frequent refreshing of large tables.
- When using many nodes with different operating systems and DBMSs and database designs.
- The application's data can be somewhat out-of-date.
- When using some nodes with selected operating system.
Question 710 :
In the token passing approach of distributed systems, processes are organized in a ring structure
- Logically
- Physically
- Both logically and physically
- No specific to any structure
Question 711 :
A type of consistency model in which shared data can be counted on to be consistent only after a synchronization is done
- Weak consistency
- Sequential consistency
- Casual consistency
- Strict consistency
Question 712 :
When will file system fragmentation occur?
- unused space or single file are not contiguous
- used space is not contiguous
- unused space is non-contiguous
- multiple files are non-contiguous
Question 713 :
RPC is a _________.
- synchronous operation
- asynchronous operation
- time independent operation
- channel specific operation
Question 714 :
Which of the following algorithm is Non- Token Based Algorithm for Mutual Exclusion
- Singhal‘s Heurastic Algorithm
- Suzuki-Kasami‘s Broadcast Algorithms
- Maekawa‘s Algorithm
- Raymond‘s Tree based Algorithm
Question 715 :
When calling the socket primitive, the caller creates a new communication end point for a specific _________ protocol
- Transport
- Application
- UDP
- Socet
Question 716 :
The variable that assures local copies are consistent with remote ones is________.
- Release
- Acquire
- Read
- Write
Question 717 :
The type of communication where the sender is blocked until its message is stored in a local buffer at the receiving host, or actually delivered to the receiver.
- Transient communication
- Persistent communication
- Synchronous communication
- Asynchronous communication
Question 718 :
The section of a program that need exclusive access to shared resources is referred to as
- Cordinator
- Critical Section
- Time Server
- Mutual Area
Question 719 :
A system is fault tolerant if it can continue to operate in the __________________
- presence of failures
- absence of failures
- presence of replication
- absence of replication
Question 720 :
___________ is a set of technologies for copying and distributing data and database objects from one database to another.
- Replication
- Database Mirroring
- Log Shipping
- Consistency