SlideShare a Scribd company logo
1 of 42
Lambda Data Grid 
A Grid Computing Platform where Communication Function 
is in Balance with Computation and Storage 
1 
Tal Lavian
2 
Outline of the presentation 
• Introduction to the problems 
• Aim and scope 
• Main contributions 
– Lambda Grid architecture 
– Network resource encapsulation 
– Network schedule service 
– Data-intensive applications 
• Testbed, implementation, performance 
evaluation 
• Issue for further research 
• Conclusion
3 
Introduction 
• Growth of large, geographically dispersed 
research 
– Use of simulations and computational science 
– Vast increases in data generation by e-Science 
• Challenge: Scalability - “Peta” network capacity 
• Building a new grid-computing paradigm, which 
fully harnesses communication 
– Like computation and storage 
• Knowledge plane: True viability of global VO
4 
Lambda Data Grid Service 
Lambda Data Grid Service architecture 
interacts with Cyber-infrastructure, and 
overcomes data limitations efficiently & 
effectively by: 
– treating the “network” as a primary resource 
just like “storage” and “computation” 
– treating the “network” as a “scheduled 
resource” 
– relying upon a massive, dynamic transport 
infrastructure: Dynamic Optical Network
5 
Motivation 
• New e-Science and its distributed 
architecture limitations 
• The Peta Line – PetaByte, PetaFlop, 
PetaBits/s 
• Growth of optical capacity 
• Transmission mismatch 
• Limitations of L3 and public networks for 
data-intensive e-Science
6 
Three Fundamental Challenges 
• Challenge #1: Packet Switching – an inefficient solution for data-intensive 
applications 
– Elephants and Mice 
– Lightpath cut-through 
– Statistical multiplexing 
– Why not lightpath (circuit) switching? 
• Challenge #2: Grid Computing Managed Network Resources 
– Abstract and encapsulate 
– Grid networking 
– Grid middleware for Dynamic Optical Provisioning 
– Virtual Organization (VO) as reality 
• Challenge #3: Manage BIG Data Transfer for e-Science 
– Visualization example
7 
Aim and Scope 
• Build an architecture that can orchestrate network 
resources in conjunction with computation, data, 
storage, visualization, and unique sensors 
– The creation of an effective network orchestration for 
e-Science applications, with vastly more capability 
than the public Internet 
– Fundamental problems faced by e-Science research 
today requires a solution 
• Scope 
– Concerns mainly with middleware and application 
interface 
– Concerns with Grid Services 
– Assumes an agile underlying Optical Network 
– Pays little attention to packet switched networks
8 
Major Contributions 
• Promote the network to a “First Class” resource 
citizen 
• Abstract and encapsulate the network resources 
into a set of Grid Services 
• Orchestrate end-to-end resources 
• Schedule network resources 
• Design and implement an Optical Grid prototype
Architecture for Grid Network services 
• This new architecture is necessary for 
– Deploying Lambda switching in the underlying 
networks 
– Encapsulating network resources into a set of Grid 
Network services 
– Supporting data-intensive applications 
• Features of the architecture 
9 
– App layer for isolating network service users from 
complexity of the underlying network 
– Middleware network resource layer for network 
service encapsulation 
– Connectivity layer for communications
10 
Architecture 
Data-Intensive Applications 
Data 
Transfer 
Service 
Network Resource 
Service 
Basic Network 
Resource 
Service 
Network 
Resource 
Scheduler 
Dynamic Lambda, Optical Burst, etc., 
Data 
Center 
l1 
ln 
l1 
ln 
Data 
Center 
Grid services 
Data 
Handler 
Service 
Information Service 
DTS API 
Application 
Middleware 
Layer 
NRS Grid Service API 
Network Resource 
Middleware 
Layer 
l  OGSI-ification API 
Connectivity and 
Fabric Layers 
Optical path control
11 
Lambda Data Grid Architecture 
• Optical networks as a “first class” resource, similar to 
computation and storage resources 
• Orchestrate resources for data-intensive services, through 
dynamic optical networking 
• Date Transfer Service (DTS) 
– presents an interface between the system and an application 
– Client requests – balance resources - scheduling constrains 
• Network Resource Service (NRS) 
– Resource management service 
• Grid Layered Architecture
12 
Mouse Applications 
SD 
SS 
Apps 
Middleware 
DTS 
Network(s) 
BIRN Mouse Example 
Lambda- 
Data-Grid 
Meta- 
Scheduler 
Resource Managers 
C S D V I 
Control Plane 
GT4 
SRB 
NRS 
Data Grid 
Comp Grid 
Net Grid 
WSRF/IF 
NMI
13 
Network Resource Encapsulation 
• To make network resource a “first class 
resource” like CPU and storage resources 
that can be scheduled 
• Encapsulation is done by modularizing 
network functionality and providing proper 
interfaces
14 
Data Management Service 
Data Receiver λ Data Source 
FTP client FTP server 
DMS NRM 
Client App
15 
DTS - NRS 
Data service 
Scheduling logic 
Replica service 
Apps mware I/F 
NMI /IF 
Proposal 
evaluation 
NRS I/F 
GT4 /IF 
Data calc 
DTS 
Scheduling algorithm 
Topology map 
Proposal constructor 
DTS IF 
NMI /IF 
Net calc 
Scheduling service 
Optical control I/F 
Proposal evaluator 
GT4 /IF 
Network allocation 
NRS
16 
NRS Interface and Functionality 
// Bind to an NRS service: 
NRS = lookupNRS(address); 
//Request cost function evaluation 
request = {pathEndpointOneAddress, 
pathEndpointTwoAddress, 
duration, 
startAfterDate, 
endBeforeDate}; 
ticket = NRS.requestReservation(request); 
// Inspect the ticket to determine success, and to find 
the currently scheduled time: 
ticket.display(); 
// The ticket may now be persisted and used 
from another location 
NRS.updateTicket(ticket); 
// Inspect the ticket to see if the reservation’s scheduled time has changed, or 
verify that the job completed, with any relevant status information: 
ticket.display();
Network schedule service – an example of 
use 
• Encapsulate it as another service at a 
level above the basic NRS 
17
18 
Example: Lightpath Scheduling 
• Request for 1/2 hour between 4:00 and 
5:30 on Segment D granted to User W at 
4:00 
• New request from User X for same 
segment for 1 hour between 3:30 and 
5:00 
• Reschedule user W to 4:30; user X to 
3:30. Everyone is happy. 
W 
3:30 4:00 4:30 5:00 5:30 
X 
3:30 4:00 4:30 5:00 5:30 
W 
X 
3:30 4:00 4:30 5:00 5:30 
Route allocated for a time slot; new request comes in; 1st route can be 
rescheduled for a later slot within window to accommodate new request
19 
Scheduling Example - Reroute 
• Request for 1 hour between nodes A and B between 
7:00 and 8:30 is granted using Segment X (and 
other segments) is granted for 7:00 
• New request for 2 hours between nodes C and D 
between 7:00 and 9:30 This route needs to use 
Segment X to be satisfied 
• Reroute the first request to take another path 
through the topology to free up Segment X for the 
2nd request. Everyone is happy 
A 
B 
D 
C 
X 
7:00-8:30 
A 
B 
D 
C 
Y 
X 
7:00-9:30 
Route allocated; new request comes in for a segment in use; 1st route 
can be altered to use different path to allow 2nd to also be serviced in its 
time window
20 
Scheduling - Time Value 
value 
Window 
time 
value 
Level 
Increasing value 
time 
Decreasing 
time 
value 
time 
Peak 
value 
time 
value 
Asymptotic 
Increasing 
time 
value 
Asymptotic 
Increasing 
time 
value 
time 
Step
21 
GRID Service 
Request 
Network Service Request 
ODIN OmniNet Control Plane 
Optical 
Control 
Network 
Optical 
Control 
Network 
UNI-N 
Data Transmission Plane 
ODIN 
UNI-N 
Connection 
Control 
L3 router 
L2 switch 
Service 
Control 
Data 
Path 
Control 
Data 
storage 
switch 
Data 
Path 
Control 
DDAATTAA G GRRIDID S SEERRVVICICEE P PLLAANNEE 
l1 ln 
l1 
ln 
l1 
ln 
Data 
Path 
Data 
Center 
Service 
Control 
NNEETTWWOORRKK S SEERRVVICICEE P PLLAANNEE 
Data 
Center 
Service Control Architecture
22 
OMNI-View Lightpath Map
23 
Experiments 
1. Proof of concept between four nodes, two 
separate racks, about 10 meters 
2. Grid Services - dynamically allocated 
10Gbs Lambdas over four sites in the 
Chicago metro area, about 10km 
3. Grid middleware - allocation and recovery of 
Lambdas between Amsterdam and 
Chicago, via NY and Canada, about 
10,000km
30 GB – Over OMNInet mem-to-mem 10 GB – Mem-to-mem –one rack 
24 
Results and Performance Evaluation 
20 GB - Effective 920 Mbps
5000 
4500 
MB) 
4000 
(3500 
Transferred 3000 
2500 
2000 
Data 1500 
1000 
500 
Time (s) 25 
Results and Performance Evaluation 
Overhead is Insignificant 
Setup time = 2 sec, Bandwidth=100 Mbps 
100% 
90% 
80% 
70% 
60% 
50% 
40% 
30% 
20% 
10% 
0% 
0.1 1 10 100 1000 10000 
File Size (MBytes) 
Setup time / Total Transfer Time 
Setup time = 2 sec, Bandwidth=300 Mbps 
100% 
90% 
80% 
70% 
60% 
50% 
40% 
30% 
20% 
10% 
0% 
0.1 1 10 100 1000 10000 
File Size (MBytes) 
Setup time / Total Transfer Time 
Setup time = 48 sec, Bandwidth=920 Mbps 
100% 
90% 
80% 
70% 
60% 
50% 
40% 
30% 
20% 
10% 
0% 
100 1000 10000 100000 1000000 10000000 
File Size (MBytes) 
Setup time / Total Transfer Time 
1 GB 5 GB 500 GB 
Optical path setup time = 48 sec 
0 
0 50 100 
Packet 
switched 
(300 Mbps) 
Lambda 
switched 
(500 Mbps) 
Lambda 
switched 
(750 Mbps) 
Lambda 
switched (1 
Gbps) 
Lambda 
switched 
(10Gbps) 
Optical path setup time = 2 sec 
250 
200 
150 
100 
50 
0 
0 2 4 6 
Time (s) 
Data Transferred (MB) 
Packet 
switched 
(300 Mbps) 
Lambda 
switched 
(500 Mbps) 
Lambda 
switched 
(750 Mbps) 
Lambda 
switched (1 
Gbps) 
Lambda 
switched 
(10Gbps)
Super Computing CONTROL CHALLENGE 
Application Application 
control 
26 
Services Services Services 
control 
AAA AAA AAA 
ODIN 
SSNNMMPP AASSTTNN 
Starligh 
Netherligh 
t UUvvAA 
• finesse the control of bandwidth across multiple domains 
• while exploiting scalability and intra- , inter-domain fault recovery 
• through layering of a novel SOA upon legacy control planes and 
NEs 
data 
data 
Chicago Amsterdam 
AAA 
LDG LDG LDG 
LDG 
OOMMNNInIneett 
Starligh 
t 
t 
Netherligh 
t
27 
From 100 Days to 100 Seconds
28 
Discussion: What I Have Done 
• Deploying optical infrastructure for each scientific institute 
or large experiment would be cost prohibitive, depleting 
any research budget 
• Unlike the Internet topology of “many-to-many” 
– “few-to-few” architecture 
• LDG acquires knowledge of the communication requirements from applications, and 
builds the underlying cut-through connections to the right sites of an e-Science 
experiment 
• New optimization to waste bandwidth 
– Last 30 years – bandwidth conservation 
– Conserve bandwidth – waste computation (silicon) 
– New idea – waste bandwidth
29 
Discussion 
• Lambda Data Grid architecture yields data-intensive 
services that best exploits Dynamic 
Optical Networks 
• Network resources become actively managed, 
scheduled services 
• This approach maximizes the satisfaction of 
high-capacity users while yielding good overall 
utilization of resources 
• The service-centric approach is a foundation for 
new types of services
Conclusion - Promote the network to a first class 
resource citizen 
• The network is no longer a pipe; it is a part of the Grid 
computing instrumentation 
• it is not only an essential component of the Grid computing 
infrastructure but also an integral part of Grid applications 
• Design of VO in a Grid computing environment is 
accomplished and lightpath is the vehicle 
30 
– allowing dynamic lightpath connectivity while matching multiple 
and potentially conflicting application requirements, and 
addressing diverse distributed resources within a dynamic 
environment
Conclusion - Abstract and encapsulate the network 
resources into a set of Grid services 
• Encapsulation of lightpath and connection-oriented, end-to- 
end network resources into a stateful Grid service, while 
enabling on-demand, advanced reservation, and 
scheduled network services 
• Schema where abstractions are progressively and 
rigorously redefined at each layer 
– avoids propagation of non-portable 
31 
implementation-specific details between layers 
– resulting schema of abstractions has general 
applicability
Conclusion- Orchestrate end-to-end resource 
• A key innovation is the ability to orchestrate 
heterogeneous communications resources among 
applications, computation, and storage 
32 
– across network technologies and administration 
domains
Conclusion- Schedule network resources 
• (wrong) Assumption that the network is available 
at all times, to any destination 
– no longer accurate when dealing with big pipes 
• Statistical multiplexing will not work in cases of 
few-to-few immense data transfers 
• Built and demonstrated a system that allocates 
the network resources based on availability and 
scheduling of full pipes 
33
34 
Generalization and Future Direction for 
Research 
• Need to develop and build services on top of the base encapsulation 
• Lambda Grid concept can be generalized to other eScience apps 
which will enable new ways of doing scientific research where 
bandwidth is “infinite” 
• The new concept of network as a scheduled grid service presents 
new and exciting problems for investigation: 
– New software systems that is optimized to waste bandwidth 
• Network, protocols, algorithms, software, architectures, systems 
– Lambda Distributed File System 
– The network as Large Scale Distributed Computing 
– Resource co/allocation and optimization with storage and computation 
– Grid system architecture 
– Enables new horizons for network optimization and Lambda scheduling 
– The network a white box – optimal scheduling and algorithms
Thank You 
The Future is Bright 
35 
 Imagine the next 10 years 
 There are more questions than answers
36 
Vision 
– Lambda Data Grid provides the knowledge 
plane that allows e-Science applications to 
orchestrate enormous amounts of data over a 
dedicated Lightpath 
• Resulting in the true viability of global VO 
– This enhances science research by allowing 
large distributed teams to work efficiently, 
utilizing simulations and computational science 
as a third branch of research 
• Understanding of the genome, DNA, proteins, and 
enzymes is prerequisite to modifying their properties 
and the advancement of synthetic biology
37 
BIRN e-Science example 
Application Scenario Current Network Issues 
Pt – Pt Data Transfer of 
Multi-TB Data Sets 
·Copy from remote DB: 
Takes ~10 days 
(unpredictable) 
·Store then copy/analyze 
·Want << 1 day << 1 hour, 
·innovation for new bio-science 
·Architecture forced to optimize BW 
utilization at cost of storage 
Access multiple remote 
DB 
·N* Previous Scenario ·Simultaneous connectivity to multiple sites 
·Multi-domain 
·Dynamic connectivity hard to manage 
·Don’t know next connection needs 
Remote instrument 
access (Radio-telescope) 
·Can’t be done from home 
research institute 
·Need fat unidirectional pipes 
·Tight QoS requirements (jitter, delay, data 
loss) 
Other Observations: 
• Not Feasible To Port Computation to Data 
• Delays Preclude Interactive Research: Copy, Then Analyze 
• Uncertain Transport Times Force A Sequential Process – Schedule Processing 
After Data Has Arrived 
• No cooperation/interaction among Storage, Computation & Network Middlewares 
•Dynamic network allocation as part of Grid Workflow, allows for new scientific 
experiments that are not possible with today’s static allocation
38 
Backup Slides 
–
Apps Middleware 
Scientific workflow 
Resource managers 
39 
Control Interactions 
Data Grid Service Plane 
optical Control Plane 
Data Transmission Plane 
DTS 
Optical Control 
Network 
l1 ln 
DB 
l1 
ln 
l1 
ln 
Storage 
Optical Control 
Network 
Network Service Plane 
NRS 
NMI 
Compute
New Idea - The “Network” is a Prime Resource 
for Large- Scale Distributed System 
Computation 
Person 
Network 
Instrumentation 
Visualization 
Storage 
Integrated SW System Provide the “Glue” 
Dynamic optical network as a fundamental Grid service in data-intensive 
40 
Grid application, to be scheduled, to be managed 
and coordinated to support collaborative operations
New Idea- 
From Super-computer to Super-network 
• In the past, computer processors were the 
fastest part 
– peripheral bottlenecks 
• In the future optical networks will be the fastest 
part 
– Computer, processor, storage, visualization, and 
41 
instrumentation - slower "peripherals” 
• eScience Cyber-infrastructure focuses on 
computation, storage, data, analysis, Work Flow. 
– The network is vital for better eScience
42 
Conclusion 
• New middleware to manage dedicated optical 
network 
– Integral to Grid middleware 
• Orchestration of dedicated networks for e- 
Science use only 
• Pioneer efforts in encapsulating the network 
resources into a Grid service 
– accessible and schedulable through the enabling 
architecture 
– opens up several exciting areas of research

More Related Content

What's hot

A Review on Comparison of the Geographic Routing Protocols in MANET
A Review on Comparison of the Geographic Routing Protocols in MANETA Review on Comparison of the Geographic Routing Protocols in MANET
A Review on Comparison of the Geographic Routing Protocols in MANETEditor IJCATR
 
Improved Power Aware Location Based Routing
Improved Power Aware Location Based RoutingImproved Power Aware Location Based Routing
Improved Power Aware Location Based RoutingIOSR Journals
 
Uw as ns design challenges in transport layer
Uw as ns design challenges in transport layerUw as ns design challenges in transport layer
Uw as ns design challenges in transport layereSAT Publishing House
 
Influence of Clustering on the Performance of MobileAd Hoc Networks (MANETs)
Influence of Clustering on the Performance of MobileAd Hoc Networks (MANETs)Influence of Clustering on the Performance of MobileAd Hoc Networks (MANETs)
Influence of Clustering on the Performance of MobileAd Hoc Networks (MANETs)Narendra Singh Yadav
 
Evaluation of routing protocol with multi-mobile sinks in WSNs using QoS and ...
Evaluation of routing protocol with multi-mobile sinks in WSNs using QoS and ...Evaluation of routing protocol with multi-mobile sinks in WSNs using QoS and ...
Evaluation of routing protocol with multi-mobile sinks in WSNs using QoS and ...IJECEIAES
 
JPJ1410 PACK: Prediction-Based Cloud Bandwidth and Cost Reduction System
JPJ1410  PACK: Prediction-Based Cloud Bandwidth and Cost Reduction SystemJPJ1410  PACK: Prediction-Based Cloud Bandwidth and Cost Reduction System
JPJ1410 PACK: Prediction-Based Cloud Bandwidth and Cost Reduction Systemchennaijp
 
Hybrid networking and distribution
Hybrid networking and distribution Hybrid networking and distribution
Hybrid networking and distribution vivek pratap singh
 
Quadrant Based DIR in CWin Adaptation Mechanism for Multihop Wireless Network
Quadrant Based DIR in CWin Adaptation Mechanism for Multihop Wireless NetworkQuadrant Based DIR in CWin Adaptation Mechanism for Multihop Wireless Network
Quadrant Based DIR in CWin Adaptation Mechanism for Multihop Wireless NetworkIJCI JOURNAL
 
A NOVEL CHAOS BASED MODULATION SCHEME (CS-QCSK) WITH IMPROVED BER PERFORMANCE
A NOVEL CHAOS BASED MODULATION SCHEME (CS-QCSK) WITH IMPROVED BER PERFORMANCEA NOVEL CHAOS BASED MODULATION SCHEME (CS-QCSK) WITH IMPROVED BER PERFORMANCE
A NOVEL CHAOS BASED MODULATION SCHEME (CS-QCSK) WITH IMPROVED BER PERFORMANCEcscpconf
 
Web Service QoS Prediction Based on Adaptive Dynamic Programming Using Fuzzy ...
Web Service QoS Prediction Based on Adaptive Dynamic Programming Using Fuzzy ...Web Service QoS Prediction Based on Adaptive Dynamic Programming Using Fuzzy ...
Web Service QoS Prediction Based on Adaptive Dynamic Programming Using Fuzzy ...redpel dot com
 
TOPOLOGY DISCOVERY IN MULTI-HOP CLUSTERING VEHICULAR NETWORKS
TOPOLOGY DISCOVERY IN MULTI-HOP CLUSTERING VEHICULAR NETWORKSTOPOLOGY DISCOVERY IN MULTI-HOP CLUSTERING VEHICULAR NETWORKS
TOPOLOGY DISCOVERY IN MULTI-HOP CLUSTERING VEHICULAR NETWORKScaijjournal
 
Routing protocols of wsn
Routing protocols of wsnRouting protocols of wsn
Routing protocols of wsnAyman Adel
 
Global Map Matching using BLE Beacons for Indoor Route and Stay Estimation
Global Map Matching using BLE Beacons for Indoor Route and Stay EstimationGlobal Map Matching using BLE Beacons for Indoor Route and Stay Estimation
Global Map Matching using BLE Beacons for Indoor Route and Stay EstimationDaisuke Yamamoto
 
Wireless sensor network
Wireless sensor networkWireless sensor network
Wireless sensor networkJamia Hamdard
 

What's hot (16)

A Review on Comparison of the Geographic Routing Protocols in MANET
A Review on Comparison of the Geographic Routing Protocols in MANETA Review on Comparison of the Geographic Routing Protocols in MANET
A Review on Comparison of the Geographic Routing Protocols in MANET
 
Improved Power Aware Location Based Routing
Improved Power Aware Location Based RoutingImproved Power Aware Location Based Routing
Improved Power Aware Location Based Routing
 
Bu4301411416
Bu4301411416Bu4301411416
Bu4301411416
 
Uw as ns design challenges in transport layer
Uw as ns design challenges in transport layerUw as ns design challenges in transport layer
Uw as ns design challenges in transport layer
 
Influence of Clustering on the Performance of MobileAd Hoc Networks (MANETs)
Influence of Clustering on the Performance of MobileAd Hoc Networks (MANETs)Influence of Clustering on the Performance of MobileAd Hoc Networks (MANETs)
Influence of Clustering on the Performance of MobileAd Hoc Networks (MANETs)
 
Evaluation of routing protocol with multi-mobile sinks in WSNs using QoS and ...
Evaluation of routing protocol with multi-mobile sinks in WSNs using QoS and ...Evaluation of routing protocol with multi-mobile sinks in WSNs using QoS and ...
Evaluation of routing protocol with multi-mobile sinks in WSNs using QoS and ...
 
JPJ1410 PACK: Prediction-Based Cloud Bandwidth and Cost Reduction System
JPJ1410  PACK: Prediction-Based Cloud Bandwidth and Cost Reduction SystemJPJ1410  PACK: Prediction-Based Cloud Bandwidth and Cost Reduction System
JPJ1410 PACK: Prediction-Based Cloud Bandwidth and Cost Reduction System
 
Hybrid networking and distribution
Hybrid networking and distribution Hybrid networking and distribution
Hybrid networking and distribution
 
Quadrant Based DIR in CWin Adaptation Mechanism for Multihop Wireless Network
Quadrant Based DIR in CWin Adaptation Mechanism for Multihop Wireless NetworkQuadrant Based DIR in CWin Adaptation Mechanism for Multihop Wireless Network
Quadrant Based DIR in CWin Adaptation Mechanism for Multihop Wireless Network
 
A NOVEL CHAOS BASED MODULATION SCHEME (CS-QCSK) WITH IMPROVED BER PERFORMANCE
A NOVEL CHAOS BASED MODULATION SCHEME (CS-QCSK) WITH IMPROVED BER PERFORMANCEA NOVEL CHAOS BASED MODULATION SCHEME (CS-QCSK) WITH IMPROVED BER PERFORMANCE
A NOVEL CHAOS BASED MODULATION SCHEME (CS-QCSK) WITH IMPROVED BER PERFORMANCE
 
A Novel Approach in Scheduling Of the Real- Time Tasks In Heterogeneous Multi...
A Novel Approach in Scheduling Of the Real- Time Tasks In Heterogeneous Multi...A Novel Approach in Scheduling Of the Real- Time Tasks In Heterogeneous Multi...
A Novel Approach in Scheduling Of the Real- Time Tasks In Heterogeneous Multi...
 
Web Service QoS Prediction Based on Adaptive Dynamic Programming Using Fuzzy ...
Web Service QoS Prediction Based on Adaptive Dynamic Programming Using Fuzzy ...Web Service QoS Prediction Based on Adaptive Dynamic Programming Using Fuzzy ...
Web Service QoS Prediction Based on Adaptive Dynamic Programming Using Fuzzy ...
 
TOPOLOGY DISCOVERY IN MULTI-HOP CLUSTERING VEHICULAR NETWORKS
TOPOLOGY DISCOVERY IN MULTI-HOP CLUSTERING VEHICULAR NETWORKSTOPOLOGY DISCOVERY IN MULTI-HOP CLUSTERING VEHICULAR NETWORKS
TOPOLOGY DISCOVERY IN MULTI-HOP CLUSTERING VEHICULAR NETWORKS
 
Routing protocols of wsn
Routing protocols of wsnRouting protocols of wsn
Routing protocols of wsn
 
Global Map Matching using BLE Beacons for Indoor Route and Stay Estimation
Global Map Matching using BLE Beacons for Indoor Route and Stay EstimationGlobal Map Matching using BLE Beacons for Indoor Route and Stay Estimation
Global Map Matching using BLE Beacons for Indoor Route and Stay Estimation
 
Wireless sensor network
Wireless sensor networkWireless sensor network
Wireless sensor network
 

Similar to Lambda Data Grid

An Architecture for Data Intensive Service Enabled by Next Generation Optical...
An Architecture for Data Intensive Service Enabled by Next Generation Optical...An Architecture for Data Intensive Service Enabled by Next Generation Optical...
An Architecture for Data Intensive Service Enabled by Next Generation Optical...Tal Lavian Ph.D.
 
A Platform for Large-Scale Grid Data Service on Dynamic High-Performance Netw...
A Platform for Large-Scale Grid Data Service on Dynamic High-Performance Netw...A Platform for Large-Scale Grid Data Service on Dynamic High-Performance Netw...
A Platform for Large-Scale Grid Data Service on Dynamic High-Performance Netw...Tal Lavian Ph.D.
 
A Platform for Data Intensive Services Enabled by Next Generation Dynamic Opt...
A Platform for Data Intensive Services Enabled by Next Generation Dynamic Opt...A Platform for Data Intensive Services Enabled by Next Generation Dynamic Opt...
A Platform for Data Intensive Services Enabled by Next Generation Dynamic Opt...Tal Lavian Ph.D.
 
DWDM-RAM:Enabling Grid Services with Dynamic Optical Networks
DWDM-RAM:Enabling Grid Services with Dynamic Optical NetworksDWDM-RAM:Enabling Grid Services with Dynamic Optical Networks
DWDM-RAM:Enabling Grid Services with Dynamic Optical NetworksTal Lavian Ph.D.
 
A Platform for Data Intensive Services Enabled by Next Generation Dynamic Opt...
A Platform for Data Intensive Services Enabled by Next Generation Dynamic Opt...A Platform for Data Intensive Services Enabled by Next Generation Dynamic Opt...
A Platform for Data Intensive Services Enabled by Next Generation Dynamic Opt...Tal Lavian Ph.D.
 
DWDM-RAM: DARPA-Sponsored Research for Data Intensive Service-on-Demand Advan...
DWDM-RAM: DARPA-Sponsored Research for Data Intensive Service-on-Demand Advan...DWDM-RAM: DARPA-Sponsored Research for Data Intensive Service-on-Demand Advan...
DWDM-RAM: DARPA-Sponsored Research for Data Intensive Service-on-Demand Advan...Tal Lavian Ph.D.
 
Transport SDN Overview and Standards Update: Industry Perspectives
Transport SDN Overview and Standards Update: Industry PerspectivesTransport SDN Overview and Standards Update: Industry Perspectives
Transport SDN Overview and Standards Update: Industry PerspectivesInfinera
 
Data Replication In Cloud Computing
Data Replication In Cloud ComputingData Replication In Cloud Computing
Data Replication In Cloud ComputingRahul Garg
 
Grid optical network service architecture for data intensive applications
Grid optical network service architecture for data intensive applicationsGrid optical network service architecture for data intensive applications
Grid optical network service architecture for data intensive applicationsTal Lavian Ph.D.
 
DWDM-RAM: DARPA-Sponsored Research for Data Intensive Service-on-Demand Advan...
DWDM-RAM: DARPA-Sponsored Research for Data Intensive Service-on-Demand Advan...DWDM-RAM: DARPA-Sponsored Research for Data Intensive Service-on-Demand Advan...
DWDM-RAM: DARPA-Sponsored Research for Data Intensive Service-on-Demand Advan...Tal Lavian Ph.D.
 
DWDM-RAM: DARPA-Sponsored Research for Data Intensive Service-on-Demand Advan...
DWDM-RAM: DARPA-Sponsored Research for Data Intensive Service-on-Demand Advan...DWDM-RAM: DARPA-Sponsored Research for Data Intensive Service-on-Demand Advan...
DWDM-RAM: DARPA-Sponsored Research for Data Intensive Service-on-Demand Advan...Tal Lavian Ph.D.
 
RECAP: The Simulation Approach
RECAP: The Simulation ApproachRECAP: The Simulation Approach
RECAP: The Simulation ApproachRECAP Project
 
Traffic Optimization in Multi-Layered WANs using SDN
Traffic Optimization in Multi-Layered WANs using SDN Traffic Optimization in Multi-Layered WANs using SDN
Traffic Optimization in Multi-Layered WANs using SDN Infinera
 
Business Models for Dynamically Provisioned Optical Networks
Business Models for Dynamically Provisioned Optical NetworksBusiness Models for Dynamically Provisioned Optical Networks
Business Models for Dynamically Provisioned Optical NetworksTal Lavian Ph.D.
 
DWDM-RAM: An Architecture for Data Intensive Service Enabled by Next Generati...
DWDM-RAM: An Architecture for Data Intensive Service Enabled by Next Generati...DWDM-RAM: An Architecture for Data Intensive Service Enabled by Next Generati...
DWDM-RAM: An Architecture for Data Intensive Service Enabled by Next Generati...Tal Lavian Ph.D.
 
Dcn invited ecoc2018_short
Dcn invited ecoc2018_shortDcn invited ecoc2018_short
Dcn invited ecoc2018_shortShuangyi Yan
 
The UCLouvain Public Defense of my EMJD-DC Double Doctorate Ph.D. degree
The UCLouvain Public Defense of my EMJD-DC Double Doctorate Ph.D. degreeThe UCLouvain Public Defense of my EMJD-DC Double Doctorate Ph.D. degree
The UCLouvain Public Defense of my EMJD-DC Double Doctorate Ph.D. degreePradeeban Kathiravelu, Ph.D.
 
Cloud Analytics Engine Value - Juniper Networks
Cloud Analytics Engine Value - Juniper Networks Cloud Analytics Engine Value - Juniper Networks
Cloud Analytics Engine Value - Juniper Networks Juniper Networks
 

Similar to Lambda Data Grid (20)

An Architecture for Data Intensive Service Enabled by Next Generation Optical...
An Architecture for Data Intensive Service Enabled by Next Generation Optical...An Architecture for Data Intensive Service Enabled by Next Generation Optical...
An Architecture for Data Intensive Service Enabled by Next Generation Optical...
 
A Platform for Large-Scale Grid Data Service on Dynamic High-Performance Netw...
A Platform for Large-Scale Grid Data Service on Dynamic High-Performance Netw...A Platform for Large-Scale Grid Data Service on Dynamic High-Performance Netw...
A Platform for Large-Scale Grid Data Service on Dynamic High-Performance Netw...
 
A Platform for Data Intensive Services Enabled by Next Generation Dynamic Opt...
A Platform for Data Intensive Services Enabled by Next Generation Dynamic Opt...A Platform for Data Intensive Services Enabled by Next Generation Dynamic Opt...
A Platform for Data Intensive Services Enabled by Next Generation Dynamic Opt...
 
DWDM-RAM:Enabling Grid Services with Dynamic Optical Networks
DWDM-RAM:Enabling Grid Services with Dynamic Optical NetworksDWDM-RAM:Enabling Grid Services with Dynamic Optical Networks
DWDM-RAM:Enabling Grid Services with Dynamic Optical Networks
 
A Platform for Data Intensive Services Enabled by Next Generation Dynamic Opt...
A Platform for Data Intensive Services Enabled by Next Generation Dynamic Opt...A Platform for Data Intensive Services Enabled by Next Generation Dynamic Opt...
A Platform for Data Intensive Services Enabled by Next Generation Dynamic Opt...
 
DWDM-RAM: DARPA-Sponsored Research for Data Intensive Service-on-Demand Advan...
DWDM-RAM: DARPA-Sponsored Research for Data Intensive Service-on-Demand Advan...DWDM-RAM: DARPA-Sponsored Research for Data Intensive Service-on-Demand Advan...
DWDM-RAM: DARPA-Sponsored Research for Data Intensive Service-on-Demand Advan...
 
Transport SDN Overview and Standards Update: Industry Perspectives
Transport SDN Overview and Standards Update: Industry PerspectivesTransport SDN Overview and Standards Update: Industry Perspectives
Transport SDN Overview and Standards Update: Industry Perspectives
 
Data Replication In Cloud Computing
Data Replication In Cloud ComputingData Replication In Cloud Computing
Data Replication In Cloud Computing
 
Grid optical network service architecture for data intensive applications
Grid optical network service architecture for data intensive applicationsGrid optical network service architecture for data intensive applications
Grid optical network service architecture for data intensive applications
 
DWDM-RAM: DARPA-Sponsored Research for Data Intensive Service-on-Demand Advan...
DWDM-RAM: DARPA-Sponsored Research for Data Intensive Service-on-Demand Advan...DWDM-RAM: DARPA-Sponsored Research for Data Intensive Service-on-Demand Advan...
DWDM-RAM: DARPA-Sponsored Research for Data Intensive Service-on-Demand Advan...
 
DWDM-RAM: DARPA-Sponsored Research for Data Intensive Service-on-Demand Advan...
DWDM-RAM: DARPA-Sponsored Research for Data Intensive Service-on-Demand Advan...DWDM-RAM: DARPA-Sponsored Research for Data Intensive Service-on-Demand Advan...
DWDM-RAM: DARPA-Sponsored Research for Data Intensive Service-on-Demand Advan...
 
RECAP: The Simulation Approach
RECAP: The Simulation ApproachRECAP: The Simulation Approach
RECAP: The Simulation Approach
 
Traffic Optimization in Multi-Layered WANs using SDN
Traffic Optimization in Multi-Layered WANs using SDN Traffic Optimization in Multi-Layered WANs using SDN
Traffic Optimization in Multi-Layered WANs using SDN
 
Business Models for Dynamically Provisioned Optical Networks
Business Models for Dynamically Provisioned Optical NetworksBusiness Models for Dynamically Provisioned Optical Networks
Business Models for Dynamically Provisioned Optical Networks
 
DWDM-RAM: An Architecture for Data Intensive Service Enabled by Next Generati...
DWDM-RAM: An Architecture for Data Intensive Service Enabled by Next Generati...DWDM-RAM: An Architecture for Data Intensive Service Enabled by Next Generati...
DWDM-RAM: An Architecture for Data Intensive Service Enabled by Next Generati...
 
Dcn invited ecoc2018_short
Dcn invited ecoc2018_shortDcn invited ecoc2018_short
Dcn invited ecoc2018_short
 
The UCLouvain Public Defense of my EMJD-DC Double Doctorate Ph.D. degree
The UCLouvain Public Defense of my EMJD-DC Double Doctorate Ph.D. degreeThe UCLouvain Public Defense of my EMJD-DC Double Doctorate Ph.D. degree
The UCLouvain Public Defense of my EMJD-DC Double Doctorate Ph.D. degree
 
Cloud ppt
Cloud pptCloud ppt
Cloud ppt
 
Cloud Analytics Engine Value - Juniper Networks
Cloud Analytics Engine Value - Juniper Networks Cloud Analytics Engine Value - Juniper Networks
Cloud Analytics Engine Value - Juniper Networks
 
CN Unit-1 PPT.pptx
CN Unit-1 PPT.pptxCN Unit-1 PPT.pptx
CN Unit-1 PPT.pptx
 

More from Tal Lavian Ph.D.

Ultra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizerUltra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizerTal Lavian Ph.D.
 
Ultra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizerUltra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizerTal Lavian Ph.D.
 
Photonic line sharing for high-speed routers
Photonic line sharing for high-speed routersPhotonic line sharing for high-speed routers
Photonic line sharing for high-speed routersTal Lavian Ph.D.
 
Systems and methods to support sharing and exchanging in a network
Systems and methods to support sharing and exchanging in a networkSystems and methods to support sharing and exchanging in a network
Systems and methods to support sharing and exchanging in a networkTal Lavian Ph.D.
 
Systems and methods for visual presentation and selection of IVR menu
Systems and methods for visual presentation and selection of IVR menuSystems and methods for visual presentation and selection of IVR menu
Systems and methods for visual presentation and selection of IVR menuTal Lavian Ph.D.
 
Grid proxy architecture for network resources
Grid proxy architecture for network resourcesGrid proxy architecture for network resources
Grid proxy architecture for network resourcesTal Lavian Ph.D.
 
Ultra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizerUltra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizerTal Lavian Ph.D.
 
Systems and methods for electronic communications
Systems and methods for electronic communicationsSystems and methods for electronic communications
Systems and methods for electronic communicationsTal Lavian Ph.D.
 
Ultra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizerUltra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizerTal Lavian Ph.D.
 
Ultra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizerUltra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizerTal Lavian Ph.D.
 
Radar target detection system for autonomous vehicles with ultra-low phase no...
Radar target detection system for autonomous vehicles with ultra-low phase no...Radar target detection system for autonomous vehicles with ultra-low phase no...
Radar target detection system for autonomous vehicles with ultra-low phase no...Tal Lavian Ph.D.
 
Grid proxy architecture for network resources
Grid proxy architecture for network resourcesGrid proxy architecture for network resources
Grid proxy architecture for network resourcesTal Lavian Ph.D.
 
Method and apparatus for scheduling resources on a switched underlay network
Method and apparatus for scheduling resources on a switched underlay networkMethod and apparatus for scheduling resources on a switched underlay network
Method and apparatus for scheduling resources on a switched underlay networkTal Lavian Ph.D.
 
Dynamic assignment of traffic classes to a priority queue in a packet forward...
Dynamic assignment of traffic classes to a priority queue in a packet forward...Dynamic assignment of traffic classes to a priority queue in a packet forward...
Dynamic assignment of traffic classes to a priority queue in a packet forward...Tal Lavian Ph.D.
 
Method and apparatus for using a command design pattern to access and configu...
Method and apparatus for using a command design pattern to access and configu...Method and apparatus for using a command design pattern to access and configu...
Method and apparatus for using a command design pattern to access and configu...Tal Lavian Ph.D.
 
Reliable rating system and method thereof
Reliable rating system and method thereofReliable rating system and method thereof
Reliable rating system and method thereofTal Lavian Ph.D.
 
Time variant rating system and method thereof
Time variant rating system and method thereofTime variant rating system and method thereof
Time variant rating system and method thereofTal Lavian Ph.D.
 
Systems and methods for visual presentation and selection of ivr menu
Systems and methods for visual presentation and selection of ivr menuSystems and methods for visual presentation and selection of ivr menu
Systems and methods for visual presentation and selection of ivr menuTal Lavian Ph.D.
 
Ultra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizerUltra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizerTal Lavian Ph.D.
 
Ultra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizerUltra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizerTal Lavian Ph.D.
 

More from Tal Lavian Ph.D. (20)

Ultra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizerUltra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizer
 
Ultra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizerUltra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizer
 
Photonic line sharing for high-speed routers
Photonic line sharing for high-speed routersPhotonic line sharing for high-speed routers
Photonic line sharing for high-speed routers
 
Systems and methods to support sharing and exchanging in a network
Systems and methods to support sharing and exchanging in a networkSystems and methods to support sharing and exchanging in a network
Systems and methods to support sharing and exchanging in a network
 
Systems and methods for visual presentation and selection of IVR menu
Systems and methods for visual presentation and selection of IVR menuSystems and methods for visual presentation and selection of IVR menu
Systems and methods for visual presentation and selection of IVR menu
 
Grid proxy architecture for network resources
Grid proxy architecture for network resourcesGrid proxy architecture for network resources
Grid proxy architecture for network resources
 
Ultra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizerUltra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizer
 
Systems and methods for electronic communications
Systems and methods for electronic communicationsSystems and methods for electronic communications
Systems and methods for electronic communications
 
Ultra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizerUltra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizer
 
Ultra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizerUltra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizer
 
Radar target detection system for autonomous vehicles with ultra-low phase no...
Radar target detection system for autonomous vehicles with ultra-low phase no...Radar target detection system for autonomous vehicles with ultra-low phase no...
Radar target detection system for autonomous vehicles with ultra-low phase no...
 
Grid proxy architecture for network resources
Grid proxy architecture for network resourcesGrid proxy architecture for network resources
Grid proxy architecture for network resources
 
Method and apparatus for scheduling resources on a switched underlay network
Method and apparatus for scheduling resources on a switched underlay networkMethod and apparatus for scheduling resources on a switched underlay network
Method and apparatus for scheduling resources on a switched underlay network
 
Dynamic assignment of traffic classes to a priority queue in a packet forward...
Dynamic assignment of traffic classes to a priority queue in a packet forward...Dynamic assignment of traffic classes to a priority queue in a packet forward...
Dynamic assignment of traffic classes to a priority queue in a packet forward...
 
Method and apparatus for using a command design pattern to access and configu...
Method and apparatus for using a command design pattern to access and configu...Method and apparatus for using a command design pattern to access and configu...
Method and apparatus for using a command design pattern to access and configu...
 
Reliable rating system and method thereof
Reliable rating system and method thereofReliable rating system and method thereof
Reliable rating system and method thereof
 
Time variant rating system and method thereof
Time variant rating system and method thereofTime variant rating system and method thereof
Time variant rating system and method thereof
 
Systems and methods for visual presentation and selection of ivr menu
Systems and methods for visual presentation and selection of ivr menuSystems and methods for visual presentation and selection of ivr menu
Systems and methods for visual presentation and selection of ivr menu
 
Ultra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizerUltra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizer
 
Ultra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizerUltra low phase noise frequency synthesizer
Ultra low phase noise frequency synthesizer
 

Recently uploaded

Top Rated Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated  Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Top Rated  Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Call Girls in Nagpur High Profile
 
Call Girls Dubai Slut Wife O525547819 Call Girls Dubai Gaped
Call Girls Dubai Slut Wife O525547819 Call Girls Dubai GapedCall Girls Dubai Slut Wife O525547819 Call Girls Dubai Gaped
Call Girls Dubai Slut Wife O525547819 Call Girls Dubai Gapedkojalkojal131
 
Dubai Call Girls O528786472 Call Girls In Dubai Wisteria
Dubai Call Girls O528786472 Call Girls In Dubai WisteriaDubai Call Girls O528786472 Call Girls In Dubai Wisteria
Dubai Call Girls O528786472 Call Girls In Dubai WisteriaUnited Arab Emirates
 
Call Girls Service Kolkata Aishwarya 🤌 8250192130 🚀 Vip Call Girls Kolkata
Call Girls Service Kolkata Aishwarya 🤌  8250192130 🚀 Vip Call Girls KolkataCall Girls Service Kolkata Aishwarya 🤌  8250192130 🚀 Vip Call Girls Kolkata
Call Girls Service Kolkata Aishwarya 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
WhatsApp 9892124323 ✓Call Girls In Khar ( Mumbai ) secure service - Bandra F...
WhatsApp 9892124323 ✓Call Girls In Khar ( Mumbai ) secure service -  Bandra F...WhatsApp 9892124323 ✓Call Girls In Khar ( Mumbai ) secure service -  Bandra F...
WhatsApp 9892124323 ✓Call Girls In Khar ( Mumbai ) secure service - Bandra F...Pooja Nehwal
 
如何办理(NUS毕业证书)新加坡国立大学毕业证成绩单留信学历认证原版一比一
如何办理(NUS毕业证书)新加坡国立大学毕业证成绩单留信学历认证原版一比一如何办理(NUS毕业证书)新加坡国立大学毕业证成绩单留信学历认证原版一比一
如何办理(NUS毕业证书)新加坡国立大学毕业证成绩单留信学历认证原版一比一ga6c6bdl
 
Russian Escorts in lucknow 💗 9719455033 💥 Lovely Lasses: Radiant Beauties Shi...
Russian Escorts in lucknow 💗 9719455033 💥 Lovely Lasses: Radiant Beauties Shi...Russian Escorts in lucknow 💗 9719455033 💥 Lovely Lasses: Radiant Beauties Shi...
Russian Escorts in lucknow 💗 9719455033 💥 Lovely Lasses: Radiant Beauties Shi...nagunakhan
 
如何办理(Adelaide毕业证)阿德莱德大学毕业证成绩单Adelaide学历认证真实可查
如何办理(Adelaide毕业证)阿德莱德大学毕业证成绩单Adelaide学历认证真实可查如何办理(Adelaide毕业证)阿德莱德大学毕业证成绩单Adelaide学历认证真实可查
如何办理(Adelaide毕业证)阿德莱德大学毕业证成绩单Adelaide学历认证真实可查awo24iot
 
Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,
Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,
Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,Pooja Nehwal
 
Pallawi 9167673311 Call Girls in Thane , Independent Escort Service Thane
Pallawi 9167673311  Call Girls in Thane , Independent Escort Service ThanePallawi 9167673311  Call Girls in Thane , Independent Escort Service Thane
Pallawi 9167673311 Call Girls in Thane , Independent Escort Service ThanePooja Nehwal
 
如何办理萨省大学毕业证(UofS毕业证)成绩单留信学历认证原版一比一
如何办理萨省大学毕业证(UofS毕业证)成绩单留信学历认证原版一比一如何办理萨省大学毕业证(UofS毕业证)成绩单留信学历认证原版一比一
如何办理萨省大学毕业证(UofS毕业证)成绩单留信学历认证原版一比一ga6c6bdl
 
High Profile Call Girls In Andheri 7738631006 Call girls in mumbai Mumbai ...
High Profile Call Girls In Andheri 7738631006 Call girls in mumbai  Mumbai ...High Profile Call Girls In Andheri 7738631006 Call girls in mumbai  Mumbai ...
High Profile Call Girls In Andheri 7738631006 Call girls in mumbai Mumbai ...Pooja Nehwal
 
VVIP Pune Call Girls Balaji Nagar (7001035870) Pune Escorts Nearby with Compl...
VVIP Pune Call Girls Balaji Nagar (7001035870) Pune Escorts Nearby with Compl...VVIP Pune Call Girls Balaji Nagar (7001035870) Pune Escorts Nearby with Compl...
VVIP Pune Call Girls Balaji Nagar (7001035870) Pune Escorts Nearby with Compl...Call Girls in Nagpur High Profile
 
Call Girls in Nagpur Bhavna Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Bhavna Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Bhavna Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Bhavna Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Gaya Call Girls #9907093804 Contact Number Escorts Service Gaya
Gaya Call Girls #9907093804 Contact Number Escorts Service GayaGaya Call Girls #9907093804 Contact Number Escorts Service Gaya
Gaya Call Girls #9907093804 Contact Number Escorts Service Gayasrsj9000
 
定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一
定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一
定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一ga6c6bdl
 
Slim Call Girls Service Badshah Nagar * 9548273370 Naughty Call Girls Service...
Slim Call Girls Service Badshah Nagar * 9548273370 Naughty Call Girls Service...Slim Call Girls Service Badshah Nagar * 9548273370 Naughty Call Girls Service...
Slim Call Girls Service Badshah Nagar * 9548273370 Naughty Call Girls Service...nagunakhan
 
Alambagh Call Girl 9548273370 , Call Girls Service Lucknow
Alambagh Call Girl 9548273370 , Call Girls Service LucknowAlambagh Call Girl 9548273370 , Call Girls Service Lucknow
Alambagh Call Girl 9548273370 , Call Girls Service Lucknowmakika9823
 
Call Girls Delhi {Rs-10000 Laxmi Nagar] 9711199012 Whats Up Number
Call Girls Delhi {Rs-10000 Laxmi Nagar] 9711199012 Whats Up NumberCall Girls Delhi {Rs-10000 Laxmi Nagar] 9711199012 Whats Up Number
Call Girls Delhi {Rs-10000 Laxmi Nagar] 9711199012 Whats Up NumberMs Riya
 

Recently uploaded (20)

Top Rated Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated  Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Top Rated  Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
 
Call Girls Dubai Slut Wife O525547819 Call Girls Dubai Gaped
Call Girls Dubai Slut Wife O525547819 Call Girls Dubai GapedCall Girls Dubai Slut Wife O525547819 Call Girls Dubai Gaped
Call Girls Dubai Slut Wife O525547819 Call Girls Dubai Gaped
 
Dubai Call Girls O528786472 Call Girls In Dubai Wisteria
Dubai Call Girls O528786472 Call Girls In Dubai WisteriaDubai Call Girls O528786472 Call Girls In Dubai Wisteria
Dubai Call Girls O528786472 Call Girls In Dubai Wisteria
 
Call Girls Service Kolkata Aishwarya 🤌 8250192130 🚀 Vip Call Girls Kolkata
Call Girls Service Kolkata Aishwarya 🤌  8250192130 🚀 Vip Call Girls KolkataCall Girls Service Kolkata Aishwarya 🤌  8250192130 🚀 Vip Call Girls Kolkata
Call Girls Service Kolkata Aishwarya 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
WhatsApp 9892124323 ✓Call Girls In Khar ( Mumbai ) secure service - Bandra F...
WhatsApp 9892124323 ✓Call Girls In Khar ( Mumbai ) secure service -  Bandra F...WhatsApp 9892124323 ✓Call Girls In Khar ( Mumbai ) secure service -  Bandra F...
WhatsApp 9892124323 ✓Call Girls In Khar ( Mumbai ) secure service - Bandra F...
 
如何办理(NUS毕业证书)新加坡国立大学毕业证成绩单留信学历认证原版一比一
如何办理(NUS毕业证书)新加坡国立大学毕业证成绩单留信学历认证原版一比一如何办理(NUS毕业证书)新加坡国立大学毕业证成绩单留信学历认证原版一比一
如何办理(NUS毕业证书)新加坡国立大学毕业证成绩单留信学历认证原版一比一
 
Russian Escorts in lucknow 💗 9719455033 💥 Lovely Lasses: Radiant Beauties Shi...
Russian Escorts in lucknow 💗 9719455033 💥 Lovely Lasses: Radiant Beauties Shi...Russian Escorts in lucknow 💗 9719455033 💥 Lovely Lasses: Radiant Beauties Shi...
Russian Escorts in lucknow 💗 9719455033 💥 Lovely Lasses: Radiant Beauties Shi...
 
如何办理(Adelaide毕业证)阿德莱德大学毕业证成绩单Adelaide学历认证真实可查
如何办理(Adelaide毕业证)阿德莱德大学毕业证成绩单Adelaide学历认证真实可查如何办理(Adelaide毕业证)阿德莱德大学毕业证成绩单Adelaide学历认证真实可查
如何办理(Adelaide毕业证)阿德莱德大学毕业证成绩单Adelaide学历认证真实可查
 
Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,
Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,
Call Girls In Andheri East Call 9892124323 Book Hot And Sexy Girls,
 
Pallawi 9167673311 Call Girls in Thane , Independent Escort Service Thane
Pallawi 9167673311  Call Girls in Thane , Independent Escort Service ThanePallawi 9167673311  Call Girls in Thane , Independent Escort Service Thane
Pallawi 9167673311 Call Girls in Thane , Independent Escort Service Thane
 
如何办理萨省大学毕业证(UofS毕业证)成绩单留信学历认证原版一比一
如何办理萨省大学毕业证(UofS毕业证)成绩单留信学历认证原版一比一如何办理萨省大学毕业证(UofS毕业证)成绩单留信学历认证原版一比一
如何办理萨省大学毕业证(UofS毕业证)成绩单留信学历认证原版一比一
 
High Profile Call Girls In Andheri 7738631006 Call girls in mumbai Mumbai ...
High Profile Call Girls In Andheri 7738631006 Call girls in mumbai  Mumbai ...High Profile Call Girls In Andheri 7738631006 Call girls in mumbai  Mumbai ...
High Profile Call Girls In Andheri 7738631006 Call girls in mumbai Mumbai ...
 
VVIP Pune Call Girls Balaji Nagar (7001035870) Pune Escorts Nearby with Compl...
VVIP Pune Call Girls Balaji Nagar (7001035870) Pune Escorts Nearby with Compl...VVIP Pune Call Girls Balaji Nagar (7001035870) Pune Escorts Nearby with Compl...
VVIP Pune Call Girls Balaji Nagar (7001035870) Pune Escorts Nearby with Compl...
 
Call Girls in Nagpur Bhavna Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Bhavna Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Bhavna Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Bhavna Call 7001035870 Meet With Nagpur Escorts
 
🔝 9953056974🔝 Delhi Call Girls in Ajmeri Gate
🔝 9953056974🔝 Delhi Call Girls in Ajmeri Gate🔝 9953056974🔝 Delhi Call Girls in Ajmeri Gate
🔝 9953056974🔝 Delhi Call Girls in Ajmeri Gate
 
Gaya Call Girls #9907093804 Contact Number Escorts Service Gaya
Gaya Call Girls #9907093804 Contact Number Escorts Service GayaGaya Call Girls #9907093804 Contact Number Escorts Service Gaya
Gaya Call Girls #9907093804 Contact Number Escorts Service Gaya
 
定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一
定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一
定制宾州州立大学毕业证(PSU毕业证) 成绩单留信学历认证原版一比一
 
Slim Call Girls Service Badshah Nagar * 9548273370 Naughty Call Girls Service...
Slim Call Girls Service Badshah Nagar * 9548273370 Naughty Call Girls Service...Slim Call Girls Service Badshah Nagar * 9548273370 Naughty Call Girls Service...
Slim Call Girls Service Badshah Nagar * 9548273370 Naughty Call Girls Service...
 
Alambagh Call Girl 9548273370 , Call Girls Service Lucknow
Alambagh Call Girl 9548273370 , Call Girls Service LucknowAlambagh Call Girl 9548273370 , Call Girls Service Lucknow
Alambagh Call Girl 9548273370 , Call Girls Service Lucknow
 
Call Girls Delhi {Rs-10000 Laxmi Nagar] 9711199012 Whats Up Number
Call Girls Delhi {Rs-10000 Laxmi Nagar] 9711199012 Whats Up NumberCall Girls Delhi {Rs-10000 Laxmi Nagar] 9711199012 Whats Up Number
Call Girls Delhi {Rs-10000 Laxmi Nagar] 9711199012 Whats Up Number
 

Lambda Data Grid

  • 1. Lambda Data Grid A Grid Computing Platform where Communication Function is in Balance with Computation and Storage 1 Tal Lavian
  • 2. 2 Outline of the presentation • Introduction to the problems • Aim and scope • Main contributions – Lambda Grid architecture – Network resource encapsulation – Network schedule service – Data-intensive applications • Testbed, implementation, performance evaluation • Issue for further research • Conclusion
  • 3. 3 Introduction • Growth of large, geographically dispersed research – Use of simulations and computational science – Vast increases in data generation by e-Science • Challenge: Scalability - “Peta” network capacity • Building a new grid-computing paradigm, which fully harnesses communication – Like computation and storage • Knowledge plane: True viability of global VO
  • 4. 4 Lambda Data Grid Service Lambda Data Grid Service architecture interacts with Cyber-infrastructure, and overcomes data limitations efficiently & effectively by: – treating the “network” as a primary resource just like “storage” and “computation” – treating the “network” as a “scheduled resource” – relying upon a massive, dynamic transport infrastructure: Dynamic Optical Network
  • 5. 5 Motivation • New e-Science and its distributed architecture limitations • The Peta Line – PetaByte, PetaFlop, PetaBits/s • Growth of optical capacity • Transmission mismatch • Limitations of L3 and public networks for data-intensive e-Science
  • 6. 6 Three Fundamental Challenges • Challenge #1: Packet Switching – an inefficient solution for data-intensive applications – Elephants and Mice – Lightpath cut-through – Statistical multiplexing – Why not lightpath (circuit) switching? • Challenge #2: Grid Computing Managed Network Resources – Abstract and encapsulate – Grid networking – Grid middleware for Dynamic Optical Provisioning – Virtual Organization (VO) as reality • Challenge #3: Manage BIG Data Transfer for e-Science – Visualization example
  • 7. 7 Aim and Scope • Build an architecture that can orchestrate network resources in conjunction with computation, data, storage, visualization, and unique sensors – The creation of an effective network orchestration for e-Science applications, with vastly more capability than the public Internet – Fundamental problems faced by e-Science research today requires a solution • Scope – Concerns mainly with middleware and application interface – Concerns with Grid Services – Assumes an agile underlying Optical Network – Pays little attention to packet switched networks
  • 8. 8 Major Contributions • Promote the network to a “First Class” resource citizen • Abstract and encapsulate the network resources into a set of Grid Services • Orchestrate end-to-end resources • Schedule network resources • Design and implement an Optical Grid prototype
  • 9. Architecture for Grid Network services • This new architecture is necessary for – Deploying Lambda switching in the underlying networks – Encapsulating network resources into a set of Grid Network services – Supporting data-intensive applications • Features of the architecture 9 – App layer for isolating network service users from complexity of the underlying network – Middleware network resource layer for network service encapsulation – Connectivity layer for communications
  • 10. 10 Architecture Data-Intensive Applications Data Transfer Service Network Resource Service Basic Network Resource Service Network Resource Scheduler Dynamic Lambda, Optical Burst, etc., Data Center l1 ln l1 ln Data Center Grid services Data Handler Service Information Service DTS API Application Middleware Layer NRS Grid Service API Network Resource Middleware Layer l OGSI-ification API Connectivity and Fabric Layers Optical path control
  • 11. 11 Lambda Data Grid Architecture • Optical networks as a “first class” resource, similar to computation and storage resources • Orchestrate resources for data-intensive services, through dynamic optical networking • Date Transfer Service (DTS) – presents an interface between the system and an application – Client requests – balance resources - scheduling constrains • Network Resource Service (NRS) – Resource management service • Grid Layered Architecture
  • 12. 12 Mouse Applications SD SS Apps Middleware DTS Network(s) BIRN Mouse Example Lambda- Data-Grid Meta- Scheduler Resource Managers C S D V I Control Plane GT4 SRB NRS Data Grid Comp Grid Net Grid WSRF/IF NMI
  • 13. 13 Network Resource Encapsulation • To make network resource a “first class resource” like CPU and storage resources that can be scheduled • Encapsulation is done by modularizing network functionality and providing proper interfaces
  • 14. 14 Data Management Service Data Receiver λ Data Source FTP client FTP server DMS NRM Client App
  • 15. 15 DTS - NRS Data service Scheduling logic Replica service Apps mware I/F NMI /IF Proposal evaluation NRS I/F GT4 /IF Data calc DTS Scheduling algorithm Topology map Proposal constructor DTS IF NMI /IF Net calc Scheduling service Optical control I/F Proposal evaluator GT4 /IF Network allocation NRS
  • 16. 16 NRS Interface and Functionality // Bind to an NRS service: NRS = lookupNRS(address); //Request cost function evaluation request = {pathEndpointOneAddress, pathEndpointTwoAddress, duration, startAfterDate, endBeforeDate}; ticket = NRS.requestReservation(request); // Inspect the ticket to determine success, and to find the currently scheduled time: ticket.display(); // The ticket may now be persisted and used from another location NRS.updateTicket(ticket); // Inspect the ticket to see if the reservation’s scheduled time has changed, or verify that the job completed, with any relevant status information: ticket.display();
  • 17. Network schedule service – an example of use • Encapsulate it as another service at a level above the basic NRS 17
  • 18. 18 Example: Lightpath Scheduling • Request for 1/2 hour between 4:00 and 5:30 on Segment D granted to User W at 4:00 • New request from User X for same segment for 1 hour between 3:30 and 5:00 • Reschedule user W to 4:30; user X to 3:30. Everyone is happy. W 3:30 4:00 4:30 5:00 5:30 X 3:30 4:00 4:30 5:00 5:30 W X 3:30 4:00 4:30 5:00 5:30 Route allocated for a time slot; new request comes in; 1st route can be rescheduled for a later slot within window to accommodate new request
  • 19. 19 Scheduling Example - Reroute • Request for 1 hour between nodes A and B between 7:00 and 8:30 is granted using Segment X (and other segments) is granted for 7:00 • New request for 2 hours between nodes C and D between 7:00 and 9:30 This route needs to use Segment X to be satisfied • Reroute the first request to take another path through the topology to free up Segment X for the 2nd request. Everyone is happy A B D C X 7:00-8:30 A B D C Y X 7:00-9:30 Route allocated; new request comes in for a segment in use; 1st route can be altered to use different path to allow 2nd to also be serviced in its time window
  • 20. 20 Scheduling - Time Value value Window time value Level Increasing value time Decreasing time value time Peak value time value Asymptotic Increasing time value Asymptotic Increasing time value time Step
  • 21. 21 GRID Service Request Network Service Request ODIN OmniNet Control Plane Optical Control Network Optical Control Network UNI-N Data Transmission Plane ODIN UNI-N Connection Control L3 router L2 switch Service Control Data Path Control Data storage switch Data Path Control DDAATTAA G GRRIDID S SEERRVVICICEE P PLLAANNEE l1 ln l1 ln l1 ln Data Path Data Center Service Control NNEETTWWOORRKK S SEERRVVICICEE P PLLAANNEE Data Center Service Control Architecture
  • 23. 23 Experiments 1. Proof of concept between four nodes, two separate racks, about 10 meters 2. Grid Services - dynamically allocated 10Gbs Lambdas over four sites in the Chicago metro area, about 10km 3. Grid middleware - allocation and recovery of Lambdas between Amsterdam and Chicago, via NY and Canada, about 10,000km
  • 24. 30 GB – Over OMNInet mem-to-mem 10 GB – Mem-to-mem –one rack 24 Results and Performance Evaluation 20 GB - Effective 920 Mbps
  • 25. 5000 4500 MB) 4000 (3500 Transferred 3000 2500 2000 Data 1500 1000 500 Time (s) 25 Results and Performance Evaluation Overhead is Insignificant Setup time = 2 sec, Bandwidth=100 Mbps 100% 90% 80% 70% 60% 50% 40% 30% 20% 10% 0% 0.1 1 10 100 1000 10000 File Size (MBytes) Setup time / Total Transfer Time Setup time = 2 sec, Bandwidth=300 Mbps 100% 90% 80% 70% 60% 50% 40% 30% 20% 10% 0% 0.1 1 10 100 1000 10000 File Size (MBytes) Setup time / Total Transfer Time Setup time = 48 sec, Bandwidth=920 Mbps 100% 90% 80% 70% 60% 50% 40% 30% 20% 10% 0% 100 1000 10000 100000 1000000 10000000 File Size (MBytes) Setup time / Total Transfer Time 1 GB 5 GB 500 GB Optical path setup time = 48 sec 0 0 50 100 Packet switched (300 Mbps) Lambda switched (500 Mbps) Lambda switched (750 Mbps) Lambda switched (1 Gbps) Lambda switched (10Gbps) Optical path setup time = 2 sec 250 200 150 100 50 0 0 2 4 6 Time (s) Data Transferred (MB) Packet switched (300 Mbps) Lambda switched (500 Mbps) Lambda switched (750 Mbps) Lambda switched (1 Gbps) Lambda switched (10Gbps)
  • 26. Super Computing CONTROL CHALLENGE Application Application control 26 Services Services Services control AAA AAA AAA ODIN SSNNMMPP AASSTTNN Starligh Netherligh t UUvvAA • finesse the control of bandwidth across multiple domains • while exploiting scalability and intra- , inter-domain fault recovery • through layering of a novel SOA upon legacy control planes and NEs data data Chicago Amsterdam AAA LDG LDG LDG LDG OOMMNNInIneett Starligh t t Netherligh t
  • 27. 27 From 100 Days to 100 Seconds
  • 28. 28 Discussion: What I Have Done • Deploying optical infrastructure for each scientific institute or large experiment would be cost prohibitive, depleting any research budget • Unlike the Internet topology of “many-to-many” – “few-to-few” architecture • LDG acquires knowledge of the communication requirements from applications, and builds the underlying cut-through connections to the right sites of an e-Science experiment • New optimization to waste bandwidth – Last 30 years – bandwidth conservation – Conserve bandwidth – waste computation (silicon) – New idea – waste bandwidth
  • 29. 29 Discussion • Lambda Data Grid architecture yields data-intensive services that best exploits Dynamic Optical Networks • Network resources become actively managed, scheduled services • This approach maximizes the satisfaction of high-capacity users while yielding good overall utilization of resources • The service-centric approach is a foundation for new types of services
  • 30. Conclusion - Promote the network to a first class resource citizen • The network is no longer a pipe; it is a part of the Grid computing instrumentation • it is not only an essential component of the Grid computing infrastructure but also an integral part of Grid applications • Design of VO in a Grid computing environment is accomplished and lightpath is the vehicle 30 – allowing dynamic lightpath connectivity while matching multiple and potentially conflicting application requirements, and addressing diverse distributed resources within a dynamic environment
  • 31. Conclusion - Abstract and encapsulate the network resources into a set of Grid services • Encapsulation of lightpath and connection-oriented, end-to- end network resources into a stateful Grid service, while enabling on-demand, advanced reservation, and scheduled network services • Schema where abstractions are progressively and rigorously redefined at each layer – avoids propagation of non-portable 31 implementation-specific details between layers – resulting schema of abstractions has general applicability
  • 32. Conclusion- Orchestrate end-to-end resource • A key innovation is the ability to orchestrate heterogeneous communications resources among applications, computation, and storage 32 – across network technologies and administration domains
  • 33. Conclusion- Schedule network resources • (wrong) Assumption that the network is available at all times, to any destination – no longer accurate when dealing with big pipes • Statistical multiplexing will not work in cases of few-to-few immense data transfers • Built and demonstrated a system that allocates the network resources based on availability and scheduling of full pipes 33
  • 34. 34 Generalization and Future Direction for Research • Need to develop and build services on top of the base encapsulation • Lambda Grid concept can be generalized to other eScience apps which will enable new ways of doing scientific research where bandwidth is “infinite” • The new concept of network as a scheduled grid service presents new and exciting problems for investigation: – New software systems that is optimized to waste bandwidth • Network, protocols, algorithms, software, architectures, systems – Lambda Distributed File System – The network as Large Scale Distributed Computing – Resource co/allocation and optimization with storage and computation – Grid system architecture – Enables new horizons for network optimization and Lambda scheduling – The network a white box – optimal scheduling and algorithms
  • 35. Thank You The Future is Bright 35  Imagine the next 10 years  There are more questions than answers
  • 36. 36 Vision – Lambda Data Grid provides the knowledge plane that allows e-Science applications to orchestrate enormous amounts of data over a dedicated Lightpath • Resulting in the true viability of global VO – This enhances science research by allowing large distributed teams to work efficiently, utilizing simulations and computational science as a third branch of research • Understanding of the genome, DNA, proteins, and enzymes is prerequisite to modifying their properties and the advancement of synthetic biology
  • 37. 37 BIRN e-Science example Application Scenario Current Network Issues Pt – Pt Data Transfer of Multi-TB Data Sets ·Copy from remote DB: Takes ~10 days (unpredictable) ·Store then copy/analyze ·Want << 1 day << 1 hour, ·innovation for new bio-science ·Architecture forced to optimize BW utilization at cost of storage Access multiple remote DB ·N* Previous Scenario ·Simultaneous connectivity to multiple sites ·Multi-domain ·Dynamic connectivity hard to manage ·Don’t know next connection needs Remote instrument access (Radio-telescope) ·Can’t be done from home research institute ·Need fat unidirectional pipes ·Tight QoS requirements (jitter, delay, data loss) Other Observations: • Not Feasible To Port Computation to Data • Delays Preclude Interactive Research: Copy, Then Analyze • Uncertain Transport Times Force A Sequential Process – Schedule Processing After Data Has Arrived • No cooperation/interaction among Storage, Computation & Network Middlewares •Dynamic network allocation as part of Grid Workflow, allows for new scientific experiments that are not possible with today’s static allocation
  • 39. Apps Middleware Scientific workflow Resource managers 39 Control Interactions Data Grid Service Plane optical Control Plane Data Transmission Plane DTS Optical Control Network l1 ln DB l1 ln l1 ln Storage Optical Control Network Network Service Plane NRS NMI Compute
  • 40. New Idea - The “Network” is a Prime Resource for Large- Scale Distributed System Computation Person Network Instrumentation Visualization Storage Integrated SW System Provide the “Glue” Dynamic optical network as a fundamental Grid service in data-intensive 40 Grid application, to be scheduled, to be managed and coordinated to support collaborative operations
  • 41. New Idea- From Super-computer to Super-network • In the past, computer processors were the fastest part – peripheral bottlenecks • In the future optical networks will be the fastest part – Computer, processor, storage, visualization, and 41 instrumentation - slower "peripherals” • eScience Cyber-infrastructure focuses on computation, storage, data, analysis, Work Flow. – The network is vital for better eScience
  • 42. 42 Conclusion • New middleware to manage dedicated optical network – Integral to Grid middleware • Orchestration of dedicated networks for e- Science use only • Pioneer efforts in encapsulating the network resources into a Grid service – accessible and schedulable through the enabling architecture – opens up several exciting areas of research

Editor's Notes

  1. Application Engaged Networks Allowing applications to place demands on the network (bandwidth, QoS, duration….) Allowing applications to get visibility into network status Full integration to ensure maximum value, performance