3 | network properties and types Flashcards
What do network properties do?
4 examples of network properties?
Network properties measure certain aspects of the network
Examples:
- order (number of nodes)
- size (number of edges)
- diamater
- chromatic number
Does a network property depend on the particular drawing of a graph? If so/not, what is this quality known as?
A network property does not depend on the particular drawing of the graph
β> this is why it is also called a network invariant
Mathematically: property is preserved in an isomorphic network
What is a graph (network) isomorphism?
Two graph πΊ and π» are isomorphic if
- there is a bijection (one-to-one mapping) π: π(πΊ) β π(π»)
- such that {π’, π£} β πΈ(πΊ) if and only if {π(π’), π(π£)} β πΈ(π»)
What classifications of network properties are there?
Properties can be classified into:
- local
- global
- local-global
What are the criteria for determining the classification of a network property?
Criteria for classification:
- does it pertain to:
- a subset of nodes or edges VS
- the entire network
- information needed to calculate/determine the property:
- only local information about node/edge VS
- global information about the entire network
What is a local network property?
(network classification)
A local property:
- pertains to: a subset of nodes / edges
- requires information for calculation: subset only
What is a global network property?
(network classification)
Global property:
- pertains to: the entire network
- required information for calculation: entire network
What is a local-global property?
(network classification)
Local-global property
- pertains to: a subset of nodes / edges
- required information for calculation: entire network
What is meant by the degree of a node in an undirected graph?
Given an undirected graph πΊ:
- degree of node π’ is the number of edges incident on π’.
- degree is denoted by π(π’)
What is meant by the degree of a node in a directed graph?
In a directed graph πΊ:
- indegree of node π’, d-(u) = number of incoming edges
- outdegree of node π’, d+(u) = number of outgoing edges.
In a directed graph πΊ, what is d-(u)?
indegree of node π’ = number of incoming edges
In a directed graph πΊ, what is d+(u) ?
outdegree of node π’ = number of outgoing edges
If d-(u) = 0 then u is a _______.
source (no incoming edges)
If d+(u) = 0 then u is a _______.
sink (no outgoing edges)
A node that is neither a source nor sink is ________.
internal