Computer Network Architecture
Computer Network Architecture defines the design of network. How computers are connected to each other. There are two types of architecture.
1. Peer to Peer Architecture:
In peer to peer architecture all the computers are connected to each other throw point to point link. In this architecture no central server is used. A Computer communicates directly to other computer.

2. Client Server Architecture:
In client server architecture all the computers in the network connected to central server. Data stored in central server is shared by all the computers.
If one computer want to send data to other computer on the network then it first send data to server and then server send data to destination computer.

