
- 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
What is load shedding in computer networks?
The presence of congestion means the load is greater than the resources available over a network to handle. Generally we will get an idea to reduce the congestion by trying to increase the resources or decrease the load, but it is not that much of a good idea.
There are some approaches for congestion control over a network which are usually applied on different time scales to either prevent congestion or react to it once it has occurred.
Now let us see one of the techniques for congestion control which is termed as load shedding −
Load Shedding
It is one of the approaches to congestion control. Router contains a buffer to store packets and route it to destination. When the buffer is full, it simply discards some packets. It chooses the packet to be discarded based on the strategy implemented in the data link layer. This is called load shedding
Load shedding will use dropping the old packets than new to avoid congestion. Dropping packets that are part of the difference is preferable because a future packet depends on full frame.
To implement an intelligent discard policy, applications must mark their packets to indicate to the network how important they are. When packets have to be discarded, routers can first drop packets from the least important class, then the next most important class, and so on.
Advantages
The advantages of load shedding are given below −
It can be used in detection of congestion.
It can recover from congestion.
It reduces the network traffic flow.
Synchronised flow of packets across a network.
Removes the packets before congestion occurs.
Disadvantages
The disadvantages of load shedding are given below −
Packets get lost because of discarding by the router.
If buffer size is less it results in more packets to get discarded.
Cannot ensure congestion avoidance.
Overhead for the router to always keep on checking whether the buffer is full.
- Related Articles
- What is IPsec in computer networks?
- What is NAT in computer networks?
- What is Tunnelling in Computer Networks?
- What is bit stuffing in computer networks?
- What is byte stuffing in computer networks?
- What is Hybrid Topology in Computer Networks?
- What is baseband transmission in computer networks?
- What is Traffic Throttling in computer networks?
- What is Pure ALOHA in computer networks?
- What is slotted ALOHA in computer networks?
- What is Ethernet evolution in computer networks?
- What is Attenuation Distortion in computer networks?
- What is Delay distortion in computer networks?
- What is Sybil Attack in Computer Networks?
- What is Blocking Networks and Non-Blocking Networks in Computer Architecture?
