exam questions

Exam 350-501 All Questions

View all questions & answers for the 350-501 exam

Exam 350-501 topic 1 question 34 discussion

Actual exam question from Cisco's 350-501
Question #: 34
Topic #: 1
[All 350-501 Questions]


Refer to the exhibit. What is the result of this configuration?

  • A. Router 1 opens and closes a TCP connection to the TACACS+ server every time a user requires authorization
  • B. Router 1 and the TACACS+ server maintain one open connection between them only when network administrator is accessing the router with password ciscotest
  • C. Router 1 and the TACACS+ server maintain one open connection between them
  • D. Router 1 opens and closes a TCP connection to the TACACS+ server every time a user requires authentication
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
nolbi
Highly Voted 3 years, 8 months ago
C is Correct not B! https://www.ccexpert.us/cisco-secure/configuring-tacacs-on-cisco-ios.html
upvoted 17 times
...
sushil_bhattacharjee
Most Recent 10 months ago
Answer: C tacacs-server host 192.168.1.2 single-connection This command is used to specify the IP address of the TACACS+ server1. The single-connection keyword means that the router will maintain a single, persistent connection to the TACACS+ server2. This can be more efficient than opening and closing a connection for each authentication request. tacacs-server key ciscotest This command sets ciscotest as the encryption key13. This key is used to encrypt all exchanges between the router (the network access server) and the TACACS+ server13.
upvoted 1 times
...
RoburPace
1 year, 3 months ago
single-connection (Optional) Used to specify a single connection. Rather than have the router open and close a TCP connection to the daemon each time it must communicate, the single-connection option maintains a single open connection between the router and the daemon. This is more efficient because it allows the daemon to handle a higher number of TACACS operations.
upvoted 1 times
...
pluissenbol
1 year, 10 months ago
Selected Answer: C
C is Correct, please adjust right answer to C.
upvoted 3 times
...
thejag
1 year, 11 months ago
Selected Answer: C
A and D are wrong for starters because single-connection keeps the tcp session open constantly not ever time authentication or authorization is needed. B - this is very strange wording, but the password ciscotest has nothing to do with the login of the network administrator, this is tacacs server authentication password not the user. C - this is the correct answer.
upvoted 1 times
...
Basuche
2 years, 1 month ago
B is the correct answer. Key = (Optional) Specify an authentication and encryption key. This must match the key used by the TACACS+ daemon. Specifying this key overrides the key set by the global command tacacs-server key for this server only. B and C has that the single connection is opened between the router and the TACAS+ server, but to access the server , you need to login with the key specified
upvoted 1 times
...
rvolfoni
2 years, 3 months ago
Selected Answer: C
We dont' care which user will be connected to te router (admin, user...)
upvoted 1 times
...
EdgardoAC
3 years ago
Selected Answer: B
Command: tacacs-server key -- Sets the encryption key to match that used on the TACACS+ daemon. Command: tacacs-server host single-connection -- the single-connection option maintains a single open connection between the router and the daemon. https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/sec_usr_tacacs/configuration/xe-16-5/sec-usr-tacacs-xe-16-5-book/sec-cfg-tacacs.html
upvoted 1 times
EdgardoAC
3 years ago
Screwed that up. C is correct.
upvoted 1 times
Sallz
3 years ago
Are the rest of the questions still valid?
upvoted 2 times
...
...
...
Cprest
3 years, 3 months ago
C is correct! single-connection (Optional) Used to specify a single connection. Rather than have the router open and close a TCP connection to the daemon each time it must communicate, the single-connection option maintains a single open connection between the router and the daemon. This is more efficient because it allows the daemon to handle a higher number of TACACS operations. https://www.ccexpert.us/cisco-secure/configuring-tacacs-on-cisco-ios.html
upvoted 1 times
...
zinou
3 years, 5 months ago
for me C is correct . the tacacs-server key its used for packet encryption between tacacs and router not for user authentication
upvoted 2 times
semooooo
3 years, 2 months ago
Exactly this is also my opinion
upvoted 1 times
...
...
sajangml
3 years, 8 months ago
B is same C but it says access router with password ciscotest. Which is true according to the configuration
upvoted 4 times
Net_Dio
3 years, 6 months ago
I disagree with this answer because the wording indicates it maintains a connection open "if" the user uses the password ciscotest. But the reality is that when you add that command it will keep one session open regardless.
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...