Question
Which protocol provides secure authentication by
encrypting credentials before transmission and uses a challenge-response mechanism?Solution
CHAP provides secure authentication by encrypting credentials and implementing a challenge-response mechanism. When a user attempts to authenticate, the server sends a unique challenge to the client. The client encrypts this challenge using a pre-shared secret (e.g., a password) and sends the response back to the server. The server verifies the response by comparing it to its own encryption result. This prevents transmission of the actual password over the network, reducing the risk of interception. Additionally, CHAP periodically reauthenticates during a session, enhancing security against session hijacking. Why Other Options Are Incorrect:
- A) PAP transmits credentials in plaintext, making it highly insecure.
- B) Kerberos uses tickets for authentication and is more complex than CHAP.
- D) OAuth 2.0 is primarily an authorization protocol, not a standalone authentication mechanism.
- E) LDAP facilitates directory services and does not inherently implement challenge-response authentication.
Which of the following operating systems is an open-source?
In which of the following network topology, all devices on a network are connected to a single continuous cable?
Storage device found inside the computer is
In the field of computer/IT in open system interconnection on models, there are ____ layers.
Which layer of the OSI model provides the interface between the user and the network?
The largest unit of storage is
The most suitable type of network that phone lines would us is
_________ can be used to store a large number of files in a small amount of storage space. Â
Which of the following is not a type of operating system?
In an operating system, which memory management technique swaps out entire processes to free up memory space?