
- 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
Connectionless Services
A Connectionless service is a data communication between two nodes where the sender sends data without ensuring whether the receiver is available to receive the data. Here, each data packet has the destination address and is routed independently irrespective of the other packets. Thus the data packets may follow different paths to reach the destination. There’s no need to setup connection before sending a message and relinquish it after the message has been sent. The data packets in a connectionless service are usually called datagrams.
Protocols for connectionless services are −
- Internet Protocol (IP)
- User Datagram Protocol (UDP)
- Internet Control Message Protocol (ICMP)
Connectionless services may be of the following types −
- A datagram with Acknowledgement: e.g. text messages with delivery report
- Request-Reply: e.g. queries from remote databases
Advantages of Connectionless Services
- It has low overhead.
- It enables to broadcast and multicast messages, where the sender sends messages to multiple recipients.
- It is simpler and has low overhead.
- It does not require any time for circuit setup.
- In case of router failures or network congestions, the data packets are routed through alternate paths. Hence, communication is not disrupted.
Disadvantages of Connectionless Services
- It is not a reliable connection. It does not guarantee that there will not be a loss of packets, wrong delivery, out – of – sequence delivery or duplication of packets.
- Each data packet requires longer data fields since it should hold all the destination address and the routing information.
- They are prone to network congestions.
- Related Articles
- Distinguish between Connection-Oriented and Connectionless Service
- Connection-Oriented Services
- Python Binary Data Services
- Best Software Testing Services
- Organising Services for Rehabilitation
- Google Cloud Database Services
- Implementing services in Android?
- Implementation of connection-oriented services
- What is network services terminology?
- What are operating system services?
- 10 Best Software Testing Services
- Difference between Sales and Services
- What are the services of PGP?
- Difference between Microservices and Web Services
- Azure Cloud Services and Its Importance

Advertisements