Community-Lab introduction

Check-in [b44e59136a]
Login
Overview
Comment:More correct definition of gateways as entry points to mgmt net.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1:b44e59136a5d56e67e941fecf1f9868307deae61
User & Date: ivan on 2012-09-26 08:10:39
Other Links: manifest | tags
Context
2012-09-26
08:27
Update testbed diagram with links between gateways and management network. check-in: 19fdc2e5c4 user: ivan tags: trunk
08:10
More correct definition of gateways as entry points to mgmt net. check-in: b44e59136a user: ivan tags: trunk
2012-09-25
22:02
Some changes suggested by Axel Neumann.

- Rewording of intro to challenges slide (also reversed title). - Indicate interesting features of OpenWrt. - Mention root access to containers. - LXC is used to manage containers. - Change title of experiments slide. - Indicate minimum layer available to experiments. - Mention IEEE P2P'12 demos. - Indicate that DLEP and API experiments don't require slices. - Also, API experiments will soon be supported, but not yet. check-in: a413d4ac9a user: ivan tags: trunk

Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Modified script.txt from [adbf65b445] to [b369864a66].

91
92
93
94
95
96
97
98
99
100

101
102
103
104
105
106
107
  - Network and node managed by CN members.
  - Node admins must adhere to testbed terms and conditions.
  - This decouples testbed management from infrastructure ownership and mgmt.
- Testbed management traffic uses a tinc mesh VPN:
  - Avoids problems with firewalls and private networks in nodes.
  - IPv6 is used to avoid address scarcity and incompatibility between CNs.
  - Link instability is tolerated by using short-lived mgmt connections.
- Gateways allow a testbed to span multiple CNs.
  - Connecting the mgmt net over external means (e.g. FEDERICA, the Internet).
  - Gateways can make the management network available to the Internet.

- A researcher runs the experiments of a slice in slivers each running in a
  different node.

** Slices, slivers and nodes
# Diagram: Slices and slivers, two or three nodes with a few slivers on them,
# each with a color identifying it with a slice.)
- These concepts are inspired in PlanetLab.







|
|
|
>







91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
  - Network and node managed by CN members.
  - Node admins must adhere to testbed terms and conditions.
  - This decouples testbed management from infrastructure ownership and mgmt.
- Testbed management traffic uses a tinc mesh VPN:
  - Avoids problems with firewalls and private networks in nodes.
  - IPv6 is used to avoid address scarcity and incompatibility between CNs.
  - Link instability is tolerated by using short-lived mgmt connections.
- Gateways are entry points to the mgmt network.
  - They can extend it over multiple CNs by external means (e.g. FEDERICA, the
    Internet).
  - They can also route the management network to the Internet.
- A researcher runs the experiments of a slice in slivers each running in a
  different node.

** Slices, slivers and nodes
# Diagram: Slices and slivers, two or three nodes with a few slivers on them,
# each with a color identifying it with a slice.)
- These concepts are inspired in PlanetLab.