CNE Final
CNE Final
WASHIM
GUIDE HOD
O. P. Ghorsade Mr. U. A. Bagade
(Lecturer in Information Technology) (Information Technology)
PRINCIPAL
Dr. B. G. Gawalwad
(Government Polytechnic, Washim)
DEPARTMENT OF INFORMATION
TECHNOLOGY
A Micro-Project Report On :-
“IP Configuration for Data Transmission in Internet”
-: Submitted By :-
SR.
NAME ENROLL. NO.
NO.
1 Introduction to IP Configuration 1
2 IP Addressing 2
3 Subnetting 3
4 Default Gateway 5
5 DHCP
8
6 Static IP Addressing 11
7 DNS Configuration 12
8 IPv4 vs. IPv6 14
Introduction to IP Configuration
IP configuration, short for Internet Protocol configuration,
refers to the process of setting up network parameters that
enable devices to communicate with each other over the
Internet or a local network. IP configuration involves assigning
unique addresses to devices, specifying network settings, and
configuring routing information.
1
IP Addressing
Every device on a computer network, whether it's a
computer, smartphone, or server, is assigned a unique IP
address. IP addresses are used to identify devices and route
data packets to their intended destinations. IPv4 and IPv6 are
the two primary versions of the Internet Protocol used for IP
addressing.
IP addressing is a fundamental aspect of computer
networking that allows devices to communicate with each other
within a network and across the Internet. Here's an overview of
IP addressing.
2
Subnetting
Large networks are often divided into smaller subnetworks
called subnets. Subnetting helps organize network resources
efficiently and improves network performance. Each subnet is
identified by a subnet mask, which determines the range of IP
addresses within the subnet.
Subnetting is a technique used in computer networking to
divide a single, large network into smaller, more manageable
subnetworks called subnets. Subnetting offers several benefits,
including improved network performance, enhanced security,
and efficient allocation of IP addresses.
3
Uses of Subnetting
4
Default Gateway
5
When Default Gateway is Used:
6
How to Find Your Default Gateway:
1. In Windows:
In Windows, we can get our default gateway with Command
Prompt.
To access the command prompt click on start and search for
“CMD” and open.
In the command prompt window type “ipconfig” command
and press enter and you can see the Default Gateway in the
information generated by the command with the machine’s IP
address listed.
2. In Linux:
Open the terminal and use the command “ip route | grep
default “. It will locate the default gateway.
7
DHCP (Dynamic Host Configuration
Protocol)
8
Why Use DHCP?
Components of DHCP
The main components of DHCP include:
9
IP Address Pool: It is the pool or container of IP
Addresses possessed by the DHCP Server. It has a range of
addresses that can be allocated to devices.
Subnets: Subnets are smaller portions of the IP network
partitioned to keep networks under control.
Lease: It is simply the time that how long the information
received from the server is valid, in case of expiration of
the lease, the tenant must have to re-assign the lease.
DNS Servers: DHCP servers can also provide DNS
(Domain Name System) server information to DHCP
clients, allowing them to resolve domain names to IP
addresses.
Default Gateway: DHCP servers can also provide
information about the default gateway, which is the device
that packets are sent to when the destination is outside
the local network.
Options: DHCP servers can provide additional
configuration options to clients, such as the subnet mask,
domain name, and time server information.
Renewal: DHCP clients can request to renew their lease
before it expires to ensure that they continue to have a
valid IP address and configuration information.
Failover: DHCP servers can be configured for failover,
where two servers work together to provide redundancy
and ensure that clients can always obtain an IP address
and configuration information, even if one server goes
down.
Dynamic Updates: DHCP servers can also be configured
to dynamically update DNS records with the IP address of
DHCP clients, allowing for easier management of network
resources.
10
Static IP Addressing
In some cases, devices may require static (fixed) IP addresses
to maintain consistent connectivity. Static IP addressing
involves manually configuring the IP address, subnet mask,
default gateway, and DNS (Domain Name System) server
settings on each device.
DNS Terminology
The following is a list of important terms and concepts related
to the Domain Name System.
13
IPv4 vs. IPv6
While IPv4 is still widely used, the adoption of IPv6 is
increasing due to the depletion of available IPv4 addresses. IPv6
offers a much larger address space, which is necessary to
accommodate the growing number of devices connected to the
Internet.
IPv4
IPv4 address consists of two things that are the network
address and the host address. It stands for Internet Protocol
version four. It was introduced in 1981 by DARPA and was the
first deployed version in 1982 for production on SATNET and
on the ARPANET in January 1983.
IPv4 addresses are 32-bit integers that have to be
expressed in Decimal Notation. It is represented by 4 numbers
separated by dots in the range of 0-255, which have to be
converted to 0 and 1, to be understood by Computers. For
Example, An IPv4 Address can be written as 189.123.123.90.
15
Benefits of IPv6
The recent Version of IP IPv6 has a greater advantage over IPv4.
Here are some of the mentioned benefits:
16
Conclusion:
In conclusion, IP configuration is a crucial aspect of data
transmission in computer networks, enabling devices to
communicate effectively within a network and across the
Internet.
Reference:
https://www.geeksforgeeks.org/dynamic-host-configuration-
protocol-dhcp/
https://en.wikipedia.org/wiki/Dynamic_Host_Configuration_Prot
ocol
https://www.techtarget.com/searchnetworking/definition/DHCP
17