www.company.com is a newly launched social portal for exchanging automotive information. The portal is based on PHP, including 10GB of images, and some JavaScripts files. Currently one single ECS instance is used to host all the application content as well as a MySQL database. With the growing number of users, the portal is getting slower to load images or respond to user requests. Moreover, there will be additional 50GB image content uploaded to the portal every week. Which combination of Alibaba Cloud services below can help resolve the storage and performance issue at the same time?
Object Storage Service (OSS) is a cloud storage service that provides secure, cost-effective, and scalable storage for various data types, such as images, videos, and documents. OSS can store large amounts of data and support concurrent access from multiple users. OSS can also integrate with other Alibaba Cloud services, such as Media Transcoding Service (MTS), Server Load Balancer (SLB), and Elastic Compute Service (ECS). By using OSS, the portal can offload the storage and delivery of the image content from the ECS instance, which can improve the performance and availability of the application.
Content Delivery Network (CDN) is a distributed network that delivers content to users based on their geographic locations, the origin servers, and the content delivery policies. CDN can accelerate the delivery of static and dynamic content, such as images, videos, and web pages, by caching the content at edge nodes that are closer to the users. CDN can also reduce the network latency and bandwidth consumption, as well as enhance the security and reliability of the content delivery. By using CDN, the portal can speed up the loading of images and improve the user experience.
Therefore, the combination of OSS and CDN can help resolve the storage and performance issue of the portal at the same time. The other combinations are not as effective or suitable for the portal's scenario. OSS + MTS combination can help with the storage and transcoding of media files, but not with the delivery of images. OSS + RDS combination can help with the storage and management of relational databases, but not with the loading of images. OSS + ECS combination can help with the storage and computing of data, but not with the acceleration of content delivery.
Alibaba Cloud Object Storage Service
Company builds a music download website based on OSS and ECS, and users can download mp3 files
after registering for the website. Recently, the public network traffic to the OSS has doubled but the increase of registered users is less than 10%. After in-depth analysis, engineers find that many user download requests are raised from search engine but not the website itself. In this case, which of the following measures is thought to be able to address this issue.
Which of the following scenarios is applicable to use RDS read-only instances?
ApsaraDB RDS for MySQL is a cloud-based relational database service that provides secure, cost-effective, and scalable database solutions for various applications. RDS for MySQL supports creating read-only instances that are synchronized with the primary instance in real time. Read-only instances can handle read requests from applications and reduce the read pressure on the primary instance. This can improve the performance and availability of the database system. Read-only instances can also be used for scenarios such as report analysis, data backup, and disaster recovery.
Overview of read-only ApsaraDB RDS for MySQL instances
Auto Scaling is a management service that can automatically adjust elastic computing resources based on your business needs and policies. Which of the following application scenarios are suitable for Auto Scaling? (Choose three.)
Alibaba Cloud Server Load Balancer (SLB) is a service that distributes network traffic across multiple ECS instances to improve the service capabilities of applications. SLB supports the following protocols for the listener configuration:
HTTP: Hypertext Transfer Protocol, a stateless application-layer protocol that is used to transfer web pages and other resources over the internet.
HTTPS: Hypertext Transfer Protocol Secure, an extension of HTTP that uses SSL/TLS encryption to provide secure communication between the client and the server.
TCP: Transmission Control Protocol, a reliable, connection-oriented transport-layer protocol that provides reliable data delivery and error recovery.
UDP: User Datagram Protocol, a connectionless transport-layer protocol that provides fast and efficient data transmission without guaranteeing reliability or order.
SLB does not support the following protocols:
MPLS: Multiprotocol Label Switching, a data-carrying technique that uses labels to forward packets across a network.
MQTT: Message Queuing Telemetry Transport, a lightweight publish/subscribe messaging protocol that is designed for constrained devices and low-bandwidth networks.
Alibaba Cloud Server Load Balancer