How does the SSL story begin?
The web browser establishes a encrypted connection with the web server using asymmetric encryption.
SSL Full Story (6 Points)
1 The web browser establishes a encrypted connection with the web server
#2 Using asymmetric encryption to make any data being sent meaningless.
#3 The web browser asks the web server to identify itself by sending a digital certificate
#4 The digital certificate is authenticated/validated by the web browser
#5 If the certificate is authentic/valid the connection is secure and the user can continue on the website
#6 If the certificate is not authentic/valid the connection is not secure and the user is notified.
Hacking Definition
Gaining unauthorised access to a computer/system