100% found this document useful (3 votes)
42 views19 pages

Cryptography and Network Security Principles and Practice 6th Edition William Stallings Test Bank pdf download

The document provides links to various test banks and solution manuals for different editions of textbooks, including 'Cryptography and Network Security Principles and Practice' by William Stallings. It includes true/false questions, multiple-choice questions, and short answer questions related to cryptography and network security concepts. Additionally, it outlines terms and conditions for distributing Project Gutenberg works and disclaimers regarding potential defects in electronic works.

Uploaded by

dmvyttwqmb447
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (3 votes)
42 views19 pages

Cryptography and Network Security Principles and Practice 6th Edition William Stallings Test Bank pdf download

The document provides links to various test banks and solution manuals for different editions of textbooks, including 'Cryptography and Network Security Principles and Practice' by William Stallings. It includes true/false questions, multiple-choice questions, and short answer questions related to cryptography and network security concepts. Additionally, it outlines terms and conditions for distributing Project Gutenberg works and disclaimers regarding potential defects in electronic works.

Uploaded by

dmvyttwqmb447
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 19

Cryptography and Network Security Principles and

Practice 6th Edition William Stallings Test Bank


download pdf

https://testbankfan.com/product/cryptography-and-network-security-
principles-and-practice-6th-edition-william-stallings-test-bank/

Visit testbankfan.com to explore and download the complete


collection of test banks or solution manuals!
We believe these products will be a great fit for you. Click
the link to download now, or visit testbankfan.com
to discover even more!

Cryptography and Network Security Principles and Practice


7th Edition Stallings Test Bank

https://testbankfan.com/product/cryptography-and-network-security-
principles-and-practice-7th-edition-stallings-test-bank/

Cryptography and Network Security Principles and Practice


7th Edition Stallings Solutions Manual

https://testbankfan.com/product/cryptography-and-network-security-
principles-and-practice-7th-edition-stallings-solutions-manual/

Computer Security Principles and Practice 4th Edition


Stallings Test Bank

https://testbankfan.com/product/computer-security-principles-and-
practice-4th-edition-stallings-test-bank/

Holes Human Anatomy Physiology 13th Edition Shier Test


Bank

https://testbankfan.com/product/holes-human-anatomy-physiology-13th-
edition-shier-test-bank/
Calculus 2nd Edition Briggs Test Bank

https://testbankfan.com/product/calculus-2nd-edition-briggs-test-bank/

Introduction to Java Programming Comprehensive Version


10th Edition Liang Test Bank

https://testbankfan.com/product/introduction-to-java-programming-
comprehensive-version-10th-edition-liang-test-bank/

Fundamentals of Physics Extended 10th Edition Halliday


Solutions Manual

https://testbankfan.com/product/fundamentals-of-physics-extended-10th-
edition-halliday-solutions-manual/

Services Marketing 6th Edition Zeithaml Test Bank

https://testbankfan.com/product/services-marketing-6th-edition-
zeithaml-test-bank/

Listen 8th Edition Kerman Test Bank

https://testbankfan.com/product/listen-8th-edition-kerman-test-bank/
Marketing Research Essentials Canadian 2nd Edition
McDaniel Test Bank

https://testbankfan.com/product/marketing-research-essentials-
canadian-2nd-edition-mcdaniel-test-bank/
Cryptography and Network Security: Principles and Practice, 6th Edition, by William
Stallings

CHAPTER 6: BLOCK CIPHER OPERATION

TRUE OR FALSE

T F 1. Once the plaintext is converted to ciphertext using the


encryption algorithm the plaintext is then used as input and the
algorithm is applied again.

T F 2. There are no practical cryptanalytic attacks on 3DES.

T F 3. A mode of operation is a technique for enhancing the effect of a


cryptographic algorithm or adapting the algorithm for an
application.

T F 4. The XTS-AES standard describes a method of decryption for data


stored in sector-based devices where the threat model includes
possible access to stored data by the adversary.

T F 5. S-AES is the most widely used multiple encryption scheme.

T F 6. Given the potential vulnerability of DES to a brute-force attack, an


alternative has been found.

T F 7. A number of Internet based applications have adopted two-key


3DES, including PGP and S/MIME.

T F 8. The sender is the only one who needs to know an initialization


vector.

T F 9. A typical application of Output Feedback mode is stream oriented


transmission over noisy channel, such as satellite communication.

T F 10. Cipher Feedback (CFB) is used for the secure transmission of


single values.

T F 11. Cipher Block Chaining is a simple way to satisfy the security


deficiencies of ECB.

T F 12. It is possible to convert a block cipher into a stream cipher using


cipher feedback, output feedback and counter modes.

T F 13. Cipher Feedback Mode conforms to the typical construction of a


stream cipher.
Cryptography and Network Security: Principles and Practice, 6th Edition, by William
Stallings

T F 14. OFB mode requires an initialization vector that must be unique to


each execution of the encryption operation.

T F 15. The XTS-AES mode is based on the concept of a tweakable block


cipher.

MULTIPLE CHOICE

1. In the first instance of multiple encryption plaintext is converted to __________


using the encryption algorithm.

A. block cipher B. ciphertext

C. S-AES mode D. Triple DES

2. Triple DES makes use of __________ stages of the DES algorithm, using a total of
two or three distinct keys.

A. nine B. six

C. twelve D. three

3. Another important mode, XTS-AES, has been standardized by the __________


Security in Storage Working Group.

A. IEEE B. ISO

C. NIST D. ITIL

4. The _________ and _________ block cipher modes of operation are used for
authentication.

A. OFB, CTR B. ECB, CBC

C. CFB, OFB D. CBC, CFB


Cryptography and Network Security: Principles and Practice, 6th Edition, by William
Stallings

5. __________ modes of operation have been standardized by NIST for use with
symmetric block ciphers such as DES and AES.

A. Three B. Five

C. Nine D. Seven

6. The output of the encryption function is fed back to the shift register in
Output Feedback mode, whereas in ___________ the ciphertext unit is fed back
to the shift register.

A. Cipher Block Chaining mode B. Electronic Codebook mode

C. Cipher Feedback mode D. Counter mode

7. The simplest form of multiple encryption has __________ encryption stages and
__________ keys.

A. four, two B. two, three

C. two, two D. three, two

8. The __________ algorithm will work against any block encryption cipher and
does not depend on any particular property of DES.

A. cipher block chaining B. meet-in-the-middle attack

C. counter mode attack D. ciphertext stealing

9. The __________ method is ideal for a short amount of data and is the
appropriate mode to use if you want to transmit a DES or AES key securely.

A. cipher feedback mode B. counter mode

C. output feedback mode D. electronic codebook mode


Cryptography and Network Security: Principles and Practice, 6th Edition, by William
Stallings
10. _________ mode is similar to Cipher Feedback, except that the input to the
encryption algorithm is the preceding DES output.

A. Cipher Feedback B. Counter

C. Output Feedback D. Cipher Block Chaining

11. “Each block of plaintext is XORed with an encrypted counter. The counter is
incremented for each subsequent block", is a description of ___________ mode.

A. Cipher Block Chaining B. Counter

C. Cipher Feedback D. Electronic Codebook

12. The __________ mode operates on full blocks of plaintext and ciphertext, as
opposed to an s-bit subset.

A. CBC B. ECB

C. OFB D. CFB

13. Because of the opportunities for parallel execution in __________ mode,


processors that support parallel features, such as aggressive pipelining,
multiple instruction dispatch per clock cycle, a large number of registers, and
SIMD instructions can be effectively utilized.

A. CBC B. CTR

C. ECB D. CFB

14. __________ mode is suitable for parallel operation. Because there is no


chaining, multiple blocks can be encrypted or decrypted simultaneously.
Unlike CTR mode, this mode includes a nonce as well as a counter.

A. OFB B. S-AES

C. 3DES D. XTS-AES

15. Both __________ produce output that is independent of both the plaintext and
the ciphertext. This makes them natural candidates for stream ciphers that
encrypt plaintext by XOR one full block at a time.

A. CBC and ECB B. OFB and CTR

C. ECB and OFB D. CTR and CBC


Cryptography and Network Security: Principles and Practice, 6th Edition, by William
Stallings

SHORT ANSWER

1. The__________ is a technique in which an encryption algorithm is used multiple


times.

2. The most significant characteristic of __________ is that if the same b-bit block
of plaintext appears more than once in the message, it always produces the
same ciphertext.

3. A __________ is a technique for enhancing the effect of a cryptographic


algorithm or adapting the algorithm for an application, such as applying a
block cipher to a sequence of data blocks or a data stream.

4. Five modes of operation have been standardized by NIST for use with
symmetric block ciphers such as DES and AES: electronic codebook mode,
cipher block chaining mode, cipher feedback mode, __________, and counter
mode.

5. One of the most widely used multiple-encryption scheme is __________ .

6. "The input to the encryption algorithm is the XOR of the next 64 bits of
plaintext and the preceding 64 bits of ciphertext" is a description of __________
mode.

7. The simplest mode of operation is the ___________ mode, in which plaintext is


handled one block at a time and each block of plaintext is encrypted using the
same key.

8. The requirements for encrypting stored data, also referred to as ___________ ,


differ somewhat from those for transmitted data.

9. The __________ block cipher mode of operation is a general purpose block


oriented transmission useful for high speed requirements.

10. "Input is processed s bits at a time. Preceding ciphertext is used as input to


the encryption algorithm to produce pseudorandom output, which is XORed
with plaintext to produce next unit of ciphertext", is a description of the
_________ mode of operation.

11. The _________ must be a data block that is unique to each execution of the
encryption operation and may be a counter, a timestamp, or a message
number.
Cryptography and Network Security: Principles and Practice, 6th Edition, by William
Stallings

12. A __________ cipher can operate in real time and eliminates the need to pad a
message to be an integral number of blocks.

13. Hardware efficiency, software efficiency, preprocessing, random access,


provable security, and simplicity are all advantages of __________ mode.

14. The plaintext of a sector or data unit is organized in to blocks of 128 bits. For
encryption and decryption, each block is treated independently. The only
exception occurs when the last block has less than 128 bits. In that case the
last two blocks are encrypted/decrypted using a ___________ technique instead
of padding.

15. The __________ standard describes a method of encryption for data stored in
sector-based devices where the threat model includes possible access to
stored data by the adversary. Some characteristics of this standard include:
the ciphertext is freely available for an attacker, the data layout is not
changed on the storage medium and in transit, and the same plaintext is
encrypted to different ciphertexts at different locations.
Exploring the Variety of Random
Documents with Different Content
with active links or immediate access to the full terms of the Project
Gutenberg™ License.

1.E.6. You may convert to and distribute this work in any binary,
compressed, marked up, nonproprietary or proprietary form,
including any word processing or hypertext form. However, if you
provide access to or distribute copies of a Project Gutenberg™ work
in a format other than “Plain Vanilla ASCII” or other format used in
the official version posted on the official Project Gutenberg™ website
(www.gutenberg.org), you must, at no additional cost, fee or
expense to the user, provide a copy, a means of exporting a copy, or
a means of obtaining a copy upon request, of the work in its original
“Plain Vanilla ASCII” or other form. Any alternate format must
include the full Project Gutenberg™ License as specified in
paragraph 1.E.1.

1.E.7. Do not charge a fee for access to, viewing, displaying,


performing, copying or distributing any Project Gutenberg™ works
unless you comply with paragraph 1.E.8 or 1.E.9.

1.E.8. You may charge a reasonable fee for copies of or providing


access to or distributing Project Gutenberg™ electronic works
provided that:

• You pay a royalty fee of 20% of the gross profits you derive
from the use of Project Gutenberg™ works calculated using the
method you already use to calculate your applicable taxes. The
fee is owed to the owner of the Project Gutenberg™ trademark,
but he has agreed to donate royalties under this paragraph to
the Project Gutenberg Literary Archive Foundation. Royalty
payments must be paid within 60 days following each date on
which you prepare (or are legally required to prepare) your
periodic tax returns. Royalty payments should be clearly marked
as such and sent to the Project Gutenberg Literary Archive
Foundation at the address specified in Section 4, “Information
about donations to the Project Gutenberg Literary Archive
Foundation.”

• You provide a full refund of any money paid by a user who


notifies you in writing (or by e-mail) within 30 days of receipt
that s/he does not agree to the terms of the full Project
Gutenberg™ License. You must require such a user to return or
destroy all copies of the works possessed in a physical medium
and discontinue all use of and all access to other copies of
Project Gutenberg™ works.

• You provide, in accordance with paragraph 1.F.3, a full refund of


any money paid for a work or a replacement copy, if a defect in
the electronic work is discovered and reported to you within 90
days of receipt of the work.

• You comply with all other terms of this agreement for free
distribution of Project Gutenberg™ works.

1.E.9. If you wish to charge a fee or distribute a Project Gutenberg™


electronic work or group of works on different terms than are set
forth in this agreement, you must obtain permission in writing from
the Project Gutenberg Literary Archive Foundation, the manager of
the Project Gutenberg™ trademark. Contact the Foundation as set
forth in Section 3 below.

1.F.

1.F.1. Project Gutenberg volunteers and employees expend


considerable effort to identify, do copyright research on, transcribe
and proofread works not protected by U.S. copyright law in creating
the Project Gutenberg™ collection. Despite these efforts, Project
Gutenberg™ electronic works, and the medium on which they may
be stored, may contain “Defects,” such as, but not limited to,
incomplete, inaccurate or corrupt data, transcription errors, a
copyright or other intellectual property infringement, a defective or
damaged disk or other medium, a computer virus, or computer
codes that damage or cannot be read by your equipment.

1.F.2. LIMITED WARRANTY, DISCLAIMER OF DAMAGES - Except for


the “Right of Replacement or Refund” described in paragraph 1.F.3,
the Project Gutenberg Literary Archive Foundation, the owner of the
Project Gutenberg™ trademark, and any other party distributing a
Project Gutenberg™ electronic work under this agreement, disclaim
all liability to you for damages, costs and expenses, including legal
fees. YOU AGREE THAT YOU HAVE NO REMEDIES FOR
NEGLIGENCE, STRICT LIABILITY, BREACH OF WARRANTY OR
BREACH OF CONTRACT EXCEPT THOSE PROVIDED IN PARAGRAPH
1.F.3. YOU AGREE THAT THE FOUNDATION, THE TRADEMARK
OWNER, AND ANY DISTRIBUTOR UNDER THIS AGREEMENT WILL
NOT BE LIABLE TO YOU FOR ACTUAL, DIRECT, INDIRECT,
CONSEQUENTIAL, PUNITIVE OR INCIDENTAL DAMAGES EVEN IF
YOU GIVE NOTICE OF THE POSSIBILITY OF SUCH DAMAGE.

1.F.3. LIMITED RIGHT OF REPLACEMENT OR REFUND - If you


discover a defect in this electronic work within 90 days of receiving
it, you can receive a refund of the money (if any) you paid for it by
sending a written explanation to the person you received the work
from. If you received the work on a physical medium, you must
return the medium with your written explanation. The person or
entity that provided you with the defective work may elect to provide
a replacement copy in lieu of a refund. If you received the work
electronically, the person or entity providing it to you may choose to
give you a second opportunity to receive the work electronically in
lieu of a refund. If the second copy is also defective, you may
demand a refund in writing without further opportunities to fix the
problem.

1.F.4. Except for the limited right of replacement or refund set forth
in paragraph 1.F.3, this work is provided to you ‘AS-IS’, WITH NO
OTHER WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO WARRANTIES OF
MERCHANTABILITY OR FITNESS FOR ANY PURPOSE.

1.F.5. Some states do not allow disclaimers of certain implied


warranties or the exclusion or limitation of certain types of damages.
If any disclaimer or limitation set forth in this agreement violates the
law of the state applicable to this agreement, the agreement shall be
interpreted to make the maximum disclaimer or limitation permitted
by the applicable state law. The invalidity or unenforceability of any
provision of this agreement shall not void the remaining provisions.

1.F.6. INDEMNITY - You agree to indemnify and hold the Foundation,


the trademark owner, any agent or employee of the Foundation,
anyone providing copies of Project Gutenberg™ electronic works in
accordance with this agreement, and any volunteers associated with
the production, promotion and distribution of Project Gutenberg™
electronic works, harmless from all liability, costs and expenses,
including legal fees, that arise directly or indirectly from any of the
following which you do or cause to occur: (a) distribution of this or
any Project Gutenberg™ work, (b) alteration, modification, or
additions or deletions to any Project Gutenberg™ work, and (c) any
Defect you cause.

Section 2. Information about the Mission


of Project Gutenberg™
Project Gutenberg™ is synonymous with the free distribution of
electronic works in formats readable by the widest variety of
computers including obsolete, old, middle-aged and new computers.
It exists because of the efforts of hundreds of volunteers and
donations from people in all walks of life.

Volunteers and financial support to provide volunteers with the


assistance they need are critical to reaching Project Gutenberg™’s
goals and ensuring that the Project Gutenberg™ collection will
remain freely available for generations to come. In 2001, the Project
Gutenberg Literary Archive Foundation was created to provide a
secure and permanent future for Project Gutenberg™ and future
generations. To learn more about the Project Gutenberg Literary
Archive Foundation and how your efforts and donations can help,
see Sections 3 and 4 and the Foundation information page at
www.gutenberg.org.

Section 3. Information about the Project


Gutenberg Literary Archive Foundation
The Project Gutenberg Literary Archive Foundation is a non-profit
501(c)(3) educational corporation organized under the laws of the
state of Mississippi and granted tax exempt status by the Internal
Revenue Service. The Foundation’s EIN or federal tax identification
number is 64-6221541. Contributions to the Project Gutenberg
Literary Archive Foundation are tax deductible to the full extent
permitted by U.S. federal laws and your state’s laws.

The Foundation’s business office is located at 809 North 1500 West,


Salt Lake City, UT 84116, (801) 596-1887. Email contact links and up
to date contact information can be found at the Foundation’s website
and official page at www.gutenberg.org/contact

Section 4. Information about Donations to


the Project Gutenberg Literary Archive
Foundation
Project Gutenberg™ depends upon and cannot survive without
widespread public support and donations to carry out its mission of
increasing the number of public domain and licensed works that can
be freely distributed in machine-readable form accessible by the
widest array of equipment including outdated equipment. Many
small donations ($1 to $5,000) are particularly important to
maintaining tax exempt status with the IRS.

The Foundation is committed to complying with the laws regulating


charities and charitable donations in all 50 states of the United
States. Compliance requirements are not uniform and it takes a
considerable effort, much paperwork and many fees to meet and
keep up with these requirements. We do not solicit donations in
locations where we have not received written confirmation of
compliance. To SEND DONATIONS or determine the status of
compliance for any particular state visit www.gutenberg.org/donate.

While we cannot and do not solicit contributions from states where


we have not met the solicitation requirements, we know of no
prohibition against accepting unsolicited donations from donors in
such states who approach us with offers to donate.

International donations are gratefully accepted, but we cannot make


any statements concerning tax treatment of donations received from
outside the United States. U.S. laws alone swamp our small staff.

Please check the Project Gutenberg web pages for current donation
methods and addresses. Donations are accepted in a number of
other ways including checks, online payments and credit card
donations. To donate, please visit: www.gutenberg.org/donate.

Section 5. General Information About


Project Gutenberg™ electronic works
Professor Michael S. Hart was the originator of the Project
Gutenberg™ concept of a library of electronic works that could be
freely shared with anyone. For forty years, he produced and
distributed Project Gutenberg™ eBooks with only a loose network of
volunteer support.
Project Gutenberg™ eBooks are often created from several printed
editions, all of which are confirmed as not protected by copyright in
the U.S. unless a copyright notice is included. Thus, we do not
necessarily keep eBooks in compliance with any particular paper
edition.

Most people start at our website which has the main PG search
facility: www.gutenberg.org.

This website includes information about Project Gutenberg™,


including how to make donations to the Project Gutenberg Literary
Archive Foundation, how to help produce our new eBooks, and how
to subscribe to our email newsletter to hear about new eBooks.
Welcome to our website – the perfect destination for book lovers and
knowledge seekers. We believe that every book holds a new world,
offering opportunities for learning, discovery, and personal growth.
That’s why we are dedicated to bringing you a diverse collection of
books, ranging from classic literature and specialized publications to
self-development guides and children's books.

More than just a book-buying platform, we strive to be a bridge


connecting you with timeless cultural and intellectual values. With an
elegant, user-friendly interface and a smart search system, you can
quickly find the books that best suit your interests. Additionally,
our special promotions and home delivery services help you save time
and fully enjoy the joy of reading.

Join us on a journey of knowledge exploration, passion nurturing, and


personal growth every day!

testbankfan.com

You might also like