Routing tableIn computer networking, a routing table, or routing information base (RIB), is a data table stored in a router or a network host that lists the routes to particular network destinations, and in some cases, metrics (distances) associated with those routes. The routing table contains information about the topology of the network immediately around it. The construction of routing tables is the primary goal of routing protocols. Static routes are entries that are fixed, rather than resulting from routing protocols and network topology discovery procedures.
RoutingRouting is the process of selecting a path for traffic in a network or between or across multiple networks. Broadly, routing is performed in many types of networks, including circuit-switched networks, such as the public switched telephone network (PSTN), and computer networks, such as the Internet. In packet switching networks, routing is the higher-level decision making that directs network packets from their source toward their destination through intermediate network nodes by specific packet forwarding mechanisms.
Light railLight rail transit (LRT) is a form of passenger urban rail transit characterized by a combination of tram and rapid transit features. While its rolling stock is similar to a traditional tram, it operates at a higher capacity and speed, and often on an exclusive right-of-way. In many cities, light rail transit systems more closely resemble, and are therefore indistinguishable from, traditional underground or at-grade subways and heavy-rail metros.
Emergency medical services in FranceEmergency medical services in France are provided by a mix of organizations under public health control. The central organizations that provide these services are known as a SAMU, which stands for Service d’aide médicale urgente (Urgent Medical Aid Service). Local SAMU organisations operate the control rooms that answer emergency calls and dispatch medical responders. They also operate the SMUR (Service mobile d’urgence et réanimation – Mobile Emergency and Resuscitation Service), which refers to the ambulances and response vehicles that provide advanced medical care.
Bus priority signalBus priority or transit signal priority (TSP) is a name for various techniques to improve service and reduce delay for mass transit vehicles at intersections (or junctions) controlled by traffic signals. TSP techniques are most commonly associated with buses, but can also be used along tram/streetcar or light rail lines, especially those that mix with or conflict with general vehicular traffic. Transit signal priority techniques can generally be classified as "active" or "passive".
Passenger information systemA passenger information system, or passenger information display system, is an automated system for supplying users of public transport with information about the nature and the state of a public transport service through visual, voice or other media. It is also known as a customer information system or an operational information system. Among the information provided by such systems, a distinction can be drawn between: Static or schedule information, which changes only occasionally and is typically used for journey planning prior to departure.
Journey plannerA journey planner, trip planner, or route planner is a specialized search engine used to find an optimal means of travelling between two or more given locations, sometimes using more than one transport mode. Searches may be optimized on different criteria, for example fastest, shortest, fewest changes, cheapest. They may be constrained, for example, to leave or arrive at a certain time, to avoid certain waypoints, etc.
Priority inversionIn computer science, priority inversion is a scenario in scheduling in which a high priority task is indirectly superseded by a lower priority task effectively inverting the assigned priorities of the tasks. This violates the priority model that high-priority tasks can only be prevented from running by higher-priority tasks. Inversion occurs when there is a resource contention with a low-priority task that is then preempted by a medium-priority task.