R
radio access network (RAN)
The air interface and
base station technology in a cellular network. In addition to the RAN, the entire cellular system includes the core network, which provides the
backbone and services, as well as the cellphones.
Rapid Per-VLAN Spanning Tree Plus (RPVST+)
A version of Cisco Per VLAN Spanning Tree Plus (PVST+) that uses the
Rapid Spanning Tree Protocol (RSTP) state machine. PVST+ runs a spanning tree instance for each VLAN in the network. PVST+ is not scalable when there are many VLANs in a network. A compromise between RSTP and R-PVST+ is
Multiple Spanning Tree Protocol (MSTP) which runs multiple instances of spanning tree that are independent of VLANs. MSTP maps a set of VLANs to each spanning tree instance.
Rapid Spanning Tree Protocol (RSTP)
An enhancement to the
Spanning Tree Protocol (STP) that re-configures quickly after a topology change. RSTP can verify if a port can change to a forwarding state safely without waiting for timers to start convergence. RSTP is not aware of VLANs and blocks ports at the physical level. Defined by IEEE
802.1D. See also
Multiple Spanning Tree Protocol (MSTP).
Remote Authentication Dial In User Service (RADIUS)
An authentication and accounting protocol to authenticate users and authorize their access to the requested system or service.
remote monitoring (RMON)
A
Management Information Base (MIB) specification that defines functions for remotely monitoring networked devices. The RMON specification provides many problem detection and reporting capabilities. Defined by RFC 2819.
Request for Comments (RFC)
Proposals and standards that define protocols for communications over the Internet. RFCs are developed and published by the
Internet Engineering Task Force (IETF).
Resource Reservation Protocol (RSVP)
A signalling protocol for reserving resources across a network. RSVP is rarely used by itself, but
Resource Reservation Protocol—Traffic Engineering (RSVP-TE) is widely used.
Resource Reservation Protocol—Traffic Engineering (RSVP-TE)
RSVP with traffic engineering extensions, as defined by RFC 5101, that allows RSVP to establish
label-switched path (LSP) instances in
Multi-Protocol Label Switching (MPLS) networks, using
Constrained Shortest Path First (CSPF), taking into consideration constraints such as available bandwidth and explicit hops. The LSPs might not agree with the route suggested by the
Open Shortest Path First (OSPF) or
Intermediate System to Intermediate System (IS-IS).
reverse path forwarding (RPF)
An algorithm that checks the unicast
Routing Information Base (RIB) to determine whether there is a shortest path back to the source address of an incoming multicast packet. Unicast RPF helps determine the source of denial-of-service attacks and rejects packets from unexpected source addresses.
Rivest-Shamir-Adleman (RSA)
A public key, or asymmetric, encryption scheme. The oretical background to RSA is that it is difficult to find the factors of a very large number that is the product of two prime numbers. RSA is considered very secure provided a sufficiently long key is used.
route
The path from source to destination through a network.
route flap damping
Method for minimizing instability caused by route
flapping. The router stores a penalty value for each route. Each time the route flaps, the router increases this value. If the penalty for a route reaches a configured suppress value, the router does not include the route as a forwarding entry and does not advertise the route to peers.
route redistribution
One protocol learning routes from another protocol running on the same device. Also called redistribution or route leakage.
route reflection
A method of allowing iBGP routers to accept and propagate iBGP routes to their clients.
To avoid routing loops,
Border Gateway Protocol (BGP) does not advertise routes learned from an internal BGP peer to other internal BGP peers. Instead, BGP requires that all internal peers be fully meshed so that any route advertised by one router is advertised to all peers within the
autonomous system (AS). As a network grows, the full mesh requirement becomes difficult to manage. To handle scaling problems, BGP uses route reflection and
BGP confederations.
Route reflection allows you to designate one or more routers as route reflectors. BGP relaxes the re-advertising restriction on route reflectors, allowing them to accept and propagate iBGP routes to their clients.
route summarization
Consolidating multiple routes into a single route advertisement, in contrast to flat routing where a
Routing Information Base (RIB) contains a unique entry for each route.
Classless Interdomain Routing (CIDR) is used to implement route summarization. All IP addresses in the route advertisement must have identical high-order bits.
Also called route aggregation. See also
subnet mask.
router
A
Layer 3 (L3) device that makes decisions about the paths over which network traffic will flow. Routers use
dynamic routing protocols to learn about the network and to find the best route to forward packets toward their final destination:
3. Write the new MAC address in the IP packet
4. Send the packet on the port associated with the MAC address
routing
The process of finding a path to a destination to use to transmit a
protocol data unit (PDU) over a network. Routing is usually controlled by a
Routing Information Base (RIB) which defines where a PDU should go. Each router only needs to know where a PDU should be sent on its
next hop, and does not know nor care what happens afterward; the
next hop plus one is the responsibility of the next router, and so on through the network until a PDU reaches its destination.
Routing Information Base (RIB)
A data structure in a device that lists the routes to destinations and metrics (distances) associated with those routes. A RIB contains information about the topology of the network immediately around it. Maintaining a RIB by discovering network topology is the primary purpose of
dynamic routing protocols such as
Border Gateway Protocol (BGP),
Routing Information Protocol (RIP), and
Open Shortest Path First (OSPF). Network administrators can also add fixed routes to the RIB for
static routing.
Also called a routing table. Contrast with
Forwarding Information Base (FIB).
Routing Information Protocol (RIP)
An
Interior Gateway Protocol (IGP) that implements a distributed variant of the
Bellman-Ford algorithm to provide
distance-vector routing capabilities. RIP uses the
hop count of a destination to detect the best path to route packets, but limits the maximum number of hops to 15 to prevent routing loops. RIP implements
split horizon techniques. Defined in RFC 1058.
RIP is easy to configure and has low processing requirements. However, the hop count limit restricts the size of the network that RIP can support. Also, RIP can be slow to converge.
RIPv2 defined in RFC 2453 also supports subnet information, allowing
Classless Interdomain Routing (CIDR).
RIPng (next generation), an extension of RIPv2 defined in RFC 2080, supports IPv6.
routing protocol
A set of processes, algorithms, and messages that are used to exchange routing information and populate the local
Routing Information Base (RIB) with the best path between a source and destination.
The term “routing protocol” usually implies
dynamic routing, where a device reports changes and shares information with other devices in the network. Each router starts with knowledge of only the devices to which it is directly attached. The routing protocol shares this information first with its immediate neighbors, and then throughout the network. This way, routers learn the topology of the network.
A primary benefit of
dynamic routing protocols over
static routing is that routers exchange information when there is a
topology change. This exchange allows routers to automatically learn about new devices and networks and also to find alternate paths when there is a link failure in the current network.
Table 3-2 summarizes the characteristics of the dynamic routing protocols supported by OcNOS:
Table 3-2: Dynamic routing protocols
| | | | |
---|
Algorithm | | | | |
Type | | | | |
| Yes | RIP v1: No RIP v2: Yes | Yes | Yes |
Scalable | Yes | No | Yes | Yes |
| Moderate | Slow | Fast | Fast |
Resource Use | High | Low | High | High |
Configuration ease | Complex | Simple | Complex | Complex |
routing table
Last modified date: 07/13/2023