4 - Network Architecture Notes
4 - Network Architecture Notes
Networks may also be classi ed into the way that they function, and the relationships shared by
computers within a network. We will cover the two primary types here.
Client-Server Architecture
Clients in this server type would contain software based on what is needed by a user.
Clients make requests to a server by sending messages, and the server responds to the client
with responding to each request message and returning appropriate results based on the request.
It is important to note that not every server is an extremely strong computer, and you get di erent
con gurations. Client-Server networks can also be made up by desktops and laptops, as well as
mobile devices when they are correctly con gured (set-up).
An example of a client-server network is when you need to access your bank account from your
computer. A client program loaded into your web browser forwards a request to the server at the
bank, which the bank server responds to by verifying the information you have supplied to it, and
returning the necessary information to your computer (the client).
Peer-to-peer architecture
ffi