10
NSIS based NetServ Signalling Protocol Design and Implementation Roberto Francescangeli Visiting PhD student

NSIS based NetServ Signalling Protocol Design and Implementation Roberto Francescangeli Visiting PhD student

  • View
    214

  • Download
    0

Embed Size (px)

Citation preview

Page 1: NSIS based NetServ Signalling Protocol Design and Implementation Roberto Francescangeli Visiting PhD student

NSIS based NetServ Signalling ProtocolDesign and ImplementationRoberto FrancescangeliVisiting PhD student

Page 2: NSIS based NetServ Signalling Protocol Design and Implementation Roberto Francescangeli Visiting PhD student

NetServ Signaling Protocol

0On-Path NSIS based protocol0NetServ protocol runs on top of GIST in C-mode0NetServ protocol will provide

0 Request validation and authentication0 Installation and removal of service modules on path0 NetServ network probing features such as

0State of on-path nodes (Topology Discovery)0State of services (Service Discovery)0Logs and errors collection for service/node management

system or debug

Page 3: NSIS based NetServ Signalling Protocol Design and Implementation Roberto Francescangeli Visiting PhD student

Design of NetServ Protocol 1

0 3 Request messages0 SETUP0 REMOVE0 PROBE

0 3 Response messages, one for each request0 Messages carry TLV encoded data (GIST-like format)0 Probe Response contains a stack of responses

0 Each node traversed by the probe adds its own data0 Initiating node will get the stack and process it0 Data can be used by other nodes on the path as well0 Authorization for Probe Requests (TBD)

Page 4: NSIS based NetServ Signalling Protocol Design and Implementation Roberto Francescangeli Visiting PhD student

Design of NetServ Protocol 2

0Only NSIS nodes with a running NetServ NSLP will process the protocol messages

0Other nodes forward the packets transparently

Page 5: NSIS based NetServ Signalling Protocol Design and Implementation Roberto Francescangeli Visiting PhD student

Message and TLV Objects 1

0 SETUP Request0 Data ID0 URLs0 Lifetime0 [Security, NodeIDs, Conditional Install, Additional Info]

0 REMOVE Request0 Data ID0 [Security, NodeIDs, Conditional Install, Additional Info]

0 PROBE Request0 Data ID0 Probe Ids0 Security

Page 6: NSIS based NetServ Signalling Protocol Design and Implementation Roberto Francescangeli Visiting PhD student

Message and TLV Objects 2

0SETUP and REMOVE Response0 Response (class, code, object of interest)0 [Additional Information]

0PROBE Response0 Node ID0 Data ID0 Probe Data

Each NODE add its own responseto the message creating a stack

Page 7: NSIS based NetServ Signalling Protocol Design and Implementation Roberto Francescangeli Visiting PhD student

GIST and NetServ Protocol

0NetServ Protocol runs on top of GIST0GIST provides hop by hop node discovery, peer

association and message transport

Page 8: NSIS based NetServ Signalling Protocol Design and Implementation Roberto Francescangeli Visiting PhD student

Protocol Implementation

0Based completely on Open Source technologies02 free GIST layer implemetations available:

0 FreeNSIS by University of Göttingen0 NSIS-KA by University of Karlsruhe

0C++ based0Multi-process or Multi-thread0Timer and Hashtables libraries0Common API between GIST and NSLP makes the two

GIST implementations swappable

Page 9: NSIS based NetServ Signalling Protocol Design and Implementation Roberto Francescangeli Visiting PhD student

Current Architecture

Page 10: NSIS based NetServ Signalling Protocol Design and Implementation Roberto Francescangeli Visiting PhD student

Implementation Details

0 Services can trigger NetServ signaling using a command line tool or a C++ Shared Library (.so) that will connect directly to the NSLP daemon

0 GIST daemon always connected to NSLP daemon0 NSLP daemon always connected to NetServ controller0 NetServ controller will validate and execute requests

0 Download, verification, installation of services0 Service Container management0 NetServ Kernel management0 Virtualization of different Service Containers management