System and Network Security Introduction

This test has the concepts related to cryptography and network security. This test is useful for CS, GATE and other aspirants.

15 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which of the following is incorrect about X.509 Authentication Service?

  1. It is used to construct a public key certificate.
  2. It also defines authentication protocols.
  3. In this service, the algorithms are not standardised, but RSA recommended.
  4. It uses public-key crypto and digital signatures.
  5. It handles double encryption, non-standard mode of use, session keys, password attacks.
Question 2 Multiple Choice (Single Answer)

Which of the following information is not issued by a Certification Authority (CA) for X.509 Certificates?

  1. Signature algorithm identifier
  2. Issuer X.500 name (CA)
  3. Subject public-key info (algorithm, parameters, key)
  4. Period of validity (from - to dates)
  5. User's keys
Question 3 Multiple Choice (Single Answer)

Which of the following is the incorrect statement about the Authentication Server (AS) in Kerberos 4?

  1. It provides the authentication to the Ticket Granting Server(TGS).
  2. It verifies the user's access rights in the database.
  3. It creates the session key for the database.
  4. It encrypts the user's keys from user's password.
  5. It also decrypts ticket and verifies the request.
Question 4 Multiple Choice (Single Answer)

Which of the following is incorrect about Block ciphers in cryptography?

  1. These ciphers process messages in blocks.
  2. These ciphers process messages a bit or byte at a time.
  3. Many current ciphers are block ciphers.
  4. These ciphers use bits, that have to be available before the block can be processed.
  5. These are used in broader range of applications.
Question 5 Multiple Choice (Single Answer)

Which assumption is not considered in Key Distribution techniques in cryptography?

  1. This approach requires to have a shared key for the sender and the receiver.
  2. Exchange of keys also possible.
  3. It allows the data, without allowing others to see the key.
  4. The secure system can be failure in this technique.
  5. It also works for asymmetric schemas.
Question 6 Multiple Choice (Single Answer)

Identify the incorrect statement about Data Encryption Standard (DES) algorithm?

  1. It uses 56 bit key to encrypt the data.
  2. It uses the block cipher scheme.
  3. DES depends on the key size and nature of algorithm both.
  4. With a key length of 56 bits, there are 2^56 possible keys.
  5. DES partitions input block into thee parts.
Question 7 Multiple Choice (Single Answer)

Which of the following is incorrect about Differential Cryptanalysis attack on DES algorithm?

  1. It uses multiple text blocks.
  2. It performs attack by repeatedly encrypting plaintext pairs with known input XOR.
  3. This technique is not efficient for large number of rounds.
  4. It gives linear equation for key bits.
  5. The differential cryptanalysis attack is complex and provides a complete description.
Question 8 Multiple Choice (Single Answer)

Which of the following functionality does S/MIME (Secure/Multipurpose Internet Mail Extensions) algorithm not contain?

  1. It is used for content types and texts messages.
  2. S/MIME supports in many mail agents.
  3. It has signed data to encode messages.
  4. It has encrypted content and associated keys.
  5. It uses digital signatures with DES algorithm.
Question 9 Multiple Choice (Single Answer)

Which of the following is incorrect about S/MIME Certificate Processing?

  1. It uses X.509 v3 certificates.
  2. Each client has a list of trusted CA’s certificates.
  3. Each client has own public/private key pairs and certificates.
  4. The certificates must be signed by trusted CA’s.
  5. It verifies the incoming signatures and decrypt outgoing messages.
Question 10 Multiple Choice (Single Answer)

Which of the following assumption is not included in Pretty Good Privacy (PGP) algorithm?

  1. It is used for email security.
  2. It can be used for file storage applications.
  3. It does not use digital signature service.
  4. It uses RSA algorithm to authenticate the message.
  5. It runs on a wide range of systems, in both free and commercial versions.
Question 11 Multiple Choice (Single Answer)

Which of the following is the incorrect statement about Double-DES?

  1. It uses 2 DES for encryption.
  2. Decryption requires that the keys be applied in reverse order.
  3. It results in a dramatic increase in cryptographic strength for DES.
  4. It uses 2 keys for processing.
  5. It is used to provide the potential vulnerability of DES to a brute force attack.
Question 12 Multiple Choice (Single Answer)

Which of the following is the incorrect statement about Electronic Codebook Book (ECB)?

  1. The messages have separate blocks for encryption.
  2. Each block is encoded independently of the other blocks.
  3. Encryption/decryption using the same key.
  4. Plaintext uses 64 bit blocks.
  5. Each previous cipher blocks is chained with current plaintext block.
Question 13 Multiple Choice (Single Answer)

Which of the following is false about Replay Attacks in network security?

  1. It occurs where a valid signed message is copied and later resent.
  2. The message repetition that can be logged.
  3. The message repetition that cannot be detected.
  4. It used sequence numbers for the process.
  5. There is no timestamp defined in this attack.
Question 14 Multiple Choice (Single Answer)

Which of the following is not a Digital Signature Property?

  1. It must depend on the message signed.
  2. It must be practically save digital signature in storage.
  3. Security depends on sender’s private-key.
  4. The signed message and signature should be encrypted.
  5. The message can encrypt using receivers private-key.
Question 15 Multiple Choice (Single Answer)

Which of the following is false about Symmetric Encryption Approach in cryptography?

  1. It uses a trusted Key Distribution Center (KDC).
  2. Each party shares own master key with KDC.
  3. There is a session keys is maintained between the parties.
  4. The master keys are used to distribute the session keys to both the parties.
  5. This approach is useful for more then two senders.