Multiple choice technology security

Your Internet Banking site is fully SSL enabled. Login-page, Account summary page and Fund transfer page are all HTTPS enabled. When you bank online - login, check your account summary and do a fund transfer, is SSL authentication and handshake happening separately for each page or is it one handshake for all the three pages?

  1. HTTP is stateless, so is SSL. Full SSL handshake needed for each HTTP page.

  2. SSL is stateful, only one full handshake for multiple HTTP pages in a session.

  3. SSL is security at IP layer. One handshake for one set of source/destination IP address.

  4. dont know

Reveal answer Fill a bubble to check yourself
A Correct answer