Answer:
The differences between the graph and network are as follows :-
- Network has a simple node structure as compared with the graph
- Network is used for the representation of the structure having the sending and receiving of the data usually whereas the graph represents other types of representation containing edges and .
- Graph has vertex and edges structure whereas network has nodes and link structure.
- The connection between two points is called link in network while connection between two points in the graph is called edges.