Search this site
Embedded Files
CITSWORLD
  • Home
  • CSA
    • network
      • Network Architecture
      • Applications & Network Management:
      • Network Security
    • JAVA
      • Object Oriented Programming and JAVA Language
      • JAVA Program Flow Control
        • JAVA Number, Character and String Classes.
      • JAVA Classes, Overloading and Inheritance
      • Multithreading and Exception Handling in JAVA
      • Abstract Classes and Interfaces in JAVA
      • AWT
    • DBMS
      • Database Concepts
      • Queries
      • Joins and Functions
      • Stored Procedures, Triggers and Cursors
    • JavaScipt
      • Introduction to Java Script
  • Exam Preparation
    • CSA PRACTICES SET
      • CSA MOCK TEST
      • CSA MOCK TEST 2
      • csa mock test 3
      • CSA MOCK TEST 4
      • MOCK TEST CSA
      • Mock test CSA 6
    • SEWING TECHNOLOGY PRACTICE SET
      • mock test 1
      • mock test 2
      • mock test 3
      • mock test 4
      • mock test 5
      • mock test 6
      • Mock test 7
      • mock test 8
    • Training Methodology (POT)
      • pot test 1
      • POT Test 2
      • POT mock 3
  • CITS MOCK TEST
  • Study Material
    • How to Download Windows 10 ISO file
    • create a bootable USB flash drive
    • Lesson & Demo Plan Daily Dairy Formats
    • lesson plan ppt
  • Gallery
  • Training Methodology
    • Lesson & Demo Plan Daily Dairy Formats
    • Unit-1
    • Unit 2
    • Unit-3
    • Unit:-4
    • Unit:-5
    • Unit:-6
    • Unit:-7
  • Sewing Technology
    • Revision of the CTS contents. Concepts of Drafting, Pattern making, Grading
    • Trade Knowledge Role of CAD in garment industry.
  • Syllabus
    • Soft Skills
  • ...
CITSWORLD
  • Home
  • CSA
    • network
      • Network Architecture
      • Applications & Network Management:
      • Network Security
    • JAVA
      • Object Oriented Programming and JAVA Language
      • JAVA Program Flow Control
        • JAVA Number, Character and String Classes.
      • JAVA Classes, Overloading and Inheritance
      • Multithreading and Exception Handling in JAVA
      • Abstract Classes and Interfaces in JAVA
      • AWT
    • DBMS
      • Database Concepts
      • Queries
      • Joins and Functions
      • Stored Procedures, Triggers and Cursors
    • JavaScipt
      • Introduction to Java Script
  • Exam Preparation
    • CSA PRACTICES SET
      • CSA MOCK TEST
      • CSA MOCK TEST 2
      • csa mock test 3
      • CSA MOCK TEST 4
      • MOCK TEST CSA
      • Mock test CSA 6
    • SEWING TECHNOLOGY PRACTICE SET
      • mock test 1
      • mock test 2
      • mock test 3
      • mock test 4
      • mock test 5
      • mock test 6
      • Mock test 7
      • mock test 8
    • Training Methodology (POT)
      • pot test 1
      • POT Test 2
      • POT mock 3
  • CITS MOCK TEST
  • Study Material
    • How to Download Windows 10 ISO file
    • create a bootable USB flash drive
    • Lesson & Demo Plan Daily Dairy Formats
    • lesson plan ppt
  • Gallery
  • Training Methodology
    • Lesson & Demo Plan Daily Dairy Formats
    • Unit-1
    • Unit 2
    • Unit-3
    • Unit:-4
    • Unit:-5
    • Unit:-6
    • Unit:-7
  • Sewing Technology
    • Revision of the CTS contents. Concepts of Drafting, Pattern making, Grading
    • Trade Knowledge Role of CAD in garment industry.
  • Syllabus
    • Soft Skills
  • ...
  • More
    • Home
    • CSA
      • network
        • Network Architecture
        • Applications & Network Management:
        • Network Security
      • JAVA
        • Object Oriented Programming and JAVA Language
        • JAVA Program Flow Control
          • JAVA Number, Character and String Classes.
        • JAVA Classes, Overloading and Inheritance
        • Multithreading and Exception Handling in JAVA
        • Abstract Classes and Interfaces in JAVA
        • AWT
      • DBMS
        • Database Concepts
        • Queries
        • Joins and Functions
        • Stored Procedures, Triggers and Cursors
      • JavaScipt
        • Introduction to Java Script
    • Exam Preparation
      • CSA PRACTICES SET
        • CSA MOCK TEST
        • CSA MOCK TEST 2
        • csa mock test 3
        • CSA MOCK TEST 4
        • MOCK TEST CSA
        • Mock test CSA 6
      • SEWING TECHNOLOGY PRACTICE SET
        • mock test 1
        • mock test 2
        • mock test 3
        • mock test 4
        • mock test 5
        • mock test 6
        • Mock test 7
        • mock test 8
      • Training Methodology (POT)
        • pot test 1
        • POT Test 2
        • POT mock 3
    • CITS MOCK TEST
    • Study Material
      • How to Download Windows 10 ISO file
      • create a bootable USB flash drive
      • Lesson & Demo Plan Daily Dairy Formats
      • lesson plan ppt
    • Gallery
    • Training Methodology
      • Lesson & Demo Plan Daily Dairy Formats
      • Unit-1
      • Unit 2
      • Unit-3
      • Unit:-4
      • Unit:-5
      • Unit:-6
      • Unit:-7
    • Sewing Technology
      • Revision of the CTS contents. Concepts of Drafting, Pattern making, Grading
      • Trade Knowledge Role of CAD in garment industry.
    • Syllabus
      • Soft Skills
    • ...

UDP - TCP- Congestion Control – Presentation aspects.

User Datagram Protocol (UDP)

Transmission Control Protocol(TCP)


TCP UDP.pdf
tcp/udp.pdf

Congestion Control

Congestion control in computer networks is a set of techniques and strategies used to manage and relieve network congestion, ensuring that the network operates efficiently and effectively even during periods of high traffic. 

Congestion can happen when the demand for network resources, such as bandwidth and processing capacity, exceeds the available supply, leading to degraded performance, increased latency, and packet loss. 

Here are some key aspects of congestion control in network environment


1.Traffic Policing and Shaping

    • Traffic Policing- Network devices, such as routers and switches, can enforce traffic limits by discarding or marking packets that exceed specified rate limits. This prevents excessive traffic from entering the network.

    • Traffic Shaping Rather than discarding excessive traffic, traffic shaping smooths out traffic bursts by buffering and releasing packets at a controlled rate. This helps in avoiding sudden spikes in network congestion.

2.Quality of Service (QoS)

    • QoS mechanisms prioritize certain types of traffic over others based on predefined rules. This ensures that critical or real-time traffic (e.g., VoIP, video conferencing) receives better treatment than less time-sensitive traffic.

3.Window-Based Congestion Control (TCP)

    • In the Transmission Control Protocol (TCP), which is widely used for reliable data transmission, window-based congestion control mechanisms adjust the rate at which a sender transmits data based on feedback from the network.

    • TCP uses techniques like the Slow Start, Congestion Avoidance, and Fast Recovery algorithms to dynamically adapt the sender's transmission rate to the network's congestion level.

4.Explicit Congestion Notification (ECN):

    • ECN allows routers to mark packets as they pass through congested areas of the network. The sender receives this feedback and can adjust its transmission rate accordingly, avoiding further congestion.

5.Random Early Detection (RED) and Active Queue Management (AQM):

    • RED is a queue management algorithm that helps routers manage congestion by dropping or marking packets when the queue length exceeds a certain threshold. This encourages sources to reduce their sending rates.

    • AQM extends RED by actively managing the queue length to maintain an optimal balance between low latency and high throughput.

6.Load Balancing:

    • Distributing incoming network traffic across multiple paths or resources helps prevent any single point of congestion. Load balancers ensure that no individual component becomes overwhelmed.

7.Multipath Routing

    • Using multiple paths for data transmission can help avoid congestion on a single path. Multipath routing algorithms dynamically select paths based on current network conditions.

8.Congestion-Aware Routing:

    • Some routing algorithms take congestion into account when selecting paths for data transmission. They avoid routes with high congestion and prefer paths with lower traffic loads.

9.Feedback Mechanisms:

    • Congestion control often relies on feedback from routers, switches, and endpoints to adjust transmission rates and routing decisions.

10.Network Monitoring and Measurement:

  • Monitoring tools continuously assess network performance and congestion levels. This data is crucial for making informed decisions about congestion control strategies.


Congestion control is a complicated and ongoing challenge in network engineering. 

Effective congestion control mechanisms ensure that networks can handle varying levels of traffic while providing a consistent, reliable experience for users and applications.

CSA-Congestion Control.pdf

This article is contributed by Abhay Mishra. If you like citsworld and would like to contribute, you can also write an article and mail your article to abhaymishra0001@hotmail.com.


FacebookInstagramYouTubeTwitterFacebook
Copyright © 2024 Terms Feed®. All rights reserved 
Google Sites
Report abuse
Page details
Page updated
Google Sites
Report abuse