An organization with many remote employees wants a method that remains active after devices restart or users sign out. Which approach meets this requirement?
Deploy a login portal requiring credentials after every device restart
Implement a single sign-on system that logs off after a period of inactivity
Rely on periodic prompts for multi-factor authentication
Set a persistent secure tunnel that reestablishes after the user session closes
A persistent secure tunnel provides a continuous link that is reestablished when a device restarts or a user logs out. Methods requiring a user to manually complete a login portal or perform separate prompts are not reliable for maintaining an uninterrupted secure channel. Single sign-on alone can improve convenience but does not keep the channel active once a session ends.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is a persistent secure tunnel?
Open an interactive chat with Bash
How does a persistent secure tunnel differ from single sign-on (SSO)?
Open an interactive chat with Bash
Why is a persistent secure tunnel better for remote employees than periodic MFA prompts?