Broadcast Vs Replicate

What is the functional difference between Replicate and Broadcast component?

Questions by venkat_jaksani   answers by venkat_jaksani

Showing Answers 1 - 6 of 6 Answers

1) Basic difference is broad caste is partition component and replicate is miscelleanous  component.

2) As broad cast is partition component it always defaultly throw in a fan out mode only where as replicate wont through in a fan out flow defaultly.

3) When we had mfs input to replicate it will throw in a serially, where as broad cast it will be fan out flow only.  If we keep any program component in middle it will be all to all flow with that component. where as replicate it will be a serial flow only in defaultly.

4) Both will support data and component parallism when we use broadcast and replicate if we keep fan out low it will be data parallism and when we keep all to all flow it will be component parallism

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions