WebGlossary.info
Routing
- In network management, the process of selecting a path for traffic in a network or between or across multiple networks. The routing process usually directs forwarding on the basis of routing tables. ← Wikipedia
- In web development, the mechanism by which HTTP requests are routed to the code that handles them. In its simplest form, routing may be file-based and map a website request for /example.html to a file example.html on the server. In more complex forms, routing is managed by frameworks that map URL paths to special handlers and components, and vice versa.
- Previous term: Routine
- Next term: Routing information base
- Random term: Bitbucket