Computer Network CHAPITRE 3
Computer Network CHAPITRE 3
1 INTRODUCTION
Early chapter, we have seen that the types of network i.e. LAN, or WAN
are establish for sharing data, to provide services, to allow for administration and
security and to reduce equipment cost. To achieve this centralized, Distributed
and collaborative systems are use for computing of data. Actual Network
implementation can be done by using peer-to-peer, or server based networks.
Your Network can provide services like File, Print, Application and database etc.
Transmission media is a path way network entities use to contact each other.
Computer transmission media includes cables and wireless technologies that
allow network devices to contact each other. To reduce their design complexity
most networks are organized as a series of layers or levels. The Rules and
conventions used in this convention are collectively known as layer protocol.
Basically a protocol is an agreement between the communicating parties on how
communication is to proceed. A set of layers and protocol is called as Network
architecture. A list of protocol used by a certain system, one protocol per layer is
called as protocol.
3.2 ORGANIZATIONAL COMPUTATIONAL MODELS
Whether a LAN or WAN, the overall goals of network are to establish a
means of sharing data, to provide services, to allow for administration and
security, and to reduce equipment cost. Three models, or methods of organization,
are available for networking.
1. Centralized All processing is done at one location
2. Distributed Independent operation and local task
3. Collaborative Computers cooperate and share the load
3.2.1 Centralized computing
Centralized computing was the first method of networking implemented.
As the name implies, all networking is done at one central location. The best
example of this would be a UNIX host with a number of dumb terminals. The
dumb terminals are nothing more than input/output interface into the host, and all
processing actually takes place at the host. Because all interaction is at one
location, all the terminals directly connected to the host and never connect with
each other.
Whole processing of data will take place on centralize machine, but
because of this system client’s machine has to send all data to central node, which
will increase unnecessary traffic between server and client machine. As central
machine has to respond each and every node speed of this system is low.