Server Load Balancer supports protocols like ______________. (Choose four.)
Server Load Balancer supports protocols like ______________. (Choose four.)
Server Load Balancer supports multiple protocols commonly used in networking and web services. HTTP (Hypertext Transfer Protocol) and HTTPS (HTTP Secure) are both widely used protocols for web traffic. TCP (Transmission Control Protocol) and UDP (User Datagram Protocol) are fundamental networking protocols that handle connection-oriented and connectionless communications respectively. MPLS (Multiprotocol Label Switching) and MQTT (Message Queuing Telemetry Transport) are not generally supported by standard server load balancing solutions.
A. HTTP (Hypertext Transfer Protocol): SLB can distribute HTTP traffic among backend servers. B. HTTPS (HTTP Secure): SLB can distribute HTTPS traffic, which is the secure version of HTTP, among backend servers. C. TCP (Transmission Control Protocol): SLB can perform TCP load balancing, which is useful for various TCP-based services. D. UDP (User Datagram Protocol): SLB can distribute UDP traffic, which is commonly used for real-time applications like video streaming and online gaming. SLB does not typically support MPLS (Multiprotocol Label Switching) or MQTT (Message Queuing Telemetry Transport) protocols.
Server Load Balancer supports Layer-4 load balancing of Transmission Control Protocol (TCP) and User Datagram Protocol (UDP) traffic and Layer-7 load balancing of HTTP and HTTPS traffic. https://www.alibabacloud.com/blog/what-is-server-load-balancer-and-how-it-works%EF%BC%9F_597089#:~:text=Server%20Load%20Balancer%20supports%20Layer,of%20HTTP%20and%20HTTPS%20traffic.