Question

In: Electrical Engineering

Describe a graph abstraction (e.g., the world-wide-web can be modeled as a graph where vertices are...

Describe a graph abstraction (e.g., the world-wide-web can be modeled as a graph where vertices are web pages and edges are hot-links). Describe one not discussed in the course material. For this graph, describe the meaning of a shortest hop path, diameter, and degree.

Solutions

Expert Solution

Graph-Is is one of the data structure in a computer science subject.

Graph abstraction is basically the reading of a graph in a way that we can classify the different data points in particular sections. The graph data structure has two types Directed and undirected. For the directed graph, the edges are known as the arrows.

In this example, it is mentioned that the world wide web is a graph where the web pages are vertices and the edges are hot-links. Shortest hop path is the path connecting between two vertices,Diameter is the maximum eccentricity of any vertex in a graph, that is it is the greatest distance between any pair of vertices. A degree is the number of edges incident on the vertex.

This graph is basically the internet in which we can search for anything we want there might be connecting link between two webpages it depends on the information we are searching for. We can take two vertices first, one having connecting link with others so it will be directed to the vertex and the other is single, it depends wholly on the type of search we do.

For finding the shortest path there are many algorithms like

Dijkstra's algorithm solves the single-source shortest path problem with non-negative edge weight.
Bellman–Ford algorithm solves the single-source problem if edge weights may be negative.
A* search algorithm solves for single pair shortest path using heuristics to try to speed up the search.
Floyd–Warshall algorithm solves all pairs shortest paths.
Johnson's algorithm solves all pairs shortest paths, and may be faster than Floyd–Warshall on sparse graphs.
Viterbi algorithm solves the shortest stochastic path problem with an additional probabilistic weight on each node.


Related Solutions

Web standards comprise many dependent specifications and standards that manage features of the World Wide Web...
Web standards comprise many dependent specifications and standards that manage features of the World Wide Web and the Internet. Such standards affect the development and administration of web sites and web pages. Considerations include the usability, accessibility and interoperability of web pages and web services. Discuss the web interoperability including its advantages.
Web standards comprise many dependent specifications and standards that manage features of the World Wide Web...
Web standards comprise many dependent specifications and standards that manage features of the World Wide Web and the Internet. Such standards affect the development and administration of web sites and web pages. Considerations include the usability, accessibility and interoperability of web pages and web services. Discuss the web interoperability including its advantages.
How is network data delivered on the Internet versus the World Wide Web?
How is network data delivered on the Internet versus the World Wide Web?
can someone explain how weight training can be modeled in a graph?,
can someone explain how weight training can be modeled in a graph?,
Problem 8. A bipartite graph G = (V,E) is a graph whose vertices can be partitioned...
Problem 8. A bipartite graph G = (V,E) is a graph whose vertices can be partitioned into two (disjoint) sets V1 and V2, such that every edge joins a vertex in V1 with a vertex in V2. This means no edges are within V1 or V2 (or symbolically: ∀u, v ∈ V1, {u,v} ∉ E and ∀u,v ∈ V2, {u,v} ∉ E). 8(a) Show that the complete graph K2 is a bipartite graph. 8(b) Prove that no complete graph Kn,...
Let G be a simple undirected graph with n vertices where n is an even number....
Let G be a simple undirected graph with n vertices where n is an even number. Prove that G contains a triangle if it has at least (n^2 / 4) + 1 edges using mathematical induction.
Use HTML5 to create a document that contains the following text: Internet and World Wide Web...
Use HTML5 to create a document that contains the following text: Internet and World Wide Web How to Program: Fifth Edition Welcome to the world of Internet programming. We have provided coverage for many Internet-related topics. Use h1 for the title (the first line of text), p for text (the second and third lines of text). Insert a horizontal rule between the h1 element and the p element. Open your new document in a web browser to view the marked-up...
3a. Identify a real world problem that you are familiar with that can be modeled as...
3a. Identify a real world problem that you are familiar with that can be modeled as a TSP. State the       problem. Set-up the distance/cost/penalty matrix and solve it using the TSP model provided by      the Lingo software. You need to define the number of cities and the distance matrix only in the      model and run it.      Interpret the optimal solution and comment on the solution. Try to select a problem with 6 to 8      Tasks(cities).
The life time of a dryer machine can be modeled with the probability distribution , where...
The life time of a dryer machine can be modeled with the probability distribution , where x is the time in years and beta is an unknown parameter. Findings that 3 machines life time are after x1, x2, x3 years. 1. what is the likelihood function? 2. assume the observations are x1 = 5, x2 = 6, x3 = 5. Use this information and simplify the likelihood function as much as possible. 3. what is the log-likelihood function, simplified as...
Define the following terms related to the Internet: TCP/IP, RFC, the World Wide Web, Internet Governance,...
Define the following terms related to the Internet: TCP/IP, RFC, the World Wide Web, Internet Governance, ISOC, W3C, IT‐ISAC, Internet and WWW Technology.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT