What are the different types of replication? How are they used?
Answer Posted / suguk
The are three types Replication are
*Unidirectional*Bidirectional*Peer-Peer
*unidirectionalReplication
Transactions that occur at a source table are replicated
over WebSphere® MQ queues to a target table or are passed
as input parameters to a stored procedure to manipulate the
data.
Transactions that occur at the target table are not
replicated back to the source table.
The target table typically is read only or is not updated
by applications other than the Q Apply program.
*Bidirectional
Number of replication queue maps
Between each pair of servers that participate in
bidirectional replication, you need two replication queue
maps. For example, if you have two servers named SERVER_RED
and SERVER_GREEN, you need two replication queue maps:
One to identify the WebSphere® MQ queues that transport
data from SERVER_RED to SERVER_GREEN
One to identify the WebSphere MQ queues that transport data
from SERVER_GREEN to SERVER_RED
Number of Q subscriptions
For every logical table that is replicated in bidirectional
replication, you need a pair of Q subscriptions between the
two servers. For example, if you have two servers named
SERVER_RED and SERVER_GREEN, then two Q subscriptions are
built for you:
One from the source table on SERVER_RED to the target table
on SERVER_GREEN
One from the source table on SERVER_GREEN to the target
table SERVER_RED.
*Peer-peer
Peer-to-Peer applications are defined as programs which
allow computers to share data in the form of music, movies,
games or any computer file or software over a local network
and the Internet. Fordham University does not, at this
time, prohibit and does not block the use of peer-to-peer
applications on any part of its network. The University
understands that there are legitimate academic uses for
such applications. However, use of these applications has
been known to cause problems, which can affect the entire
University community.
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
What is the exact numeric data type in sql?
Explain what are the authentication modes in sql server?
What do you mean by an execution plan? How would you view it?
Give a example to search fr a string in all stored procedure in sql server.
What are the different kinds of ssrs reports?
What is the osql utility?
What is the impact on other user sessions when creating indexes?
Explain the steps needed to create a scheduled job?
How do you create a data source?
What is bcp? When does it use?
What are the difference between clustered and a non-clustered index?
What do you understand by check constraint in sql server?
How to verify a login name with sqlcmd tool?
What the different components of Replication and what is their use?
What are the differences between sql server and mysql.