TCP/IP Protocol Suite and IP Addressing: Erkki Kukk University of Tartu, Estonia
TCP/IP Protocol Suite and IP Addressing: Erkki Kukk University of Tartu, Estonia
Erkki Kukk
University Of Tartu, Estonia
1
Introduction to TCP/IP
The U.S. DoD created the TCP/IP reference model
because it wanted a network that could survive any
conditions.
TCP/IP model has become the Internet standard.
Application Layer
Handles high-level protocols, issues of representation,
encoding, and dialog control.
3
Transport Layer
Five basic services:
Segmenting upper-layer application data
4
Internet Layer
IP is a connectionless,
unreliable, best-effort
delivery protocol.
As information flows
down the layers of the
OSI model; the data is
processed at each layer.
IP accepts whatever
data is passed down to it
from the upper layers.
6
Packet Propagation and Switching Within a Router
7
Network Access Layer
The network access layer is concerned with all of the issues that
an IP packet requires to actually make a physical link to the
network media.
It includes the LAN and WAN technology details, and all the
details contained in the OSI physical and data link layers.
8
IPv4 Addressing Overview
Subnet mask
9
IP Address
10
Every IP address has two parts:
1. Network
2. Host
IP addresses are divided into
classes A,B and C to define
large, medium, and small
networks.
The Class D address class
was created to enable
multicasting.
IETF reserves Class E
addresses for its own
research.
11
Reserved IP Addresses
12
IP Private Addresses
No two machines that connect to a public network can have the
same IP address because public IP addresses are global and
standardized
Private IP addresses are a solution to the problem of the
exhaustion of public IP addresses. Addresses that fall within
these ranges are not routed on the Internet backbone:
13
Subnet Mask Address
notation.
14
Establishing the Subnet Mask Address
15
Subnetting example
16
Variable-Length Subnet Mask - VLSM
VLSM allows you to use more than one subnet mask within
the same network address space - subnetting a subnet
S Subnet Add
0 207.21.24.0/27
1 207.21.24.32/27
2 207.21.24.64/27
6 207.21.24.192/27 ……..
Sub 6 207.21.24.216/30
Sub 7 207.21.24.220/30
17
Supernetting
18
Questions?
19