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