🎴 Flashcard Mode

architecture Online Quiz - 38

Card1 / 20
Mastered0
Review0
QuestionClick to flip

An internet trading system with 64 Kbps lines to end users has been web enabled. The average web page size is 40 KB. Users are complaining about response times exceeding 2 seconds. What would you recommend as an immediate possibility to improve performance?

AnswerClick to flip back
A
Use of a web booster such as Citrix or NetScaler
💡 Explanation:

At 64 Kbps, a 40 KB page takes approximately 5 seconds to transfer (40KB × 8 = 320Kb ÷ 64Kbps = 5s), not counting protocol overhead. This is the fundamental bottleneck. DB tuning (A) and web server tuning (B) won't overcome the bandwidth limit. Asking users to work at night (C) is impractical. A web accelerator like Citrix or NetScaler (D) compresses content, caches static resources, and optimizes protocol overhead - directly addressing the bandwidth constraint.

Change Mode