Systems
Request
Plain English
Asking the glossarySystemA system is a collection of interconnected components that work together to achieve a specific function or outcome.Open glossary term for something.
Definition
A request is an action sent from a client to a server asking for glossaryDataData is raw, uninterpreted information collected and stored so it can be analysed, processed, or used to inform decisions. On its own it carries no meaning; context and interpretation are what make it useful.Open glossary term or a glossaryServiceA service is a component or function that performs a specific task within a system.Open glossary term.
In practice
Examples include loading a page, submitting a form, or calling an API.
In context
Counting them is where most glossaryPerformancePerformance refers to how quickly and efficiently a system responds to user actions and processes tasks.Open glossary term work starts. Pages that feel slow are usually making far more requests than anyone intended, many of them for the same glossaryDataData is raw, uninterpreted information collected and stored so it can be analysed, processed, or used to inform decisions. On its own it carries no meaning; context and interpretation are what make it useful.Open glossary term.
The reality
High volumes of requests can overwhelm glossarySystemA system is a collection of interconnected components that work together to achieve a specific function or outcome.Open glossary term if not managed properly.
Compared with
Request vs Response
The request is what the client asks for; the glossaryResponseA response is the data or result returned by a server after receiving a request.Open glossary term is what comes back. Most debugging is establishing which half went wrong. A malformed request and a broken handler look identical from the glossaryInterfaceAn interface is the point of interaction between a user and a system, where inputs are made and outputs are received. It can be visual, physical, or conversational.Open glossary term.
FAQ
Common questions
A few practical answers to the questions that usually come up around this term.
What is a request?
It is a call made to a glossarySystemA system is a collection of interconnected components that work together to achieve a specific function or outcome.Open glossary term for glossaryDataData is raw, uninterpreted information collected and stored so it can be analysed, processed, or used to inform decisions. On its own it carries no meaning; context and interpretation are what make it useful.Open glossary term or action.
Where do requests come from?
From users, apps, or glossarySystemA system is a collection of interconnected components that work together to achieve a specific function or outcome.Open glossary term.
Why are requests important?
They drive glossarySystemA system is a collection of interconnected components that work together to achieve a specific function or outcome.Open glossary term glossaryInteractionInteraction refers to any action a user takes within a product and how the system responds. It includes clicks, taps, gestures, and inputs that drive the user experience.Open glossary term.
What happens with too many requests?
glossarySystemA system is a collection of interconnected components that work together to achieve a specific function or outcome.Open glossary term can slow down or fail.
Related Services
Related Guides
Related Terms



