Coordinators:
Patricia MacBride, FNAL
|
|
This track presents modern techniques for software design and modern tools and technologies for understanding and improving existing software. The emphasis will be placed on the large software projects and large executables that are common in HEP. The track will consist of lectures and exercises. The first series lectures cover a series of tools and techniques which will be exemplified during the initial series of exercises. These lectures will include topics such software engineering, design, methodology and testing. The second series of lectures will focus on a number of technologies that are relevant and commonly used for building interactive and distributed applications. In addition to pure software design and development issues, the track is complemented by two speicla yet essential topics: methods and techniques for improving computer security, and Internet quality of service and network performance. In the exercise sessions, the students will have a chance to use the tools that are described in the lectures. They will work configuration management tools. They will be asked to use the test and debugging tools on some simple examples. By showing how these tools can locate known problems, students will learn how to use them on new problems. Students will then be given a functional program and a brief description of what it does. The goal is to extend the program to handle a larger problem domain. In the final exercise sessions, the students will practice the new technologies introduced with examples. For these exercises the Python language will be used. |
Type |
Series |
Lecture |
Description |
Lecturer |
|
||||
Lectures |
Tools and Techniques |
Lecture 1 |
Introduction to the Track |
|
Lecture 2 |
Tools You
Can Use |
|||
Lecture 3 |
Tools for Collaboration |
|||
Lecture 4 |
Software
Engineering Across the Project |
|||
Exercises |
Tools and Techniques |
Exercise 1 |
Exercises
1 and 2 Exercises
3 and 4 |
|
|
|
|
|
|
Lectures |
Technologies for Interactive & Distributed Computing |
Lecture 1 |
Python scripting language In the first session an introduction to Python, an object-oriented interpreted language will be given. After an introduction into the syntax of Python including data types, functions, control structures (like if, for, try) the aspect of loadable modules will be presented. An introduction into basic File I/O and object persistency in Python will be followed by an introduction to classes, inheritance and other object-oriented aspects of Python. The session will finish with an overview of ways to extend Python through extensions written in other languages such as C and C++. |
|
Lecture 2 |
XML and related technologies (XSLT, ...) The second session will introduce XML, the eXtensible Markup Language, as a standard for document markup. XML defines a generic syntax to mark up data with simple, human readable tags; thus providing a flexible standard format for a variety of application domains. The session will introduce the fundamental entities of XML, ranging from elements and attributes, through namespaces to Document Type Definitions (DTDs) and the definition of a valid XML document. Based on this, the session will then look into the area of styling XML documents using the eXtensible Stylesheet Language (XSL) in it's forms of XSLT and XSL-FO. Extensions to XML like XPath, XLink and XPointer will be discussed in the context of Data-centric Documents. The session will conclude with an overview of the DOM and SAX models of representing the structure of an XML document. |
|||
Lecture 3 |
Distributed computing technologies and protocols (SOAP, XMLRPC, Web services, ...) Web services provide a standard means of communication among different software applications, running on a variety of platforms and/or frameworks. We will cover the definitions of the World Wide Web Consortium (W3C) of Web Services and give an overview of their architecture. We show how XML is used in the context of web services and discuss two major protocols to interchange data between applications/web-services: XML-RPC and SOAP. The various roles which software agents can have in the basic architecture (Service requestor, Service provider and Discovery agency) are discussed as well as model and XML format for describing Web services like the Web Service Description Language (WSDL) and . WSDL enables one to separate the description of the abstract functionality offered by a service from concrete details of a service description such as "how" and "where" of that functionality. |
|||
Exercises |
Technologies for Interactive & Distributed Computing |
Exercise 1 |
Exercises on Technologies for Interactive & Distributed Computing |
|
|
|
|
|
|
Lectures |
Computer Security |
Lecture 1 |
An Introduction to Cryptography Computer security relies on a number of complementary technologies. Cryptography is one of them. Unlike what is sometimes believed, cryptography's role i not only to ensure the confidentiality of exchanges. It also serves to protect the integrity of transmitted information, and more importantly in Grid environments to authenticate individuals and systems. The lecture describes he fundamentals of asymmetric encryption, and explain how it is implemented in the real world. |
|
Lecture 2 |
An Introduction to PKI Cryptography is not sufficient to ensure that secret information is safely shared. In particular, distributing cryptographic keys requires an infrastructure of logically connected systems. This is called Pubic Key Inftastructure and is the subject of this lecture. |
|||
Lecture 3 |
An Introduction to Kerberos Kerberos is an alternative to PKI fro authentication. This third lecture explains the respective positioning and the differences. It also explains how the two technologies can be integrated. This is illustrated by practical examples drawn from web and mail services. |
|||
|
|
|
|
|
Lectures |
Networking QoS and Performance |
Lecture 1 |
Internet QoS options Improving Quality of Service guarantees and performances in data network is a key requirement of Grid computing. Indeed, fast transfers require high-bit rate connections, and grid operation requires network predictability and high availability. On the other hand, the Internet historical technology is not naturally best suited to deterministic behavior. This lecture explains the technical challenges and the range of options available to improve QoS guarantees in Internet-based networks. |
|
Lecture 2 |
TCP and Congestion Control Not only the underlying network has to be highly performing, but the network software running within the end-systems must have an optimal behavior. This lecture recalls the basics of TCP and discusses the relationships between TCP and the risks of congestions over Internet-based connections. |
|||
Lecture 3 |
Multimedia over the Internet The Grid is not only a network of computer resources but also a network of people cooperating to use these resources. Part of the collaborative tools scientists are increasingly using include audio and video systems. They place new challenging requirements on the networking systems. The class discusses these requirements and their consequences on the end-systems as well as within the underlying network. |
|||
|
|
|
|
|
|