Network terminology

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/30

flashcard set

Earn XP

Description and Tags

definitions

Last updated 2:09 AM on 3/25/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

31 Terms

1
New cards

Vertices/Nodes

Points on a network/graph

<p>Points on a network/graph </p>
2
New cards

Faces/Regions

The areas bounded by edges in a graph or network, representing distinct regions within the structure.

3
New cards

Edges

The lines connecting vertices/nodes in a graph or network, representing relationships or connections between them.

<p>The lines connecting vertices/nodes in a graph or network, representing relationships or connections between them. </p>
4
New cards

Arcs

Edges in a directed graph that connect vertices, representing relationships or pathways.

5
New cards

Multipleedges

Edges that connect the same pair of vertices in a graph

6
New cards

Traversable

A graph is traversable if it is possible to draw it without lifting the pen from the paper and without retracing any edges, meaning that all edges can be visited exactly once.

7
New cards

Loop

An edge in a graph that connects a vertex to itself, representing a relationship or pathway that starts and ends at the same vertex.

8
New cards

Weightedgraph

A graph in which each edge has an associated numerical value or weight, typically representing costs, lengths, or capacities.

<p>A graph in which each edge has an associated numerical value or weight, typically representing costs, lengths, or capacities. </p>
9
New cards

Undirectedgraph

A graph where the edges have no direction, meaning that the connection between vertices is bidirectional and can be traversed in either direction.

10
New cards

Directedgraph

A graph in which the edges have a specific direction, indicating one-way relationships between vertices that cannot be traversed in reverse.

<p>A graph in which the edges have a specific direction, indicating one-way relationships between vertices that cannot be traversed in reverse. </p>
11
New cards

Simplegraph

A graph that does not have multiple edges between the same pair of vertices and does not have loops, meaning that each edge connects two different vertices.

12
New cards

Openwalk

A walk in a graph that does not require returning to the starting vertex and can include repeated edges and vertices.

13
New cards

closedwalk

A walk in a graph that starts and ends at the same vertex. It may include repeated edges and vertices but must return to the origin.

14
New cards

openpath

A path in a graph that does not repeat any vertices. It starts and ends at different vertices, and all edges are distinct.

15
New cards

closedpath/cycle

A cycle in a graph that starts and ends at the same vertex without repeating any vertices. It includes distinct edges, forming a closed loop.

16
New cards

trail

A walk in a graph that does not repeat any edges but may revisit vertices. It connects a sequence of vertices in a way that maintains distinct edges.

17
New cards

closedtrail

A walk in a graph that starts and ends at the same vertex without repeating any edges. It can revisit vertices but must use distinct edges.

18
New cards

connected

A property of a graph where there is a path between every pair of vertices, ensuring that the graph is a single component without any isolated vertices.

<p>A property of a graph where there is a path between every pair of vertices, ensuring that the graph is a single component without any isolated vertices. </p>
19
New cards

completegraph

A graph in which every pair of distinct vertices is connected by a unique edge. In a complete graph, all possible edges are present, making it maximally connected.

<p>A graph in which every pair of distinct vertices is connected by a unique edge. In a complete graph, all possible edges are present, making it maximally connected. </p>
20
New cards

Bridge

An edge in a graph whose removal increases the number of connected components, thereby disconnecting the graph.

<p>An edge in a graph whose removal increases the number of connected components, thereby disconnecting the graph. </p>
21
New cards

Planargraph

A graph that can be drawn on a plane without any edges crossing. In a planar graph, no two edges intersect except at their endpoints.

<p>A graph that can be drawn on a plane without any edges crossing. In a planar graph, no two edges intersect except at their endpoints. </p>
22
New cards

Euler’srule

A formula that relates the number of vertices, edges, and faces of a convex polyhedron, stating that for any polyhedron, the relationship is given by the equation V - E + F = 2, where V is the number of vertices, E is the number of edges, and F is the number of faces.

23
New cards

Subgraph

A graph formed from a subset of the vertices and edges of a larger graph. It retains the structure and connectivity of the original graph within that subset.

<p>A graph formed from a subset of the vertices and edges of a larger graph. It retains the structure and connectivity of the original graph within that subset. </p>
24
New cards

Trees

A special type of graph that is connected and acyclic, meaning it contains no cycles. Trees are characterized by having one less edge than the number of vertices, making them an essential structure in graph theory.

<p>A special type of graph that is connected and acyclic, meaning it contains no cycles. Trees are characterized by having one less edge than the number of vertices, making them an essential structure in graph theory. </p>
25
New cards

Bipartitegraph

A graph whose vertices can be divided into two distinct sets such that no edges connect vertices within the same set. This structure allows for two-coloring, making it useful in various applications like matching and scheduling.

<p>A graph whose vertices can be divided into two distinct sets such that no edges connect vertices within the same set. This structure allows for two-coloring, making it useful in various applications like matching and scheduling. </p>
26
New cards

Eulerian

A graph that contains a circuit which visits every edge exactly once and returns to the starting vertex, or an open trail that visits every edge exactly once. Eulerian paths and circuits are key concepts in graph theory.

<p>A graph that contains a circuit which visits every edge exactly once and returns to the starting vertex, or an open trail that visits every edge exactly once. Eulerian paths and circuits are key concepts in graph theory. </p>
27
New cards

Semi-Eularian

A graph that contains a trail visiting every edge exactly once but does not necessarily return to the starting vertex. Semi-Eulerian paths are fundamental in the study of traversable graphs. This type of graph features two endpoints, indicating it has exactly two vertices of odd degree.

<p>A graph that contains a trail visiting every edge exactly once but does not necessarily return to the starting vertex. Semi-Eulerian paths are fundamental in the study of traversable graphs. This type of graph features two endpoints, indicating it has exactly two vertices of odd degree. </p>
28
New cards

Hamiltoniancycle

A graph cycle that visits every vertex exactly once and returns to the starting vertex. Hamiltonian cycles are significant in optimization problems and routing.

<p>A graph cycle that visits every vertex exactly once and returns to the starting vertex. Hamiltonian cycles are significant in optimization problems and routing. </p>
29
New cards

HamiltonianPath/Semi-Hamiltonian

A path in a graph that visits every vertex exactly once but does not necessarily return to the starting vertex. Hamiltonian paths are important in various applications, including network routing and scheduling.

<p>A path in a graph that visits every vertex exactly once but does not necessarily return to the starting vertex. Hamiltonian paths are important in various applications, including network routing and scheduling. </p>
30
New cards

Degree/OrderofVertex

The number of edges connected to a vertex in a graph. The degree of a vertex is crucial in understanding the graph's connectivity and structure.

31
New cards

Explore top notes

note
NOUNS
Updated 1100d ago
0.0(0)
note
AP Physics 1: Ultimate Guide
Updated 693d ago
0.0(0)
note
CELLULAR RESPIRATION
Updated 1728d ago
0.0(0)
note
Chemistry
Updated 279d ago
0.0(0)
note
Chapter 23- Alkenes
Updated 1278d ago
0.0(0)
note
Chapter 5: Foundations: History
Updated 1082d ago
0.0(0)
note
NOUNS
Updated 1100d ago
0.0(0)
note
AP Physics 1: Ultimate Guide
Updated 693d ago
0.0(0)
note
CELLULAR RESPIRATION
Updated 1728d ago
0.0(0)
note
Chemistry
Updated 279d ago
0.0(0)
note
Chapter 23- Alkenes
Updated 1278d ago
0.0(0)
note
Chapter 5: Foundations: History
Updated 1082d ago
0.0(0)

Explore top flashcards