Question 991 :
Distributed multimedia system uses which type of transmission mode?
- Synchronous transmission mode
- Asynchronous transmission mode
- Isochronous transmission mode
- None of the above
Question 992 :
In a multi-processor configuration two coprocessors are connected to host 8086 processor. The instruction sets of the two coprocessors
- must be same
- may overlap
- must be disjoint
- must be the same as that of host
Question 993 :
If a process is executing in its critical section ____________
- any other process can also execute in its critical section
- no other process can execute in its critical section
- one more process can execute in its critical section
- every process can execute in its critical section
Question 994 :
What is RMI ?
- Remote Message Invocation
- Remote Method Invocation
- Remote Method Information
- Remote Message Initialization
Question 995 :
Method invocations between objects in the same process are
- Static method invocations
- Dynamic method invocations
- Local method invocations
- Temporal method invocations
Question 996 :
Middleware is an application that logically lives (mostly) in the
- application layer
- Transport layer
- IP packet
- Presentation packet
Question 997 :
IP packet is encapsulated in a
- data link layer
- physical layer
- network layer
- transport layer
Question 998 :
RMI uses stub and skeleton for communication with the ________
- client
- remote
- server
- any
Question 999 :
In Raymond’s Algorithm, TOKEN is held by which node of the tree?
- Left most Leaf node
- Right most Leaf node
- Root node
- Intermediate node
Question 1000 :
State which of the following holds true in File Service Interface i)It enables users to access files in distributed systen ii)File accessing models decide how the users request for file access is serviced iii)It creates and manages directories ,adding and deleting files from directories
- i only
- i and iii only
- ii and iii only
- i and ii only
Question 1001 :
UDP is an example of
- Persistent asynchronous communication
- Persistent synchronous communication
- Transient asynchronous communication
- Transient synchronous communication
Question 1002 :
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 1003 :
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.
- Physical clock and logical clock do not work in distributed system
Question 1004 :
Google Distributed System is
- arbitrary system
- search engine is now a major player in cloud computing.
- GNS server
- computer networking standards
Question 1005 :
The ____accesses to synchronization variables associated with a data store are sequentially consistent
- Weak Consistency
- Casual consistency
- FIFO consistency
- Optimal consistency
Question 1006 :
Which of the following process can be affected by other processes during execution in the system?
- init process
- child process
- parent process
- cooperating process
Question 1007 :
A Parallel computer is the computer system capable of
- Parallel Computing
- Centralized Computing
- Decentralized Computing
- Distributed Computing
Question 1008 :
In which algorithm, One process is elected as the coordinator.
- Distributed mutual exclusion algorithm
- Centralized mutual exclusion algorithm
- Vector Algorithm
- Lamport algorithm
Question 1009 :
Hide where a resource is located which type of transparency is this?
- Location
- Migration
- Relocation
- Access
Question 1010 :
Replication model in which no master replica or slave replica is_________.
- Master-Slave
- Client -Server
- Peer-to-peer
- Permanent
Question 1011 :
Which policy determines when it will benecessary to transfer the process from one node to another?
- Selection policy
- Transfer policy
- Location policy
- Information policy
Question 1012 :
____are useful for the enforcement of mutual exclusion and also provide an effective means of inter-process communication.
- Semaphores
- Messages
- Monitors
- Addressing
Question 1013 :
Which is not an examples of state information ?
- Mounting information
- Description of HDD space
- Session keys
- Lock status
Question 1014 :
In a distributed system, information is exchanged through __________.
- Memory sharing
- Message passing
- Email sending
- Network sharing
Question 1015 :
In distributed file system, a file is uniquely identified by _________________
- host name
- local name
- the combination of host name and local name
- Priority number
Question 1016 :
Lamport algorithm requires ____messages per Critical Section invocation and the synchronization delay in the algorithm is ___
- 3(N-1), T
- 3(N-1), 2T
- 3(N), T-1
- 3(N), 2(T-1)
Question 1017 :
Uni processor computing is known as
- Centralized Computing
- Parallel Computing
- Distributed Computing
- Grid Computing