350-901 · Question #48
Refer to the exhibit. Which two functions are performed by the load balancer when it handles traffic originating from the Internet destined to an application hosted on the file server farm? (Choose…
The correct answer is C. Terminate the TLS over the TCP connection from the router and originate an HTTP connection to the selected server. D. Terminate the TLS over the TCP connection from the router and originate an HTTPS connection to the selected server. When a load balancer handles incoming Internet traffic destined for an application, it typically performs TLS termination on the incoming TCP connection.
Question
Exhibit
Options
- ATerminate the TLS over the UDP connection from the router and originate an HTTPS connection to the selected server.
- BTerminate the TLS over the UDP connection from the router and originate an HTTP connection to the selected server.
- CTerminate the TLS over the TCP connection from the router and originate an HTTP connection to the selected server.
- DTerminate the TLS over the TCP connection from the router and originate an HTTPS connection to the selected server.
- ETerminate the TLS over the SCTP connection from the router and originate an HTTPS connection to the selected server.
How the community answered
(53 responses)- A4% (2)
- B9% (5)
- C81% (43)
- E6% (3)
Why each option
When a load balancer handles incoming Internet traffic destined for an application, it typically performs TLS termination on the incoming TCP connection.
HTTPS uses TCP for transport, not UDP.
HTTPS uses TCP for transport, not UDP.
The load balancer commonly performs TLS termination, decrypting the incoming HTTPS traffic (TLS over TCP) from the client/router. It then originates an unencrypted HTTP connection to the backend server, offloading the cryptographic processing from the application servers.
The load balancer can also perform TLS termination on the incoming HTTPS traffic (TLS over TCP) and then re-encrypt the traffic, originating a new HTTPS connection to the selected backend server for end-to-end encryption.
SCTP is not the standard transport protocol for general Internet web traffic like HTTPS; TCP is used.
Concept tested: Load balancer functions - TLS termination and backend connection
Source: https://www.cloudflare.com/learning/performance/what-is-ssl-termination/
Topics
Community Discussion
No community discussion yet for this question.
