SNA translates complex social ecosystems into graphs using three fundamental elements:
• Nodes (Vertices): The entities in the network (e.g., people, organizations, accounts, or web pages).
• Edges (Links/Ties): The connections between nodes (e.g., friendships, emails, transactions, or retweets).
o Undirected: Mutual connections (e.g., LinkedIn or Facebook friends).
o Directed: One-way connections (e.g., X/Twitter or Instagram followers).
o Weighted: Connections that carry numerical values representing frequency or intensity (e.g., number of messages exchanged).
• Centrality Metrics:
o Degree Centrality: Count of direct connections a node holds. Highlights the most popular entities.
o Betweenness Centrality: How often a node acts as a bridge along the shortest path between two other nodes. High-betweenness nodes act as gatekeepers or brokers.
o Closeness Centrality: How near a node is to all other nodes in the network, measuring speed of information spread.
Example
1: Information Diffusion & Fake News Tracking (Social Media)
• Context: Tracking how misinformation spreads across platforms like X (formerly Twitter) during critical events.
• SNA Approach: Analysts build a directed graph where users are nodes and retweets/quotes are edges.
• Key Findings:
o Echo Chambers: Community detection algorithms (e.g., Louvain) reveal dense, isolated clusters where users only share content with like-minded individuals.
o Super-Spreaders: Users with high eigenvector centrality (connected to other well-connected users) amplify misinformation exponentially, making them high-priority targets for account flagging or moderation.
2: Organizational Network Analysis (Corporate Operations)
• Context: A remote-first tech company experiencing slumping innovation and cross-departmental alignment.
• SNA Approach: Using anonymized metadata from Slack, email, and Jira, the HR team maps communication frequencies between teams.
• Key Findings:
o Silos: Marketing and Engineering were operating as disconnected subgraphs.
o Structural Holes & Gatekeepers: A single product manager held an exceptionally high betweenness centrality score. If that individual was sick or left the company, inter-departmental communication collapsed entirely.
o Action Taken: The company created cross-functional pods to bridge the structural gap and decentralize dependencies.
3: Fraud Detection in Banking (Financial Services)
• Context: Financial institutions detecting coordinated credit card or insurance fraud rings.
• SNA Approach: Constructing a weighted network linking accounts (nodes) by shared physical addresses, phone numbers, IP locations, or money transfers (edges).
• Key Findings:
o Hidden Rings: While individual transactions seemed legitimate, SNA revealed dense clusters of accounts cycling funds back and forth through a central intermediary (a "ring leader" with high closeness centrality).
o Action Taken: The bank flagged entire clusters automatically whenever a single node in the web engaged in a suspicious action.