This document discusses different measures of centrality in networks: degree centrality, closeness centrality, and betweenness centrality. Degree centrality is a measure of how connected a node is based on its number of connections. Closeness centrality quantifies how close a node is to all other nodes based on the shortest path distances. Betweenness centrality measures the number of shortest paths that pass through a node, indicating its importance as an intermediary. The document also describes how to calculate centralization measures for networks based on these centrality metrics.