1. Introduction to Networks and Network Models
1. Introduction to Networks and Network Models
Data is an individual unit that contains raw Information is a group of data that
materials which do not carry any specific collectively carries a logical meaning.
meaning.
An example of data is a student’s test score The average score of a class is the
information derived from the given data.
Components of Data Communication
The purpose of data communication is to provide the rules and
regulations that allow computers with different operating systems,
languages, cabling and locations to share resources.
A data communication system has five components
1. Sender
2. Message
3. Receiver
4. Transmission medium
5. Protocol.
Message: A message is a piece of information that is to be transmitted
from one person to another. It could be a text file, an audio file, a video
file, etc.
Sender: It is simply a device that sends data messages. It can be a
computer, mobile, telephone, laptop, video camera, or workstation, etc.
Receiver: It is a device that receives messages. It can be a computer,
telephone mobile, workstation, etc.
Transmission Medium / Communication Channels: Communication
channels are the medium that connect two or more workstations.
Workstations can be connected by either wired media or wireless
media.
Set of rules (Protocol): When someone sends the data (The sender),
it should be understandable to the receiver also otherwise it is
meaningless. For example, Sai sends a message to Seema. If Sai
writes in Hindi and Seema cannot understand Hindi, it is a
meaningless conversation.
The effectiveness of a data communications system depends on four
fundamental characteristics: delivery, accuracy, timeliness, and jitter.
2. Accuracy- The system must deliver the data accurately. Data that
have been altered in transmission and left uncorrected are unusable.
3. 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.
Dial-up Connections
● In dial-up connection, computer uses its modem to dial a telephone
number given to the user by an Internet Service Provider.
● This launches a connection between personal computer and ISP
server. The process begins when the ISP server answers, and
ceases when your computer or the server "hangs up".
● This is similar to a traditional telephone call.
● Most ISP servers disconnect automatically after a certain period of
inactivity.
Broadband Connection
● Broadband connections are considered as high speed connections,
as they use modes that can handle several signals at once, such as
fiber optics, twisted pair cables, coaxial cable and other
technologies.
● Even with hundreds of users on the network, these connections
allow large files and complex web pages to download quickly.
● To be considered as a broadband, the connection must be able to
transmit data at a rate faster than is possible with the fastest dial-up
connection.
● Downloading and uploading content will be fast.
Integrated Services Digital Network (ISDN) Service
● Integrated Services Digital Network (ISDN) is a digital service that
simultaneously transmits voice & data, and controls signals over a
single telephone line.
● ISDN service operates on a standard telephone line, but requires a
special modem and phone service, which adds to the cost.
● An ISDN data connection can transfer data up to 128,000 bits per
second (128 Kbps).
● It helps to connect a PC, telephone and fax to a single ISDN line
and use them simultaneously.
Digital Subscriber Line (DSL)
● Digital Subscriber Line is similar to that of ISDN in using
telephone network, but it uses more advanced digital signal
processing and algorithms to squeeze maximum number of signals
through telephone lines.
● DSL also requires changes in components of telephone network
before it can be offered in any area.
● Like ISDN, DSL provides simultaneous data, voice and fax
transmission on the same line.
● Several versions of DSL services are available for home and
business use; each version provides 24/7 full-time connection at
different levels of service, speed, bandwidth and distance.
Cable Modem Service
● Now-a-days many cable television companies use some percentage
of their network’s bandwidth to provide internet access through
prevailing cable television connections.
● Since this connection uses a special cable modem, it is called
"Cable Modem Service".
● Cable television systems transmit data via coaxial cable, which can
transmit data as much as 100 times faster than common telephone
lines.
● Coaxial cable allows transmission via several channels
simultaneously, i.e., the internet data can be transmitted on one
channel, while audio, video and control signals are transmitted
separately.
Wireless LAN (WLAN) Connections
Wireless LAN connections are very common these days, which are
based on the technology that is often cited as Wi-Fi (Wireless
Fidelity).
The distance covered by WLAN is usually measured in meters rather
than miles.
Therefore, this is not a technology that connects directly to an ISP but
can be used to connect to another LAN or device through which
internet access is achieved.
Wimax - Wireless Internet Connection
Related System It is designed and developed based on the It is service based on the postal
telephone system. system.
Definition It is used to create an end to end connection It is used to transfer the data
between the senders to the receiver before packets between senders to the
transmitting the data over the same or different receiver without creating any
network. connection.
Virtual path It creates a virtual path between the sender and It does not create any virtual
the receiver. connection or path between the
sender and the receiver.
Authentication It requires authentication before transmitting the It does not require authentication
data packets to the receiver. before transferring data packets.
Data Packets Path All data packets are received in the same order Not all data packets are received
as those sent by the sender. in the same order as those sent
by the sender.
Data Reliability It is a more reliable connection service because It is not a reliable connection
it guarantees data packets transfer from one end service because it does not
to the other end with a connection. guarantee the transfer of data
packets from one end to another
for establishing a connection.
OSI Model
TCP/IP Reference Model
OSI Model
- OSI or Open System Interconnection model was developed by
International Standards Organization (ISO).
- It gives a layered networking framework that conceptualizes how
communication should be done between heterogeneous systems.
- It has seven interconnected layers.
- The seven layers of the OSI Model are a physical layer, data link
layer, network layer, transport layer, session layer, presentation
layer, and application layer.
Physical Layer – Layer 1
- The lowest layer of the OSI reference model is the physical layer.
- It is responsible for the actual physical connection between the
devices.
- The physical layer contains information in the form of bits. It is
responsible for transmitting individual bits from one node to the
next.
- When receiving data, this layer will get the signal received and
convert it into 0s and 1s and send them to the Data Link layer,
which will put the frame back together.
Functions of the Physical Layer