A stub network is a somewhat casual term describing a computer network, or part of an internetwork, that meets one or more of the following criteria:
A single OSPF area with no external routes (though it may have interarea and/or intra-area routes).
A single LAN which never carries packets between two remote hosts; all traffic is to and/or from local hosts (it may or may not be multiply-connected; but multiple routers on a stub network don't route to one another, they will only route packets into the LAN if it's destined for the LAN, and out from the LAN if it originated on the LAN).
A network that is only accessible by one path.
Note that these are all similar ideas, but distinctly not the same. A stub network is thus typically a network with no knowledge of other networks, and will typically send much or all of its non-local traffic out via a default route. Open Shortest Path First (OSPF) is a link-state, hierarchical Interior Gateway Protocol (IGP) routing protocol. ... Jump to: navigation, search A local area network (LAN) is a computer network covering a local area, like a home, office or small group of buildings such as a college. ... Jump to: navigation, search A router is a computer networking device that forwards data packets across an internetwork toward their destinations, through a process known as routing. ... This article describes routing in computer networks, a method of finding paths from origins to destinations, along which information can be passed. ... A Default route is the IP address used by a router when no other assigned route works for a given IP packets destination. ...