tb22
Test por , creado hace más de 1 año

CSSE4004 -Lecture 7

15
0
0
tb22
Creado por tb22 hace alrededor de 9 años
Cerrar

CSSE4004 -Lecture 7

Pregunta 1 de 14

1

An agreement on a faulty system cannot be reached in which scenario?

Selecciona una de las siguientes respuestas posibles:

  • Unbounded, ordered, asynchronous, multicast

  • Unbounded, ordered, syncronous, multicast

  • Unbounded, ordered, asynchronous, unicast

  • Unordered, bounded, asynchronous, multicast

Explicación

Pregunta 2 de 14

1

retransmission if packet lost is an example of

Selecciona una de las siguientes respuestas posibles:

  • backward recovery

  • forward recovery

  • retry recovery

  • automated recovery

Explicación

Pregunta 3 de 14

1

Which of the following is a drawback of using sequence numbers to prevent duplicates when retrying?

Selecciona una de las siguientes respuestas posibles:

  • Results have to be stored for some time

  • Only works for idempotent requests

  • Sequence number can never reset and therefore eventually gets too big to store

  • Blocks intermediate processes from making calls while the failed call is reissued

Explicación

Pregunta 4 de 14

1

What does the following describe "construct correct state from error state"

Selecciona una de las siguientes respuestas posibles:

  • forward recovery

  • backward recovery

  • extrapolation

  • retransmission

Explicación

Pregunta 5 de 14

1

What type of logging does "roll each process back to state where does not depend on delivery of message some process(es) do not yet have in stable storage" describe?

Selecciona una de las siguientes respuestas posibles:

  • Optimistic logging

  • Pessimistic logging

  • Reliable logging

  • Transaction logging

Explicación

Pregunta 6 de 14

1

Which of the following describes "virtual synchronous multicast"

Selecciona una de las siguientes respuestas posibles:

  • sender crashes, deliver to all rest of processes or none

  • sender sends requests to three receivers and uses triple modular redundancy to detect errors

  • If sender has crashed by the time the receiver responds, the receiver selects a new node to deliver the response to

  • Multiple recievers are guaranteed to receive the message at exactly the same time

Explicación

Pregunta 7 de 14

1

Which of the following does this describe "requires that an operation is performed by each member of a process group or none at all"?

Selecciona una de las siguientes respuestas posibles:

  • distributed commit

  • atomic transactions

  • coordinated processing

  • synchronous computation

Explicación

Pregunta 8 de 14

1

"server fails to receive incoming messages" is what type of failure?

Selecciona una de las siguientes respuestas posibles:

  • Crash failure

  • Omission failure

  • Response failure

  • Timing failure

Explicación

Pregunta 9 de 14

1

In which of the following M -> P scenarios will a crash result in a duplicate if calls are always reissued?

Selecciona una de las siguientes respuestas posibles:

  • MC(P)

  • C(MP)

  • MPC

Explicación

Pregunta 10 de 14

1

Which of the following does not offer Total-ordered Delivery?

Selecciona una de las siguientes respuestas posibles:

  • Causal atomic multicast

  • FIFO atomic multicast

  • Atomic multicast

  • Reliable multicast

Explicación

Pregunta 11 de 14

1

In which of the following P -> M scenarios will be okay if calls are reissued only when ACKed?

Selecciona una de las siguientes respuestas posibles:

  • PMC

  • PC(M)

  • C(PM)

Explicación

Pregunta 12 de 14

1

Which of the following is false about RPC?

Selecciona una de las siguientes respuestas posibles:

  • Communication failures such as lost messages means RPC can't be completely transparent

  • It can be difficult to determine the difference between a failed message and a delayed reply

  • Reissuing RPC calls can have undesirable consequences

  • An RPC call can always be reissued because changes resulting from RPC call must be acknowledged

Explicación

Pregunta 13 de 14

1

Is a hit counter on a website idempotent?

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 14 de 14

1

What is the minimum number of nodes required to detect 2 faulty nodes in Byzantine failures?

Selecciona una de las siguientes respuestas posibles:

  • 5

  • 3

  • 7

  • 4

Explicación