Correct answer & explanation
✓START: Initiates an authentication session and contains the username
START begins authentication and contains username; REPLY sends challenge or result; CONTINUE sends response to challenge; ACCEPT indicates successful authentication; REJECT indicates authentication failure.
About these practice questions
Courseiva writes every 350-401 question from scratch — 1,175 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
How Courseiva writes practice questions · Editorial policy
Same concept, more angles
1 more way this is tested on 350-401
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. Drag and drop each TACACS+ packet type on the left to its correct function on the right.
medium- ✓ P1.START: Initiates an authentication session from the client to the server
- ✓ P2.REPLY: Sent by the server to the client, carrying prompts or authentication results
- ✓ P3.CONTINUE: Sent by the client to the server with the user's response to a prompt
- ✓ P4.AUTHOR: Used for authorization requests and responses
- ✓ P5.ACCT: Used for accounting start, stop, and interim records
Why P1: TACACS+ uses START to initiate authentication, REPLY to respond with prompts or success/failure, CONTINUE to send user responses, and also has special types for authorization and accounting.