exam questions

Exam 1z0-883 All Questions

View all questions & answers for the 1z0-883 exam

Exam 1z0-883 topic 1 question 75 discussion

Actual exam question from Oracle's 1z0-883
Question #: 75
Topic #: 1
[All 1z0-883 Questions]

Compare a typical Distributed Replicated Block Device (DRBD) with MySQL Standard Replication using master-slave replication.
Which two statements are correct?

  • A. Both technologies use the TCP/IP stack as their primary transmission medium.
  • B. DRBD uses shared-disk technology.
  • C. Both technologies guarantee an identical copy of data on the secondary node.
  • D. Only MySQL can maintain a time-delayed copy of data on the secondary node.
Show Suggested Answer Hide Answer
Suggested Answer: AD 🗳️
A:
* Replication cannot use Unix socket files. You must be able to connect to the master MySQL server using TCP/IP.
D: Time Delayed replication is however something quite helpful for some environments. Though DRBD also could be extended to support one if needed.
Not B: DRBD (Distributed Replication Block Device), one of the leading solutions for MySQL HA (High Availability), offering users:
/ An end-to-end, integrated stack of mature and proven open source technologies, fully supported by Oracle;
/ Automatic failover and recovery for service continuity;
/ Mirroring, via synchronous replication, to ensure failover between nodes without the risk of losing committed transactions;
/ Building of HA clusters from commodity hardware, without the requirement for shared-storage.

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Currently there are no comments in this discussion, be the first to comment!
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...