Networking Definitions Flashcards
(34 cards)
ADJACENCY MATRIX
A square matrix showing the number of edges joining each pair of vertices in a graph
ADJACENT VERTICES
vertices that are joined by an edge
BRIDGES
an edge in a connected graph that, if removed, leaves the graph disconnected
CIRCUIT
is a walk that has no repeated edges and starts and ends at the same vertex
CLOSED SEQUENCE
a sequence that starts and finishes at the same vertex
CONNECTED GRAPHS
is when there is a path between every pair of vertices
CYCLE
is a walk that has no repeated vertices and starts and ends at the same vertex
DEGREE
the number of edges attached to a vertex. A loop counts as degree of 2
EDGE
a line joining one vertex to another or itself (loop)
EULERIAN CIRCUIT
is an Euler trail that starts and finishes at the same vertex. It must have an even degree at every vertex
EULERIAN TRAIL
passes along every edge once, starting at one vertex and finishing at another. A network must be connected and have exactly two vertices of odd degree, with the remaining vertices having even degree
EULERS FORMULA
is V + F = E + 2 relates the number of vertices, faces and edges in a connected graph
FACE
area in a graph that can only be reached by crossing an edge. The area surrounding a graph is a face
HAMILTONIAN CYCLE
a Hamilton path that starts and finishes at the same vertex
HAMILTONIAN PATH
passes through every VERTEX once, it may not use all edges
ISOLATED VERTEX
a vertex with no edges incident to it - ie a vertex on its own.
ISOMORPHIC GRAPHS
can look different but be the same. They have the same number of edges and vertices. Corresponding vertices have the same degree and the edges connect the same vertices
LOOP
an edge in a graph that joins a vertex to itself. Degree = 2. Edge = 1
MINIMUM SPANNING TREE
spanning tree of minimum length. For a given connected graph, there may be more than one minimum spanning tree
MULTIPLE EDGES
more than one edge connects the same two vertices in a graph
NETWORK
a weighted graph in which the weights are physical quantities (e.g. distance, time, cost)
OPEN SEQUENCE
a sequence that does not start and finish at the same vertex
PATH
is a walk with no repeated vertices or edges
PLANAR GRAPH
graph that can be drawn in such a way that no two edges intersect, except at the vertices.