Bird
0
0

Which component in client-server architecture is responsible for sending requests?

easy📝 Conceptual Q2 of 15
Rest API - REST API Fundamentals
Which component in client-server architecture is responsible for sending requests?
AServer
BClient
CDatabase
DRouter
Step-by-Step Solution
Solution:
  1. Step 1: Identify who initiates communication

    The client starts communication by sending requests to the server.
  2. Step 2: Confirm the role of other components

    Server responds, database stores data, router directs traffic but does not send requests.
  3. Final Answer:

    Client -> Option B
  4. Quick Check:

    Request sender = Client [OK]
Quick Trick: Client always initiates requests to server [OK]
Common Mistakes:
MISTAKES
  • Mixing up server and client roles
  • Thinking database sends requests
  • Confusing router with client

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Rest API Quizzes