
- DCN Tutorial
- Data Comm & Networks Home
- DCN - Overview
- DCN - Computer Network Types
- DCN - Network LAN Technologies
- DCN - Computer Network Topologies
- DCN - Computer Network Models
- DCN - Computer Network Security
- Physical Layer
- DCN - Physical Layer Introduction
- DCN - Digital Transmission
- DCN - Analog Transmission
- DCN - Transmission media
- DCN - Wireless Transmission
- DCN - Multiplexing
- DCN - Network Switching
- Data Link Layer
- DCN - Data Link Layer Introduction
- DCN - Error detection and Correction
- DCN - Data Link Control & Protocols
- Network Layer
- DCN - Network Layer Introduction
- DCN - Network Addressing
- DCN - Routing
- DCN - Internetworking
- DCN - Network Layer Protocols
- Transport Layer
- DCN - Transport Layer Introduction
- DCN - Transmission Control Protocol
- DCN - User Datagram Protocol
- Application Layer
- DCN - Application Layer Introduction
- DCN - Client-Server Model
- DCN - Application Protocols
- DCN - Network Services
- DCN Useful Resources
- DCN - Quick Guide
- DCN - Useful Resources
The Internet Layer in the TCP/IP Model
The Internet layer is responsible for logical transmission of data packets over the internet. It can be compared to the network layer of the OSI model.
The main functions of the internet layer are −
- It transmits data packets to the link layer.
- It routes each of the data packets independently from the source to the destination, using the optimal route.
- It reassembles the out-of-order packets when they reach the destination.
- It handles the error in transmission of data packets and fragmentation of data packets.
The protocols used in this layer are −
- Internet Protocol, IP − It is a connectionless and unreliable protocol that provides a best effort delivery service. It transports data packets called datagrams that travel over different routes across multiple nodes.
- Address Resolution Protocol, ARP −This protocol maps the logical address or the Internet address of a host to its physical address, as printed in the network interface card.
- Reverse Address Resolution Protocol, RARP − This is to find the Internet address of a host when its physical address is known.
- Internet Control Message Protocol, ICMP − It monitors sending the queries as well as the error messages.
- Internet Group Message Protocol, IGMP −It allows the transmission of a message to a group of recipients simultaneously.
The following diagram shows the network layer in the TCP/IP protocol suite −
- Related Articles
- The Transport Layer in TCP/IP Model
- The Application Layer in TCP/IP Model
- The Host-to-Network Layer in TCP/IP Model
- The TCP/IP Reference Model
- What is the TCP/IP Reference Model?
- Advantages and Disadvantages of the TCP/IP Model
- What are the functions of each layer in TCP/IP?
- OSI vs. TCP/IP Reference Model
- What is application layer protocols in TCP/IP?
- Explain the advantages and disadvantages of the TCP/IP model
- Difference between OSI and TCP/IP Reference Model
- Computer Networks – An Overview of TCP/IP Model
- TCP/IP in Computer Networking
- Explain the TCP Service Model in Computer Network
- TCP and UDP in Transport Layer

Advertisements