An independent study reference written by Dr Phuc V. Nguyen. It is not official subject material — for assessment requirements always follow your subject outline and vUWS.
Degree centrality
Degree centrality counts the ties an actor has. It is the simplest statement of position and often the most useful, because it captures direct activity and immediate exposure. Dividing by the largest number of ties anyone could have, which is , gives a normalised score between zero and one. That removes the mechanical size ceiling and nothing else, so comparing two networks still needs matched boundaries, the same relation and a size benchmark. On a directed relation, degree splits in two. In-degree counts ties received and usually reads as prestige or demand. Out-degree counts ties sent and usually reads as activity or effort. Degree is entirely local, so it sees the neighbourhood and nothing beyond it.
Why it matters
Degree is the headcount of your contacts. It answers one question well. If something starts with you, how many people does it reach in a single step. It says nothing about where those contacts then lead. A person with eight contacts who all know each other reaches eight people and stops. A person with three contacts in three different departments may reach the whole organisation.
Two employees each have a degree of 6 in the same advice network. One sits inside a single tight project team, the other has one contact in each of six departments. What follows?
Formulas
Worked examples
An operations manager wants to find the person whose absence would slow the team most, and starts by ranking everyone on degree in the running advice network.
Degree puts Ana first with three contacts. Ben, Cara, Dan and Eve tie on two, and Finn is last with one. The ranking is defensible and incomplete. Dan also has two contacts, yet Dan is the only route between the Ana-Ben-Cara group and the Eve-Finn side. If Dan takes leave the team splits in half. If Ben takes leave nothing disconnects. Degree cannot see that, because it never looks past the immediate neighbours. That is the gap betweenness fills.
A support desk logs which agent escalated which ticket to which colleague over a quarter. Management wants to identify subject-matter experts.
Out-degree counts escalations sent and identifies agents who ask for help most, which is a workload and training signal. In-degree counts escalations received and identifies the people the floor treats as experts. The two lists barely overlap. Ranking on total degree would put a busy agent who both asks and answers a lot at the top, and bury a quiet specialist who is escalated to constantly and never escalates. Here the direction is the finding.
Common mistakes
- ✗The highest-degree actor is the most important actor. Degree measures direct connection only. An actor with many ties inside one tight group can matter far less than an actor with few ties that span groups, which is why degree, closeness and betweenness are reported together.
- ✗Degree can be compared straight across two networks. Raw counts depend on network size and on how the relation was measured. A degree of eight in a 15-person team is near saturation, and a degree of eight in a 2,000-person firm is unremarkable. Normalise before comparing, then check that both studies drew the boundary the same way and measured the same relation, because scaling alone does not make two studies comparable.
- ✗In a directed network the total degree is enough. Adding ties sent to ties received produces a number in which the two meanings cancel out. Someone who asks 10 people for help and someone asked by 10 people share a total degree of 10 and occupy opposite positions.
- ✗A high average degree means a well-connected network. Averages hide the distribution. Many real networks have a few very high-degree actors and a long tail of low-degree ones, so the mean describes nobody. Look at the spread as well as the centre.
Revision bullets
- •Degree is the count of ties; normalised degree divides by n-1
- •Purely local: it sees the neighbourhood, never the wider structure
- •Directed networks split into in-degree (prestige) and out-degree (activity)
- •Raw degree is not comparable across sizes, and normalising alone does not make it so
- •Running example: Ana scores 3 divided by 5, or 0.6; Finn scores 0.2
Quick check
Two employees each have a degree of 6 in the same advice network. One sits inside a single tight project team, the other has one contact in each of six departments. What follows?
A consultancy reports that Team A is better connected than Team B because average degree is 7.2 against 4.1. Team A has 12 members and Team B has 90. The comparison is
Connected topics
More in Networks
Sources
- Freeman, L. C. "Centrality in Social Networks: Conceptual Clarification." Social Networks, 1(3), 215-239, 1978/79.Sets out degree, closeness and betweenness as three distinct answers to what centrality means, with the normalisations used here.
- Wasserman & Faust (1994), Ch. 5Wasserman, S., & Faust, K. Social Network Analysis: Methods and Applications. Cambridge University Press, 1994.Covers degree, in-degree and out-degree and their interpretation on directed relations.