Deck 3: Distributed Systems and File System
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/24
Play
Full screen (f)
Deck 3: Distributed Systems and File System
1
In Casual consistency model all processes shared accesses in
A)random order
B)same order
C)sequential order
D)specific order
A)random order
B)same order
C)sequential order
D)specific order
same order
2
In which of the following consistency model all writes become perceptible to all processes
A)strict
B)weak
C)casual
D)sequential
A)strict
B)weak
C)casual
D)sequential
strict
3
--------------consistency is that write operations by the same process are performed in the correct order everywhere.
A)weak
B)strict
C)eventual
D)fifo
A)weak
B)strict
C)eventual
D)fifo
fifo
4
Any successive write operation by a process on a data item x will be performed on a copy of x that is up to date with the value most recently read by that process.
A)monotonic-write
B)writes follows reads
C)read your writes
D)monotonic-read
A)monotonic-write
B)writes follows reads
C)read your writes
D)monotonic-read
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
5
replicas are used only to improve access time on data
A)client initiated
B)server initiated
C)permanent
D)dynamic
A)client initiated
B)server initiated
C)permanent
D)dynamic
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
6
In------------------ receivers never acknowledge the successful delivery of multicast message but instead report only when missing the message.
A)basic reliable multicasting
B)non-hierarchical feedback control
C)hierarchical feedback control
D)atomic multicast
A)basic reliable multicasting
B)non-hierarchical feedback control
C)hierarchical feedback control
D)atomic multicast
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
7
A problem with the-------------- protocol is that when the coordinator has crashed, participants may not be able to reach a final decision.
A)one-phase commit
B)three-phase commit
C)two-phase commit
D)virtual synchrony
A)one-phase commit
B)three-phase commit
C)two-phase commit
D)virtual synchrony
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
8
Optimistic logging protocols need to keep track of
A)independencies
B)checking points
C)dependencies
D)erroneous state
A)independencies
B)checking points
C)dependencies
D)erroneous state
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
9
Processor Consistency model guarantees and conforms that
A)all write accomplished on identical memory location in identical sequence.
B)all write accomplished on random memory location in random sequence
C)all write accomplished on random memory location in identical sequence
D)all write accomplished on identical memory location in random order
A)all write accomplished on identical memory location in identical sequence.
B)all write accomplished on random memory location in random sequence
C)all write accomplished on random memory location in identical sequence
D)all write accomplished on identical memory location in random order
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
10
Staleness deviations relate to the a replica was updated.
A)first time
B)most recent time
C)last time
D)previous time
A)first time
B)most recent time
C)last time
D)previous time
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
11
The dynamic replication algorithm takes into account
A)to reduce load on server
B)files on server can be migrated anywhere
C)schedule process migration
D)resource sharing
A)to reduce load on server
B)files on server can be migrated anywhere
C)schedule process migration
D)resource sharing
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
12
To improve performance, many distributed systems
A)combine check pointing with recovery oriented computing
B)combine check pointing with message logging
C)combine check pointing with distributed commit
D)combine distributed commit with message logging.
A)combine check pointing with recovery oriented computing
B)combine check pointing with message logging
C)combine check pointing with distributed commit
D)combine distributed commit with message logging.
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
13
File Replication is done to
A)increase complexity
B)increase cost
C)increase reliability
D)increase data
A)increase complexity
B)increase cost
C)increase reliability
D)increase data
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
14
in NFS which funtion is used for creating new file?
A)open()
B)create()
C)develope()
D)null()
A)open()
B)create()
C)develope()
D)null()
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
15
datanodes and namenode are two elements of which file system?
A)afs
B)hdfs
C)nfs
D)none of the above
A)afs
B)hdfs
C)nfs
D)none of the above
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
16
In which file system mapreduce function is used?
A)afs
B)nfs
C)hdfs
D)none of the above
A)afs
B)nfs
C)hdfs
D)none of the above
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
17
In distributed file system, DNS stands for?
A)domain name system
B)domain name server
C)directory name service
D)disk name system
A)domain name system
B)domain name server
C)directory name service
D)disk name system
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
18
NFS file System uses Mechanism
A)rpc
B)corba
C)rmi
D)none of the above
A)rpc
B)corba
C)rmi
D)none of the above
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
19
map and reduce are
A)libraries
B)functions
C)file system
D)os
A)libraries
B)functions
C)file system
D)os
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
20
In HDFS file System, A---------------serves as the master and there is only one NameNode per cluster
A)data node
B)namenode
C)replication
D)data block
A)data node
B)namenode
C)replication
D)data block
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
21
HDFS works in a fashion.
A)master-master
B)master-slave
C)slave-slave
D)none of the above
A)master-master
B)master-slave
C)slave-slave
D)none of the above
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
22
In HDFS file System,-------------NameNode is used when the Primary NameNode goes down.
A)rack
B)data
C)secondary
D)primary
A)rack
B)data
C)secondary
D)primary
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
23
In context of HDFS file system, Point out the wrong statement.
A)replication factor can be configured at a cluster level (default is set to 3) and also at a file level
B)block report from each datanode contains a list of all the blocks that are stored on that datanode
C)user data is stored on the local file system of datanodes
D)datanode is aware of the files to which the blocks stored on it belong to
A)replication factor can be configured at a cluster level (default is set to 3) and also at a file level
B)block report from each datanode contains a list of all the blocks that are stored on that datanode
C)user data is stored on the local file system of datanodes
D)datanode is aware of the files to which the blocks stored on it belong to
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
24
In HDFS, ---------------is the slave/worker node and holds the user data in the form of Data Blocks.
A)datanode
B)namenode
C)data block
D)replication
A)datanode
B)namenode
C)data block
D)replication
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck