ArticleslgStudy

computer science

Network calculus

Network calculus is a computer science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Network calculus rather than just read about it. In short: Network calculus is "a set of mathematical results which give insights into man-made systems such as concurrent programs, digital circuits and communication networks." Network calculus gives a theoretical framework for analysing performance guarantees in computer networks. As traffic flows through a network it is subject to constraints imposed by the system components, for example: data link capacity traffic shapers…

Network calculus — main illustration
Network calculus — illustration

Key takeaways

  • Network calculus belongs to computer science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Network calculus to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Network calculus from memory before moving on to harder problems.

Reference excerpt

Network calculus is "a set of mathematical results which give insights into man-made systems such as concurrent programs, digital circuits and communication networks." Network calculus gives a theoretical framework for analysing performance guarantees in computer networks. As traffic flows through a network it is subject to constraints imposed by the system components, for example:

data link capacity traffic shapers (leaky buckets) congestion control background traffic These constraints can be expressed and analysed with network calculus methods. Constraint curves can be combined using convolution under min-plus algebra. Network calculus can also be used to express traffic arrival and departure functions as well as service curves. The calculus uses "alternate algebras ... to transform complex non-linear network systems into analytically tractable linear systems." Currently, there exists two branches in network calculus: one handling deterministic bounded, and one handling stochastic bounds.

System modelling

Modelling flow and server In network calculus, a flow is modelled as cumulative functions A, where A(t) represents the amount of data (number of bits for example) sent by the flow in the interval [0,t). Such functions are non-negative and non-decreasing. The time domain is often the set of non negative reals.

A : R + → R + {\displaystyle A:\mathbb {R} ^{+}\rightarrow \mathbb {R} ^{+}}

∀ u , t ∈ R + : u < t ⟹ A ( u ) ≤ A ( t ) {\displaystyle \forall u,t\in \mathbb {R} ^{+}:u<t\implies A(u)\leq A(t)}

A server can be a link, a scheduler, a traffic shaper, or a whole network. It is simply modelled as a relation between some arrival cumulative curve A and some departure cumulative curve D. It is required that A ≥ D, to model the fact that the departure of some data can not occur before its arrival.

Modelling backlog and delay Given some arrival and departure curve A and D, the backlog at any instant t, denoted b(A,D,t) can be defined as the difference between A and D. The delay at t, d(A,D,t) is defined as the minimal amount of time such that the departure function reached the arrival function. When considering the whole flows, the supremum of these values is used.

b ( A , D , t ) := A ( t ) − D ( t ) {\displaystyle b(A,D,t):=A(t)-D(t)}

d ( A , D , t ) := inf { d ∈ R + s . t . D ( t + d ) ≥ A ( t ) } {\displaystyle d(A,D,t):=\inf \left\{d\in \mathbb {R} ^{+}~s.t.~D(t+d)\geq A(t)\right\}}

b ( A , D ) := sup t ≥ 0 { A ( t ) − D ( t ) } {\displaystyle b(A,D):=\sup _{t\geq 0}\left\{A(t)-D(t)\right\}}

d ( A , D ) := sup t ≥ 0 { inf { d ∈ R + s . t . D ( t + d ) ≥ A ( t ) } } {\displaystyle d(A,D):=\sup _{t\geq 0}\left\{\inf \left\{d\in \mathbb {R} ^{+}~s.t.~D(t+d)\geq A(t)\right\}\right\}}

In general, the flows are not exactly known, and only some constraints on flows and servers are known (like the maximal number of packet sent on some period, the maximal size of packets, the minimal link bandwidth). The aim of network calculus is to compute upper bounds on delay and backlog, based on these constraints. To do so, network calculus uses the min-plus algebra.

Min-plus Semiring Network calculus makes an intensive use on the min-plus semiring (sometimes called min-plus algebra). In filter theory and linear systems theory the convolution of two functions f {\displaystyle f} and g {\displaystyle g} is defined as

( f ∗ g ) ( t ) := ∫ 0 t f ( τ ) ⋅ g ( t − τ ) d τ {\displaystyle (f\ast g)(t):=\int _{0}^{t}f(\tau )\cdot g(t-\tau )d\tau }

… excerpt ends here. Continue reading the full article.

Illustrations

Network calculus: Horizontal and vertical deviation between arrival and departure cumulative curves
Horizontal and vertical deviation between arrival and departure cumulative curves
Network calculus: Sequence of two servers
Sequence of two servers

Worked examples

Example 1 — a first encounter with Network calculus

Start with the simplest possible case. Write down what Network calculus claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In computer science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Network calculus before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Network calculus ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Network calculus

In research
Network calculus appears in computer science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Network calculus in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Network calculus is common in secondary-school and first-year university syllabi. It links to neighbouring topics Computer network analysis, Network performance, so understanding it makes those chapters shorter.
In everyday life
Look for Network calculus outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Network calculus in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Network calculus means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Network calculus out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Network calculus in simple terms?

Network calculus is "a set of mathematical results which give insights into man-made systems such as concurrent programs, digital circuits and communication networks." Network calculus gives a theoretical framework for analysing performance guarantees in computer networks. As traffic flows through…

Why does Network calculus matter?

Because it connects several computer science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Network calculus?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Network calculus.

Tags

  • Computer network analysis
  • Network performance

Keep exploring