Difference between TIBCO RVD and RVRD? Rendezvous daemon vs Rendezvous Routing Daemon

RVD (Rendezvous daemon) vs RVRD (Rendezvous Routing Daemon)
RVRD (Rendezvous Routing Daemon) are simply process owned by middleware or network teams which listens to multicast traffic locally and transmit it to another RVRD counterpart (another host) using TCP. This remote host than re multicast this traffic to their own network. So essentially it used to bridge two different regional networks e.g. London and Newyork etc.

RVRD is multicast in one end and unicast on another end so it receives messages from multiple RVD (Rendezvous Daemon) and sends via TCP to another RVRD which distributes messages on different RVD (Rendezvous Daemon) on there own network e.g. say on NY network.

تعليقات

المشاركات الشائعة من هذه المدونة

Why use Underscore in Numbers from Java? Underscore in Numeric Literals Example

3 ways to convert String to Boolean in Java? Examples

Coursera's TensorFlow: Advanced Techniques Specialization Review [2022]