Which H.245 information is exchanged within H.225 messages in H.323 Fast Connect?
Answer : B
Explanation:
With the standard H.245 negotiation, the two endpoints need three round-trips before they agree on the parameters of the audio/video channels (1. master/slave voting, 2. terminal capability set exchange, and finally, 3. opening the logical channels). In certain situations and especially with high-latency network links, this can last too long and users will notice the delay.
Which two compression formats for high-definition video have technical content that is identical to H.264? (Choose two.)
Answer : AD
Explanation:
MPEG-4 Part 10, also known as MPEG-4 AVC (Advanced Video Coding), is actually defined in an identical pair of standards maintained by different organizations, together known as the Joint Video Team (JVT). While MPEG-4 Part 10 is a ISO/IEC standard, it was developed in cooperation with the ITU, an organization heavily involved in broadcast television standards. Since the ITU designation for the standard is H.264, you may see MPEG-4 Part 10 video referred to as either
AVC or H.264. Both are valid, and refer to the same standard.
Refer to the exhibit.
Answer : C
Explanation:
After the user delete phone stop the digit by digit dialing and send it as a whole setup.
How are DTMF digits transported in RFC 2833?
Answer : A
Explanation:
DTMF digits and named telephone events are carried as part of the audio stream, and MUST use the same sequence number and time-stamp base as the regular audio channel to simplify the generation of audio waveforms at a gateway. The default clock frequency is 8,000 Hz, but the clock frequency can be redefined when assigning the dynamic payload type.
Refer to the exhibit.
Answer : C
Explanation:
You can develop user-specific applications that reside on your network entity and have the ability to subscribe for event services supported by the IMG. If the network entity wants the ability to detect an entered DTMF digit (only telephone event of "###" are currently supported) from the TDM-side of a call to the IP side of a call, the entity can subscribe to the IMG for these events and receive SIP NOTIFY events containing the digit event.
Refer to the exhibit.
Answer : C
Explanation:
This message requests the status of an endpoint. Information that can be audited with this includes Requested
Events,DigitMap,SignalRequests,RequestIdentifier,QuarantineHandling, Notified Entity, Connection Identifiers, Detect Events, Observed Events, Event States,
Bearer Information, Restart Method, Restart Delay, ReasonCode, PackageList, Max MGCP Datagram, and Capabilities. The response will include information about each of the items for which auditing info was requested.
Refer to the exhibit.
Answer : E
Explanation:
DeleteConnection "" used by a call agent to instruct a gateway to delete an existing connection. DeleteConnection can also be used by a gateway to release a connection that can no longer be sustained.
Refer to the exhibit.
Answer : C
Explanation:
200 OK Indicates the request was successful.
To which SIP response category does 301 Moved Permanently belong?
Answer : C
Explanation:
The 301 response from the Web server should always include an alternative URL to which redirection should occur. If it does, a Web browser will immediately retry the alternative URL. So you never actually see a 301 error in a Web browser, unless perhaps you have a corrupt redirection chain e.g. URL A redirects to
URL B which in turn redirects back to URL A. If your client is not a Web browser, it should behave in the same way as a Web browser i.e. immediately retry the alternative URL.
Refer to the exhibit.
Answer : C
Explanation:
During the establishment, maintenance and termination of a SIP session, signaling messages are exchanged between the two SIP endpoints. There are two different kinds of signaling "conversations" that those messages take part in: transactions and dialogs.
A transaction is a SIP message exchange between two user-agents that starts with a request and ends with its final response (it can also contain zero or more provisional responses in between). For example, during the termination of a SIP session, one user releases the call by sending a BYE request and the other party replies back with a 200 OK response. This message exchange is called a transaction.
But what happens in the case of the INVITE request? The establishment of a SIP session starts basically with an INVITE request and is considered as completed upon the receipt of the ACK. In this case, the transaction starts with the INVITE request and ends with the 200 OK, so the ACK is not part of the transaction. The
ACK can be considered as a transaction on its own. However, when the final response to an INVITE is not a 2xx response, then the ACK is considered as part of the transaction. A dialog is a complete exchange of SIP messages between two user-agents. That means that transactions are actually parts of a dialog. For example, in the case of a SIP session establishment, a dialog starts with the INVITE-200 OK transaction, continues with the ACK and ends with the BYE-200 OK transaction.
The picture below depicts the dialog and transactions that take place during the establishment of a SIP session:
Refer to the exhibit.
Answer : A
Explanation:
During the establishment, maintenance and termination of a SIP session, signaling messages are exchanged between the two SIP endpoints. There are two different kinds of signaling "conversations" that those messages take part in: transactions and dialogs.
A transaction is a SIP message exchange between two user-agents that starts with a request and ends with its final response (it can also contain zero or more provisional responses in between). For example, during the termination of a SIP session, one user releases the call by sending a BYE request and the other party replies back with a 200 OK response. This message exchange is called a transaction.
But what happens in the case of the INVITE request? The establishment of a SIP session starts basically with an INVITE request and is considered as completed upon the receipt of the ACK. In this case, the transaction starts with the INVITE request and ends with the 200 OK, so the ACK is not part of the transaction. The
ACK can be considered as a transaction on its own. However, when the final response to an INVITE is not a 2xx response, then the ACK is considered as part of the transaction. A dialog is a complete exchange of SIP messages between two user-agents. That means that transactions are actually parts of a dialog. For example, in the case of a SIP session establishment, a dialog starts with the INVITE-200 OK transaction, continues with the ACK and ends with the BYE-200 OK transaction.
The picture below depicts the dialog and transactions that take place during the establishment of a SIP session:
Which two statements describe characteristics of Binary Floor Control Protocol? (Choose two.)
Answer : CD
Explanation:
BFCP is a deliverable developed as part of the Internet Engineering Task Force (IETF) XCON Centralized Conferencing working group. The IETF XCON working group was formed to focus on delivering a standards-based approach to managing IP conferencing while promoting broad interoperability between software and equipment vendors.
What is the minimum number of TCP sessions needed to complete a H.323 call between two H.323 gateways using slow start?
Answer : C
Explanation:
H.323 has two modes of operation: slow start and fast start. The initiation of a call may proceed in a slow start or fast start in H.323. In a slow start, H.323 signaling consists of Setup, Call Proceeding, Alerting, and Connect steps. After these steps, the H.245 media negotiation is performed. When a call is initiated in
H.323 fast start, the H.245 media negotiation is performed within the initial Setup message. With slow start, multiple TCP connections are needed for an H.323 call, such as one H.225 signaling channel and one H.245 signaling channel if required (minimum of these two).
Which element was added to H.225 messages to enable Fast Connect in H.323 version 2?
Answer : A
Explanation:
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.
What is the name of the logical channel proposal that is transmitted from the called entity to the calling entity in H.323 Fast Connect?
Answer : Explanation
Explanation:
Unlike the OpenLogicalChannel request used by H.323 for video uni-directional logical channels, the request used by H.324 for opening video bi-directional logical channels specifies the temporalSpatialTradeOff Capability in both the forward and reverse directions--in the forwardLogicalChannelParameters.dataTypeandreverseLogicalChannelParameters.dataType components, respectively. The semantics of temporalSpatialTradeOffCapability used in forward LogicalChannelParameters.dataType is described in the previous section. The semantics for its presence in the reverse direction is described in this section.
Have any questions or issues ? Please dont hesitate to contact us