Unit 1
Unit 1
Course Aim
This course intends to impart to the
networking principles, networking
devices, network configuration and
troubleshooting.
Course Outcomes
Identify the basics of data transmission
and transmission media.
Identify types of computer networks
Identify network hardware and software.
Describe network protocols and layers
2
Teaching and learning activities: This module will be
conducted through Lectures, Laboratory work, guided
independent work, short practical/theoretical tests.
Assessment breakdown:
TEST1 15 Marks
Quiz 05Marks
TES11 15 Marks
Group Assignment 05 Marks
TOTAL = 40%(CA)
Books
1. Computer Networks 5th Edition by Andrew S. Tanenbaum,
David J. Wetherall Publisher: Pearson; (2010)
2. CCNA Routing and Switching Complete Study Guide: Exam
100-105, Exam 200-105, Exam 200-1252nd Edition by Todd
Lammle Publisher: Sybex; 2 edition (2016)
3. Computer Networking: A Top-Down Approach 7th Edition by
James Kurose, Keith Ross Publisher: Pearson; (2016)
5
Data Communications
Accuracy: The system must deliver the data accurately. Data that
have been altered in transmission and left uncorrected are
unusable.
Timeliness: The system must deliver data in a timely manner. Data
delivered late are useless.
In the case of video and audio, timely delivery means delivering data as
they are produced, in the same order that they are produced, and without
significant delay. This kind of delivery is called real-time transmission.
Jitter: Jitter refers to the variation in the packet arrival time. It is the
uneven delay in the delivery of audio or video packets.
For example, let us assume that video packets are sent every 30 ms. If some
of the packets arrive with 30-ms delay and others with 40-ms delay, an
uneven quality in the video is the result.
Components
A data communications system has five components
Message: The message is the information (data) to be communicated. Popular
forms of information include text, numbers, pictures, audio, and video.
Sender: The sender is the device that sends the data message. It can be
a computer, workstation, telephone handset, video camera, and so on.
Receiver: The receiver is the device that receives the message. It can be
a computer, workstation, telephone handset, television, and so on.
Transmission medium: The transmission medium is the physical path
by which a message travels from sender to receiver. Some examples of
transmission media include twisted-pair wire, coaxial cable, fiber-optic
cable, and radio waves.
Protocol: A protocol is a set of rules that govern data
communications. It represents an agreement between the
communicating devices.
Without a protocol, two devices may be connected but not
communicating, just as a person speaking French cannot be
understood by a person who speaks only Japanese.
Data Representation
Simplex
Half-Duplex: In half-duplex mode, each station can both
transmit and receive, but not at the same time.
When one device is sending, the other can only receive, and vice
versa.
Half-duplex
1
Network Types
The criteria of distinguishing one type of network from
another is difficult and sometimes confusing.
We use a few criteria such as size, geographical coverage,
and ownership to make this distinction.
2
Metropolitan Area Networks(MAN)
A MAN (Metropolitan Area Network) covers a city.
MAN is between the LAN and WAN, it covers a slightly wider area
than the LAN but not so wide as to be considered a WAN.
MANs are rarely talked about because they are quiet often
overshadowed by cousin LAN to the left and cousin WAN to the
right.
The best-known examples of MANs are the cable television
networks available in many cities. 2
Wide Area Network
A wide area network (WAN), is a network made up of one or more clusters of
network elements and their resources, scattered over a wide geographical
area as in a region of a country or across the whole country, several countries,
or the entire globe.
However, there are some differences between a LAN and a WAN.
A LAN is normally limited in size, spanning an office, a building, or a campus; a
WAN has a wider geographical span, spanning a town, a state, a country, or even
the world.
A LAN interconnects hosts; a WAN interconnects connecting devices such
as switches, routers, or modems.
2
A LAN is normally privately owned by the organization
that uses it; a WAN is normally created and run by
communication companies and leased by an organization
that uses it.
2
Network models
Peer-to-peer
A peer-to-peer (P2P) network is a type of decentralized
and distributed network architecture in which individual
nodes in the network (called "peers") act as both
suppliers and consumers of resources.
Peers make a portion of their resources, such as
processing power, disk storage or network bandwidth,
directly available to other network participants,
without the need for central coordination by servers
or stable hosts.
2
Networks in which all computers have equal status are
called peer-to-peer or P2P networks.
In a peer-to-peer network, tasks (such as searching for
files or streaming audio/video) are shared amongst
multiple interconnected peers who each make a
portion of their resources directly available to
other network participants, without the need for
centralized coordination by servers
2
Client–server Model
The client–server model is a computing model that
acts as distributed application which partitions tasks or
workloads between the providers of a resource or service,
called servers, and service requesters, called clients.
A server machine is a host that is running one or more
server programs which share their resources with clients.
A client does not share any of its resources, but requests a
server's content or service function.
Clients therefore initiate communication sessions with
servers which await incoming requests.
2
Summary
Definition of Data
Distributed
Communications
system
Characteristics of
Data Network criteria
data
communication representation Types of
Components of Data flow connection
data Definition of Network types
communication network Network models
“Do something
today that your
future self will
thank you for.”
– Sean Patrick
Flanery