Cisco Live Data is a real-time reporting subsystem that streams agent and call data to CUIC and Finesse. It requires a specific high-speed protocol to handle the stream of real-time events from the CCE routing components.
Why the Correct Answer is Right: C is correct. TIP (Transmission Interface Protocol) is the Cisco proprietary protocol used for real-time communication between the PG/Router and Live Data components. TIP carries event-driven messaging about agent states, call events, and routing decisions in real time, enabling the Live Data subsystem to generate up-to-the-second reports.
Why Each Incorrect Answer is Wrong: A is wrong because TCP is a generic transport protocol—while TIP may run over TCP/IP at the transport layer, the application-layer protocol between PG/Router and Live Data is specifically TIP. B is wrong because HTTP is a web protocol used for browser-based interfaces and some REST APIs, but not for the PG/Router-to-Live-Data communication path. D is wrong because UDP is a connectionless protocol unsuitable for reliable real-time event delivery—CCE's critical state data requires reliable ordered delivery.
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit