Unit 4 CHN
Unit 4 CHN
Unit 4 CHN
UNIT 4
Introduction to
networks and LAN
Components
1
Click to edit Master title style
2 2
Click
Whattois edit Master?title style
a Network
A network consists of two or more computers that are linked in order to
share resources (such as printers and CDs), exchange files, or allow electronic
communications.
The computers on a network may be linked through cables, telephone lines,
radio waves, satellites.
A computer network can be described as a system of interconnected
devices that can communicate using some common standards (called protocols).
Here is an example network consisting of two computers connected
together:
3 3
Click
What if weto
wantedit
to expandMaster title
our network? Then we canstyle
a network device, either a switch or a hub, to connect
use
4 4
Click
Hub vstoSwitch
edit Master title style
Hub Switch
5 5
Click
Hub Vsto Switch
edit Master title style
Hub Switch
6 6
Click
why weto edit
needMaster titlenetworks
computer style ?
To share computer files
Networks enable users to share files with others. For example, in a company, one file is to be shared by
multiple branches. When we locate this file on the network system, all the branches can use this file.
To share computer equipment
Laser printers and large hard-disk drives can be expensive. Networks enable users to share such
equipment by networking microcomputers or workstations together.
To improve communication speed and accuracy
Sending messages through networks is virtually instantaneous, and there is also less chance of a
message being lost.
To reduce the cost of data transfer
The cost of transfers of files using computers associated with networks is less expensive than other
traditional means like telegrams.
Verify Data Transfer
Fluctuations of costs in foreign exchange and shares can be broadcasted promptly using the channel of
computer communications. The transmission can be increased and checked at any occurrence of time.
High Reliability
All files can be recreated on a few machines, and therefore if one of them is unavailable (because of
hardware failure), the different copies can be used.
7 7
Click to edit Master
Classification title style
of Network
The most basic type of network classification depends on the network's geographical coverage.
8 8
Click
WhattoIs edit
LocalMaster title style
Area Network (LAN)?
9 9
Click
LAN to edit Master title style
10
10
Click
WhattoIs edit Master title
Metropolitan Areastyle
Network (MAN)?
The Metropolitan Area Network (MAN) is a network type that covers the
network connection of an entire city or connection of a small area. The area covered by
the network is connected using a wired network, like data cables.
11
11
Click
MAN to edit Master title style
12
12
Click
WhattoIs edit
WideMaster title style
Area Network (WAN)?
13
13
Click
WAN to edit Master title style
Advantages Disadvantages
Attributes of WAN Network:
High cost to set up the
The speed of the WAN data network and the
transfer is lower than in comparison to LAN This network covers a
Support of
and MAN networks due to the large high geographical area
experienced
distance covered. and is used for large-
technicians is needed
distance connections.
to maintain the
The WAN network uses a satellite network.
medium to transmit data between multiple
locations and network towers.
They also use radio It is difficult to prevent
towers and connect hacking and debug a
channels for users. large network.
14
14
Click to edit
List the Master
hardware title
and style Components
software
Computer networks components comprise both physical parts as well as the software required for
installing computer networks, both at organizations and at home.
15
15
Click to edit
Hardware Master title style
Components
Servers −Servers are high-configuration computers that manage the resources of the network. The network operating system is
typically installed in the server and so they give user accesses to the network resources.
Servers can be of various kinds: file servers, database servers etc.
Clients − Clients are computers that request and receive service from the servers to access and use the network resources.
Peers − Peers are computers that provide as well as receive services from other peers in a workgroup network.
Transmission Media − Transmission media are the channels through which data is transferred from one device to another in a
network. Transmission media may be guided media like coaxial cable, fibre optic cables etc; or maybe unguided media like
microwaves, infra-red waves etc.
Connecting Devices − Connecting devices act as middleware between networks or computers, by binding the network media
together. Some of the common connecting devices are:
a. Routers
b. Bridges
c. Hubs
d. Repeaters
e. Gateways
f. Switches
16
16
Click to edit Master title style
17
17
Click to edit Master title style
18
18
Click to edit
Software Master title style
Components
Network Operating Systems is typically installed in the server and facilitate workstations in a
network to share files, database, applications, printers etc.
Protocol Suite
A protocol is a rule or guideline followed by each computer for data communication. Protocol suite is a
set of related protocols that are laid down for computer networks. The two popular protocol suites are
19
19
Click to edit
Various Master
Network title style
Communication Standards
Communication systems require a set of rules to operate and enable interoperability between them; this set
of rules is called protocols. There are two types of models that are used by modern communication systems.
These models are the foundation of the internet. The two models are:
20
20
Click to edit Master
OSI Reference Modeltitle style
OSI stands for Open Systems Interconnection and is a conceptual framework for how applications
communicate over a network.
It has been developed by ISO – ‘International Organization for Standardization‘,
in the year 1984.
There are seven layers within the model and the layers depiction is used to help users identify what
is happening within a networking system.
21
21
Click to editLayer
Application Master title style
It serves as a bridge between end users and software applications to access the various
network functions.
One of these protocols may be HTTP that is used with web browsers such as Google Chrome,
Firefox, and Internet Explorer.
22
22
Click to edit Master
Presentation Layer title style
23
23
Click to edit
Session LayerMaster title style
This is the layer responsible for opening and closing communication between the two devices.
The time between when the communication is opened and closed is known as the session.
24
24
Click to edit
Transport Master title style
Layer
Layer 4 is responsible for end-to-end communication between the two devices. This includes
taking data from the session layer and breaking it up into chunks called segments before
sending it to layer 3.
The transport layer on the receiving device is responsible for reassembling the segments into
data the session layer can consume
25
25
Click to edit
Network Master title style
Layer
26
26
Click
Data to edit
Link Master title style
Layer
The Data Link layer, or layer 2, is considered the most complex of the layers.
This layer is often divided into sublayers called Media Access Control or MAC and Logical Link Control or
LLC.
The data link layer takes packets from the network layer and breaks them into smaller pieces called frames.
Like the network layer, the data link layer is also responsible for flow control and error control in intra-network
communication
27
27
Click to edit
Physical Master title style
Layer
The Physical layer, or layer 1, this layer includes the physical equipment involved in the data transfer, such
as the cables and switches. This is also the layer where the data gets converted into a bit stream, which is a
string of 1s and 0s.
28
28
Click
TCP/IPto reference
edit Master title style
model
The transmission control protocol/internet protocol is a model that uses 4 layers and is the communication protocol
that drives the internet. It is also utilized in intranets and extranets. It combines the various layers of OSI .Let’s take
a quick look at the 4 layers.
1.Network layer: It combines the physical and data link layers of the OSI model and establishes data transference
between hosts on the same network.
2.Internet layer: Combining the data link and network layer of the OSI model, it allows for communication between
multiple networks, thus establishing internetworking or the internet.
3.Transport layer: Using the transport layer of the OSI model, it permits data to be transmitted between hosts on
either the same network or different network.
4.Application layer: It combines the session, presentation, and application layers of the OSI model. It is responsible
for providing the channel for interaction between software applications and end users.
29
29
Click to edit Master title style
30
30
Click
Knowto edit Master
about title and
LAN Cables styleConnectors
31
31
Click
Knowto edit Master
about Coaxial title
Cablesstyle
A coaxial cable is an electrical cable with a copper conductor and an insulator shielding around it and
a braided metal mesh that prevents signal interference and cross talk. Coaxial cable is also known as coax.
The coaxial cable was patented in 1880 and was a standard to deliver high-frequency electrical signals over areas
with low signal loss.
The core copper conductor is used for the transmission of signals and the insulator is used to provide
insulation to the copper conductor and the insulator is surrounded by a braided metal conductor which helps
to prevent the interference of electrical signals and prevent cross talk. This entire setup is again covered with
a protective plastic layer to provide extra safety to the cable.
Copper conductor: A central conductor, which consists of copper. The conductor is the point at which data
transmits.
Insulator: Dielectric plastic insulation around the copper conductor. it is used to maintain the spacing
between the center conductor and shield.
Braided mesh: A braided mesh of copper helps to shield from electromagnetic interference, The braid
provides a barrier against EMI moving into and out of the coaxial cable.
Protective plastic layer: An external polymer layer, which has a plastic coating. It is used to protect internal
32
32
Click to edit
Structure of Master
Coaxial title
cablestyle
33
33
Click
Typesto
ofedit Master
coaxial title style
cables
It was invented by Alexander Graham Bell. Twisted pair cables have two conductors that are
generally made up of copper and each conductor has insulation. These two conductors are twisted
together, thus giving the name twisted pair cables.
• If the two wires are parallel, the effect of these unwanted signals is not the same in both wires because
they are at different locations relatives to the noise or crosstalk sources.
• This results in a difference at the receiver.
• By twisting the pair, a balance is maintained.
36
36
Click
Cont..to edit Master title style
37
37
Click to edit Master
1. Unshielded title style
twisted-pair (UTP)
The most common twisted-pair cable used in communications is referred to as unshielded twisted-pair
(UTP).
This is the most commonly used medium today, because of its usage in the telephone system.
This cable can carry both voice as well as data. It consists of two conductors (usually copper).
In the beginning, the wires used to be kept parallel.
However, this results in far greater levels of noise. Hence, the wires are normally twisted.
This results in the reduction of noise to a great extent, although it is not eliminated completely. The
copper conductors are covered by PVC. or other insulator.
38
38
Click
Cont..to edit Master title style
UTP is flexible, cheap and easy to install. The Electronic Industries Association
(EIA) has developed standards for UTP cables.
1. The basic cable used in the telephone system. This is fine for voice
communication, but is unsuitable for data communication, except at very low speed.
2. Suitable for voice and data communication up to the speed of 4 Mbps.
3. Can carry voice and data up to 10 Mbps. It requires minimum three twists per
foot. Today, these are more regularly used in telephone networks.
4. These are similar to the category 3, but can handle data up to 16 Mbps.
5. Can handle data speed of 100
39
39
Click to edit
2. Shielded Master
twisted-pair title style
(STP)
In this case, apart from the insulator, the twisted wire pair itself is covered by metal shield and finally
by the plastic cover.
The metal shield prevents penetration of electromagnetic noise.
It also helps eliminate crosstalk, an effect wherein one wire picks up some of the signals travelling on
the other wire.
This effect can be felt sometimes during telephone conversations, when we hear other conversations in
the background during our call. The shield prevents such unwanted sounds.
40
40
Click to edit Master title style
41
41
Click
What isto edit
Fiber Master
Optic Cable?title style
A fiber optic cable is made of glass or plastic and transmits signals in the structure of light signals. The structure of
an optical fiber cable is displayed in the figure. It involves an inner glass core surrounded by a glass cladding that
reflects the light into the core. Each fiber is encircled by a plastic jacket.
42
42
Click to edit Master title style
43
43
Click to editofMaster
Characteristics titleCables
Optical Fiber style
44
44
Click to edit
Advantages Master title style
and Disadvantages
Advantages of Optical Fiber
• Small Size and lightweight − The size (diameter) of the optical fibers is minimal (comparable to the diameter of
a human hair).
• Easily available and low cost
• No electrical or electromagnetic interface
• Large Bandwidth
Disadvantages of Optical Fiber
High Cost
Installation and Maintenance
45
45
Click to edit
LAN Devices Master title style
- Repeaters
Repeaters are network devices operating at physical layer of the OSI model that amplify or regenerate an incoming
signal before retransmitting it.
They are incorporated in networks to expand its coverage area.
They are also known as signal boosters.
A repeater is implemented in computer networks to expand the coverage area of the network, repropagate a weak or
broken signal and or service remote nodes.
Repeaters amplify the received/input signal to a higher frequency.
46
46
Click to edit
LAN Devices Master title style
- NIC
A network interface card (NIC) is a hardware component without which a computer cannot be
connected over a network.
It is a circuit board installed in a computer that provides a dedicated network connection to the
computer.
It is also called network interface controller, network adapter or LAN adapter.
Functions
NIC allows both wired and wireless communications.
NIC allows communications between computers connected via local area network (LAN) as well as
communications over large-scale network through Internet Protocol (IP).
NIC is both a physical layer and a data link layer device, i.e. it provides the necessary hardware
circuitry so that the physical layer processes and some data link layer processes can run on it.
47
47
Click
Cont..to edit Master title style
48
48
Click
Routerto edit Master title style
49
49
Click
Modem to edit Master title style
Whenever a user uploads data from a computer on the internet, the modem takes in the digital signal from your
computer and then, converts these signals into analog signals.
Analog signals can be easily accessed by telephone networks. When computers try to download data from the
internet, the modem takes the analog signal over the telephone and converts that signal into a digital signal.
The digital signal is accessible by the computer.
50
50