1 Introduction To Computer Networking 2022
1 Introduction To Computer Networking 2022
4
THE DISADVANTAGES (COSTS) OF
NETWORKING
¢ Network Hardware, Software and
Setup Costs
¢ Hardware and Software Management
and Administration Costs
¢ Undesirable Sharing
¢ Illegal or Undesirable Behavior
¢ Data Security Concerns
5
HISTORY OF NETWORKING
¢ By the 1970 host communication was being
advanced through new means of connecting
computers
¢ ARPANET (Advanced Research Project Agency
of the Unite States department of defense)
¢ To communicate each host was assigned unique
address and exchanged messages with the others
with the help of packet switching computers.
¢ It is the ancestor of the huge world wide
INTERNET.
6
ARPANET
7
FUNDAMENTAL NETWORK
CLASSIFICATION
8
Networks of Many Sizes
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 7
Clients and Servers
10
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 8
Peer-to-Peer
11
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 9
Components of a Network
There are three categories of network components:
§ Devices
§ Media
§ Services
12
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 10
End Devices
Some examples of end devices are:
§ Computers (work stations, laptops, file servers, web servers)
§ Network printers
§ VoIP phones
§ TelePresence endpoint
§ Security cameras
§ Mobile handheld devices (such as smartphones, tablets,
PDAs, and wireless credit card readers and barcode
scanners)
13
14
15
16
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 14
Types of Networks
The two most common types of network infrastructures are:
§ Local Area Network (LAN)
§ Wide Area Network (WAN).
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 16
Local Area Networks (LAN)
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 17
Wide Area Networks (WAN)
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 18
The Internet
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 19
Intranet and Extranet
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 20
Internet Access Technologies
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 21
Connecting Remote Users to the Internet
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 22
Connecting Businesses to the Internet
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 23
NETWORK SWITCHING
25
Circuit Switched Network
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 28
NETWORK TOPOLOGY
¢ A topology is a way of “laying out” the network.
Topologies can be either physical or logical.
¢ Physical topologies describe how the cables are
run.
¢ Logical topologies describe how the network
messages travel
28
Topology Diagrams
29
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 15
PHYSICAL STAR THAT OPERATE AS
LOGICAL RING
30
NETWORK TOPOLOGY (CONT.)
¢ Bus
¢ Star
¢ Ring
¢ Mesh
31
NETWORK TOPOLOGY (CONT.)
Bus
¢ A bus is the simplest physical topology. It consists of a
single cable that runs to every workstation
33
NETWORK TOPOLOGY (CONT.)
¢ Bus topology
34
NETWORK TOPOLOGY (CONT.)
Star Topology
¢ A physical star topology branches each network
device off a central device called a hub, making it
very easy to add a new workstation.
36
NETWORK TOPOLOGY (CONT.)
Ring
¢ A network topology that is set up in a
circular fashion in which data travels
around the ring in one direction and each
device on the right acts as a repeater to
keep the signal strong as it travels
38
NETWORK TOPOLOGY (CONT.)
¢ Ring Topology
39
NETWORK TOPOLOGY (CONT.)
Mesh
¢ The mesh topology is the simplest logical topology in terms of
data flow, but it is the most complex in terms of physical
design.
¢ It may not be able to take the direct route, but it can take
an alternate, indirect route. It is for this reason that the
mesh topology is still found in WANs to connect multiple
sites across WAN links. It uses devices called routers to
search multiple routes through the mesh and determine
the best path.
42
NETWORKS DEVICES
¢ Hub
¢ Bridge
¢ Routers
¢ Switch
¢ L3 Switch
43
NETWORKS DEVICES (CONT.)
Network Interface Card (NIC)
¢ NIC provides the physical interface between computer and
cabling.
REPEATERS
46
NETWORKS DEVICES (CONT.)
HUBS
48
NETWORKS DEVICES (CONT.)
BRIDGES
¢ They join similar topologies and are used to divide network
segments.
49
NETWORKS DEVICES (CONT.)
BRIDGES
50
NETWORKS DEVICES (CONT.)
SWITCH
¢ A network switch is a computer networking device that connects
network segments.
¢ It can also called as multi port bridge
¢ Network switches are capable of inspecting data packets as they are
received, determining the source and destination device of that packet,
and forwarding it appropriately.
¢ By delivering each message only to the connected device it was intended
for, a network switch conserves network bandwidth and offers generally
better performance than a hub.
¢ A vital difference between a hub and a switch is that all the nodes
connected to a hub share the bandwidth among themselves, while a device
connected to a switch port has the full bandwidth all to itself.
¢ For example, if 10 nodes are communicating using a hub on a 10-Mbps
network, then each node may only get a portion of the 10 Mbps if other
nodes on the hub want to communicate as well. .
¢ But with a switch, each node could possibly communicate at the full 10
51
Mbps.
NETWORKS DEVICES (CONT.)
SWITCH
52
NETWORKS DEVICES (CONT.)
ROUTERS
¢ A router, on the other hand, works at Layer 3 of the OSI model
(Network).
54
NETWORKS DEVICES (CONT.)
L3 SWITCHES
¢ What is L3 switch?
¢ Why we need L3 switches?
55