network concepts Flashcards
what is a network?
a network is a term to describe a group or system of interconnected objects. it consists of vertices and edges. the edges indicate a path or route between two vertices.
what is a vertex on a network?
a vertex is a point (or dot) at which lines intersect or branch
what is an edge on a network?
an edge is a line that connects vertices
what is a loop in a network?
a loop starts and ends at the same vertex, counting as one edge but contributing two to the degree of the vertex
what is a directed edge in a network?
a directed edge, also called an arc, has an arrow which indicates the only way in which travel can be directed
what is an undirected edge in a network?
an undirected edge does not have an arrow, therefore meaning that travel can be directed either way along the edge
what is a directed network?
a directed network is a network in which all of the edges are directed, and travel can only happen in the way that the edges indicate
what is an undirected network?
an undirected network is a network in which the edges are not directed, and travel can happen in any direction
what is the degree of a vertex in a network?
the degree of a vertex in a network corresponds to the number of edges that connect to a vertex
what is a walk in a network?
a walk in a network is a connected sequence of edges showing a route between vertices where the edges and vertices may be visited multiple times
what is a trail in a network?
a trail in a network is a walk with no repeated edges
what is a path in a network?
a path in a network is a walk with no repeated vertices
what is a circuit in a network?
a circuit in a network, also called a closed trail, is a walk with no repeated edges that starts and ends at the same vertex
what is a cycle in a network?
a cycle in a network is a walk with no repeated vertices that starts and ends at the same vertex
what is a connected graph?
a graph is connected if every vertex in the graph is accessible from every other vertex in the path graph along a path formed by the edges of the graph