Ccna Chapter 2 Tcp Ip
Ccna Chapter 2 Tcp Ip
3
The TCP/IP Protocol Suite
The DoD and OSI models are alike in design and
concept and have similar functions in similar
layers.
4
Protocol Function
Telnet Telnet is a network protocol used to virtually access a
computer and to provide a two-way, collaborative and
text-based communication channel between two
machines. It follows a user command Transmission Control
Protocol/Internet Protocol (TCP/IP) networking protocol for
creating remote session.
Line Printer Daemon The Line Printer Daemon protocol/Line Printer
protocol Remote protocol (or LPD, LPR) is a network
LPD printing protocol for submitting print jobs to a remote printer.
DNS The Domain Name System (DNS) is the hierarchical and decentralized
naming system used to identify computers reachable through the Internet
or other Internet Protocol (IP) networks. The resource records contained
in the DNS associate domain names with other forms of information.
– Telnet
– FTP
– TFTP
– NFS
– SMTP
– LPD
– X Window
– SNMP
– DNS
– DHCP/BootP
8
Host to Host Layer
9
TCP
The figure shows the different fields
within the TCP header.
https://networklessons.com/cisco/ccie-routing-switching-written/tcp-header
10
UDP
This figure clearly illustrates UDP’s markedly low
overhead as compared to TCP’s hungry usage.
11
Key concepts of Host to Host
Protocols
TCP UDP
Sequenced Unsequenced
Reliable Unreliable
Connection-oriented Connectionless
Virtual circuit Low overhead
Acknowledgments No
acknowledgment
Windowing flow control No windowing or
flow control
12
Port Numbers
Port number examples for TCP and UDP
13
Key Protocols and Port
Numbers
TCP UDP
Telnet 23 SNMP 161
SMTP 25 TFTP 69
HTTP 80 DNS 53
FTP 21
DNS 53
HTTPS 443
14
Internet Layer
IP Header
15
Internet Layer
Protocol Field in IP Header
16
Internet Layer
Protocol Field in IP Header
IPv6 41
GRE 47
Layer 2 tunnel (L2TP) 115
17
Internet Layer
ICMP
Internet Control Message Protocol (ICMP)
works at the Network layer and is used by IP
for many different services.
19
Internet Layer
ARP
20
Internet Layer
RARP
21
IP Addressing
An IP address is a numeric identifier assigned
to each machine on an IP network.
22
IP Terminology
BIT: A bit is one digit, either a 1 or a 0.
23
Network Addressing
Subdividing an IP address into a network and node address is
determined by the class designation of one’s network. This figure
summarizes the three classes of networks
0-127
128 - 191
192-223
224 - 239
240 - 225
24
Private Addressing
25
Reserved Addressing
Address Function
Network address of all 0s Interpreted to mean “this network or
segment.”
Network address of all 1s Interpreted to mean “all networks.”
Network 127.0.0.1 Reserved for loopback tests.
Node address of all 0s Interpreted to mean “network address” or
any host on specified network.
Node address of all 1s Interpreted to mean “all nodes” on the
specified network
Entire IP address set to all 0s Used by Cisco routers to designate the
default route. Could also mean “any
network.”
Entire IP address set to all 1s (same as Broadcast to all nodes on the
current network; 255.255.255.255)
sometimes called an “all 1s broadcast” or
limited broadcast
26
Written Labs and Review
Questions
– Open your books and go through all the
written labs and the review questions.
– Review the answers in class.
27