Week_2 Flashcards
Name a replacement for SSL
TLS(Transport Layer Security)
What is a Idempotent Method?
Multiple requests should have the same result as a singl request
Name 3 SSL Objectives.
Quthenticating the client and server to each other
Ensuring data integrity
Securing data privacy
How many protocols does SSL use?
Zero
What does SSL Handshake Protocol do?
Uses SSL record protocol to establish a SSL connection.
Authenticates the served to the client
Establishes an encrypted SSL connection
What does SSL Record Protocol do?
Defines data transmit format
Ensure data security and integrity
What does the Header contain?
Length of record
Length of padding
What is MAC responsible for?
MAC is responsible for the verification and integrity of the message.
Name one hash function used to calculate MAC.
MD5
Or
SHA-1
Name 3 components established by CipherSuite
Method of key exchange between the server and client
Encryption algorithm for data encryption purposes
Function used for obtainjng the MAC value
What is certificate exchange?
When the server sends a certificate to the client for authentication
What is the primary function of a web server?
Deliver web pages
What does the path translation “URL” stand for?
Uniform Resource Locator
What is faster kernal mode or user mode?
Kernal
Why is Kernal mode faster than user mode?
Kernal mode can directly use all the hardware resources is needs.