An organization deploys an updated network application that requires ciphers unrecognized by older endpoints. The older endpoints show handshake failures in event logs. Which approach addresses the mismatch?
Configure the updated environment to allow a fallback set of ciphers alongside the newer ones
Disable encryption on the updated environment so older endpoints can connect
Bind the updated application to a different address used only by newer systems
Deploy a load balancer that discards advanced ciphers in transit
Enabling a fallback set of ciphers that both older endpoints and the updated environment support resolves the handshake failure. Disabling encryption weakens security, binding the service to a different address does not resolve the underlying negotiation issue, and using a load balancer that discards ciphers does not fix the mismatch on the endpoints themselves.
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 are ciphers in the context of network encryption?
Open an interactive chat with Bash
What is a handshake failure, and why does it occur?
Open an interactive chat with Bash
What is a fallback cipher set, and how does it resolve compatibility issues?