Posts

Showing posts with the label server

Network Architecture

Image
Network Architecture Network architecture means how the computers on the network interact and communicate with each other. It is the combined form of network topologies and mode of data transmission between the computers in the network. Generally, network architecture can be classified into two types: Client-server network Peer-to-peer network Client-server network A more common type of network is called a client server network. This type of network uses a central server and specialized network software. The server is dedicated and is only used to store files and run server tasks. The computers that connect to the server are called clients and these are the machines the company staff would use. In this network, each clients can share the processing and storage with the server. In this network, the server provides the services to the clients whereas clients request the server for services. The server should be powerful computer with greater processing speed and larg...