exam questions

Exam 350-901 All Questions

View all questions & answers for the 350-901 exam

Exam 350-901 topic 1 question 19 discussion

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


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 two.)

  • A. Terminate the TLS over the UDP connection from the router and originate an HTTPS connection to the selected server.
  • B. Terminate the TLS over the UDP connection from the router and originate an HTTP connection to the selected server.
  • 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.
  • E. Terminate the TLS over the SCTP connection from the router and originate an HTTPS connection to the selected server.
Show Suggested Answer Hide Answer
Suggested Answer: CD 🗳️

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
Jeki4an
Highly Voted 4 years, 10 months ago
I would say C and D depending on the protocol (HTTP or HTTPS). A and B probaly wrong, because UDP works with DTLS rather than TLS.
upvoted 12 times
...
Lala26
Highly Voted 4 years, 2 months ago
C and D A and B cannot be good as the connectionless UDP will not map to the connection-oriented TCP, which http and https use E cannot be true, as SCTP is a stream control protocol, cannot be mapped to http In both C and D the LB terminates TLS, and originates the http connection, either encrypted (HTTP), or not encrypted (HTTPS=HTTP+TLS) way.
upvoted 7 times
...
drduck
Most Recent 1 year, 9 months ago
https://www.ietf.org/proceedings/54/I-D/draft-ietf-tsvwg-tls-over-sctp-00.txt - about E
upvoted 1 times
...
Pecoto
1 year, 9 months ago
Selected Answer: CD Stream Control Transmission Protocol (SCTP) use DTLS DTLS is a protocol based on TLS that is capable of securing the datagram transport. DTLS is well-suited for securing applications and services that are delay-sensitive (and hence use datagram transport), tunneling applications such as VPNs, and applications that tend to run out of file descriptors or socket buffers. https://datatracker.ietf.org/doc/html/rfc9260
upvoted 1 times
...
tartarus23
1 year, 11 months ago
Selected Answer: CD
In the context of load balancing, TLS termination is typically handled over a TCP connection. UDP and SCTP are less common for this use case due to the lack of reliability compared to TCP, especially for applications such as file servers. Once TLS is terminated, the load balancer can then initiate a new connection to the selected server. This can be either HTTP or HTTPS depending on the specific needs of the network and application, although using HTTP is more common after termination because the load balancer has already decrypted the traffic and can then send it unencrypted to the server in a secure network. Given these considerations, the two correct options are: 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.
upvoted 2 times
...
Supersede
2 years, 7 months ago
Tend to think it is - DE TLS with HTTPs is obvious. And from the rest the only protocol supporting TLS is SCTP. UDP is usind DTLS. And HTTP is NOT using TLS at all.
upvoted 2 times
ldlpi
2 years, 1 month ago
Agree: https://www.rfc-editor.org/rfc/rfc3436
upvoted 1 times
3ca28d8
1 year, 1 month ago
Disagree.. from your link 6.2. TLS-based user data transmission In general, the bi-directional stream will be used for TLS-based user data transmission and it SHOULD NOT be used for SCTP-based user data transmission. The exception to this rule is for protocols which contain upgrade-to-TLS mechanisms, such as those of HTTP upgrade [RFC2817]
upvoted 1 times
...
...
...
bluesky2022
2 years, 9 months ago
Selected Answer: CD
C and D are related to HTTPS with or without SSL offloading.
upvoted 2 times
...
Melven
2 years, 9 months ago
C and D are the correct answer. The traffic from the router is via the internet so LB should secure and use TLS to terminate the connection from the router. and the LB should handle the SSL offloading. Then from LB, it will create a new session originating from the LB (via selfIPs) and whether to use HTTP or HTTPS to the server.
upvoted 3 times
...
blurain
2 years, 11 months ago
Selected Answer: DE
TLS is not used with HTTP connections :)
upvoted 2 times
thedes
8 months, 2 weeks ago
Good because there are two connections. One to LB and one to Server. This is known as SSL offloading when the TLS is terminated on load balancer and http to server so as to remove the ssl processing from the server which does not have dedicated crypto hardware.
upvoted 1 times
...
...
JINKIN1985
3 years, 3 months ago
Selected Answer: DE
https 443/sctp HTTPS # IETF TSVWG # Randall Stewart <[email protected]> # [RFC4960] World Wide Web HTTP over TLS/SSL over SCTP.
upvoted 2 times
...
[Removed]
3 years, 5 months ago
C and D
upvoted 1 times
...
Guillaume
3 years, 5 months ago
Selected Answer: CD
Neither UDP or SCTP are relevant
upvoted 3 times
...
Npirate
3 years, 9 months ago
The question is wrongly formulated and not complete. What is it originated from the router or a user making website requests i.e what client and destination application is used being haled. I would say C and D.
upvoted 2 times
...
Kelevra1300
4 years, 6 months ago
C is a concept called SSL/TLS offloader aka SSL/TLS Termination. C and D is correct! SCTP has nothing to do with HTTP and HTTPS.
upvoted 1 times
roomi
4 years, 6 months ago
you guys did not notice the file server farm? nothing to do with sctp. c and d correct
upvoted 1 times
...
...
wiwa1978
4 years, 6 months ago
D and E for sure
upvoted 1 times
...
flambadone
4 years, 7 months ago
I don't think I've ever configured SCTP on a load balancer, and it's not really a 'security' protocol. Also a ton of load balancers don't even know how to differentiate them (https://support.f5.com/csp/article/K3800)
upvoted 2 times
...
san111
4 years, 7 months ago
I would agree with JM_Lee. TLS provides security (HTTPS) hence in my opinion would be DE
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago