0% found this document useful (0 votes)
36 views2 pages

Network Graph Terminology Explained

The document defines various terms used in network graphs including nodes, paths, degrees of nodes, trees, tree branches, loops, and cut-sets. It also discusses properties of trees including the number of branches for a given number of nodes and the absence of closed paths in trees.

Uploaded by

npavank
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
36 views2 pages

Network Graph Terminology Explained

The document defines various terms used in network graphs including nodes, paths, degrees of nodes, trees, tree branches, loops, and cut-sets. It also discusses properties of trees including the number of branches for a given number of nodes and the absence of closed paths in trees.

Uploaded by

npavank
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

1.

Introduction: When all the elements in a network are replaces by lines with circles or dots at both
ends, configuration is called the graph of the network.
A. Terminology used in network graph:-

(i) Path:-A sequence of branches traversed in going from one node to another is called a path.

(ii) Node:-A node point is defined as an end point of a line segment and exits at the junction
between two branches or at the end of an isolated branch.
(iii) Degree of a node:- It is the no. of branches incident to it.

2-degree3-degree

(iv) Tree:- It is an interconnected open set of branches which include all the nodes of the given
graph. In a tree of the graph there can‟tbe any closed loop.
(v) Tree branch(Twig):- It is the branch of a tree. It is also named as twig.

(vi) Tree link (or chord):-It is the branch of a graph that does not belong to the particular
tree.
(vii) Loop:- This is the closed contour selected in a graph.

(viii) Cut-Set:- It is that set of elements or branches of a graph that separated two parts of a
network. If any branch of the cut-set is not removed, the network remains connected. The
term cut-set is derived from the property designated by the way by which the network can be
divided in to two parts.

1
(ix) Tie-Set:- It is a unique set with respect to a given tree at a connected graph containing on
chord and all of the free branches contained in the free path formed between two vertices of
the chord.
(x) Network variables:- A network consists of passive elements as well as sources of energy . In
order to find out the response of the network the through current and voltages across each
branch of the network are to be obtained.
(xi) Directed(or Oriented) graph:- A graph is said to be directed (or oriented ) when all the
nodes and branches are numbered or direction assigned to the branches by arrow.
(xii) Sub graph:- A graph said to be sub-graph of a graph G if every node of is a node
of G and every branch of is also a branch of G.
(xiii) Connected Graph:- When at least one path along branches between every pair of a graph
exits , it is called a connected graph.
(xiv) Incidence matrix:- Any oriented graph can be described completely in a compact matrix
form. Here we specify the orientation of each branch in the graph and thenodes at which
this branch is incident. This branch is called incident matrix. When one row is completely
deleted from the matrix the remainingmatrix is called a reduced incidence matrix.
(xv) Isomorphism:- It is the property between two graphs so that both have got same
incidence matrix.
B. Relation between twigs and links-

Let N=no. of nodes

L= total no. of links

B= total no. of branches


No. of twigs= N-1
Then, L= B-(N-1)

C. Properties of a Tree-

(i) It consists of all the nodes of the graph.

(ii) If the graph has N nodes, then the tree has (N-1) branch.

(iii) There will be no closed path in a tree

(iv) There can be many possible different trees for a given graph depending on the no. of
nodes and branches.

Common questions

Powered by AI

A sub-graph is derived from a larger graph by including a subset of its nodes and the branches connecting them. In network analysis, sub-graphs help decompose complex networks into manageable parts, facilitating detailed analysis such as localized behavior, fault isolation, and optimization tasks. This decomposition enables targeted interventions or enhancements without the need for complete network overhauls, streamlining problem-solving processes .

An incidence matrix provides a compact representation of a directed graph, detailing how branches are incident to nodes. By reflecting branch orientations and node connections, it allows for efficient analysis of network properties such as connectivity and flow paths. This matrix is crucial for understanding the underlying structure and dynamics of the network, serving as a basis for algorithms and theorems that deal with network properties .

In constructing a network tree, nodes represent connection points, twigs are the branches that interconnect all nodes without forming loops, and links (or chords) are the branches that do not belong to the tree itself. Mathematically, the number of twigs in a tree is given by (N-1), where N is the number of nodes. The formula L = B - (N-1) expresses the number of links L, where B is the total number of branches .

In graph theory, if a graph has N nodes, then a tree will consist of exactly (N-1) branches. This relationship ensures that all nodes are connected without forming cycles. This property is essential because it defines the minimal configuration needed to interconnect a set of nodes, providing the foundational structure for complex analyses and optimizations in network design .

A network graph is formed by replacing all elements in a network with lines that have circles or dots at both ends. Key components include nodes, branches, paths, loops, trees, tree branches (twigs), tree links (chords), cut-sets, tie-sets, and directed graphs. Nodes act as endpoints for branches, which are the line segments. Paths are sequences of branches between nodes. Trees provide an interconnected open set of branches including all nodes, but without closed loops. Cut-sets divide the network into two parts, and tie-sets are unique to the graph tree's configuration. Directed graphs have numbered or directed branches .

A cut-set is a set of branches that, if removed, would divide the network into two disconnected parts. Every branch in a cut-set is essential for maintaining the network's overall connectivity. Removing even a single branch from a cut-set disrupts this, leading to the separation of the network into distinct segments, thereby losing the potential for interactions between these segments .

A connected graph is characterized by having at least one path between every pair of nodes, ensuring there's no isolation within the network. This differs from disconnected graphs, which have at least one pair of nodes with no path connecting them. In network theory, the definition of connectedness is crucial as it ensures communication or flow can occur throughout the network without obstruction, which is a fundamental consideration in the design and analysis of network systems .

Isomorphism in graphs indicates that two graphs have the same incidence matrix, suggesting they are equivalent in structure even if visually distinct. This implies that if you can find an isomorph between two network structures, analyses and results applicable to one can be directly translated or utilized for the other, facilitating the study of complex networks by reducing them to simpler, known structures .

Different trees can be constructed from a single graph depending on which branches (twigs) are selected while ensuring no closed loops, and all nodes remain connected. Variations arise from the choice and arrangement of twigs and links, affected by the number of nodes and total branches. The selection process allows for multiple configurations, each providing potentially different network traversal scenarios .

A tie-set is a unique set associated with a graph's tree that contains one chord and all branches in the free path formed between two vertices of that chord. In electrical circuits, tie-sets are crucial for systematically deriving loop equations, which are fundamental for analyzing circuit currents and voltages, as they help determine independent loops that can facilitate easier computation of circuit parameters .

You might also like