Networking Unit 3
Networking Unit 3
ARP Protocol
ICMP Protocol
Transport Layer
The transport layer is responsible for the reliability, flow control, and
correction of data which is being sent over the network.
The two protocols used in the transport layer are User Datagram
protocol and Transmission control protocol.
Application Layer
o An application layer is the topmost layer in the TCP/IP model.
It is horizontally
Approach It is vertically approached.
approached.
TCP/IP Applications
DHCP (Dynamic Host Configuration Protocol)
DNS (Domain Name System)
HTTP (Hypertext Transfer Protocol)
NBNS (NetBIOS Name Service)
SMTP (Simple Mail Transfer Protocol)
SNMP (Simple Network Management Protocol)
SNTP (Simple Network Time Protocol)
Telnet (Bi-directional serial text communication)
TFTP (Trivial File Transfer Protocol)
Dynamic Host Configuration Protocol (DHCP)
The dynamic host configuration protocol (DHCP) is the application
responsible for requesting and offering IP addresses. A
DHCP client automatically requests an IP address from a
DHCP server when a network is detected. A DHCP server typically runs
in a router and offers IP addresses to DHCP clients.
(SMTP)
Your embedded device can be configured to send emails. SMTP would
be used for this.
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.
IPv6 is based on IPv4 and stands for Internet Protocol version 6. It was
first introduced in December 1995 by Internet Engineering Task Force.
IP version 6 is the new version of Internet Protocol, which is way better
than IP version 4 in terms of complexity and efficiency. IPv6 is written
as a group of 8 hexadecimal numbers separated by colon (:). It can be
written as 128 bits of 0s and 1s.
IPv6 Address Format
Benefits of IPv6
The recent Version of IP IPv6 has a greater advantage over IPv4. Here
are some of the mentioned benefits:
Larger Address Space: IPv6 has a greater address space than IPv4,
which is required for expanding the IP Connected Devices. IPv6 has
128 bit IP Address rather and IPv4 has a 32-bit Address.
Improved Security: IPv6 has some improved security which is built in
with it. IPv6 offers security like Data Authentication, Data Encryption,
etc. Here, an Internet Connection is more secure.
Simplified Header Format: As compared to IPv4, IPv6 has a simpler
and more effective header Structure, which is more cost-effective
and also increases the speed of Internet Connection.
Prioritize: IPv6 contains stronger and more reliable support for QoS
features, which helps in increasing traffic over websites and
increases audio and video quality on pages.
Improved Support for Mobile Devices: IPv6 has increased and better
support for Mobile Devices. It helps in making quick connections
over other Mobile Devices and in a safer way than IPv4.
For more, you can refer to, the Advantages of IPv6.
Difference between IPv4 and IPv6
IPv4 IPv6
It Supports Manual
It supports Auto and renumbering address
and DHCP address
configuration
configuration
It can generate
The address space of IPv6 is quite large it can
4.29×109 address
produce 3.4×1038 address space
space
application protocol
Address
Address Representation of IPv6 is in
representation of
hexadecimal
IPv4 is in decimal
Fragmentation
performed by Sender In IPv6 fragmentation is performed only by the
and forwarding sender
routers
It has a broadcast
In IPv6 multicast and any cast message
Message
transmission scheme is available
Transmission Scheme
IPv4 consists of 4
fields which are IPv6 consists of 8 fields, which are separated
separated by by a colon (:)
addresses dot (.)
IPv4’s IP addresses
are divided into five
IPv6 does not have any classes of the IP
different classes.
address.
Class A , Class B, Class
C, Class Da , Class E.
Features of TCP
Advantages of TCP
Disadvantages of TCP
Features of UDP
Advantages of UDP
Disadvantages of UDP
TCP is reliable as it
The delivery of data to
guarantees the delivery of
Reliability the destination cannot
data to the destination
be guaranteed in UDP.
router.
There is no
Retransmission of lost retransmission of lost
Retransmiss
packets is possible in TCP, packets in the User
ion
but not in UDP. Datagram Protocol
(UDP).
Transmission Control User Datagram Protocol
Basis Protocol (TCP) (UDP)
UDP is used
TCP is used by HTTP,
by DNS, DHCP,
Protocols HTTPs, FTP, SMTP and Telnet
TFTP, SNMP, RIP,
.
and VoIP.