What is the minimum number of TCP sessions needed to complete a H.323 call between two.
Click on the arrows to vote for the correct answer
A. B. C. D. E. F.C.
Fast start allows for H323 media connections to be started at the beginning of a call.
This is helpful for ringback scenarios, and also reduces the amount of time calls take to establish media.
H245 is still negotiated later, but the actual media can be done earlier through H225 messages.
The H.323 protocol is a standard for transmitting audio and video traffic over IP networks. When two H.323 gateways establish a call, they need to create TCP sessions to exchange control messages and media traffic.
In this context, slow start refers to the process by which a TCP connection gradually increases its transmission rate until it reaches the maximum allowed by the network. Slow start is used to avoid congestion and packet loss.
To answer the question, we need to understand how the H.323 protocol works and how many TCP sessions are required for different phases of a call.
During the call setup phase, the H.323 gateways exchange information about the capabilities and addresses of the endpoints. This information is transmitted using the H.225 protocol, which relies on TCP for reliable delivery.
Typically, the call setup process involves the following steps:
During the call setup phase, at least one TCP session is needed for the H.225 protocol, and an additional TCP session is needed for the H.245 protocol. Therefore, the minimum number of TCP sessions needed to complete a H.323 call between two gateways is two.
Option D (2) is the correct answer to the question.