Progress Report. Project title: Resource optimization in hybrid core networks with 100G systems

Size: px
Start display at page:

Download "Progress Report. Project title: Resource optimization in hybrid core networks with 100G systems"

Transcription

1 Progress Report DOE award number: DE-SC Name of the recipient: University of Virginia Project title: Resource optimization in hybrid core networks with 100G systems Principal investigator: Malathi Veeraraghavan Date of report: Mar. 25, 2010 Period covered by the report: Dec. 1, 2009-Feb. 28, 2010 Comparison of the actual accomplishments with the goals and objectives established for the period and reasons why the established goals were not met. The goals for this quarter, as stated in the 1Q report, were to complete a first draft of a hybrid network architecture document, complete a first-phase software implementation of the Offline Flow Analysis Tool (OFAT), complete a revised version of the HYNES architecture document, and make a presentation at the ESCC meeting, Feb. 3-4, All four goals were accomplished in this quarter. A discussion of what was accomplished under these goals during this reporting period, including major activities, significant results, major findings or conclusions, key outcomes or other achievements. This section should not contain any proprietary data or other information not subject to public release. If such information is important to reporting progress, do not include the information, but include a note in the report advising the reader to contact the Principal Investigator or the Project Director for further information. 1 Activities First draft of Hybrid architecture document completed: The term hybrid network is defined as a single integrated network that supports multiple types of services, e.g., IP-routed datagram and virtual circuit services. Three functions in hybrid networks: dynamic capacity allocation, traffic engineering, and protection/recovery mechanisms, are addressed in this document. The document is available on the documents page of the project web site: Hybrid Network Traffic Engineering Software (HNTES) architecture document completed: Based on comments received on our Dec HYNES document, we revised the software architecture, renamed the system HNTES, and completed the document. This is also posted on the project web site. This is the basis for our prototype software development. Software development team created: Zhenzhen Yan, a Ph.D. student, will be the lead software developer and system integrator. Two undergraduate students, Jared Harding and Tian Lu, have registered for independent study courses, under which they will develop components of the HNTES software. Jared is implementing the flow-monitoring module, and Tian is implementing the MFDB. 1

2 Phase 1 OFAT software released: Zhenzhen Yan completed implementation of the Phase 1 Offline Flow Analysis Tool (OFAT). This tool is implemented in the R statistical programming language, and also uses shell scripts. The software was provided to ESnet for their testing. The HNTES document describes the purpose of this software in detail. A detailed OFAT architecture document is posted on the project web site. Presentation at the ESCC meeting, Feb. 3-4, 2010, Salt Lake City: A talk on hybrid network architectures was presented at the ESCC meeting. The definition of hybrid networking, the use of integrated or separate networks, and different usage scenarios for hybrid networks were presented. The feedback received was incorporated in the hybrid network architecture document (see item 1 of this report). Flow length prediction: An accurate prediction of flow lengths is a critical component of the HNTES solution. A three-track methodology was developed consisting of (i) Netflow data analysis, (ii) human-knowledge mining from network requirements workshop reports and escience project web sites, and (iii) in-depth analysis of communication patterns of applications, such as GridFTP, bbcp, scp, sftp. This method was applied to Internet2 data. Unidata, GridFTP, and SCP flows were found to be key generators of long flows. Statistical characterization of long flows was also done. HNTES software development for Tabletop/LIMAN testbed experiments: The flow monitoring module implementation is well under-way. The pcap library is used to capture packets. A C++ program is being implemented to extract flow identifiers from captured packets, and look up flows in the MFDB. TCP sockets will be used to send MFDB-extracted information to the IDCinterface module, which then interacts with the IDC. The second component under development is the IDC-interface module. The OSCARS Java Client API was obtained, and certificates created for testing against the ESnet provided test IDC and notification broker. Finally, the MFDB was implemented using Microsoft SQL, and a C# program was implemented to upload an ASCII file containing the set of to-be-monitored flow identifiers with durations to this database. This is being ported to MySQL and C++ for a Linux implementation. 2 Findings Of the long flows identified through an analysis of Internet2 Netflow data, i.e., flows of duration 10 minutes or longer, a significant percentage of the flows could be explained by correlating source and destination IP addresses with those of data transfer servers used by large escience projects, such as Teragrid, ESG, etc. For example, the NP community machines were sources or destinations for ~30% of the long flows identified in the CHIC Internet2 router in one 5-day period. Maximum length of flows found in the CHIC and LOSA Internet2 routers in one 5-day analysis was 7.5 hours. Therefore the flow record concatenation algorithm needs to consider only consecutive-day Netflow files. While the set of flows identified as long was approximately 0.01% of the total number of flows, these long flows contributed to approximately 5% of the bytes. Three problems were identified: First, in mining human knowledge, we found that often computer clusters are used for data transfers with batch-mode job submission (e.g., using qsub). Most escience web sites provide the IP addresses of front-end nodes of their clusters, but the back-end data nodes are the ones that carry out the actual data transfers. Therefore, 2

3 communication is required with site administrators to obtain a complete set of IP addresses of data transfer server interfaces. A second problem is that address anonymization makes it difficult to perform flow record concatenation to determine true flow lengths. Given that Netflow sampling rates are only 1-in-100 packets, gaps can arise in the packet timestamps reported in flow records, making concatenation difficult. The third problem is that many of the flow identifiers of long flows are also shared by short flows. One solution is to have the flow-monitoring module of HNTES wait for a certain duration to check for sustained data packets on a flow before initiating circuit setup. Need for ESnet Netflow data analysis as a complement to prototyping effort: Ideally, an analysis of ESnet Netflow data should be carried out to estimate the returns on investment, i.e., percent of bytes that are candidates for virtual circuits, before the HNTES technology can be considered for deployment on ESnet. While the tabletop testbed/liman prototype testing can serve as a proof of concept for HNTES, and answer questions related to user performance, for example, how is TCP performance impacted by live route changes, only a network-wide Netflow data analysis can help us understand the feasibility and benefits/costs of deploying the HNTES solution. Therefore, we request the support of DOE in obtaining ESNet Netflow data. Cost Status. Show approved budget by budget period and actual costs incurred. If cost sharing is required break out by DOE share, recipient share, and total costs. Please see attached file. Schedule Status. List milestones, anticipated completion dates and actual completion dates. If you submitted a project management plan with your application, you must use this plan to report schedule and budget variance. You may use your own project management system to provide this information. The 3Q portion of the schedule submitted in Oct is listed below: Date Milestone Status Apr. 1, 2010 Software design Traffic analysis preliminary results Completed Feb. 28, 2010 Pending the procurement of ESnet Netflow data Next quarter deliverables: By the end of the next quarter, May 31, 2010, the following deliverables will be completed: HNTES flow-monitoring module implementation HNTES IDC-interface module implementation HNTES MFDB implementation Preliminary analysis of Internet2 Netflow data 3

4 Design of the initialization module and router-control interface module, and plans for using the tabletop testbed assuming it is available from June-Oct Progress on organizing a special journal issue on the topic of hybrid networking. Any changes in approach or aims and reasons for change. Remember significant changes to the objectives and scope require prior approval by the contracting officer. Actual or anticipated problems or delays and actions taken or planned to resolve them. Problems/delays are anticipated in obtaining ESnet/site Netflow data. As a starting point, we provided ESnet with our statistical analysis programs (R and shell scripts) so that ESnet personnel can execute these programs on collected Netflow data and automatically fill in the Monitored Flow Data Base, as described in the HNTES architecture document. Any absence or changes of key personnel or changes in consortium/teaming arrangement. None A description of any product produced or technology transfer activities accomplished during this reporting period, such as: A. Publications (list journal name, volume, issue); conference papers; or other public releases of results. B. Web site or other Internet sites that reflect the results of this project. UVA Hybrid Networking Project web site was created: Collaboration web site for project participants to post documents, discuss issues in an online forum, archive s, etc. The password-protected site is: C. Networks or collaborations fostered. We have sent the OFAT software to Chris Tracy, ESnet, for a data analysis of ESnet Netflow data. We also interacted with Phil de Mar, FNAL, and Linda Winkler, ANL, to obtain general feedback on our approach. D. Technologies/Techniques. E. Inventions/Patent Applications 4

5 F. Other products, such as data or databases, physical collections, audio or video, software or netware, models, educational aid or curricula, instruments or equipment. 5

Progress Report. Project title: Resource optimization in hybrid core networks with 100G systems

Progress Report. Project title: Resource optimization in hybrid core networks with 100G systems Progress Report DOE award number: DE-SC0002350 Name of the recipient: University of Virginia Project title: Resource optimization in hybrid core networks with 100G systems Principal investigator: Malathi

More information

Hybrid Network Traffic Engineering Software (HNTES)

Hybrid Network Traffic Engineering Software (HNTES) Hybrid Network Traffic Engineering Software (HNTES) Malathi Veeraraghavan and Zhenzhen Yan University of Virginia mvee@virginia.edu Feb. 28, 2010 Abstract: This document defines the purpose of the Hybrid

More information

Traffic engineering and GridFTP log analysis. Jan 17, 2013 Project web site:

Traffic engineering and GridFTP log analysis. Jan 17, 2013 Project web site: Traffic engineering and GridFTP log analysis Zhenzhen Yan, Z. Liu, M. Veeraraghavan University of Virginia mvee@virginia.edu Chris Tracy, Chin Guok ESnet ctracy@es.net Jan 17, 2013 Project web site: http://www.ece.virginia.edu/mv/research/doe09/index.html

More information

Zhengyang Liu University of Virginia. Oct 29, 2012

Zhengyang Liu University of Virginia. Oct 29, 2012 SDCI Net: Collaborative Research: An integrated study of datacenter networking and 100 GigE wide-area networking in support of distributed scientific computing Zhengyang Liu University of Virginia Oct

More information

Hybrid Network Traffic Engineering System (HNTES) 2.0 Design Document

Hybrid Network Traffic Engineering System (HNTES) 2.0 Design Document Hybrid Network Traffic Engineering System (HNTES) 2.0 Design Document M. Veeraraghavan and Z. Yan Chris Tracy University of Virginia ESnet May 15, 2011 The purpose of this document is to define a revised

More information

Project 2007 Certification Exams

Project 2007 Certification Exams Project 2007 Certification Exams This information is taken from the Microsoft website and is a compilation of the requirements for the Project 2007 and Project Server 2007 exams. This is just meant to

More information

Bill Boroski LQCD-ext II Contractor Project Manager

Bill Boroski LQCD-ext II Contractor Project Manager Bill Boroski LQCD-ext II Contractor Project Manager boroski@fnal.gov Robert D. Kennedy LQCD-ext II Assoc. Contractor Project Manager kennedy@fnal.gov USQCD All-Hands Meeting Jefferson Lab April 28-29,

More information

REQUEST FOR PROPOSALS Consultant to Develop Educational Materials for the Applied Informatics Team Training

REQUEST FOR PROPOSALS Consultant to Develop Educational Materials for the Applied Informatics Team Training REQUEST FOR PROPOSALS Consultant to Develop Educational Materials for the Applied Informatics Team Training Table of Contents: Part I. Overview Information Part II. Full Text of Announcement Section I.

More information

Networked Access to Library Resources

Networked Access to Library Resources Institute of Museum and Library Services National Leadership Grant Realizing the Vision of Networked Access to Library Resources An Applied Research and Demonstration Project to Establish and Operate a

More information

PCORI Online: Awardee User Guide Research Awards

PCORI Online: Awardee User Guide Research Awards PCORI Online: Awardee User Guide Research Awards Updated as of 1/31/18 1 Table of Contents Section 1: Introduction to PCORI Online... 3 1.1 Getting Started - Tips for Using PCORI Online... 4 1.2 Logging

More information

Terabit-scale hybrid networking

Terabit-scale hybrid networking Terabit-scale hybrid networking SC program title: Terabit networking for extreme-scale science, FOA number DE-FOA-0000523 Applicant/Institution: University of Virginia Street Address/City/State/Zip POB

More information

Compliance Enforcement Initiative

Compliance Enforcement Initiative Compliance Enforcement Initiative Filing and Status Update November 2, 2011 Rebecca Michael Status of the Filings NERC filed several components of the Compliance Enforcement Initiative on September 30,

More information

Project Title: Open Virtualized WiMAX Base Station Node for GENI Wide-Area Wireless Deployments

Project Title: Open Virtualized WiMAX Base Station Node for GENI Wide-Area Wireless Deployments GENI Project Quarterly Progress Report, Project Title: Open Virtualized WiMAX Base Station Node for GENI Wide-Area Wireless Deployments Principal Investigators: Dipankar Raychaudhuri, WINLAB, Rutgers University

More information

DOE Award number: Name of recipient: Project Title: Principal investigator: Date of Report: Period covered by the report:

DOE Award number: Name of recipient: Project Title: Principal investigator: Date of Report: Period covered by the report: Progress Report DOE Award number: DE-SC0004909 Name of recipient: University of Massachusetts, Dartmouth Project Title: Coordinated Multi-layer Multi-domain Optical Network (COMMON) for Large-Scale Science

More information

The interns will be assigned to assist our R&D / IT professionals in the following exciting enabling technology projects.

The interns will be assigned to assist our R&D / IT professionals in the following exciting enabling technology projects. The interns will be assigned to assist our R&D / IT professionals in the following exciting enabling technology projects. A. Software Engineering Developing software utilities for automation equipment;

More information

Annual Report:

Annual Report: Annual Report: 0087487 Annual Report for Period:09/2001-09/2002 Submitted on: 07/06/2004 Principal Investigator: Veeraraghavan, Malathi. Award ID: 0087487 Organization: Polytechnic Univ of NY Title: Towards

More information

PFE Online Application Help File

PFE Online Application Help File PFE Online Application Help File Please follow this step-by-step guide to help complete the PFE online application form for Educational Oversight. (Please note, failure to complete all required information

More information

REQUEST FOR PROPOSALS Mobile Application for Public Health Surveillance

REQUEST FOR PROPOSALS Mobile Application for Public Health Surveillance TABLE OF CONTENTS: REQUEST FOR PROPOSALS Mobile Application for Public Health Surveillance Part I. Overview Information Part II. Full Text of Announcement Section I. Funding Opportunity Description 1.

More information

DOE Award number: Name of recipient: Project Title: Principal investigator: Date of Report: Period covered by the report:

DOE Award number: Name of recipient: Project Title: Principal investigator: Date of Report: Period covered by the report: Progress Report DOE Award number: DE-SC0004909 Name of recipient: University of Massachusetts, Dartmouth Project Title: Coordinated Multi-layer Multi-domain Optical Network (COMMON) for Large- Scale Science

More information

Awards Blueprinting Workshop 2

Awards Blueprinting Workshop 2 Kuali Coeus Implementation Awards Blueprinting Workshop 2 KC AWD13: PI Progress Reports KC AWD10: Rebudget KC AWD9: Precloseout/Closeout September 11, 2013 Goals and Outcomes Goals Obtain feedback on the

More information

Client Services Procedure Manual

Client Services Procedure Manual Procedure: 85.00 Subject: Administration and Promotion of the Health and Safety Learning Series The Health and Safety Learning Series is a program designed and delivered by staff at WorkplaceNL to increase

More information

EMPOWER Course Calendar

EMPOWER Course Calendar 1 Contents 2 Technology Mobility... 2 3 Technology Cloud... 3 4 Industry Orientation Courses - Circuit and Non Circuit Branches... 4 5 Industry Bridge Courses - Mechanical, Electrical and Instrumentation...

More information

The IDN Variant TLD Program: Updated Program Plan 23 August 2012

The IDN Variant TLD Program: Updated Program Plan 23 August 2012 The IDN Variant TLD Program: Updated Program Plan 23 August 2012 Table of Contents Project Background... 2 The IDN Variant TLD Program... 2 Revised Program Plan, Projects and Timeline:... 3 Communication

More information

Request for Proposal for Technical Consulting Services

Request for Proposal for Technical Consulting Services Request for Proposal for Technical Consulting Services The Node.js Foundation is requesting proposals from highly qualified consultants with demonstrated expertise in providing Node.js technical consultation

More information

Inventory (input to ECOMP and ONAP Roadmaps)

Inventory (input to ECOMP and ONAP Roadmaps) Inventory (input to ECOMP and ONAP Roadmaps) 1Q2018 2Q2018 3Q2018 4Q2018 1Q2019 2Q2019 3Q2019 4Q2019 ONAP participation and alignment Operations, Product, and other features with A&AI design impact Inventory

More information

COURSE LISTING. Courses Listed. with SAP Hybris Marketing Cloud. 24 January 2018 (23:53 GMT) HY760 - SAP Hybris Marketing Cloud

COURSE LISTING. Courses Listed. with SAP Hybris Marketing Cloud. 24 January 2018 (23:53 GMT) HY760 - SAP Hybris Marketing Cloud with SAP Hybris Marketing Cloud Courses Listed HY760 - SAP Hybris Marketing Cloud C_HYMC_1702 - SAP Certified Technology Associate - SAP Hybris Marketing Cloud (1702) Implementation Page 1 of 12 All available

More information

Ethical Review Manager. Applicant User Guide

Ethical Review Manager. Applicant User Guide Ethical Review Manager Applicant User Guide Last Updated: June 2017 Introduction The Ethical Review Manager (ERM) System has been designed to enable applications for ethical approval to conduct research

More information

Accountable Care Organizations: Testing Their Impact

Accountable Care Organizations: Testing Their Impact Accountable Care Organizations: Testing Their Impact Eligibility Criteria * * Indicates required Preference will be given to applicants that are public agencies or are tax-exempt under Section 501(c)(3)

More information

NSF Project Reporting Format

NSF Project Reporting Format NSF Project Reporting Format This document has been developed to provide Principal Investigators (PIs), co-pis, and research organizations with: A listing of the questions that will be asked in the new

More information

perfsonar Deployment on ESnet

perfsonar Deployment on ESnet perfsonar Deployment on ESnet Brian Tierney ESnet ISMA 2011 AIMS-3 Workshop on Active Internet Measurements Feb 9, 2011 Why does the Network seem so slow? Where are common problems? Source Campus Congested

More information

Polycom RealPresence Platform Director

Polycom RealPresence Platform Director RELEASE NOTES 3.0.0 April 2016 3725-66007-002B Polycom RealPresence Platform Director Contents What s New in Release 3.0... 3 Polycom RealPresence Clariti Support... 3 Support for Appliance Edition...

More information

Level 3 Award in Coding and Logic (for the Level 3 Infrastructure Technician Apprenticeship) Coding and Logic

Level 3 Award in Coding and Logic (for the Level 3 Infrastructure Technician Apprenticeship) Coding and Logic 9628-11 Level 3 Award in Coding and Logic (for the Level 3 Infrastructure Technician Apprenticeship) 9628-311 Coding and Logic Sample question paper Duration: 30 minutes Candidate s name: Candidate s enrolment

More information

AmpliFund Applicant Portal

AmpliFund Applicant Portal AmpliFund Applicant Portal Contents Applicant Portal Overview... 2 Registering on the Applicant Portal... 2 Logging In To the Applicant Portal... 2 User Menu... 2 Account Information... 2 Change Password...

More information

Ongoing work on NSF OCI at UNH InterOperability Laboratory. UNH IOL Participants

Ongoing work on NSF OCI at UNH InterOperability Laboratory. UNH IOL Participants Ongoing work on NSF OCI-1127228 at UNH InterOperability Laboratory Robert D. Russell InterOperability Laboratory & Computer Science Department University of New Hampshire Durham, New Hampshire

More information

Integration of Network Services Interface version 2 with the JUNOS Space SDK

Integration of Network Services Interface version 2 with the JUNOS Space SDK Integration of Network Services Interface version 2 with the JUNOS Space SDK Radosław Krzywania, Michał Balcerkiewicz, Bartosz Belter Poznan Supercomputing and Networking Center, ul. Z. Noskowskiego 12/14,

More information

IRBNet Picture Guide

IRBNet Picture Guide IRBNet Picture Guide Instructions for On-line Submission of Research Protocols to the Institutional Review Board (IRB) www.irbnet.org For any questions or concerns regarding your submission, visit CSUSM

More information

EGEE and Interoperation

EGEE and Interoperation EGEE and Interoperation Laurence Field CERN-IT-GD ISGC 2008 www.eu-egee.org EGEE and glite are registered trademarks Overview The grid problem definition GLite and EGEE The interoperability problem The

More information

UNICORE Globus: Interoperability of Grid Infrastructures

UNICORE Globus: Interoperability of Grid Infrastructures UNICORE : Interoperability of Grid Infrastructures Michael Rambadt Philipp Wieder Central Institute for Applied Mathematics (ZAM) Research Centre Juelich D 52425 Juelich, Germany Phone: +49 2461 612057

More information

Institutional Review Board (IRB)

Institutional Review Board (IRB) IRBNet User s Instructions for On-line Submission of Research Protocols to the Institutional Review Board (IRB) www.irbnet.org If you have any questions regarding the submission of an IRB protocol contact:

More information

Best Practices for Final Year Projects

Best Practices for Final Year Projects City University of Hong Kong Software Engineering Best Practices for Final Year Projects by Dr. Andy Chun, Hon Wai Subject Group Leader for SE Department of Computer Science Software Engineering Best Practices

More information

Public Disclosure Copy

Public Disclosure Copy Public Disclosure Authorized AFRICA Ethiopia Economic Policy Global Practice Recipient Executed Activities Investment Project Financing FY 2014 Seq No: 2 ARCHIVED on 29-Jun-2015 ISR19269 Implementing Agencies:

More information

How to Submit a New UIW IRB Application

How to Submit a New UIW IRB Application How to Submit a New UIW IRB Application Step Log In Visit https://uiw.forms.ethicalreviewmanager.com/ click on at the top right corner of the page. New Users: Click on New User Fill in the applicable information

More information

Pre-registration Exam workshop 2017

Pre-registration Exam workshop 2017 Pre-registration Exam workshop 2017 Programme TIME ITEM PRESENTER 09:00 09:30 Welcome and SAPC presentation SAPC (30 min) 09:30 10:30 Examination Paper 1 Facilitator (60 min) 10:30-10:45 SHORT BREAK 15

More information

Evolution of OSCARS. Chin Guok, Network Engineer ESnet Network Engineering Group. Winter 2012 Internet2 Joint Techs. Baton Rouge, LA.

Evolution of OSCARS. Chin Guok, Network Engineer ESnet Network Engineering Group. Winter 2012 Internet2 Joint Techs. Baton Rouge, LA. Evolution of OSCARS Chin Guok, Network Engineer ESnet Network Engineering Group Winter 2012 Internet2 Joint Techs Baton Rouge, LA Jan 23, 2012 Outline What was the motivation for OSCARS History of OSCARS

More information

Polycom RealAccess, Cloud Edition

Polycom RealAccess, Cloud Edition ADMINISTRATOR GUIDE January 2018 3725-47131-001E Polycom RealAccess, Cloud Edition Copyright 2017, Polycom, Inc. All rights reserved. No part of this document may be reproduced, translated into another

More information

Characterization of high-rate large-sized flows

Characterization of high-rate large-sized flows Characterization of high-rate large-sized flows Tian Jin, Chris Tracy, Malathi Veeraraghavan University of Virginia Charlottesville, VA 22904 4743 Email: {tj3sr,mvee}@virginia.edu Energy Sciences Network

More information

Batch Scheduler. Version: 16.0

Batch Scheduler. Version: 16.0 Batch Scheduler Version: 16.0 Copyright 2018 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from, through

More information

D6.1. Project website and internal IT communication infrastructure HINT. 36 months FP7/

D6.1. Project website and internal IT communication infrastructure HINT. 36 months FP7/ D6.1 Project website and internal IT communication infrastructure Project number: 317930 Project acronym: Project title: HINT Start date of the project: 1 st October, 2012 Duration: Programme: Holistic

More information

Forest Investment Reporting System (FIRS) May 2017 User Manual

Forest Investment Reporting System (FIRS) May 2017 User Manual www.pwc.com/ca Forest Investment Reporting System (FIRS) May 2017 User Manual First time registration 1. Navigate to https://lbip.outcome-plus.com. Click register on the top right of the screen. 2. Enter

More information

Personnel Certification Program

Personnel Certification Program Personnel Certification Program ISO 9001 (QMS) / ISO 14001 (EMS) Form PC1000 Last Updated 9/11/2017 Page 1 of 14 INDEX Auditor Certification Quality or Environmental Program Pg 3-4 Certification Status

More information

Application for Advancement to Senior Member and Fellow Status

Application for Advancement to Senior Member and Fellow Status Philosophy Application for Advancement to Senior Member and Fellow Status The purpose of the advancement program is to recognize those members who have provided substantial service and contributions to,

More information

Florida Department of Financial Services Florida Accountability Contract Tracking System (FACTS)

Florida Department of Financial Services Florida Accountability Contract Tracking System (FACTS) Florida Department of Financial Services Florida Accountability Contract Tracking System (FACTS) June 2013 Table of Contents Introduction:... 3 Agency Assumptions:... 3 References:... 3 User Interface

More information

Contents. 1 General Terms. Page 1 of 8

Contents. 1 General Terms. Page 1 of 8 Page 1 of 8 Service Description: Advanced Services --- Fixed Price Secure Agile Exchange Advise and Implement (Quick Start) (ASF-CORE-SAI-QS) This document describes Cisco s Secure Agile Exchange Advise

More information

Report on Collaborative Research for Hurricane Hardening

Report on Collaborative Research for Hurricane Hardening Report on Collaborative Research for Hurricane Hardening Provided by The Public Utility Research Center University of Florida To the Utility Sponsor Steering Committee January 2010 I. Introduction The

More information

The Ranger Virtual Workshop

The Ranger Virtual Workshop The Ranger Virtual Workshop 1 INTRODUCTION The Ranger Virtual Workshop (VW) is a set of online modules covering topics that help TeraGrid users learn how to effectively use the 504 teraflop supercomputer

More information

COURSE LISTING. Courses Listed. Training for Database & Technology with Modeling in SAP HANA. 20 November 2017 (12:10 GMT) Beginner.

COURSE LISTING. Courses Listed. Training for Database & Technology with Modeling in SAP HANA. 20 November 2017 (12:10 GMT) Beginner. Training for Database & Technology with Modeling in SAP HANA Courses Listed Beginner HA100 - SAP HANA Introduction Advanced HA300 - SAP HANA Certification Exam C_HANAIMP_13 - SAP Certified Application

More information

CIPURSE V2 Certification Program

CIPURSE V2 Certification Program www.osptalliance.org Legal This document is copyright 2017 by the OSPT Alliance. 1. You may, without charge, copy (for internal purposes only) and share this document with your members, employees, and

More information

THE NATIONAL CME/CPD FRAMEWORK FOR HEALTHCARE PRACTITIONERS

THE NATIONAL CME/CPD FRAMEWORK FOR HEALTHCARE PRACTITIONERS THE NATIONAL CME/CPD FRAMEWORK FOR HEALTHCARE PRACTITIONERS Accreditation and Health Profession Education Department Qatar Council for Healthcare Practitioners (QCHP) DISCLOSURE The presenters have no

More information

On using virtual circuits for GridFTP transfers

On using virtual circuits for GridFTP transfers On using virtual circuits for GridFTP transfers Z. Liu, M. Veeraraghavan, Z. Yan, C. Tracy, J. Tie, I. Foster, J. Dennis, J. Hick, Y. Li and W. Yang University of Virginia (UVA), Charlottesville, VA 22904,

More information

On How to Provision Quality of Service (QoS) for Large Dataset Transfers

On How to Provision Quality of Service (QoS) for Large Dataset Transfers On How to Provision Quality of Service (QoS) for Large Dataset Transfers Zhenzhen Yan, Malathi Veeraraghavan Dept. of Electrical and Computer Engineering University of Virginia Charlottesville, VA, USA

More information

Project Management Professional (PMP) Certificate

Project Management Professional (PMP) Certificate Project Management Professional (PMP) Certificate www.hr-pulse.org What is PMP Certificate HR Pulse has the Learning Solutions to Empower Your People & Grow Your Business Project Management is a professional

More information

A Hybrid Network Traffic Engineering System

A Hybrid Network Traffic Engineering System A Hybrid Network Traffic Engineering System Zhenzhen Yan, Chris Tracy, and Malathi Veeraraghavan Dept. of Electrical and Computer Eng., University of Virginia Charlottesville, VA 22904 4743 Email: {zy4d,mvee}@virginia.edu

More information

Network Simulator Project Guidelines Introduction

Network Simulator Project Guidelines Introduction Network Simulator Project Guidelines Introduction Project TAs: Ruijia Sun (rsun@caltech.edu), Zilong Chen (zcchen@caltech.edu) During the CS143 course, you will learn about the mechanics of communication

More information

CAHIIM HELP for Program Users

CAHIIM HELP for Program Users CAHIIM HELP for Program Users 2018 CAHIIM Table of Contents GETTING STARTED... 1 Performing Basic Functions... 1 Logging In... 1 Logging Out... 1 Resetting Password... 1 Viewing or Changing User Information...

More information

S.No Description 1 Allocation of subjects to the faculty based on their specialization by the HoD 2 Preparation of college Academic Calendar and

S.No Description 1 Allocation of subjects to the faculty based on their specialization by the HoD 2 Preparation of college Academic Calendar and S.No Description 1 Allocation of subjects to the faculty based on their specialization by the HoD 2 Preparation of college Academic Calendar and co-curricular calendar 3 Preparation of time table 4 Appointment

More information

Advancement Application

Advancement Application Advancement Application for Senior Member and Fellow Member status Philosophy The purpose of the advancement program is to recognize those members who have provided substantial service and contributions

More information

2

2 1 2 3 4 5 6 7 The Graduate Reporting System (GRS) is accessed from https://www.egr.msu.edu/grs/. Log in using your MSU or EGR NetID and password. 8 As part of the annual report, you will need to upload

More information

The Graduate Reporting System (GRS) is accessed from Log in using your MSU or EGR NetID and password.

The Graduate Reporting System (GRS) is accessed from   Log in using your MSU or EGR NetID and password. The Graduate Reporting System (GRS) is accessed from https://www.egr.msu.edu/grs/. Log in using your MSU or EGR NetID and password. 1 As part of the annual report, you will need to upload the following

More information

Terms of Reference (ToR) for ICAT support to MRV in the Energy Sector in Kenya

Terms of Reference (ToR) for ICAT support to MRV in the Energy Sector in Kenya Terms of Reference (ToR) for ICAT support to MRV in the Energy Sector in Kenya The Agreement sets forth the terms and conditions of the cooperation between the Consultant and UNEP DTU Partnership for achieving

More information

!!!!!!! OWASP VETERANS TRAINING GRANT PROPOSAL BLACKSTONE VETERANS HIRING INITIATIVE: OWASP GRANT PROPOSAL

!!!!!!! OWASP VETERANS TRAINING GRANT PROPOSAL BLACKSTONE VETERANS HIRING INITIATIVE: OWASP GRANT PROPOSAL BLACKSTONE VETERANS HIRING INITIATIVE: OWASP GRANT PROPOSAL OWASP VETERANS TRAINING GRANT PROPOSAL Prepared by: Samantha Groves, Kate Hartmann, and Kait Disney-Leugers February 10, 2014 1 PROPOSAL QUESTIONS

More information

CASE STUDY: RELOCATE THE DATA CENTER OF THE NATIONAL SCIENCE FOUNDATION. Alan Stuart, Managing Director System Infrastructure Innovators, LLC

CASE STUDY: RELOCATE THE DATA CENTER OF THE NATIONAL SCIENCE FOUNDATION. Alan Stuart, Managing Director System Infrastructure Innovators, LLC CASE STUDY: RELOCATE THE DATA CENTER OF THE NATIONAL SCIENCE FOUNDATION Alan Stuart, Managing Director National Science Foundation s New Headquarters in Alexandria, Virginia 1. Introduction to the National

More information

Overview of ABET Kent Hamlin Director Institute of Nuclear Power Operations Commissioner TAC of ABET

Overview of ABET Kent Hamlin Director Institute of Nuclear Power Operations Commissioner TAC of ABET Overview of ABET Kent Hamlin Director Institute of Nuclear Power Operations Commissioner TAC of ABET 1 st National Meeting on Improving Education and Training For Chinese Nuclear Power Industry Personnel

More information

EEC-484/584 Computer Networks

EEC-484/584 Computer Networks EEC-484/584 Computer Networks Lecture 1 Wenbing Zhao wenbing@ieee.org (Lecture nodes are based on materials supplied by Dr. Louise Moser at UCSB and Prentice-Hall) What is Computer Network? A group of

More information

EPA Research Programme EPA s Online Grant Application & Project Management Portal

EPA Research Programme EPA s Online Grant Application & Project Management Portal EPA Research Programme 2014-2020 EPA s Online Grant Application & Project Management Portal QUICK GUIDE TO MAKING AN APPLICATION April 2018 Version 3 Powered by SmartSimple The EPA Research Programme is

More information

Embracing Competition Stakeholder Engagement Workshop no May 2018

Embracing Competition Stakeholder Engagement Workshop no May 2018 Embracing Competition Stakeholder Engagement Workshop no. 26 22 May 2018 Welcome and opening remarks Mark Adolphus, Director of Connections 2 Agenda 09:45 10:00 Coffee and registration 10:00 10:05 Welcome

More information

Cisco Security Monitoring, Analysis and Response System 4.2

Cisco Security Monitoring, Analysis and Response System 4.2 Q&A Cisco Security Monitoring, Analysis and Response System 4.2 GENERAL Q. What is the Cisco Security Monitoring, Analysis and Response System? A. The Cisco Security Monitoring, Analysis and Response System

More information

Instructions to complete CITI Human Subjects Training - New User

Instructions to complete CITI Human Subjects Training - New User Instructions to complete CITI Human Subjects Training - New User To ensure compliance with federal regulations that all personnel engaged in research or advising research involving human subjects receive

More information

FY2018 PEPFAR ER Data Review and Approval Instructions: Agency Field Reviewer (Level 2)

FY2018 PEPFAR ER Data Review and Approval Instructions: Agency Field Reviewer (Level 2) FY2018 PEPFAR ER Data Review and Approval Instructions: Agency Field Reviewer (Level 2) Version: 10.25.2018 Table of Contents 1) Process Map 3 4 2) Navigate to Submitted Templates Data Approval app 3)

More information

JSR 377 Desktop Application Framework September Andres Almiray

JSR 377 Desktop Application Framework September Andres Almiray JSR 377 Desktop Application Framework September 29 2017 Andres Almiray Agenda Goals Information to be gathered Implementation notes Issues Questions, discussion, next steps 2 Goals 3 Goals Define APIs

More information

Northwestern University Collaboration Services

Northwestern University Collaboration Services Information Technology Status Period Northwestern University Collaboration Services Period Start Date: 2/11/2012 Period End Date: 5/10/2012 Cost performance 0% under budget Schedule performance 0% behind

More information

UCT Application Development Lifecycle. UCT Business Applications

UCT Application Development Lifecycle. UCT Business Applications UCT Business Applications Page i Table of Contents Planning Phase... 1 Analysis Phase... 2 Design Phase... 3 Implementation Phase... 4 Software Development... 4 Product Testing... 5 Product Implementation...

More information

CPLP Recertification Policies... 2 Recertification Categories... 2

CPLP Recertification Policies... 2 Recertification Categories... 2 Table of Contents CPLP Recertification Policies... 2 Recertification Categories... 2 Continuing Education... 2 Speaking and Instructing... 3 On-the-Job Experience... 4 Research and Publishing... 4 Leadership

More information

Supplier Contract Management for Agencies Core-CT Finance Upgrade Implementation

Supplier Contract Management for Agencies Core-CT Finance Upgrade Implementation Supplier Contract Management for Agencies Core-CT Finance Upgrade Implementation March 2018 For Classroom Training Use Only Introduction Supplier Contract Management for Agencies Welcome to Supplier Contract

More information

Polycom RealPresence Access Director System

Polycom RealPresence Access Director System RELEASE NOTES Version 4.0.1 August 2014 3725-78700-001D1 Polycom RealPresence Access Director System Polycom, Inc. 1 Document Title Version What s New in Release 4.0.1 The RealPresence Access Director

More information

DICE Diagnostic Service

DICE Diagnostic Service DICE Diagnostic Service Joe Metzger metzger@es.net Joint Techs Measurement Working Group January 27 2011 Background Each of the DICE collaborators are defining and delivering services to their users. A

More information

INFORMATION TECHNOLOGY NETWORK ADMINISTRATOR ANALYST Series Specification Information Technology Network Administrator Analyst II

INFORMATION TECHNOLOGY NETWORK ADMINISTRATOR ANALYST Series Specification Information Technology Network Administrator Analyst II Adopted: July 2000 Revised : April 2004; August 2009; June 2014; February 2018 INFORMATION TECHNOLOGY NETWORK ADMINISTRATOR ANALYST Series Specification Information Technology Network Administrator Analyst

More information

2018 Sabbatical Application SAMPLE

2018 Sabbatical Application   SAMPLE 2018 Sabbatical Application https://www.grantrequest.com/formquiz.aspx?sid=194&aid=69774&cq=0 1 of 2 8/11/2017 2:21 PM Eligibility Quiz IMPORTANT INFORMATION BEFORE BEGINNING YOUR APPLICATION NOTE: GOOGLE

More information

October Broward County Government Human Services Department. Community Partnerships Division FY2015 Provider Information

October Broward County Government Human Services Department. Community Partnerships Division FY2015 Provider Information October 2014 Broward County Government Human Services Department Community Partnerships Division FY2015 Provider Information TOPICS Provider Resources Invoicing Quarterly Reports Other Required Reports

More information

APPLICATION DEADLINE:

APPLICATION DEADLINE: Application Directions for Applicants to The Ritchie Program for School Leaders An Innovative Partnership between the University of Denver and Denver Public Schools APPLICATION DEADLINE: The documents

More information

INFORMATION TECHNOLOGY ONE-YEAR PLAN

INFORMATION TECHNOLOGY ONE-YEAR PLAN INFORMATION TECHNOLOGY ONE-YEAR PLAN 2016-2017 Information and Communications Technology One-year Plan 2016-2017 The purpose of this document is to identify the activities being undertaken this year by

More information

Contents. The Workshop IPv6 Collaborations in ASEAN Framework..8. The Results of IPv6 Collaborations in ASEAN..19. Conclusion and Recommendation 20

Contents. The Workshop IPv6 Collaborations in ASEAN Framework..8. The Results of IPv6 Collaborations in ASEAN..19. Conclusion and Recommendation 20 Page 1 Contents i. Project Overview Executive Summary 2 a. Introduction i. Background...3 ii. Objective.3 iii. Scope of Work.3 iv. Budget.. 6 v. Action Plan for Expected Results 7 ii. iii. iv. The Workshop

More information

NHBC Extranet user guide. Site management made easy

NHBC Extranet user guide. Site management made easy NHBC Extranet user guide Site management made easy 1 Contents Welcome to the NHBC Extranet 3 Getting Started 3 I can t remember my login details 3 I don t have an account 3 Main Menu 4 Extranet Administration

More information

User Guide. Chapter 9. Blog Page

User Guide. Chapter 9. Blog Page User Guide Chapter 9 Blog Page Table of Contents Introduction... 3 Blogs and Security... 3 Key Information... 3 I. How to Add a Blog Page... 4 II. Blog Administration... 6 1) Edit Blog... 6 2) Creating

More information

Magento Enterprise Edition Customer Support Guide

Magento Enterprise Edition Customer Support Guide Magento Enterprise Edition Customer Support Guide April 2017 magento.com/support 2017 Magento, Inc. All rights reserved. Thank You for using Magento Enterprise Edition Customer support is a vital part

More information

Table of Contents Extension Risk Management Education 10/4/2017 2

Table of Contents Extension Risk Management Education 10/4/2017 2 Reporting Tutorial Table of Contents Accessing the System... 3 Create Your Account /Login... 3 Resending Your Password... 3 Navigation... 5 Multiple Users... 7 Important Information... 8 Project Information...

More information

Accelerator for the PMBOK Product Guide - On Demand. Service Pack

Accelerator for the PMBOK Product Guide - On Demand. Service Pack Accelerator for the PMBOK Product Guide - On Demand Service Pack 02.0.01 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the

More information

ANDROID APPLICATION DEVELOPMENT COURSE Training Program

ANDROID APPLICATION DEVELOPMENT COURSE Training Program ANDROID APPLICATION DEVELOPMENT COURSE Training Program This Android Application Development Course is a 24 Hours Training Program with Certification. The program is to be developed for Matriculated, Intermediate

More information

NIH Research Performance Progress Report

NIH Research Performance Progress Report NIH Research Performance Progress Report Directions for University of Maryland Contact your Contract Administrator with any questions. Special thanks to Dr. Goupell for assistance in creating these materials.

More information

ANI Testbed Project Update

ANI Testbed Project Update ANI Testbed Project Update Brian Tierney ESnet Feb 2, 2011 Testbed Overview Progression Start out as a tabletop testbed Move to Long Island MAN when dark fiber is available Extend to WAN when 100 Gbps

More information

COURSE LISTING. Courses Listed. Training for Database & Technology with Modeling in SAP HANA. Last updated on: 30 Nov 2018.

COURSE LISTING. Courses Listed. Training for Database & Technology with Modeling in SAP HANA. Last updated on: 30 Nov 2018. Training for Database & Technology with Modeling in SAP HANA Courses Listed Einsteiger HA100 - SAP HANA Introduction Fortgeschrittene HA300 - SAP HANA 2.0 SPS03 Modeling HA301 - SAP HANA 2.0 SPS02 Advanced

More information