Computer Network (CS610)
Computer Network (CS610)
CLASSIFICATION OF NETWORKS
Computer networks are classified by four factors which are as follow:
1) BY SIZE
2) BY CONNECTIVITY
3) BY MEDIUM
4) BY MOBILITY
BY SIZE:
According to their size there are two classifications of networks.
1. Local Area Network. ( LAN)
2. Wide Area Network (WAN)
In LAN network occupies the smaller area like a room a floor or a building.
In WAN, network occupies larger areas like cities & countries. Internet is a Wide Area
Network. LAN & WAN are compared by the speed of transmission, bandwidth and
latency, management, security, reliability, billing and their standards.
BY CONNECTIVITY:
Networks are also classified by connectivity in which two topologies are discussed.
a) Point-to-Point
b) Broadcast
Does ATM eliminate the varying delay times associated with different
sized packets? If yes, then give reason.
Yes, ATM is a connection-oriented network for cell relay which can be implemented
for networks covering any area. It uses Time Division Multiplexing and supports
voice, video and data communications.
BRIDGES:
A bridge is a hardware device also used to connect two LAN segments to extend a LAN.
Unlike a repeater, a bridge uses two NICs to connect two segments. It listens to all traffic and
recognizes frame format. It also forwards only correct complete frames and discards the
collided and error frames. A typical bridge has two NICs, a CPU a memory and a ROM. It
only runs the code stored in its ROM.
A bridge keeps a list for each segment that consists of physical addresses of the computer
attached to that segment. In this way a bridge knows on which segment a destination
computer is attached. Most bridges are self learning bridges. As soon as a frame arrives to a
bridge, it extracts a source address from its header and automatically adds it in the list for that
segment. In this way a bridge builds up address lists.