Computer Networks - Iii - I - Cse - Unit - I Notes
Computer Networks - Iii - I - Cse - Unit - I Notes
Unit-I Syllabus:
The Physical layer: Data and Signals, Transmission impairment, Data rate limits, Performance,
Transmission media: Introduction, Guided Media, Unguided Media, Switching: Introduction,
Circuit Switched Networks, Packet switching.
1. Introduction
Computer Networks used for data communication. Data communication means exchanging of
data between communicating devices. These devices in a network are connected using wired or
wireless transmission media such as cable or air.
For effective and efficient data communication must meet number of criteria. The most important
of these are performance, reliability, and security.
1.1.1 Performance
Accuracy of delivery or Service quality of a Network
Performance can be measured in many ways, including transit time and response time.
Transit Time: The amount of time required for a message to travel from one device to another.
The performance of a network depends on a number of factors, including the number of users, the
type of transmission medium, the capabilities of the connected hardware, and the efficiency of the
software.
Performance is often evaluated by two networking metrics: throughput and Latency.
Throughput: Network throughput is the rate (in bps- bits per sec or pps - packets per second)
Latency: Network latency describes delays in data transmissions that occur on a network.
1.1.2 Reliability
Network reliability is measured by the frequency of failure, the time it takes a link to recover
from a failure, and the network's robustness in a catastrophe.
1.1.3 Security
Safe guarding the data from unauthorized access, or modification or loss and implementing
policies and procedures for recovery from breaches and data losses.
A link is a communications pathway that transfers data from one device to another.
For communication to occur, two devices must be connected in some way to the same link at
the same time
a) Mesh Topology
b) Star Topology
c) Bus Topology
d) Ring Topology
e) Tree Topology
1. Mesh Topology
Advantages:
1) It is robust.
2) Reliable
Problems with this topology :
1) Installation and configuration is difficult.
2) Cost of cables are high as bulk wiring is required, hence suitable for less number of
devices.
3) Cost of maintenance is high.
2. Star Topology
All the devices are connected to a single hub through a cable. This hub is the central node
and all others nodes are connected to the central node.
Advantages :
1) The number of cables required to connect them is N. So, it is easy to set up.
2) Each device require only 1 port i.e. to connect to the hub.
Problems
3. Bus Topology
4. Ring Topology
5. Tree Topology
2. Protocol Layering