Distribution of routing concepts in linux

Source: Internet
Author: User

In linux, the concept of routing is distributed. linux routes mainly store three route-related data. A physically connects to the host address information table ARP table of the local machine; B determines how a network address should go through the data table during network access, and C queries the route cache address data table recently used. (1) neighbor structure. neighbour_table is a data structure containing information of all adjacent elements connected to the local machine. This structure corresponds to an array of neighbor, neighbor corresponds to the neighbor of the adjacent host. Due to different protocols, multiple neighbour_table instances are connected through the next in neighbour_table; in the neighbor structure, there is also a network interface device (net_device pointer) used to represent the host connected to the neighbor, the MAC of the network interface, and the MAC (2) FIB structure of the neighbor, the routing rules are saved in FIB. Through the query and calculation of FIB data, you can obtain the method to reach the specified address. The general route query order is: first to the route cache to find; then the rule is calculated from FIB. (3) route structure, indicating the route Cache

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.