In: Computer Science
What are the different types of application architectures?
Here i am providing the answer. Hope it helps. please give me a like. it helps me a lot.
Network
application architectures:
There are basically two types of architectures:
Client-Server
Architecture: The client-server architecture works
on the model which says that Ŝrstly a
client requests for something then it is sent through the various
network layer to the server so the server
can process the request and gives a proper response on the basis of
that, the response is again sent back
through the client. This way of serving and granting requests is
commonly referred to as the client-server
architecture. The client has a Ŝxed IP address to
communicate.
P2P Architecture
(Peer to peer architecture): The peer to peer
architecture works on the server mainly at
the center of the system. There are a pair of hosts which directly
communicate with each other, they
don't require a server as a middle through which communication
takes place. Sharing of Ŝles and other
documents becomes very easy and they take much less time.
Thank you. please like.