DTC communication and configuration basics
DTC uses RPC to setup a communication between two machines in a 2 phase commit transaction, one of the most important things about this communication is that should be in bidirectional mode. RPC communication follow this process: The source server sends a TCP request over port 135 (RPC portmapper port) The destination server replies back … Continue reading DTC communication and configuration basics