+ All Categories
Home > Documents > Introduction to Ipv4 Addressing Scheme

Introduction to Ipv4 Addressing Scheme

Date post: 31-Dec-2015
Category:
Upload: odanbgh2216
View: 39 times
Download: 0 times
Share this document with a friend
Description:
Introduction to Ipv4 Addressing Scheme
Popular Tags:
17
INTRODUCTION TO INTERNET PROTOCOL (IP) ADDRESSING SCHEME
Transcript
Page 1: Introduction to Ipv4 Addressing Scheme

INTRODUCTION TO INTERNET PROTOCOL (IP)

ADDRESSING SCHEME

Page 2: Introduction to Ipv4 Addressing Scheme

INTRODUCTIONOne of the most important aspects of communications on an Internetwork is

the logical addressing scheme.

IP addressing is the method used to identify hosts and network devices. The

number of hosts connected to the Internet continues to grow, and the IP

addressing scheme has had to be adapted to cope with this growth.

In order to send and receive messages on an IP network, every network host

must be assigned a unique 32 bit IP address. Because large binary numbers

are difficult for humans to read and understand, IP addresses are usually

displayed in dotted-decimal notation. In dotted-decimal notation, each of the

four octets is converted to a decimal number separated by a decimal point.

For example, the IP address:

11000000.10101000.00000001.01101010 is represented as 192.168.1.106 in

dotted decimal notation.

Page 3: Introduction to Ipv4 Addressing Scheme

IMPORTANCE OF INTERNET PROTOCOL (IP)

The IP protocol is one of a group of protocols that are collectively referred to

as TCP/IP (Transmission Control Protocol / Internet Protocol). The Internet

Protocol (IP) uses packets to carry data.

Each IP packet must contain a valid source and destination IP address.

Without valid address information, packets sent will not reach the destination

host. Return packets will not make it back to the original source.

IP defines the structure of the source and destination IP addresses. It

specifies how these addresses are used in routing of packets from one host or

network to another.

Page 4: Introduction to Ipv4 Addressing Scheme

IMPORTANCE OF INTERNET PROTOCOL (IP)

An IP packet has a header at the beginning which contains the source and

destination IP addresses. It also contains control information that describes

the packet to network devices, such as routers, it passes through and also

helps to control its behaviour on the network. The IP packet is sometimes

referred to as a datagram.

IP addresses must be unique on the Internet. There are organizations

responsible for controlling the distribution of IP addresses so that there is no

duplication. ISPs obtain blocks of IP addresses from a local, national or

regional Internet registry (RIR). It is the responsibly of the ISPs to manage

these addresses and assign them to end users.

Page 5: Introduction to Ipv4 Addressing Scheme

IP ADDRESS STRUCTUREAn IP address is simply a series of 32 binary bits (ones and zeros). It is very difficult for

humans to read a binary IP address. For this reason, the 32 bits are grouped into four

8-bit bytes called octets. An IP address in this format is hard for humans to read, write

and remember. To make the IP address easier to understand, each octet is presented

as its decimal value, separated by a decimal point or period. This is referred to as

dotted-decimal notation.

When a host is configured with an IP address, it is entered as a dotted decimal number

such as 192.168.1.5. Imagine if you had to enter the 32-bit binary equivalent of this-

11000000101010000000000100000101. If just one bit was mistyped, the address

would be different and the host may not be able to communicate on the network.

The 32-bit IP address is defined with IP version 4 (IPv4) and is currently the most

common form of IP address on the Internet. There are over 4 billion possible IP

addresses using a 32-bit addressing scheme.

Page 6: Introduction to Ipv4 Addressing Scheme

IP ADDRESS STRUCTURE

Page 7: Introduction to Ipv4 Addressing Scheme

PARTS OF AN IP ADDRESS

Page 8: Introduction to Ipv4 Addressing Scheme

HOW IP ADDRESSES AND SUBNET MASKS INTERACT

Page 9: Introduction to Ipv4 Addressing Scheme

IP ADDRESS CLASSES AND DEFAULT SUBNET MASKS

Page 10: Introduction to Ipv4 Addressing Scheme

TYPES OF IP ADDRESSES: PUBLIC AND PRIVATE IP ADDRESS

Page 11: Introduction to Ipv4 Addressing Scheme

TYPES OF IP ADDRESSES: PUBLIC AND PRIVATE IP ADDRESS

Page 12: Introduction to Ipv4 Addressing Scheme

TYPES OF IP ADDRESSES: UNICAST, BROADCAST AND MULTICAST ADDRESS

Page 13: Introduction to Ipv4 Addressing Scheme

TYPES OF IP ADDRESSES: UNICAST, BROADCAST AND MULTICAST ADDRESS

Page 14: Introduction to Ipv4 Addressing Scheme

TYPES OF IP ADDRESSES: UNICAST, BROADCAST AND MULTICAST ADDRESS

Page 15: Introduction to Ipv4 Addressing Scheme

HOW IP ADDRESSES ARE OBTAINED

Page 16: Introduction to Ipv4 Addressing Scheme

HOW IP ADDRESSES ARE OBTAINED

Page 17: Introduction to Ipv4 Addressing Scheme

HOW IP ADDRESSES ARE OBTAINED


Recommended