<img src="https://imdac.github.io/images/client-server-model.png" alt="diagram showing client server relationship" aria-details="csinfo">
<div id="csinfo">
<h2>Client-server Model</h2>
<p>
The client-server model is a design pattern or architecture that constrains system/solution activities between two parties; a client and a server. The concept of client-server is based on a request-response relationship but isn’t always representative of a physical machine, location or person.
</p>
<p>
Where a client makes a request for a resource from a server, the server responds to the client with the requested resource or a reason that its unavailable.
</p>
<p>
We tend to consider browsers, phones and laptops as straight-up clients. They send requests out to the internet somewhere then process the response. For the most this is generally true but there are scenarios, especially on the back-end where a server in one relationship can be a client in another.
</p>
</div>
img{
width: 100%;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.