Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Exam (elaborations)

CSCI 571 - SECURE WEB COMMUNICATION & WEB SERVER PERFORMANCE QUESTIONS ANSWERED CORRECTLY LATEST UPDATE 2026

Rating
-
Sold
-
Pages
2
Grade
A+
Uploaded on
29-05-2026
Written in
2025/2026

CSCI 571 - SECURE WEB COMMUNICATION & WEB SERVER PERFORMANCE QUESTIONS ANSWERED CORRECTLY LATEST UPDATE 2026 This type of encryption method has the sender and receiver share a key; in other words, the sender encrypts their message using the same key that the receiver uses to decrypt the message. - Answers Private Key Encryption This type of encryption method involves the receiver generating two keys: one used to encrypt messages, which the receiver would give to the sender, and the other to be kept by the receiver in order to decrypt the message. - Answers Public Key Encryption This is one of the first practical, public-key cryptosystems, and is widely used for secure data transmission - Answers RSA (True or False?) RSA encryption provides an efficient algorithm for factoring large numbers - Answers False (no efficient algorithm for this) How many bits do certificate authorities use in their RSA keys? - Answers 2048 (True or False?) Public/private key encryption methods are not suitable for general purposes. - Answers True This type of cipher is one in which the same keys are used to encrypt and decrypt the data. - Answers Bulk Cipher (True or False?) Bulk ciphers are fast and can encrypt files of any size - Answers True (True or False?) Secure communication on the web uses a combination of public key encryption and conventional one-way ciphers - Answers True This type of bulk cipher is one of the most used for securing data on the internet, known for its efficiency and security - Answers AES (Advanced Encryption Standard) AES is used in most modern encryption protocols, including TLS, with key sizes of _______, ________, or ________ bits. - Answers 128, 192, 256 This type of bulk cipher has become less popular today due to its slower performance, but is still used in certain legacy systems; its approach to increasing security involves applying the DES algorithm three times. - Answers 3DES (Triple Data Encryption Standard) This type of bulk cipher is an alternative to AES, offering comparable security and performance. - Answers Camellia A function that maps a domain of values into a range of numbers - Answers Hash Function (or hash algorithm) Given a data item X, H is called a ________ hash function if it is computationally infeasible to find another data item Y, not equal to X, such that the hash value H(x) equals the hash value H(Y) - Answers cryptographic The number produced by applying aa cryptographic hash function to a message. - Answers Message Digest Systems combining public key cryptography and message digests. - Answers Digital Signatures (True or False?) The most widely used bulk ciphers for digital signatures are primarily symmetric encryption algorithms that focus on security, authentication, and non-repudiation. - Answers False (asymmetric) List the three most commonly used asymmetric encryption algorithms - Answers RSA, ECDSA, DSA (True or False?) Quantum computers pose a significant thread to current cryptographic systems, so much so that new encryption standards are being developed to withstand quantum attacks. - Answers True List the first three finalized standards for quantum encryption standards - Answers CRYSTALS-Kyber, CRYSTALS-Dilithium, SPHINCS+ An organization that both parties involved in a secure communication trust to verify the authenticity of digital signatures - Answers Certificate Authority (CA) A protocol that provides end-to-end security between client and server by *authenticating* both parties using digital certificates, encrypting communications for *privacy*, and maintaining *message integrity* through message digests. - Answers SSL/TLS (True or False?) HTTPS is a combination of HTTP and SSL/TLS - Answers True What three main things should be considered when estimating server performance? - Answers 1. Time to deliver request to server 2. Time to obtain result 3. Time to deliver result The general rule for server performance is that the link should have at least ________ the bandwidth as the average. - Answers Twice A ________ ________ ________ consists of multiple server machines and load balancing hardware that distributes web requests across the server. - Answers web server farm What are the three main types of load balancing strategies? - Answers 1. Round Robin 2. Proximity Routing 3. Fault Masking What are the three main categories that load balancing strategies fall into? - Answers Uninformed, Static, Informed This category of load balancing strategies does not use any information about server state (Round Robin, Random) - Answers Uninformed This category of load balancing strategies uses metrics of the server state that do not change in real time (Proximity Based, Hash Table w/ heuristics) - Answers Static This category of load balancing strategies uses real-time metrics corresponding to the server state (Resource Based, Congestion Based) - Answers Informed A method of distributing incoming traffic by returning different IP addresses for the same domain name - Answers DNS-based Load Balancing

Show more Read less
Institution
CSCI 571 - SECURE WEB COMMUNICATION & WEB SERVER
Course
CSCI 571 - SECURE WEB COMMUNICATION & WEB SERVER

Content preview

CSCI 571 - SECURE WEB COMMUNICATION & WEB SERVER PERFORMANCE QUESTIONS ANSWERED
CORRECTLY LATEST UPDATE 2026

This type of encryption method has the sender and receiver share a key; in other words, the sender
encrypts their message using the same key that the receiver uses to decrypt the message. - Answers
Private Key Encryption
This type of encryption method involves the receiver generating two keys: one used to encrypt
messages, which the receiver would give to the sender, and the other to be kept by the receiver in
order to decrypt the message. - Answers Public Key Encryption
This is one of the first practical, public-key cryptosystems, and is widely used for secure data
transmission - Answers RSA
(True or False?) RSA encryption provides an efficient algorithm for factoring large numbers - Answers
False (no efficient algorithm for this)
How many bits do certificate authorities use in their RSA keys? - Answers 2048
(True or False?) Public/private key encryption methods are not suitable for general purposes. -
Answers True
This type of cipher is one in which the same keys are used to encrypt and decrypt the data. - Answers
Bulk Cipher
(True or False?) Bulk ciphers are fast and can encrypt files of any size - Answers True
(True or False?) Secure communication on the web uses a combination of public key encryption and
conventional one-way ciphers - Answers True
This type of bulk cipher is one of the most used for securing data on the internet, known for its
efficiency and security - Answers AES (Advanced Encryption Standard)
AES is used in most modern encryption protocols, including TLS, with key sizes of _______, ________,
or ________ bits. - Answers 128, 192, 256
This type of bulk cipher has become less popular today due to its slower performance, but is still used
in certain legacy systems; its approach to increasing security involves applying the DES algorithm
three times. - Answers 3DES (Triple Data Encryption Standard)
This type of bulk cipher is an alternative to AES, offering comparable security and performance. -
Answers Camellia
A function that maps a domain of values into a range of numbers - Answers Hash Function (or hash
algorithm)
Given a data item X, H is called a ________ hash function if it is computationally infeasible to find
another data item Y, not equal to X, such that the hash value H(x) equals the hash value H(Y) -
Answers cryptographic
The number produced by applying aa cryptographic hash function to a message. - Answers Message
Digest
Systems combining public key cryptography and message digests. - Answers Digital Signatures
(True or False?) The most widely used bulk ciphers for digital signatures are primarily symmetric
encryption algorithms that focus on security, authentication, and non-repudiation. - Answers False
(asymmetric)
List the three most commonly used asymmetric encryption algorithms - Answers RSA, ECDSA, DSA
(True or False?) Quantum computers pose a significant thread to current cryptographic systems, so
much so that new encryption standards are being developed to withstand quantum attacks. -
Answers True
List the first three finalized standards for quantum encryption standards - Answers CRYSTALS-Kyber,
CRYSTALS-Dilithium, SPHINCS+
An organization that both parties involved in a secure communication trust to verify the authenticity
of digital signatures - Answers Certificate Authority (CA)
A protocol that provides end-to-end security between client and server by *authenticating* both
parties using digital certificates, encrypting communications for *privacy*, and maintaining *message
integrity* through message digests. - Answers SSL/TLS
(True or False?) HTTPS is a combination of HTTP and SSL/TLS - Answers True
What three main things should be considered when estimating server performance? - Answers 1.
Time to deliver request to server
2. Time to obtain result
3. Time to deliver result

Written for

Institution
CSCI 571 - SECURE WEB COMMUNICATION & WEB SERVER
Course
CSCI 571 - SECURE WEB COMMUNICATION & WEB SERVER

Document information

Uploaded on
May 29, 2026
Number of pages
2
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

$11.49
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
joshuawesonga22 Liberty University
Follow You need to be logged in order to follow users or courses
Sold
101
Member since
1 year
Number of followers
1
Documents
14186
Last sold
8 hours ago
Tutor Wes

Hi there! I'm Tutor Wes, a dedicated tutor with a passion for sharing knowledge and helping others succeed academically. All my notes are carefully organized, detailed, and easy to understand. Whether you're preparing for exams, catching up on lectures, or looking for clear summaries, you'll find useful study materials here. Let’s succeed together!

3.9

9 reviews

5
4
4
1
3
3
2
1
1
0

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions