60 likes | 192 Vues
Route Observation using Mobile Agent. Hori Lab Jun Sakai. Background And Purpose. Background. SNMP ( Simple Network Management Protocol ) can observe only network equipment. Recently, The Networks size became larger and more complex than ever.
E N D
Route Observation using Mobile Agent Hori Lab Jun Sakai
Background And Purpose Background • SNMP(Simple Network Management Protocol )can observe only network equipment. • Recently, The Networks size became larger and more complex than ever. Hard to implement in client side Purpose • To find the server information and route path . • To implement a route observation program using Mobile Agent and Java.
State Byte Code Mobile Agent • Mobile Agent is the program that independently move among hosts. • When the Agent moves among hosts ,the state and source code will also be transferred to the designated host. Mobile Agent Mobile Agent State migration State Byte Code Byte Code Network Computer A Computer B
Agent Aglt Aglet Aglet Aglet Server Aglet Server Security Layer Security Layer Aglet Java Virtual Machine Java Virtual Machine OS/Hardware OS/Hardware migration Computer B Each agent moves with its state and code. Implementation’s Environment and Mobile Agent System • Java : JDK1.3 • OS : Solaris 7 • MobileAgent: Aglets Computer A
Route Monitering • The manager generates an Agent. • The agent routes among hosts. • Traceroute program executes in each host .Each host then will return the result to manager. server traceroute host Aglet manager traceroute host Disk server host traceroute
Future works and Conclusion Future works • To validate the reliability of system. • To implement Security Conclusion Mobile Agent can be implemented using Java.