ICS 3201 - Computer Security and Cryptography - January 2022
ICS 3201 - Computer Security and Cryptography - January 2022
BBITICS
Instructions
1. This examination consists of FIVE questions.
2. Answer Question ONE (COMPULSORY) and any other TWO questions.
The SSL Record Protocol provides basic security services to various higher-layer protocols. 3
higher-layer protocols are also defined as part of SSL: the handshake protocol, change cipher spec
protocol, and alert protocol. These SSL specific protocols are used in the management of SSL
exchanges.
c) Differentiate between a connection and a session as used in SSL. (4 Marks)
A connection is a transient, peer-to-peer, communications link associated with 1 SSL session.
A session is an association between client and server created by the handshake protocol. It defines a
set of cryptographic parameters. It may be shared by multiple SSL connections.