Session 1: Networking Fundamentals
Session 1: Networking Fundamentals
Networking Fundamentals
Amit Kohli
1
Networking
2
Why network computers ?
•Resource sharing.
•High reliability.
•Saving money.
•Scalability.
•Communication medium.
3
Networking Overview
4
LAN technologies
Ethernet/IEEE 802.3
FDDI
5
Ethernet History
1970s – ALOHA
1973 – 2.94 Mbps CSMA/CD
1976 – Star Computer defined 10Mbps
Network
1979 – DIX Consortium
DEC- Transceiver
Intel – Controller Chips
Xerox – Ethernet
1980-83 – Standard Path from DIX – 802.3
6
History Contd..
7
ETHERNET
8
Ethernet Features
9
Ethernet Network Elements
10
The Ethernet LAN protocol was
originally developed to operate over
coaxial cables.
11
Unshielded Twisted Pair
12
There are 5 categories (levels) for UTP cable. These support
low-speed voice signals and high-speed LAN signals.
Category 5 UTP is the recommended minimum category for
LAN installations. It is well-suited to star topologies. The
following chart shows the specifications for each category:
13
Shielded Twisted Pair
Shielded twisted pair is a special kind of copper telephone wiring
used in some business installations. An outer covering or shield is
added to the ordinary twisted pair.
STP cable is also used for Data Networks. It originated with
IBM's Token-Ring networks. Its shielding allows greater
tolerances for protection from EMI interference, such as from
flourescent light fixtures and electric motors
14
Fiber Optic Cable
Fiber Optic cables are the latest
development in cabling
technology. They are
constructed from optical glass.
There is a central glass
filament, called the core, and
surrounding layers of cladding,
buffer coatings, strengthening
materials, and an outer jacket.
Information is transmitted by
wavelengths of light. This is
accomplished through devices
that convert electrical signals
into rapid pulses of either LED
or Laser light.
15
Basics of optical fiber transmission
16
Contd..
17
Fiber Types
18
Multi-Mode vs Single-Mode
Multi-Mode Single-Mode
Modes of light Many One
Distance Short Long
Bandwidth Low High
Typical Access Metro, Core
Application
19
What Are the Advantages of Fiber Optics?
20
What is a Network?
A network is a
collection of
computers, printers,
routers, switches, and
other devices that are
able to communicate
with each other over
some transmission
media
21
LAN , WAN, MAN, SAN
22
Local Area Networks (LAN)
23
LAN Infrastructure
Repeaters
Bridges
Hubs
Switches
Routers
24
LAN TOPOLOGIES
25
BUS Topology
Unidirectional links
connect the transmit
side of one device to
the receive side of
another device.
Devices transmit
frames to the next
device (downstream
member) in the ring.
27
STAR Topology
In a star topology, each station is connected to a
central hub or concentrator that functions as a
multi-port repeater.
Each station broadcasts to all of
the devices connected to
hub.
28
Sample LAN Implementation
Business Configuration
29
Wide Area Networks (WAN)
30
WAN Infrastructure
As with LANs, there are numerous devices associated
with data information flow across a WAN. Together,
these devices create the infrastructure of a functional
WAN.
Router
ATM Switch
Modem and CSU/DSU
Communication Server
Multiplexer
X.25/Frame Relay Switches
31
WAN TOPOLOGIES
32
Point-to-Point Topology
Point-to-point (dedicated)
line connects two devices,
one at each end of the line.
Line-sharing devices, such
as multiplexors, can be
attached at either end.
33
Point-to-Multipoint Topology
A point-to-multipoint
line connects a central
device to two or more
remote devices.
Point-to-multipoint lines
are capable of full-duplex
operation, but the
attached devices usually
operate in half-duplex
mode
34
Full Mesh Topology
B
A
35
Sample WAN Implementation
Business Configuration
36
MAN Dynamics
37
What is METRO Ethernet ?
38
Ethernet in the Metro
39
Advantage of 10GbE in the Metro
40
10 GbE Applications
41
42
43
44
45
46
47
Storage-Area Networks (SANs)
48
Storage-Area Networks (SANs)
A SAN is a dedicated,
high-performance
network used to move
data between servers and
storage resources.
Because it is a separate,
dedicated network, it
avoids any traffic conflict
between clients and
servers.
49
50
Network Hardware
51
OSI Model Layers
7 Application
HUB 6 Presentation
5 Session
4 Transport
An unintelligent network device that 3 Network
sends one signal to all of the stations 2 Data Link
connected to it. 1 Physical
All computers/devices are competing for
attention because it takes the data that
comes into a port and sends it out all the
other ports in the hub.
Traditionally, hubs are used for star
topology networks, but they are often
used with other configurations to make it
easy to add and remove computers
without bringing down
the network.
Resides on Layer 1 of the OSI model
52
4
Hub
5
2
3
6
1 single Segment
HUB
53
OSI Model Layers
Bridge 7 Application
6 Presentation
Connects two LANs and forwards or 5 Session
filters data packets between them. 4 Transport
Creates an extended network in which 3 Network
any two workstations on the linked 2 Data Link
LANs can share data.
Transparent to protocols and to 1 Physical
higher level devices like routers.
Forward data depending on the
Hardware (MAC) address, not the
Network address (IP).
Resides on Layer 2 of the OSI model.
54
OSI Model Layers
Switch 7 Application
Split large networks into small 6 Presentation
segments, decreasing the number of 5 Session
users sharing the same network 4 Transport
resources and bandwidth.
Helps prevent data collisions and 3 Network
reduces network congestion, 2 Data Link
increasing network performance. 1 Physical
Most home users get very little, if any,
advantage from switches, even when
sharing a broadband connection.
Resides on Layer 2/3 of the OSI
model.
55
Micro Segmentation
Switch
HUB HUB
56
Switch? Hub?
What’s the difference?
N x 10Mbps
10Mbps
(10 Mbps/port)
Shared
57
Switches are better than Bridges
10 Mbps
Workstation
Coaxial Cable
“shared” 34
31
BRIDGE 35
32
33 36
Segment 1 Segment 2
58
Switches are better than Hubs
10 Mbps
Workstation
UTP Cable
“dedicated” 34
31
35
32 SWITCH
33 36
N Segments N Segments
59
OSI Model Layers
Repeater 7 Application
6 Presentation
5 Session
Used to boost the signal between two 4 Transport
cable segments or wireless access points.
3 Network
Can not connect different network 2 Data Link
architecture. 1 Physical
Does not simply amplify the signal, it
regenerates the packets and retimes
them.
Resides on Layer 1 of the OSI model.
60
OSI Model Layers
Router 7 Application
6 Presentation
A device that connects any 5 Session
number of LANs. 4 Transport
Uses standardized protocols to move 3 Network
packets efficiently to their destination. 2 Data Link
More sophisticated than bridges, 1 Physical
connecting networks of different types (for
example, star and token ring)
Forwards data depending on the Network
address (IP), not the Hardware (MAC)
address.
61
Router Pictures
62
Router example
Router
Internet
To ISP
Building
Router
Switch
63
Network probes
64
Today's networks are complicated entities that must be managed
properly. You can't manage what you can't see, however, and network
probes provide that visibility.
A good probe provides accurate statistics concerning a network's
operation, such as traffic analysis and top users, applications and protocol
usage. Using this information, you can manage the network efficiently,
ensuring peak operation and performance.
It is important to utilize the correct type of probe. Many probes collect
only simple measurements or don't have capacity to store enough
collected data for meaningful analysis. You should select a probe that is
capable of collecting data at a level of detail that will indicate the true
overall performance of the link or segment of the network being
monitored and that has enough memory to store data for accurate
historical analysis.
Also make sure a probe is capable of collecting data even at the network's
near-saturation point, when visibility is most crucial. Some probes collect
data only up to 30% utilization of the network, leaving you vulnerable
when your network is in peak use.
65
66
Gateway
Examples..
A gateway may connect an AppleTalk network to nodes on a
DECnet network
A very popular example is connecting a Local Area Network or
Wireless LAN to the Internet or other Wide Area Network. In this
case the gateway connects an IPX/SPX (the LAN) to a TCP/IP
network (the Internet).
67
Connecting IP Networks
68
QoS Gateway
DiffServ
Server
computer
IntServ
Fax
PDA
1 2 3
4 5 6
7 8 9
* 8 #
HUB/MAU NIC
IP phone
% UTILIZATION
TAB
IEEE 802
QoS
GD RE I F
JA KB LC ENTER
RUN
M7 N8 O9 PRINT
GD GD GD HELP
BNC
4Mb/s GD T2 U3 ALPHA
V0 WX
. YZ SHIFT
embedded
70
These physical services contain the physical server's IP address and port. A
client sends a request to the virtual server, which in turn selects a physical
server in the server farm and directs this request to the selected physical
server. Load balancers are sometimes referred to as "directors"; while
originally a marketing name chosen by various companies, it also reflects
the load balancer's role in managing connections between clients and
servers.
Different virtual servers can be configured for different sets of physical
services, such as TCP and UDP services in general. Protocol- or
application-specific virtual servers that may be supported include HTTP,
FTP, SSL, SSL BRIDGE, SSL TCP, NNTP, SIP, and DNS.
The load balancing methods manage the selection of an appropriate
physical server in a server farm.
Load balancers also perform server monitoring of services in a web server
farm. In case of failure of a service, the load balancer continues to perform
load balancing across the remaining services that are UP. In case of failure
of all the servers bound to a virtual server, requests may be sent to a
backup virtual server (if configured) or optionally redirected to a
configured URL. For example, a page on a local or remote server which
provides information on the site maintenance or outage.
71
Among the server types that may be load balanced
are:
Server farms
Caches
Firewalls
Intrusion detection systems
SSL offload or compression appliances
Content Inspection servers (such as anti-virus, anti-
spam)
In Global Server Load Balancing (GSLB) the load
balancer distributes load to a geographically distributed
set of server farms based on health, server load or
proximity
72
Load Balancer features
73
NetBIOS
74
Host name vs. Net bios Name
75
End of Session 1
76
Questions
77