Ch.2 - Networking Fundamentals: CCNA 1 Version 3.1 S.Kaloun
Ch.2 - Networking Fundamentals: CCNA 1 Version 3.1 S.Kaloun
2 – Networking Fundamentals
2
What is Networking?
3
The Evolution of Data networks
Becoming
obsolete Usually a LAN
connection
5
Networking devices
6
Repeaters
Switch
10
Network topologies
11
Network topologies
13
Ring Topology
• “A ring topology connects one host to the next and the last host to the first.
• This creates a physical ring of cable.”
14
Token Ring
15
Star Topology
19
Mesh Topology
21
Network protocols
010010100111000111010011100101001000111101 ...
• Protocol - Set of rules and conventions that govern a particular aspect of
how devices on a network communicate.
– Including: format, timing, sequencing, and error control in data
communication.
• Protocol suites are collections of protocols that enable network
communication from one host through the network to another host.
• Without protocols, the computer cannot make or rebuild the stream of
incoming bits from another computer into the original format.
22
Network protocols
Examples:
• Ethernet
• TCP/IP protocol suite
– IP
– TCP
– UDP
– ARP
23
Network Technologies
LANs
MANs
WANs
24
Local-area networks (LANs)
25
Wide-area networks (WANs)
27
Importance of bandwidth
• Available at http://www.thinkgeek.com
28
Analogies
29
Measurement
31
Throughput
32
Digital versus Analog
DTE DCE
PSTN
Dial-up network
digital analog
Modulation
DTE DCE
PSTN
Dial-up network
digital analog
Analog Signals
• A signal which is “analogous” to sound waves
• telephone lines are designed to carry analog signals
33
Digital and Analog Bandwidth
Digital bandwidth = the number of bits per second (bps) the circuit can
carry
• used in digital communications
• measure in bps
34
Sound Waves
35
OSI Model
36
ISO and the OSI Model
39
OSI Model
41
OSI layers
42
OSI Layer 1 – Physical Layer
43
Repeaters
100 M 100 M
NODE A REPEATER NODE B
46
Repeater: Layer 1 Device
Signal come in
… signal go out.
(after I amplify
it)
47
Hub
multiport repeaters
48
Hub: Layer 1 Device
49
OSI Layer 2 – Data Link Layer
50
Switches
54
Network Interface Card (NIC)
55
Network Interface Card (NIC)
57
Network Interface Card (NIC)
59
OSI Layer 3 – Network Layer
60
The Router
61
Router
62
Router
IMP
Juniper (Interface
Router Message
Processor)
64
Router
65
Devices and their layers
66
Ethernet and TCP/IP
Application Layer
Presentation Layer
Session Layer TCP/IP
Transport Layer
Network Layer
Data Link Layer
Physical Layer Ethernet
67
68
Peer-to-peer communications
• In order for data to travel from the source to the destination, each layer of the
OSI model at the source must communicate with its peer layer at the
destination.
• This form of communication is referred to as peer-to-peer.
• During this process, the protocols of each layer exchange information, called
protocol data units (PDUs).
• Each layer of communication on the source computer communicates with a
layer-specific PDU, and with its peer layer on the destination computer as
illustrated in Figure
69
TCP/IP model
70
TCP/IP model
Some of the common protocols specified by the TCP/IP reference model layers. Some
of the most commonly used application layer protocols include the following:
• File Transfer Protocol (FTP)
• Hypertext Transfer Protocol (HTTP)
• Simple Mail Transfer Protocol (SMTP)
• Domain Name System (DNS)
• Trivial File Transfer Protocol (TFTP)
71
OSI and TCP/IP
72
Detailed encapsulation process
Layer 2:
Network
Layer
010010100100100100111010010001101000… Layer 1: Physical
Layer
Let us focus on the Layer 2, Data Link, Ethernet Frame for
now.
75
This will make much more sense later!
76
Ch.2 – Networking Fundamentals