Page contents

Network Security Essentials Applications and Standards 5th Edition By Willaim Stallings – Test Bank

Instant delivery only

In Stock

$28.00

Add to Wishlist
Add to Wishlist
Compare
SKU:tb1001135

Network Security Essentials Applications and Standards 5th Edition By Willaim Stallings – Test Bank

Chapter 6: Transport-Level Security

TRUE OR FALSE

T F 1. ISSl/TLS includes protocol mechanisms to enable two TCP users to

determine the security mechanisms and services they will use.

T F 2. Unlike traditional publishing environments, the Internet is three-

way and vulnerable to attacks on the Web servers.

T F 3. Sessions are used to avoid the expensive negotiation of new

security parameters for each connection that shares security

parameters.

T F 4. Microsoft Explorer originated SSL.

T F 5. The World Wide Web is fundamentally a client/server application

running over the Internet and TCP/IP intranets.

T F 6. One way to classify Web security threats is in terms of the location

of the threat: Web server, Web browser, and network traffic

between browser and server.

T F 7. The encryption of the compressed message plus the MAC must

increase the content length by more than 1024 bytes.

T F 8. The Change Cipher Spec Protocol is one of the three SSL-specific

protocols that use the SSL Record Protocol.

T F 9. The SSL Record Protocol is used before any application data is

transmitted.

T F 10. The first element of the CipherSuite parameter is the key exchange

method.

T F 11. The certificate message is required for any agreed on key

exchange method except fixed Diffie-Hellman.

T F 12. Phase 3 completes the setting up of a secure connection of the

Handshake Protocol.

T F 13. The shared master secret is a one-time 48-byte value generated

for a session by means of secure key exchange.

T F 14. The TLS Record Format is the same as that of the SSL Record

Format.

T F 15. Server authentication occurs at the transport layer, based on the

server possessing a public/private key pair.

MULTIPLE CHOICE

  1. The The SSL Internet standard version is called _________ .
  1. A) 
SSH 
 B) 
HTTP
  1. C) 
SLP 
 D) 
TLS
  1. The most complex part of SSL is the __________ .
  1. A) 
SSL Record Protocol 
 B) 
Handshake Protocol
  1. C) 
Change Cipher Spec Protocol 
 D) 
Alert Protocol
  1. _________ attacks include impersonating another user, altering messages in transit

between client and server and altering information on a Web site.

  1. A) 
Active 
 B) 
Passive
  1. C) 
Shell 
 D) 
Psuedo
  1. The symmetric encryption key for data encrypted by the client and decrypted by

the server is a _________ .

  1. A) 
server write key 
 B) 
client write key
  1. C) 
sequence key 
 D) 
master key
  1. _________ provides secure, remote logon and other secure client/server facilities.
  1. A) 
SLP 
 B) 
HTTPS
  1. C) 
TLS 
 D) 
SSH
  1. An SSL session is an association between a client and a server and is created by

the ___________ .

  1. A) 
Handshake Protocol 
 B) 
user
  1. C) 
Spec Protocol 
 D) 
administrator
  1. An arbitrary byte sequence chosen by the server to identify an active or

resumable session state is a _________ .

  1. A) 
peer certificate 
 B) 
session identifier
  1. C) 
compression 
 D) 
cipher spec
  1. The _________ is used to convey SSL-related alerts to the peer entity.
  1. A) 
Change Cipher Spec Protocol 
 B) 
Alert Protocol
  1. C) 
SSL Record Protocol 
 D) 
Handshake Protocol
  1. With each element of the list defining both a key exchange algorithm and a

CipherSpec, the list that contains the combination of cryptographic algorithms

supported by the client in decreasing order of preference is the __________ .

  1. A) 
CipherSuite 
 B) 
Random
  1. C) 
Session ID 
 D) 
Version
  1. Phase _________ of the Handshake Protocol establishes security capabilities.
  1. A) 
4 
 B) 
1
  1. C) 
2 
 D) 
3
  1. The __________ approach is vulnerable to man-in-the-middle attacks.
  1. A) 
Anonymous Diffie-Hellman 
 B) 
Fixed Diffie-Hellman
  1. C) 
Fortezza 
 D) 
Ephemeral Diffie-Hellman
  1. The final message in phase 2, and one that is always required, is the ___________

message, which is sent by the server to indicate the end of the server hello and

associated messages.

  1. A) 
server_done 
 B) 
no_certificate
  1. C) 
goodbye 
 D) 
finished
  1. Defined as a Proposed Internet Standard in RFC 2246, _________ is an IETF

standardization initiative whose goal is to produce an Internet standard version

of SSL.

  1. A) 
SSH 
 B) 
CCSP
  1. C) 
TLS 
 D) 
SHA-1
  1. A Pseudorandom Function takes as input:
  1. A) 
a secret value 
 B) 
an identifying label
  1. C) 
a seed value 
 D) 
all of the above
  1. 
_________ is organized as three protocols that typically run on top of TCP for

secure network communications and are designed to be relatively simple and

inexpensive to implement.

  1. A) 
SSL 
 B) 
SSH
  1. C) 
TLS 
 D) 
SSI

SHORT ANSWER

  1. __________ provides security services between Transport Layer Protocol and

applications that use TCP.

  1. The _________ Protocol allows the server and client to authenticate each other and to negotiate an encryption and MAC algorithm along with cryptographic keys to be used to protect data sent in an SSL Record.
  1. _________ attacks include eavesdropping on network traffic between browser and server and gaining access to information on a Web site that is supposed to be restricted.
  2. __________ provides confidentiality using symmetric encryption and message integrity using a message authentication code.
  1. The _________ takes an application message to be transmitted, fragments the data into manageable blocks, optionally compresses the data, applies a MAC, encrypts, adds a header, and transmits the resulting unit in a TCP segment.
  1. __________ refers to the combination of HTTP and SSL to implement secure communication between a Web browser and a Web server.
  1. Two important SSL concepts are the SSL session and the SSL _________ .
  1. Three standardized schemes that are becoming increasingly important as part of Web commerce and that focus on security at the transport layer are: SSL/TLS, HTTPS, and _________.
  1. Three higher-layer protocols defined as part of SSL and used in the management of SSL exchanges are: The Handshake Protocol, The Change Cipher Spec Protocol, and the __________ .
  1. _________ would appear to be the most secure of the three Diffie-Hellman options because it results in a temporary, authenticated key.
  1. A signature is created by taking the hash of a message and encrypting it with the sender’s _________ .
  1. The handshake is complete and the client and server may begin to exchange application layer data after the server sends its finished message in phase _________ of the Handshake Protocol.
  1. _________ require a client write MAC secret, a server write MAC secret, a client write key, a server write key, a client write IV, and a server write IV, which are generated from the master secret in that order.
  1. TLS makes use of a pseudorandom function referred to as __________ to expand secrets into blocks of data for purposes of key generation or validation.
  1. __________ allows the client to set up a “hijacker” process that will intercept selected application-level traffic and redirect it from an unsecured TCP connection to a secure SSH tunnel.

Reviews

There are no reviews yet.

Write a review

Your email address will not be published. Required fields are marked *

Product has been added to your cart