22. Which of the following correctly describes the relationship between SSL and TLS?
(A) TLS is the open-community version of SSL.
(B) SSL can be modified by developers to expand the protocol's capabilities.
(C) TLS is a proprietary protocol, while SSL is an open-community protocol.
(D) SSL is more extensible and backward compatible with TLS.

答案:登入後查看
統計: A(0), B(0), C(1), D(0), E(0) #3565664

詳解 (共 2 筆)

#6737617
1. 題目解析 本題考察的是SSL(安全...
(共 903 字,隱藏中)
前往觀看
0
0
#6738164

觀念解析

  1. SSL 與 TLS 的歷史

    • SSL (Secure Sockets Layer) 由 Netscape 在 1990s 開發。

    • 之後 IETF 接手,標準化為 TLS (Transport Layer Security)

    • 也就是說:TLS = 標準化的、改良過的 SSL

    • 現在 SSL 幾乎淘汰,TLS(尤其 1.2、1.3)才是主流。

  2. 選項分析

    • (A) ✅ 正確,TLS 是 IETF 維護的開放標準,可以視為 SSL 的「開源社群版 / 繼任者」。

    • (B) ❌ 錯,SSL 本身不是隨便給人改的協定,這樣會破壞互通性。

    • (C) ❌ 錯,反過來了,TLS 是開放標準,SSL 則是最初的專有協定。

    • (D) ❌ 錯,實際上是 TLS 向下相容 SSL,不是 SSL 比較相容。

0
0