Project On Computer Networking and Types: Made By-Clinton Vaz (47) Vinay Verma (48), Vivek Verma (49), Y.JITENDRA
Project On Computer Networking and Types: Made By-Clinton Vaz (47) Vinay Verma (48), Vivek Verma (49), Y.JITENDRA
Project On Computer Networking and Types: Made By-Clinton Vaz (47) Vinay Verma (48), Vivek Verma (49), Y.JITENDRA
Sr no Contents
01 Introduction
02 Uses
05 Types of networking
06 Network topology
07 Classification of Networking
09 Slides
3
INTRODUCTION
What is Networking?
Networking means connection of computers to each other which
are capable for sharing resources and different application.
Information can be shared between computers using transmission
media. Networking is the practice of linking two or more
computing devices together for the purpose of sharing data built
with a mix of computer hardware and computer software. The
purpose of a network is to share resources. The aim of computer
networks is not only to exchange data but also to understand and
use the data received from entities network.
Networking allows to share hardware such as printers , scanner,
telephone,ets. Same information can be shared between
computers in a same organization. Data can be transferred in
electronic manner through network. Network distributes
messages by storing them in an appropriate box. Using
networking user can store data on a single machine called as
server to which all computers are connected. Also user build
decentralized network that means each other and every computer
can store data and share data. Network can be build as per user
requirement.
4
5
The issue here is resource sharing. Its goal is to make all the
programs, equipments, especially data available to anyone on
the network irrespective of the location of the resource and the
user.
High Reliability:
The second goal or use of networking in companies is to high
reliability by having alternative sources of supply. For example all
the files can be replicated on two or more machines, so that in
case one of them is not available (due to hardware failure), other
copies can be used. This feature is used in financial institutions.
6
Saving Money:
The third goal is to save money. Small computers often have
better price/performance ratio than the larger ones. Mainframe
(room-size) computers are roughly ten faster than
the personal computers, but are a thousand times costly. This
imbalance caused the system designers to design a system
consisting of personal computers, one per user, with data kept on
one or more shared file server machines. In this model the user
are called the clients and this whole arrangement is known as
the client-server model.
Scalability:
Another goal is scalability. Scalability is the ability to increase the
system performance gradually as the workload grows, by just
adding more processors.
3.Interactive Entertainment:
These days we can see many live programmes and shows. The
best thing is that we can interact with them by participating in the
quizzes and the contests organized by them.
9
File Sharing
Computers connected to a network can share files and
documents with each other. Personal computers connected to a
business network can choose which files and folders are available
to share on the network.
Printers
Computers can print pages to another computer with a printer on
the network. Additionally, printers can be connected using a print
server, which allows direct printing from all computers.
Sharing Media
Sharing media between computers is easy when connected to a
network. Like file sharing, computers can stream musing, videos
and movies from one computer to the next.
14
Campus network
Campus network
A campus network is a computer network made up of an
interconnection of local area networks (LANs) within a limited
geographical area. The networking equipments (switches,
routers) and transmission media (optical fiber, copper
21
d.
22
23
While LAN and WAN are by far the most popular network types
mentioned, you may also commonly see references to these
others:
Network topology
In computer networking, topology refers to the layout of
connected devices.
Network topology is defined as the interconnection of the
various elements (links, nodes, etc.) of a computer
network. Network Topologies can be physical or logical.
Physical Topology means the physical design of a network
including the devices, location and cable installation. Logical
topology refers to how data is actually transferred in a network as
opposed to its physical design.
Topology can be considered as a virtual shape or structure of a
network. This shape does not correspond to the actual physical
design of the devices on the computer network. The computers
on a home network can be arranged in a circle but it does not
necessarily mean that it represents a ring topology.
Any particular network topology is determined only by the
graphical mapping of the configuration of physical and/or logical
connections between nodes. The study of network topology
uses graph theory. Distances between nodes, physical
interconnections, transmission rates, and/or signal types may
differ in two networks and yet their topologies may be identical.
A local area network (LAN) is one example of a network that
exhibits both a physical topology and a logical topology. Any
given node in the LAN has one or more links to one or more
nodes in the network and the mapping of these links and nodes in
a graph results in a geometric shape that may be used to
describe the physical topology of the network. Likewise, the
mapping of the data flow between the nodes in the network
determines the logical topology of the network. The physical and
logical topologies may or may not be identical in any particular
network.
26
Bus topology
Star topology
Ring topology
Tree topology
Mesh topology
Hybrid topology
Bus topology
Linear bus
The type of network topology in which all of the nodes of the
network are connected to a common transmission medium which
has exactly two endpoints (this is the 'bus', which is also
commonly referred to as the backbone, or trunk) – all data that
is transmitted between nodes in the network is transmitted over
this common transmission medium and is able to be received by
all nodes in the network virtually simultaneously
(disregarding propagation delays).
Note: The two endpoints of the common transmission medium
are normally terminated with a device called a terminator that
exhibits the characteristic impedance of the transmission medium
and which dissipates or absorbs the energy that remains in the
signal to prevent the signal from being reflected or propagated
back onto the transmission medium in the opposite direction,
which would cause interference with and degradation of the
signals on the transmission medium (See Electrical termination).
Distributed bus
The type of network topology in which all of the nodes of the
network are connected to a common transmission medium which
has more than two endpoints that are created by adding branches
to the main section of the transmission medium – the physical
distributed bus topology functions in exactly the same fashion as
the physical linear bus topology (i.e., all nodes share a common
transmission medium).
Notes:
1.) All of the endpoints of the common transmission medium are
normally terminated with a device called a 'terminator').
2.) The physical linear bus topology is sometimes considered to
be a special case of the physical distributed bus topology – i.e., a
distributed bus with no branching segments.
3.) The physical distributed bus topology is sometimes incorrectly
referred to as a physical tree topology – however, although the
physical distributed bus topology resembles the physical tree
28
Star topology
In local area networks with a star topology, each network host is
connected to a central hub. In contrast to the bus topology, the
star topology connects each node to the hub with a point-to-point
connection. All traffic that transverses the network passes through
the central hub. The hub acts as a signal booster or repeater. The
star topology is considered the easiest topology to design and
implement. An advantage of the star topology is the simplicity of
adding additional nodes. The primary disadvantage of the star
topology is that the hub represents a single point of failure.
Ring topology
Mesh topology
Partially connected
The type of network topology in which some of the nodes of
the network are connected to more than one other node in
the network with a point-to-point link – this makes it possible
to take advantage of some of the redundancy that is
provided by a physical fully connected mesh topology
without the expense and complexity required for a
connection between every node in the network.
Note: In most practical networks that are based upon the
physical partially connected mesh topology, all of the data
that is transmitted between nodes in the network takes the
shortest path (or an approximation of the shortest path)
between nodes, except in the case of a failure or break in
one of the links, in which case the data takes an alternative
path to the destination. This requires that the nodes of the
network possess some type of logical 'routing' algorithm to
determine the correct path to use at any particular time.
Network classification
The following list presents categories used for classifying
networks.
Connection method
Computer networks can be classified according to the hardware
and software technology that is used to interconnect the individual
devices in the network, such as optical fiber, Ethernet, Wireless
LAN, Home PNA, Power line communication or G.hn.
Ethernet uses physical wiring to connect devices. Frequently
deployed devices include hubs, switches, bridges and/or routers.
Wireless LAN technology is designed to connect devices without
wiring. These devices use radio waves or infrared signals as a
transmission medium. ITU-T G.hn technology uses existing home
33
Network Cables
and Cabling
Network cable is used to connect and transfer data between
computers and a network. There are different types
of networkcable, and the appropriate type to use will depend on
the structure and topology of your network. Different types of
cable are as follows;
Category 5 cable
Category 5 cable is a twisted pair high signal integrity cable type
often referred to as Cat5 or Cat-5. Most Category-5 cables
are unshielded, relying on the twisted pair design for noise
rejection. Category 5 has been superseded by the Category
5e specification. This type of cable is used in structured
cabling for computer networks such as Ethernet and ATM, and is
also used to carry many other signals such as telephony
and video.
Connectors and other information
The cable exists in both stranded and solid conductor forms. The
stranded form is more flexible and withstands more bending
without breaking and is suited for reliable connections
37
Characteristics
[5]
Characteristic impedance @ 100 ± 15 Ω
100 MHz
[5]
Nominal characteristic impedan 100 ±5 Ω
ce @ 100 MHz
[5]
DC-Loop resistance ≤ 0.188 Ω/m
[5]
Propagation speed 0.64 c
[5]
Propagation delay 4.80- ns/
5.30 m
[5]
Delay skew < 100 MHz < 0.20 ns/
m
[5]
Capacitance at 800 Hz 52 pF/
m
[6]
Inductance 525 nH/
m
39
[6]
Cutoff frequency 50323 Hz
[5]
Max tensile load, during 100 N
installation
[5]
Wire size AWG-
[7]
24 (0.20
5 mm² )
[5]
Insulation thickness 0.245 mm
[7]
Maximum current per 0.577 A
conductor
[5]
Temperature operating -55 to °C
+60
Patch cables
A patch cable connects two network devices. Patch cables are
typically CAT5 / CAT5e Ethernet cables linking a computer to a
nearby network hub, switch or router.
40
STANDARD LENGTHS
(Please select desired length)
1 Foot 2 Foot
3 Foot 5 Foot
6 Foot 7 Foot
10 Foot 14 Foot
25 Foot 50 Foot
75 Foot 100 Foot
Think of a fiber cable in terms of very long cardboard roll (from the
inside roll of paper towel) that is coated with a mirror on the
inside.
If you shine a flashlight in one end you can see light come out at
the far end - even if it's been bent around a corner.
There are three types of fiber optic cable commonly used: single
mode, multimode and plastic optical fiber (POF).
While fiber optic cable itself has become cheaper over time - a
equivalent length of copper cable cost less per foot but not in
capacity. Fiber optic cable connectors and the equipment needed
to install them are still more expensive than their copper
counterparts.
jump to single mode fiber page
Cable Specifications
Plastic Glass
Fiber - Fiber -
POF HCS
Core 980 µm 200 µm
diameter
Cladding 1000 µm 230 µm
diameter
Numeric 0.47 0.37
aperture
Bandwidt >= 5 MHz >= 10
h * 1 km MHz * 1
km
s
(2
by
te
s)
1 36 8 15 32 208µ
m Byte Mbit/s kb s
s s ec it/
s
(4
by
te
s)
0. 36 16 14 12 113µ
5 Byte Mbit/s 8 s
m s ec kb
s it/
s
(8
by
te
s)
2 Sta 16 11 8 330µ
m ndar Mbit/s 2 kb s
s d ec it/
Tele s
gra (2
m by
2,3, te
4 s)
54