ArticleslgStudy

computer science

Temporal network

Temporal network 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 Temporal network rather than just read about it. In short: A temporal network, also known as a time-varying network, is a network whose links are active only at certain points in time. Each link carries information on when it is active, along with other possible characteristics such as a weight.

Temporal network — main illustration
Temporal network — illustration

Key takeaways

  • Temporal network 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 Temporal network to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Temporal network from memory before moving on to harder problems.

Reference excerpt

A temporal network, also known as a time-varying network, is a network whose links are active only at certain points in time. Each link carries information on when it is active, along with other possible characteristics such as a weight. Time-varying networks are of particular relevance to spreading processes, like the spread of information and disease, since each link is a contact opportunity and the time ordering of contacts is included. Examples include communication networks with short-lived links, such as phone calls or emails. Information and some computer viruses spread over such networks. Networks of physical proximity, encoding who encounters whom and when, can be represented as time-varying networks. Some diseases, such as airborne pathogens, spread through physical proximity. Real-world data on time resolved physical proximity networks has been used to improve epidemic modeling. Neural networks and brain networks can be represented as time-varying networks since the activation of neurons are time-correlated. Time-varying networks are characterized by intermittent activation at the scale of individual links. This is in contrast to various models of network evolution, which may include an overall time dependence at the scale of the network as a whole.

Applicability Time-varying networks are inherently dynamic, and used for modeling spreading processes on networks. Whether using time-varying networks will be worth the added complexity depends on the relative time scales in question. Time-varying networks are most useful in describing systems where the spreading process on a network and the network itself evolve at similar timescales. Let the characteristic timescale for the evolution of the network be t N {\displaystyle t_{N}} , and the characteristic timescale for the evolution of the spreading process be t P {\displaystyle t_{P}} . A process on a network will fall into one of three categories:

Static approximation – where t N ≫ t P {\displaystyle t_{N}\gg t_{P}} . The network evolves relatively slowly, so the dynamics of the process can be approximated using a static version of the network. Time-varying network – where t N ∼ t P {\displaystyle t_{N}\sim t_{P}} . The network and the process evolve at comparable timescales so the interplay between them becomes important. Annealed approximation – where t N ≪ t P {\displaystyle t_{N}\ll t_{P}} . The network evolves relatively rapidly, so the dynamics of the process can be approximated using a time averaged version of the network. The flow of data over the internet is an example for the first case, where the network changes very little in the fraction of a second it takes for a network packet to traverse it. The spread of sexually transmitted diseases is an example of the second, where the prevalence of the disease spreads in direct correlation to the rate of evolution of the sexual contact network itself. Behavioral contagion is an example of the third case, where behaviors spread through a population over the combined network of many day-to-day social interactions.

Representations There are three common representations for time-varying network data.

Contact sequences – if the duration of interactions are negligible, the network can be represented as a set C {\displaystyle C} of contacts ( i , j , t ) {\displaystyle (i,j,t)} where i {\displaystyle i} and j {\displaystyle j} are the nodes and t {\displaystyle t} the time of the interaction. Alternatively, it can be represented as an edge list E {\displaystyle E} where each edge e {\displaystyle e} is a pair of nodes and has a set of active times T e = { t 1 , … , t n } {\displaystyle T_{e}=\{t_{1},\ldots ,t_{n}\}} . Interval graphs – if the duration of interactions are non-negligible, T e {\displaystyle T_{e}} becomes a set of intervals over which the edge e {\displaystyle e} is active. T e = { ( t 1 , t 1 ′ ) , … , ( t n , t n ′ ) } {\displaystyle T_{e}=\{(t_{1},t_{1}'),\ldots ,(t_{n},t_{n}')\}}

Snapshots – time-varying networks can also be represented as a series of static networks, one for each time step.

Properties The measures used to characterize static networks are not immediately transferable to time-varying networks. See Path, Connectedness, Distance, Centrality. However, these network concepts have been adapted to apply to time-varying networks.

… excerpt ends here. Continue reading the full article.

Illustrations

Temporal network illustration

Worked examples

Example 1 — a first encounter with Temporal network

Start with the simplest possible case. Write down what Temporal network 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 Temporal network 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 Temporal network 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 Temporal network

In research
Temporal network 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 Temporal network 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
Temporal network is common in secondary-school and first-year university syllabi. It links to neighbouring topics Network theory, so understanding it makes those chapters shorter.
In everyday life
Look for Temporal network 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 Temporal network in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Temporal network 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 Temporal network out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Temporal network in simple terms?

A temporal network, also known as a time-varying network, is a network whose links are active only at certain points in time. Each link carries information on when it is active, along with other possible characteristics such as a weight.

Why does Temporal network 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 Temporal network?

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 Temporal network.

Tags

  • Network theory

Keep exploring