-
Notifications
You must be signed in to change notification settings - Fork 0
Home
d3matt edited this page Oct 18, 2011
·
11 revisions
Welcome to the utd_cs6390_fall2011 wiki!
- A domain consists of one PCE and a number of routers
- Each domain has an AS number from 0-9 (max of 10)
- Each router in a domain has a router ID from 0-9 (max of 10/domain)
- Each network has a globally unique network number from 00-99
- router sends route request (RREQ) to PCE
- PCE calculates route
- PCE sends route response (RRES) to router
- PCE maintains a interdomain forwarding table
- specifes, for each network, the next hop AS and the AS hop count to the network
- Obtaining domain sequence for given network
- PCE advertises reachability to networks in its own domain to neighbor PCEs
- Specifies AS hop count and network numbers
- PCE receiving advertisement
- Updates it interdomain forwarding table
- Increments the AS hop count in the advertisement and forwards it to its own neighbors
I quite like some of the design elements of base, for instance:
- An include directory with softlinks to include files
- The abstract wrappers, we could use them for things like Sockets, Files, Graphs, and so on...
- Other things...