A network admin wants to use a Remote Authentication Dial-In User Service (RADIUS) protocol to allow 5 user accounts to connect company laptops to an access point in the office. These are generic users and will not be updated often. Which of these internal sources would be appropriate to store these accounts in?

Respuesta :

Answer:

RADIUS protocol connect company accounts to connect with company laptops to an access point in the office. SQL database is an appropriate source to store accounts.

Most companies and Internet service providers use the SQL database to store information. We can optimize the database and interaction with the RADIUS server.

Explanation:

Remote Authentication Dial-In User Service is a networking protocol that operates on port 1812, which provides Authorization for the user who uses a network service.

RADIUS is a client/server protocol that uses either TCP or UDP as transport.

RADIUS protocol depends upon databases, but the servers implement policies to store information.

Databases are designed to store and retrieve data. They have a decision- making capabilities.

The role of the SQL database is to provide a RADIUS server. The RADIUS server then uses authorization methods.

Lanuel

Group of answer choices.

A. LDAP.

B. SQL database.

C. Flat file.

D. Active Directory.

The internal source which would be most appropriate to store these five (5) user accounts in is: B. SQL database.

A Remote Authentication Dial-In User Service (RADIUS) protocol can be defined as a networking (client/server) protocol that is designed and developed to provide its end users with centralized authentication, authorization and accounting (AAA) of remote network service through a virtual private network (VPN) and dial-up networking. Thus, RADIUS is typically a client/server protocol that is configured to run in the application layer of either the user datagram protocol (UDP) or transmission control protocol (TCP).

In this scenario, a network administrator wants to use a RADIUS protocol to make it possible for five (5) user accounts to remotely connect company laptops to an access point in the office. Thus, the internal source which would be most appropriate to store these five (5) user accounts in is a SQL database.

SQL is an acronym for structured query language and it can be defined as a domain-specific language designed and developed for the management of various data saved in a relational (structured) database. Thus, a SQL database is an internal source which comprises tables that are used for storing a specific amount of structured data such as the five (5) user accounts.

Find more information: https://brainly.com/question/4511081