Which of the following services or protocols can be made more secure by implementing H.235 extensions with DES?

A. DNS
B. H.323
C. SIP
D. STP


B
Explanation: H.323 is a protocol used in video conferencing. H.235 extensions with DES can be used to provide security and privacy for H.323. The H.235 data encryption is implemented on the RTP layer, supporting algorithms ranging from DES to Triple DES and AES.

Computer Science & Information Technology

You might also like to view...

Which of the following is not a problem when creating decision tables?

A) impossible situations B) too many conditions C) redundancy D) contradictions

Computer Science & Information Technology

Entering Today() in a field that is a Date/Time data type will display the current date

Indicate whether the statement is true or false

Computer Science & Information Technology

Office 365 comes in five basic plans for businesses, an education plan, and a home plan

Indicate whether the statement is true or false

Computer Science & Information Technology

Consider a hash function, h, that takes as an argument a value of a composite search key that is a sequence of r attributes, a 1 , a 2 ,...,a r .If h has the form

h(a1? a2? ...? ar)=h1(a1) ? h2(a2) ? ...? hr(ar) where hi is a hash of attribute ai and ? is the concatenation operator, h is referred to as a partitioned hash function. Describe the advantages of such a function with respect to equality, partial-key, and range searches.

Computer Science & Information Technology