Module description » History » Version 1
Lan Wang, 04/04/2014 01:14 PM
1 | 1 | Lan Wang | Module description |
---|---|---|---|
2 | ================== |
||
3 | |||
4 | Conceptually NLSR is divided into four modules |
||
5 | |||
6 | 1. Core |
||
7 | 2. Communication |
||
8 | 3. Routing |
||
9 | 4. Security |
||
10 | |||
11 | ### 1. Core Module |
||
12 | - Read and parse configuration file |
||
13 | - Stores all configurable parameter values |
||
14 | - Stores Adjacent in Adjacency list |
||
15 | - Stores advertising names in name prefix list |
||
16 | - Stores Link State Advertisement (LSA) in Link State Database (LSDB) |
||
17 | |||
18 | ### 2. Communication Module |
||
19 | - Handles synchronization logic of NLSR's LSDB updates |
||
20 | - Publish LSDB updates in router name |
||
21 | - Upon update notification send interest for LSAs |
||
22 | - Publish certificates updates |
||
23 | - Send interest to fetch certificates |
||
24 | - Processes all inbound/outbound interest/data of NLSR |
||
25 | |||
26 | ### 3. Routing Module |
||
27 | - Calculate routing table ( depending configuration use link - state routing calculator or Hyperbolic routing calculator) |
||
28 | - Stores routing table |
||
29 | - Creates and store Name prefix table ( Name prefix table entry is Name Prefix with nexthops list to reach that name) |
||
30 | |||
31 | ### 4. Security Module ( This module will no longer be available later when NLSR will use NFD's rule based validator) |
||
32 | - Fetch, validate and stores certificate in Certificate Store |
||
33 | - If some certificate is fetched but waiting to be validated is recorded in waiting list |
||
34 | - After validation it is added in the certificate store otherwise discarded |
||
35 | - Validate each piece of data received by NLSR |
||
36 | - Sign data using router process keys before sending out |