Internet Protocol Characteristics
Operates at network layer of OSI
Connectionless protocol
Packets treated independently
Hierarchical addressing
Best-effort delivery
No data-recovery features
© 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-1
Why IP Addresses?
They uniquely identify each device on an IP network.
Every host (computer, networking device, peripheral) must have
a unique address.
Host ID:
– Identifies the individual host
– Is assigned by organizations to individual devices
[Link]
© 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-2
IP PDU Header
© 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-3
IP Address Format: Dotted Decimal
Notation
The binary-to-decimal and decimal-to-
binary conversion will be detailed later
in this course.
© 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-4
IP Address Classes: The First Octet
© 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-5
IP Address Ranges
*127 (01111111) is a Class A address reserved for loopback testing and
cannot be assigned to a network.
© 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-6
Reserved Address
© 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-7
Public IP Addresses
© 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-8
Private IP Addresses
Class Private Address Range
A [Link] to [Link]
B [Link] to [Link]
C [Link] to 192.168.255
© 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-9
DHCP
© 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-10
DNS
Application specified in the TCP/IP suite
A way to translate human-readable names into IP addresses
© 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-11
Network Connection
© 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-12
ipconfig
© 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-13
Summary
IP network addresses consist of two parts: the network ID and the
host ID.
IPv4 addresses have 32 bits that are divided into octets and are
generally shown in dotted decimal form (for example,
[Link]).
When written in a binary format, the first bit of a Class A address
is always 0, the first 2 bits of a Class B address are always 10,
and the first 3 bits of a Class C address are
always 110.
© 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-15
Summary (Cont.)
Certain IP addresses (network and broadcast) are reserved and
cannot be assigned to individual network devices.
Internet hosts require a unique, public IP address, but private
hosts can have any valid private address that is unique within the
private network.
DHCP is used to assign IP addresses automatically, and also to
set TCP/IP stack configuration parameters such as the subnet
mask, default router, and DNS servers.
DNS is an application that is specified in the TCP/IP suite,
providing a means to translate human-readable names into IP
addresses.
© 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-16
Summary (Cont.)
Host provides tools that can be used to verify the IP address of
the host:
– Network connections
– IPCONFIG
© 2007 Cisco Systems, Inc. All rights reserved. ICND1 v1.0—1-17