C-07-Q144mediumsingle_mcq
Which of these is the correct sequence in a request-response cycle?
Which of these is the correct sequence in a request-response cycle?
- aServer → request → Client → response
- bClient → request → Server → response
- cBrowser → response → Server → request
- dNone
ব্যাখ্যা
In the client-server model, the client (browser) always initiates by sending a request to the server, and the server then sends back a response. This order — request first, response second — defines the request-response cycle.