1-Introduction-To-Computer-Networking Alok
1-Introduction-To-Computer-Networking Alok
1.1 Network ;
• A network can be defined as two or more
computers connected together in such a way
that they can share resources.
Client Client
Client
Client Client Client
Client/Server Networking
• In this design, a small number of computers are
designated as centralized servers and given the task
of providing services to a larger number of user
machines called clients
Client/Server Networking
(cont..)
Network topology
• A topology is a way of “laying out” the network.
Topologies can be either physical or logical.
• Physical topologies describe how the cables are
run.
• Logical topologies describe how the network
messages travel
Network topology (cont.)
• Bus (can be both logical and physical)
• Star (physical only)
• Ring (can be both logical and physical) •
Mesh (can be both logical and physical)
Network topology (cont.)
Bus
• A bus is the simplest physical topology. It consists of a single
cable that runs to every workstation
• This topology uses the least amount of cabling, but also
covers the shortest amount of distance.
• Each computer shares the same data and address path.
With a logical bus topology, messages pass through the
trunk, and each workstation checks to see if the message is
addressed to itself. If the address of the message matches
the workstation’s address, the network adapter copies the
message to the card’s on-board memory.
Network topology (cont.)
• it is difficult to add a workstation
• have to completely reroute the cable and possibly
run two additional lengths of it.
• if any one of the cables breaks, the entire network
is disrupted. Therefore, it is very expensive to
maintain.
Network topology