<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">A UML Profile for Software Architectures and Peer to Peer Dependable Applications</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Aphrodite</forename><surname>Tsalgatidou</surname></persName>
						</author>
						<author>
							<persName><forename type="first">George</forename><surname>Athanasopoulos</surname></persName>
						</author>
						<author>
							<persName><forename type="first">Periklis</forename><surname>Liaskovitis</surname></persName>
						</author>
						<author>
							<affiliation key="aff0">
								<orgName type="department">Dept. of Informatics &amp; Telecommunications</orgName>
								<orgName type="institution">National &amp; Kapodistrian University of Athens (NKUA)</orgName>
								<address>
									<addrLine>Panepistimiopolis</addrLine>
									<postCode>157 84</postCode>
									<region>Ilisia</region>
									<country key="GR">Greece</country>
								</address>
							</affiliation>
						</author>
						<author>
							<affiliation key="aff1">
								<orgName type="department">ECE Dept</orgName>
								<orgName type="institution">University of California San Diego</orgName>
								<address>
									<country key="US">USA</country>
								</address>
							</affiliation>
						</author>
						<author>
							<affiliation key="aff2">
								<orgName type="department">Faculdade de Engenharia</orgName>
								<orgName type="institution">Universidade do Porto</orgName>
								<address>
									<addrLine>ISBN 972</addrLine>
									<postCode>2005 --752-078-2</postCode>
									<country key="PT">Portugal</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">A UML Profile for Software Architectures and Peer to Peer Dependable Applications</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">E61DB381FAD781CF4E4DA0D4450DC4E9</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-25T06:10+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0">  <p>applications exhibit characteristics such as dynamic network topology and configuration, heterogeneity and scalability that make their development a complicated task. This is further aggravated due to the required satisfaction of dependability properties, i.e. security, availability, reliability, etc. Furthermore, p2p application requirements are driven by the software architecture adopted for their development while in other kinds of applications, the requirements drive the architecture. It is therefore only natural to adopt an architecture-based approach for the development of p2p dependable applications in order to ensure at the architectural level that dependability requirements are met. An essential part for the effective architecture-based development is the use of an appropriate modelling mechanism. In this paper we argue on the use of a UML profile that provides appropriate constructs and notations for modelling dependable p2p software architectures.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">Introduction</head><p>Peer-to-peer (p2p) computing is a form of networking that eliminates the need for servers and leverages computing capabilities, by enabling individual computers to share resources (applications, drive space, processing power, etc.) and to communicate with each other as peers. One of the major challenges for the wide applicability and use of p2p applications, especially in the business domain, is the satisfaction of their dependability requirements, i.e. reliability, security, survivability, responsiveness and availability. This is of paramount importance since p2p applications operate in an open environment such as the Internet where there is no control over the participating nodes or users.</p><p>The nature of p2p applications is such, that their software architecture drives their requirements while in other kind of applications the requirements drive the architecture. Therefore, an architecture-based approach provides a good basis for the development of p2p applications as it can facilitate developers to predict the quality of a final p2p application before proceeding to its implementation and to ensure at the architecture level that dependability requirements are met. This requires appropriate modelling mechanisms and notations that can support the effective modelling of p2p software architectures and their dependability properties.</p><p>A popular mechanism for modelling software architectures is the Architecture Description Languages (ADLs), [2], <ref type="bibr" target="#b1">[3]</ref>, <ref type="bibr" target="#b2">[4]</ref> which provide appropriate notations and formalisms to specify software architectures. Their supporting tools and environments provide additional facilities like automated analysis and simulation that leverage the architecture specification process. However, their intrinsic complexity and strict formalism prevent their wide adoption by industry. Another modelling mechanism that can be used is UML which is widely accepted by industry due to its simplicity and flexibility. Furthermore, its intrinsic extensibility mechanism and the extensions provided by OMG <ref type="bibr" target="#b7">[9]</ref> make it possible to use it for modelling systems and concepts that were not initially supported.</p><p>Therefore, we decided to use UML as the underlying modelling mechanism and to develop appropriate extensions in order to cater for modelling software architectures. As regards the dependability properties of p2p applications, these are modelled by using the QoS UML profile proposed by SINTEF <ref type="bibr" target="#b13">[15]</ref> and by providing some UML extensions for aspects not covered by it. The developed UML extensions for software architectures and p2p dependable applications are offered in a UML profile that we call "UML P2P Profile".</p><p>In the following section we describe the properties and characteristics of dependable p2p applications and discuss about the need of architecture-based development for dependable p2p applications. In section 3 we describe the architectural views that are facilitated by the elements that we have introduced as extensions to UML v1.4 <ref type="bibr" target="#b4">[6]</ref>. Finally section 4 summarizes our results.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">P2P Applications and Architecture-Based Development</head><p>P2P applications are built around a collection of nodes that are networked together in various configurations depending on the architectural model they adopt. There are two main architectural models adopted by p2p systems: A purely decentralized p2p model where all nodes are equal and a semi-centralized p2p architectural model where there is at least one peer node which performs some central functions, e.g. indexing, for better serving the rest of the peers. These two main architectural p2p models can be further classified depending on the type of interaction between the participating peers. A detailed report on the various p2p architectural models may be found in <ref type="bibr" target="#b14">[16]</ref>.</p><p>Some key characteristics of most p2p applications are the following: symmetric interaction between peers since they are simultaneously clients and servers; nondeterministic topology since the set of peers participating in a p2p network varies constantly with time; heterogeneity, an inherent characteristic in p2p applications since the participating nodes differ in many respects, including communication bandwidth, available memory, etc.; grouping since peers are usually self-organized into groups (created and evolving dynamically) with a logical, physical, security or context related scope (peers and groups have a many-to-many relation); dynamic and virtual allocation of communication paths between peers based on factors like network conjunction or intermediate peers state. There are many other characteristics of p2p applications, e.g. scalability or anonymity, which have been analysed in detail in <ref type="bibr" target="#b14">[16]</ref>. Here we focus mainly on the characteristics that need to be modelled and tested during architecture modelling and that we have taken into account during the construction of the UML profile presented in this paper. Along these lines, another crucial characteristic is dependability. Dependability is actually the trustworthiness of a system and it depends on the context the system is used, as well as on other system properties like security, availability, responsiveness and survivability <ref type="bibr" target="#b19">[22]</ref>.</p><p>In general, the requirements of a p2p application are driven by the selected p2p architecture, while in other types of systems the requirements drive the architecture. It is therefore only natural to use an architecture-based approach for the development of dependable p2p applications. In this way, application requirements can be better clarified and it is possible to ensure at the architectural level that dependability requirements (an essential characteristic for the acceptance and usage of p2p applications) are met.</p><p>The specification of the software architecture is an essential step during architecture-based development and the modelling mechanism used for carrying out this step is of paramount importance. Therefore, we investigated thoroughly all the existing mechanisms for modelling software architectures <ref type="bibr" target="#b17">[19]</ref> and we decided to use UML v1.4 as the underlying modelling mechanism and to further extend it in order to satisfy our specific needs. The extensions that we have introduced to UML v.1.4 are grouped in a profile which we call "UML P2P Profile", which is briefly described in the following section. A detailed description of the profile can be found in <ref type="bibr" target="#b17">[19]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">UML P2P Profile</head><p>According to <ref type="bibr" target="#b15">[17]</ref>, the architectural description of a system is given in a number of architectural views which address the concerns of one or more system stakeholders. The views that we have identified for building the architecture of a p2p application are <ref type="bibr" target="#b17">[19]</ref>, Logical Network Architecture (LNA), Layered Architecture, Application Architecture and Dependability Properties views.</p><p>The primary purpose of the LNA view is to enable the systematic description of various network architectures of p2p systems e.g. decentralized or semi-centralized, and behavioural aspects of the application, such as the role of each node in it or the protocol that will govern the communication channels. Specifically, the LNA view provides an abstract model of the network topology of a p2p application and the interactions between all participating peers.</p><p>The Layered Architecture view is a representation of the application architecture in layers. This view provides an abstract representation of a p2p application capabilities<ref type="foot" target="#foot_1">1</ref> and a way to identify its constituent subsystems.</p><p>The Application Architecture view depicts the computational and data storage elements of a software application as well as the interactions between them towards achieving specific functionality. In our profile, these aspects are modelled using architectural elements such as those used by Architecture Description Languages <ref type="bibr">[3][18]</ref>.</p><p>Finally, the Dependability Properties view enables the specification of nonfunctional aspects of a system. Dependability properties may be imposed on individual system elements as well as on a system as a whole. Dependability properties can be thought of as Quality of Service (QoS) properties, therefore, in order to model them, we may reuse the existing conceptual models of the QoS frameworks <ref type="bibr" target="#b10">[12]</ref>[13] and the modelling constructs offered by the proposed QoS UML Profiles <ref type="bibr" target="#b12">[14]</ref> <ref type="bibr" target="#b13">[15]</ref> or the recently accepted by OMG profile for modeling QoS <ref type="bibr" target="#b18">[21]</ref>.</p><p>These four architectural views, not only illustrate various aspects of a p2p application in different levels of detail but they are also interrelated (see <ref type="bibr">Fig 1)</ref>:</p><p>The LNA view depicts the nodes of a p2p application and their interactions The corresponding Layered Architecture view provides a layered representation of the structure of each p2p node type.</p><p>The Application Architecture view depicts the structure of a p2p node in a lower level of detail by showing its constituting architectural elements and their structure.</p><p>The Dependability Properties view is orthogonal to all these views in the sense that dependability properties apply to all these views. This logical relationship among the architectural views has been reflected in the various modelling constructs that have been produced for their description and are thoroughly presented in <ref type="bibr" target="#b17">[19]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Conclusions</head><p>The initial motivation of this work was to provide notations and specification primitives in order to support the architecture-based development of dependable P2P applications. After an initial investigation of existing modelling notations for software architectures, we decided to use as a basis the UML v.1.4 (as by that time the UML v2.0 was not available) and to extend it by introducing constructs appropriate for modelling dependable p2p software architectures and applications. The result was a UML profile that can support the modelling of:</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Logical Network Architectures Layered Architectures Application Architectures and Dependability Properties</head><p>The first two architectural views exhibit two different facets of the architectural backbone of a p2p application while the third view provides a more detailed description of the application architecture. These views are enriched with the modelling of the dependability properties required by p2p architectures and applications.</p><p>We can view the architecture based development of a p2p application in a number of steps that produce various architectural views in an increasing level of detail, starting from the construction of an LNA model, proceeding to the construction of Layered Architecture models and then producing Application Architecture models which provide a detailed architectural view of all subsystems implementing the functionality specified in the Layered Architecture Models. Dependability Modelling is taking place in all these steps.</p><p>The provided profile, although it is targeted to p2p dependable applications, it provides all necessary constructs for architecture modelling and thus it can be used for modelling not only p2p dependable architectures but any kind of software architecture.</p><p>Finally, we compared our profile with the modelling constructs provided by UML v.2.0 <ref type="bibr" target="#b5">[7]</ref>[8] and we found out that UML v.2.0 directly supports some of the elements offered by our profile such as "Component" or "Connector", while other elements, such as "Group" or "Layer" can still not be modelled directly. As regards the dependability concepts introduced in our profile, these are fully addressed by the "UML Profile for Modeling Quality of Service and Fault Tolerance Characteristics and Mechanisms" <ref type="bibr" target="#b18">[21]</ref> accepted by OMG in September 2004.</p></div>			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="10" xml:id="foot_0">Aphrodite Tsalgatidou, George Athanasopoulos, Periklis Liaskovitis</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_1">A capability represents abstract functionality that is desirable to be possessed by a system, e.g. encryption/decryption of exchanged messages or joint file editing<ref type="bibr" target="#b20">[23]</ref>.</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Aknowledgement</head><p>This work has been supported by the IST Project P2P_Architect (IST-2001-32708) [20]. We would like to thank the rest of the project consortium for their contribution in this work and especially Prof. Ian Sommerville and his group at the University of Lancaster for their work on specification of the dependability properties of p2p applications and layered architectures.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Is UML an Architecture Description Language</title>
		<ptr target="http://pavg.stanford.edu/rapide/overview.html" />
	</analytic>
	<monogr>
		<title level="m">Overview Of The Rapide Prototyping Project</title>
				<imprint/>
	</monogr>
	<note>OOPSLA99 [2</note>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<ptr target="http://www-2.cs.cmu.edu/~acme/" />
		<title level="m">The Acme Architectural Description Language</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">An introduction to the AESOP system</title>
		<author>
			<persName><forename type="first">David</forename><surname>Garlan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Version</title>
		<imprint>
			<biblScope unit="volume">11</biblScope>
			<date type="published" when="1995-07">July 1995</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Dependability Properties of P2P Architectures</title>
		<author>
			<persName><forename type="first">James</forename><surname>Walkerdine</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Lee</forename><surname>Melville</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ian</forename><surname>Sommerville</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Presented in 2 nd International Conference on Peer to Peer Computing (P2P 2002)</title>
				<meeting><address><addrLine>Sweden</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2002-09">September 2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<title level="m" type="main">Unified Modelling Language Specification</title>
		<ptr target="www.omg.org" />
		<imprint>
			<date type="published" when="2001-09">September 2001</date>
		</imprint>
	</monogr>
	<note>OMG. Version 1.4. available from</note>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Unified Modeling Language: Superstructure, version 2.0</title>
		<author>
			<persName><surname>Omg</surname></persName>
		</author>
		<idno>ptc/03-08-02</idno>
	</analytic>
	<monogr>
		<title level="m">OMG Final Adopted Specification</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<monogr>
		<title level="m" type="main">Unified Modeling Lnaguage Specification: Infrastructure, version 2.0</title>
		<author>
			<persName><surname>Omg</surname></persName>
		</author>
		<idno>ptc/</idno>
		<imprint>
			<biblScope unit="page" from="3" to="09" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<monogr>
		<title level="m" type="main">OMG Analysis and Design Platform Task Force</title>
		<idno>/99-04-07</idno>
		<imprint>
			<date type="published" when="1999-04">April 1999</date>
		</imprint>
	</monogr>
	<note>White Paper on the Profile mechanism. Version 1.0. OMG Document ad</note>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Comprehensive Survey of contemporary P2P technology</title>
		<author>
			<persName><forename type="first">Lanc</forename><surname>Eng</surname></persName>
		</author>
		<author>
			<persName><surname>Uoa</surname></persName>
		</author>
		<author>
			<persName><surname>Atc</surname></persName>
		</author>
		<idno>IST-2001-32708</idno>
	</analytic>
	<monogr>
		<title level="m">P2P Architect Project</title>
				<imprint/>
	</monogr>
	<note>Project Deliverable D1</note>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Acme: An Architecture Description Interchange Language</title>
		<author>
			<persName><forename type="first">David</forename><surname>Garlan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Robert</forename><forename type="middle">T</forename><surname>Monroe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">David</forename><surname>Wile</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of CASCON &apos;97</title>
				<meeting>CASCON &apos;97</meeting>
		<imprint>
			<date type="published" when="1997-11">November 1997</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<monogr>
		<title level="m" type="main">Information Technology -Open Distributed Processing -Reference Model: Overview</title>
		<idno>ISO/IEC DIS 10746-1</idno>
		<imprint>
			<date type="published" when="1997-12">December 1997</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<monogr>
		<title level="m" type="main">Information Technology -Quality of Service Framework</title>
		<idno>ISO/</idno>
		<imprint>
			<date type="published" when="1997-12">December 1997</date>
		</imprint>
	</monogr>
	<note>IEC IS 13236</note>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">A UML Profile for QoS Management Information Specification in Distributed Object-based Applications</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">I</forename><surname>Asensio</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">A</forename><surname>Villagrá</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">HP-OVUA Plenary Workshop 2000</title>
				<meeting><address><addrLine>Santorini Greece</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2000-06">June 2000</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Response to the OMG RFP for Modeling Quality of Service and Fault Tolerance Characteristics and Mechanisms</title>
		<author>
			<persName><forename type="first">Chris</forename><surname>Sluma</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jan</forename><forename type="middle">Øyvind</forename><surname>Aagedal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Soldal</forename><surname>Mass</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Earl</forename><forename type="middle">F</forename><surname>Lund</surname></persName>
		</author>
		<author>
			<persName><surname>Ecklund</surname><genName>Jr</genName></persName>
		</author>
		<idno>-09-02</idno>
	</analytic>
	<monogr>
		<title level="m">OMG document number realtime</title>
				<imprint>
			<date type="published" when="2002-09">2002. Sept 2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Report on the Dependability Properties of P2P Architectures</title>
		<author>
			<persName><forename type="first">James</forename><surname>Walkerdine</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Lee</forename><surname>Melville</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ian</forename><surname>Sommerville</surname></persName>
		</author>
		<idno>-32708</idno>
	</analytic>
	<monogr>
		<title level="m">P2P Architect Project</title>
				<imprint>
			<date type="published" when="2001">IST-2001</date>
		</imprint>
	</monogr>
	<note>Project Deliverable D5</note>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">IEEE Recommended Practise for Architectural Description of Software-Intensive Systems</title>
	</analytic>
	<monogr>
		<title level="j">IEEE Std</title>
		<imprint>
			<biblScope unit="volume">1471</biblScope>
			<date type="published" when="2000-09">2000. Sept 2000</date>
		</imprint>
	</monogr>
	<note>IEEE Software Engineering Standards Committee</note>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Domains of Concern in Software Architectures and Architecture Description Languages</title>
		<author>
			<persName><forename type="first">Nenad</forename><surname>Medvidovic</surname></persName>
		</author>
		<author>
			<persName><forename type="first">David</forename><forename type="middle">S</forename><surname>Rosenblum</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 1997 USENIX Conference on Domain-Specific Languages</title>
				<meeting>the 1997 USENIX Conference on Domain-Specific Languages<address><addrLine>Santa Barbara, California</addrLine></address></meeting>
		<imprint>
			<date type="published" when="1997-10">October 1997</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Models and specification primitives for building dependable p2p systems/applications</title>
		<author>
			<persName><forename type="first">G</forename></persName>
		</author>
		<idno>IST-2001-32708</idno>
	</analytic>
	<monogr>
		<title level="m">P2P Architect Project</title>
				<imprint>
			<date type="published" when="2003-06">June 2003</date>
		</imprint>
	</monogr>
	<note>Project Deliverable D8</note>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">UML Profile for Modeling Quality of Service and Fault Tolerance Characteristics and Mechanisms</title>
		<author>
			<persName><surname>Omg</surname></persName>
		</author>
		<idno>ptc/04-09-01</idno>
	</analytic>
	<monogr>
		<title level="m">OMG Final Adopted Specification</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<monogr>
		<title level="m" type="main">Software Engineering</title>
		<author>
			<persName><forename type="first">I</forename><surname>Sommerville</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2001">2001</date>
			<publisher>Addison Wesley</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">P2P Reference Architectures</title>
		<author>
			<persName><forename type="first">James</forename><surname>Walkerdine</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Lee</forename><surname>Melville</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ian</forename><surname>Sommerville</surname></persName>
		</author>
		<idno>-32708</idno>
	</analytic>
	<monogr>
		<title level="m">P2P Architect Project</title>
				<imprint>
			<date type="published" when="2001">IST-2001</date>
		</imprint>
	</monogr>
	<note>Project Deliverable D9</note>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
