🎴 Flashcard Mode

Software Design Patterns and Architecture

Card1 / 20
Mastered0
Review0
QuestionClick to flip

In a data center hosting environment, before a web request is received by the Web Server, which components will first receive data packets of an end-user web request

AnswerClick to flip back
A
Firewall
B
Internet Router
💡 Explanation:

When an end-user makes a web request, data packets first hit the Internet Router at the data center boundary, which directs traffic to the correct network. Next, the Firewall inspects and filters packets before passing allowed traffic to internal servers like the Web Server. Database and Application Servers are downstream components that receive requests only after the web server processes them.

Change Mode