CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 24: 350-901: Developing Applications using Cisco Core Platforms and APIs (DEVCOR)

How should a web application be designed to work on a platform where up to 1000 requests per second can be served?

Nội dung câu hỏi

How should a web application be designed to work on a platform where up to 1000 requests per second can be served?

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. Use algorithms like random early detection to deny excessive requests.
  2. B. Set a per-user limit (for example, 5 requests/minute/user) and deny the requests from the users who have reached the limit. — đáp án hiện tại
  3. C. Only 1000 user connections are allowed; further connections are denied so that all connected users can be served.
  4. D. All requests are saved and processed one by one so that all users can be served eventually.

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề