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.
Why is User mode slower than Kernal mode?
User mode has to request permission to use more memory or CPU.
Takes time
Resources not always available
How many concurrent client connections can load limit hold?
Between 2-80,000 per IP address
Name some causes for an overload
Too much legitimate concurrent web traffic
DDOS Computer worms Viruses Internet bots Network slowdowns Web server unavailability
Name some anti-overload techniques
Managing network traffic with: firs,HTTP traffic nanagers, bandwidth management and traffic shaping.
Web cache techniques
Using different domain names
Multiple web servers per host
What percentage rule should you follow for caching?
80%-traffic 20%-web pages