Why do we need to configure OSPF in all 3 routers in order for PC-A to ping PC-C?
Why is OSPF needed?
366 Views Asked by PancakesAndWaffles010 At
2
There are 2 best solutions below
0
aboyum
On
If there was a connection between R1 and R3 you could use dynamic routing, such as OSPF, however, here on the left side there are only one innside router connected to ISP, and to the right there is one router talking to the ISP. -So OSPF will not help you in this case, unless ISP uses OSPF, witch is rare. Static routes may be best here.
Related Questions in NETWORKING
- kernel module does not print packet info
- Packet drops in multicast when multiple instance of listner are running
- Timing packets on a traffic server
- How to use Espresso Idling Resource for network calls
- Dummynet does not match on flows
- Sending a notification from OS X to iOS
- Swift ios viewDidLoad or viewDidAppear
- Update player list on all clients on new connection
- Issues regarding multiplayer networking: input
- nmap does not show all open ports
- Getting and Sending Data between a Server and Client
- Read file from local PC from network deployed app to InputStream
- Does iOS block a URL if we couldn't connect to the URL for 'n' times?
- Is Socket.Available guaranteed to throw a SocketException on disconnect?
- android out of cell service
Related Questions in ROUTER
- how to hide an id from a joomla url
- Ui-router URL changes, nested view not loading
- Npm requests stopped by home router
- How to find the network router's model programmatically
- Automatically forward ports from clients
- How to know the mount path of router on express?
- AIR server connections
- Build wifi broadcast device?
- Displaying dynamic views for multiple profiles (customers) with AngularJs
- writing koa middleware for fluxible-router (async executeAction)
- angular2 router in service?
- Wifi repeater and captive portal
- Quest for a good xen single ip routing config with port forwarding
- multiple components in the same viewports with new angular router.
- Connecting Devices to Fiddler Without Proxy Changing?
Related Questions in SWITCHING
- Need to create a simple script for ftp login
- How to enable/disable scripts in 1 gameObject?
- Trouble with JQuery- switching multiple images
- Markov Regime Switching Regression Models - Time Varying Probabiliites
- How to change numbers around in a list in python
- Where does the Source MAC comes from before Encapsulating Frames in Layer2?
- Changing Page view in a SPA on angular with a button
- UITabBarController switching tabs guidelines
- Synonym Runtime Switching in Oracle
- switching between activities using Touch screen
- How to switch to a existing, non-Navigation Controller-View programmable?
- WAMP Server errors switching Apache / PHP versions on fresh install
- An event which will be raised when the last of item of a window is rendered
- can't switch between activities in android
- Configure two switches from one terminal?
Related Questions in OSPF
- Packets generated by C program cannot reach router in GNS3
- How is the ospf checksum calculated?
- how to implement OSPF using Ns-2
- Juniper: How to see OSPF routes that didn't make the routing table
- Why is OSPF needed?
- How to configure FRR OSPF so that the route is advertised by the OSPF daemon but not added in the linux routing table?
- How a router decides that this packet is of a particular protocol?
- Prioritising OSPF Packets
- should i enable OSPF on core switch or on Edge switch?
- OSPF area topology
- Calculate LSA checksum in OSPF
- name 'OSPF_Link' is not defined
- Must any router belong to one area at last in OSPF
- How to apply the OSPF patch to ns2 2.35 on ubuntu 14.04
- why my raw socket recv() seemed to get nothing?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?

I don't think you'll be able to configure OSPF on the ISP router. Usually they won't allow you to configure IGP to an ISP. It is common to use EGP like BGP.