For integrating two instances of OSB, which protocol is used
C
Correct answer
Explanation
OSB (Oracle Service Bus) uses the SB protocol for direct communication between two OSB instances. This is a proprietary protocol optimized for service bus-to-service bus communication. HTTP is for general web requests, Flow is an internal OSB concept, and WS refers to Web Services which are used for external communication.