Geschreven door studenten die geslaagd zijn Direct beschikbaar na je betaling Online lezen of als PDF Verkeerd document? Gratis ruilen 4,6 TrustPilot
logo-home
Tentamen (uitwerkingen)

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

Beoordeling
-
Verkocht
-
Pagina's
2
Cijfer
A+
Geüpload op
29-05-2026
Geschreven 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

Meer zien Lees minder
Instelling
CSCI 571 - SECURE WEB COMMUNICATION & WEB SERVER
Vak
CSCI 571 - SECURE WEB COMMUNICATION & WEB SERVER

Voorbeeld van de inhoud

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

Geschreven voor

Instelling
CSCI 571 - SECURE WEB COMMUNICATION & WEB SERVER
Vak
CSCI 571 - SECURE WEB COMMUNICATION & WEB SERVER

Documentinformatie

Geüpload op
29 mei 2026
Aantal pagina's
2
Geschreven in
2025/2026
Type
Tentamen (uitwerkingen)
Bevat
Vragen en antwoorden

Onderwerpen

€10,15
Krijg toegang tot het volledige document:

Verkeerd document? Gratis ruilen Binnen 14 dagen na aankoop en voor het downloaden kun je een ander document kiezen. Je kunt het bedrag gewoon opnieuw besteden.
Geschreven door studenten die geslaagd zijn
Direct beschikbaar na je betaling
Online lezen of als PDF

Maak kennis met de verkoper

Seller avatar
De reputatie van een verkoper is gebaseerd op het aantal documenten dat iemand tegen betaling verkocht heeft en de beoordelingen die voor die items ontvangen zijn. Er zijn drie niveau’s te onderscheiden: brons, zilver en goud. Hoe beter de reputatie, hoe meer de kwaliteit van zijn of haar werk te vertrouwen is.
joshuawesonga22 Liberty University
Volgen Je moet ingelogd zijn om studenten of vakken te kunnen volgen
Verkocht
101
Lid sinds
1 jaar
Aantal volgers
1
Documenten
14186
Laatst verkocht
17 uur geleden
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 beoordelingen

5
4
4
1
3
3
2
1
1
0

Recent door jou bekeken

Waarom studenten kiezen voor Stuvia

Gemaakt door medestudenten, geverifieerd door reviews

Kwaliteit die je kunt vertrouwen: geschreven door studenten die slaagden en beoordeeld door anderen die dit document gebruikten.

Niet tevreden? Kies een ander document

Geen zorgen! Je kunt voor hetzelfde geld direct een ander document kiezen dat beter past bij wat je zoekt.

Betaal zoals je wilt, start meteen met leren

Geen abonnement, geen verplichtingen. Betaal zoals je gewend bent via iDeal of creditcard en download je PDF-document meteen.

Student with book image

“Gekocht, gedownload en geslaagd. Zo makkelijk kan het dus zijn.”

Alisha Student

Bezig met je bronvermelding?

Maak nauwkeurige citaten in APA, MLA en Harvard met onze gratis bronnengenerator.

Bezig met je bronvermelding?

Veelgestelde vragen