Question 481 :
If Task size is known,then the mapping is called
- Static Mapping
- Dynamic Mapping
- Array Mapping
- Processor Mapping
Question 482 :
Machine that places the request to access the data is generally called as _________.
- Server Machine
- Client Machine
- Request Machine
- Response Machine
Question 483 :
The__________ operation looks for a single part of a pathname in a given directory and returns the corresponding file handle and file attributes.
- svmlink
- rmdir
- Readlink
- Lookup
Question 484 :
What is interprocess communication?
- TRUE
- communication between two process
- communication within the process
- communication between two threads of same process
Question 485 :
Each process should get fair chance to execute the critical region, defines which property of mutual exclusion?
- Safety
- Liveness
- Fairness
- Scheduling
Question 486 :
What does MBR stand for?
- Main Buffer Register
- Memory Buffer Routine
- Main Buffer Routine
- Memory Buffer Register
Question 487 :
All transport-level communication services offer only
- Transient communication
- Intransient Communication
- Protocol
- Interfaces
Question 488 :
This is not feature of cooperative algorithm
- complex
- larger overhead
- worst stability
- better stability
Question 489 :
Amazon SQS is an example of _______.
- RPC
- RMI
- Group communication
- Message Queuing System
Question 490 :
The ______-is the capability to dynamically change the bindings between code fragments and the location where they are executed
- code mobility
- process mobility
- Thread mobility
- object mobility
Question 491 :
When the process issues an I/O request __________
- It is placed in an I/O queue
- It is placed in a waiting queue
- It is placed in the ready queue
- It is placed in the Job queue
Question 492 :
Which set of events is concurrent (all events are concurrent with each other)?
- (3, 1, 5, 7), (3, 2, 6, 7), (2, 1, 6, 8)
- (2, 1, 3, 4), (2, 2, 3, 3), (3, 3, 2, 5)
- (1, 2, 3, 4), (2, 3, 4, 5), (3, 4, 5, 6)
- (1, 5, 6, 7), (1, 4, 5, 7), (1, 3, 2, 2)
Question 493 :
Which of the following is not commonly used semantics for ordered delivery of multicast messages are:
- Absolute Ordering
- Consistent Ordering
- Casual
- Non- Casual
Question 494 :
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.
- Both measures the time of day.
Question 495 :
_____ 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 496 :
This is not a Common mode of communication in Distributed system –
- RPC
- RMI
- Message passing
- Shared memory
Question 497 :
It Places replicas one by one each time exhaustively evaluating all possible locations.
- Greedy Approach for replica Management.
- Hotspot for replica Management.
- Sequential Replica Management
- Parallel Replica Management
Question 498 :
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 499 :
_________ is an object acting as a gateway for the client side.
- skeleton
- stub
- remote
- server
Question 500 :
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 501 :
The characteristics of NFS protocol are i. Search for file within directory ii.Read a set of directory entries iii. Manipulate links and directories From given options, which one is true?
- i,iii
- ii,iii
- i,ii,iii
- iii
Question 502 :
Arbitrary failure may ouccur in form of
- duplicate message
- protocol
- reliable communication
- address spacde
Question 503 :
Which one of the following is not shared by threads?
- program counter
- stack register
- program counter and stack
- register
Question 504 :
Why is Lamports algorithm said to be fair?
- Time is determined by logical clocks
- Time is synchronized
- Timestamp ordering is deployed
- A request for Critical Section are executed in the order of their timestamps and time is determined by logical clocks.
Question 505 :
which Layer is not part of Grid Computing
- Fabric Layer
- Data link Layer
- Collective Layer
- Resource Layer
Question 506 :
A process that is based on IPC mechanism which executes on different systems and can communicate with other processes using message based communication, is called
- Local Procedure Call
- Inter Process Communication
- Remote procedure call
- Remote machine invocation
Question 507 :
_____ allows multiple computers with diverse hardware, operating system - network to solve complex problem
- Cluster computing
- Grid computing
- Centralized system
- Cluster and gri computing
Question 508 :
Single coordinator approach has the following advantages :
- Simple implementation
- Simple deadlock handling
- Bottleneck
- All of the mentioned
Question 509 :
Election message is always sent to the process with _____
- Lower numbers
- Waiting processes
- Higher numbers
- Requesting Lower number of resources
Question 510 :
________ primitive associates a local address with the newly-created socket.
- Bind
- Listen
- Send
- close