Which of the following can be used to protect a video conference?

A. H.323 standard
B. H.235 extensions
C. WEP
D. PGP

B
Explanation : A non-proprietary approach to securing video conferences as well as VoIP traffic is to extend the H.323 standard to support DES encryption. H.323 is a standard for providing audio-visual communications sessions, such as Web conferences, video conferences, and VoIP. Security for these sessions can be provided by H.235 extensions. H.235 includes the ability to negotiate services and functionality in a generic manner. It allows for the use of both standard and proprietary encryption algorithms.

Computer Science & Information Technology

You might also like to view...

Choose the true statement below

a. The content that displays in the browser is contained in the head section. b. The content that displays in the browser is contained in the body section. c. Information about the web page is contained in the body section. d. All of the above are true.

Computer Science & Information Technology

Suppose that x is an int variable, ch is a char variable, and the input is:276.Choose the values after the following statement executes:cin >> ch >> x; 

A. ch = '2', x = 76 B. ch = '276', x = '.' C. ch = ' ', x = 276 D. ch = 'b', x = 76

Computer Science & Information Technology