<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.infra-repository.org/oiar/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mischa+Frenk</id>
	<title>OIAr - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.infra-repository.org/oiar/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mischa+Frenk"/>
	<link rel="alternate" type="text/html" href="https://www.infra-repository.org/oiar/index.php/Special:Contributions/Mischa_Frenk"/>
	<updated>2026-05-03T01:18:11Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://www.infra-repository.org/oiar/index.php?title=GF.Queuing&amp;diff=987</id>
		<title>GF.Queuing</title>
		<link rel="alternate" type="text/html" href="https://www.infra-repository.org/oiar/index.php?title=GF.Queuing&amp;diff=987"/>
		<updated>2015-01-02T22:15:41Z</updated>

		<summary type="html">&lt;p&gt;Mischa Frenk: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Maturity|0}}&lt;br /&gt;
{{Pageheaderbox4GF&lt;br /&gt;
|name=Queuing&lt;br /&gt;
|WorkingArea=Network&lt;br /&gt;
|version=0.4&lt;br /&gt;
|owner=Mischa Frenk&lt;br /&gt;
|summary=Provides the ability to process traffic based various queuing policies.&lt;br /&gt;
}}&lt;br /&gt;
This Function serves to optimise processing of traffic or resource usage, based on one or more queuing policies. A queuing policy formulates a decision on which job to perform next, where &amp;quot;job&amp;quot; can mean an action, processing task, data packet transfer et cetera. Queuing policies generally can occur in two different forms:&lt;br /&gt;
* non-pre-emptive: in this form a job being processed cannot be interrupted; the queuing function simply decides on the next job in line;&lt;br /&gt;
* pre-emptive: in this form an active job can be interrupted as soon as another non-active job takes precedence according to the queuing policy. The active job is deactivated (usually without losing the results of the processing thusfar), and the higher precedence job starts processing.&lt;br /&gt;
To be able to prioritize jobs, Queuing must be paired with Caching, which then serves as the buffer for jobs that cannot be processed yet.&lt;br /&gt;
&lt;br /&gt;
Examples of queuing policies are:&lt;br /&gt;
* First in first out:&lt;br /&gt;
This policy states that the job that has been waiting the longest is served first.&lt;br /&gt;
* Last in first out:&lt;br /&gt;
This policy states that the job that was added most recently will be served first.&lt;br /&gt;
* Resource sharing:&lt;br /&gt;
Service capacity is shared equally over multiple jobs.&lt;br /&gt;
* Priority:&lt;br /&gt;
A job with an assigned priority that is higher than that of another job is served first. This ofcourse means a priority criterium must be available, e.g. based on metadata.&lt;br /&gt;
* Shortest job first:&lt;br /&gt;
The next job to be served is the one with the smallest size or shortest expected duration.&lt;br /&gt;
* Pre-emptive shortest job first:&lt;br /&gt;
The next job to be served is the one with the smallest size or shortest expected duration; if a new job comes in with smaller size or expected duration than the remaining size/duration of the currently running job, the running job is interrupted.&lt;br /&gt;
{{FunctionIcon&lt;br /&gt;
|image=Icon GF Queuing.png&lt;br /&gt;
}}&lt;br /&gt;
{{Text Footer GF}}&lt;/div&gt;</summary>
		<author><name>Mischa Frenk</name></author>
	</entry>
	<entry>
		<id>https://www.infra-repository.org/oiar/index.php?title=GF.Queuing&amp;diff=957</id>
		<title>GF.Queuing</title>
		<link rel="alternate" type="text/html" href="https://www.infra-repository.org/oiar/index.php?title=GF.Queuing&amp;diff=957"/>
		<updated>2014-12-24T15:24:14Z</updated>

		<summary type="html">&lt;p&gt;Mischa Frenk: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Maturity|0}}&lt;br /&gt;
{{Pageheaderbox4GF&lt;br /&gt;
|name=Queuing&lt;br /&gt;
|WorkingArea=Network&lt;br /&gt;
|version=0.3&lt;br /&gt;
|owner=Mischa Frenk&lt;br /&gt;
|summary=Provides the ability to process traffic based various queuing policies.&lt;br /&gt;
}}&lt;br /&gt;
Function to optimise traffic or resource usage based on various queuing policies. Examples of queuing policies can be:&lt;br /&gt;
 &lt;br /&gt;
* First in first out&amp;lt;br&amp;gt;This policy states that data elements are processed one at a time and that the data elements that has been waiting the longest is served first. &lt;br /&gt;
* Last in first out&amp;lt;br&amp;gt;This policy also serves data elements one at a time, however the data element with the shortest waiting time will be served first. &lt;br /&gt;
* Resource sharing&amp;lt;br&amp;gt;Service capacity is shared equally.&lt;br /&gt;
* Priority&amp;lt;br&amp;gt;Data elements with an assigned priority that is higher than that of another data element is served first. Priority queues can be of two types, non-pre-emptive (where a job in service cannot be interrupted) and pre-emptive (where a job in service can be interrupted by a higher priority job). No work is lost in either model. &lt;br /&gt;
* Shortest job first&amp;lt;br&amp;gt;The next job to be served is the one with the smallest size&lt;br /&gt;
* Pre-emptive shortest job first&amp;lt;br&amp;gt;The next job to be served is the one with the original smallest size&lt;br /&gt;
* Shortest remaining processing time&amp;lt;br&amp;gt;The next job to serve is the one with the smallest remaining processing requirement.&lt;br /&gt;
{{FunctionIcon&lt;br /&gt;
|image=Icon&lt;br /&gt;
}}&lt;br /&gt;
{{Text Footer GF}}&lt;/div&gt;</summary>
		<author><name>Mischa Frenk</name></author>
	</entry>
	<entry>
		<id>https://www.infra-repository.org/oiar/index.php?title=GF.Queuing&amp;diff=954</id>
		<title>GF.Queuing</title>
		<link rel="alternate" type="text/html" href="https://www.infra-repository.org/oiar/index.php?title=GF.Queuing&amp;diff=954"/>
		<updated>2014-12-24T13:50:23Z</updated>

		<summary type="html">&lt;p&gt;Mischa Frenk: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Maturity|0}}&lt;br /&gt;
{{Pageheaderbox4GF&lt;br /&gt;
|name=Queuing&lt;br /&gt;
|WorkingArea=Network&lt;br /&gt;
|version=0.2&lt;br /&gt;
|owner=Mischa Frenk&lt;br /&gt;
|summary=Provides the ability to process traffic based various scheduling policies.&lt;br /&gt;
}}&lt;br /&gt;
Function to optimise resources usage or traffic based on various scheduling policies. Examples of scheduling policies can be:&lt;br /&gt;
 &lt;br /&gt;
* First in first out &lt;br /&gt;
This principle states that customers are served one at a time and that the customer that has been waiting the longest is served first. &lt;br /&gt;
* Last in first out  &lt;br /&gt;
This principle also serves customers one at a time, however the customer with the shortest waiting time will be served first. Also known as a stack.&lt;br /&gt;
* Processor sharing  &lt;br /&gt;
Service capacity is shared equally between customers.[16]&lt;br /&gt;
* Priority  &lt;br /&gt;
Customers with high priority are served first. Priority queues can be of two types, non-pre-emptive (where a job in service cannot be interrupted) and pre-emptive (where a job in service can be interrupted by a higher priority job). No work is lost in either model. &lt;br /&gt;
* Shortest job first &lt;br /&gt;
The next job to be served is the one with the smallest size&lt;br /&gt;
* Pre-emptive shortest job first &lt;br /&gt;
The next job to be served is the one with the original smallest size&lt;br /&gt;
* Shortest remaining processing time &lt;br /&gt;
The next job to serve is the one with the smallest remaining processing requirement. &lt;br /&gt;
{{FunctionIcon&lt;br /&gt;
|image=Icon&lt;br /&gt;
}}&lt;br /&gt;
{{Text Footer GF}}&lt;/div&gt;</summary>
		<author><name>Mischa Frenk</name></author>
	</entry>
	<entry>
		<id>https://www.infra-repository.org/oiar/index.php?title=GF.Queuing&amp;diff=946</id>
		<title>GF.Queuing</title>
		<link rel="alternate" type="text/html" href="https://www.infra-repository.org/oiar/index.php?title=GF.Queuing&amp;diff=946"/>
		<updated>2014-12-19T15:37:38Z</updated>

		<summary type="html">&lt;p&gt;Mischa Frenk: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Maturity|0}}&lt;br /&gt;
{{Pageheaderbox4GF&lt;br /&gt;
|name=Priority Queuing&lt;br /&gt;
|WorkingArea=Network&lt;br /&gt;
|version=0.1&lt;br /&gt;
|owner=Mischa Frenk&lt;br /&gt;
|summary=Provides the ability to process traffic based on the assigned priority of data elements.&lt;br /&gt;
}}&lt;br /&gt;
Function to optimise traffic by allowing data elements with high priority to be served before a data elements with low priority.&lt;br /&gt;
{{FunctionIcon&lt;br /&gt;
|image=Icon&lt;br /&gt;
}}&lt;br /&gt;
{{Text Footer GF}}&lt;/div&gt;</summary>
		<author><name>Mischa Frenk</name></author>
	</entry>
	<entry>
		<id>https://www.infra-repository.org/oiar/index.php?title=GF.Queuing&amp;diff=945</id>
		<title>GF.Queuing</title>
		<link rel="alternate" type="text/html" href="https://www.infra-repository.org/oiar/index.php?title=GF.Queuing&amp;diff=945"/>
		<updated>2014-12-19T15:37:07Z</updated>

		<summary type="html">&lt;p&gt;Mischa Frenk: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Maturity|0}}&lt;br /&gt;
{{Pageheaderbox4GF&lt;br /&gt;
|name=Priority Queuing&lt;br /&gt;
|WorkingArea=Network&lt;br /&gt;
|version=0.1&lt;br /&gt;
|owner=Mischa Frenk&lt;br /&gt;
|summary=Provides the ability to process traffic based on the assigned priority of the data elements.&lt;br /&gt;
}}&lt;br /&gt;
Function to optimise traffic by allowing data elements with high priority to be served before a data elements with low priority.&lt;br /&gt;
{{FunctionIcon&lt;br /&gt;
|image=Icon&lt;br /&gt;
}}&lt;br /&gt;
{{Text Footer GF}}&lt;/div&gt;</summary>
		<author><name>Mischa Frenk</name></author>
	</entry>
	<entry>
		<id>https://www.infra-repository.org/oiar/index.php?title=GF.Queuing&amp;diff=944</id>
		<title>GF.Queuing</title>
		<link rel="alternate" type="text/html" href="https://www.infra-repository.org/oiar/index.php?title=GF.Queuing&amp;diff=944"/>
		<updated>2014-12-19T15:32:18Z</updated>

		<summary type="html">&lt;p&gt;Mischa Frenk: It is more and more common to make better usage of the network infrastructure and optimise traffic by allowing a data element with high priority to be served before a data element with low priority.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Maturity|0}}&lt;br /&gt;
{{Pageheaderbox4GF&lt;br /&gt;
|name=Priority Queuing&lt;br /&gt;
|WorkingArea=Network&lt;br /&gt;
|version=0.1&lt;br /&gt;
|owner=Mischa Frenk&lt;br /&gt;
|summary=Provides the ability to give different priority to different traffic&lt;br /&gt;
}}&lt;br /&gt;
Function to optimise traffic by allowing data elements with high priority to be served before a data elements with low priority.&lt;br /&gt;
{{FunctionIcon&lt;br /&gt;
|image=Icon&lt;br /&gt;
}}&lt;br /&gt;
{{Text Footer GF}}&lt;/div&gt;</summary>
		<author><name>Mischa Frenk</name></author>
	</entry>
	<entry>
		<id>https://www.infra-repository.org/oiar/index.php?title=Talk:GF.Access_Conditioning&amp;diff=943</id>
		<title>Talk:GF.Access Conditioning</title>
		<link rel="alternate" type="text/html" href="https://www.infra-repository.org/oiar/index.php?title=Talk:GF.Access_Conditioning&amp;diff=943"/>
		<updated>2014-12-19T15:01:15Z</updated>

		<summary type="html">&lt;p&gt;Mischa Frenk: Created page with &amp;quot;Maybe &amp;quot;Access Control&amp;quot; is a more suitable name because they concern all control mechanisms (these mechanisms can range from authentication to verifying if a client is up-to-da...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Maybe &amp;quot;Access Control&amp;quot; is a more suitable name because they concern all control mechanisms (these mechanisms can range from authentication to verifying if a client is up-to-date on security patches and anti-virus software) before obtaining access&lt;br /&gt;
--[[User:Mischa Frenk|Mischa Frenk]] ([[User talk:Mischa Frenk|talk]]) 16:01, 19 December 2014 (CET)&lt;/div&gt;</summary>
		<author><name>Mischa Frenk</name></author>
	</entry>
	<entry>
		<id>https://www.infra-repository.org/oiar/index.php?title=GF.Interconnection&amp;diff=938</id>
		<title>GF.Interconnection</title>
		<link rel="alternate" type="text/html" href="https://www.infra-repository.org/oiar/index.php?title=GF.Interconnection&amp;diff=938"/>
		<updated>2014-12-19T10:43:34Z</updated>

		<summary type="html">&lt;p&gt;Mischa Frenk: An Interconnection function offers to transport data over relatively long distances.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Maturity|3}}&lt;br /&gt;
{{Pageheaderbox4GF&lt;br /&gt;
|name=Interconnection&lt;br /&gt;
|WorkingArea=Network&lt;br /&gt;
|version=0.1&lt;br /&gt;
|owner=Mischa Frenk&lt;br /&gt;
|summary=An Interconnection function offers to transport data over relatively long distances&lt;br /&gt;
}}&lt;br /&gt;
An Interconnection function offers to transport data over relatively long distances.&lt;br /&gt;
&lt;br /&gt;
The following approaches are available to implement this type of facility:&lt;br /&gt;
* a dedicated circuit (permanent or on demand);&lt;br /&gt;
* access to a virtual private network (VPN) cloud, provided by a Network Service Provider;&lt;br /&gt;
* (encrypted) virtual circuits over insecure network clouds of third parties (typically the Internet). &lt;br /&gt;
{{FunctionIcon&lt;br /&gt;
|image=Icon GF Interconnection.png&lt;br /&gt;
}}&lt;br /&gt;
{{Text Footer GF}}&lt;/div&gt;</summary>
		<author><name>Mischa Frenk</name></author>
	</entry>
	<entry>
		<id>https://www.infra-repository.org/oiar/index.php?title=GF.Connection_Handling&amp;diff=937</id>
		<title>GF.Connection Handling</title>
		<link rel="alternate" type="text/html" href="https://www.infra-repository.org/oiar/index.php?title=GF.Connection_Handling&amp;diff=937"/>
		<updated>2014-12-19T10:41:11Z</updated>

		<summary type="html">&lt;p&gt;Mischa Frenk: This function covers all behaviour associated with the management of one end of a communication session.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Maturity|3}}&lt;br /&gt;
{{Pageheaderbox4GF&lt;br /&gt;
|name=Connection Handling&lt;br /&gt;
|WorkingArea=Network&lt;br /&gt;
|version=0.1&lt;br /&gt;
|owner=Mischa Frenk&lt;br /&gt;
|summary=This function covers all behaviour associated with the management of one end of a communication session.&lt;br /&gt;
}}&lt;br /&gt;
This function covers all behaviour associated with the management of one end of a communication session. Thus, a logical communication circuit is established, separated from other logical circuits. The function takes care of signaling activities, can signal congestion or busy-situations, and provide the means to multiply one connection to multiple receivers. &lt;br /&gt;
{{FunctionIcon&lt;br /&gt;
|image=Icon GF Connection Handling.png&lt;br /&gt;
}}&lt;br /&gt;
{{Text Footer GF}}&lt;/div&gt;</summary>
		<author><name>Mischa Frenk</name></author>
	</entry>
	<entry>
		<id>https://www.infra-repository.org/oiar/index.php?title=GF.Access_Aggregation&amp;diff=936</id>
		<title>GF.Access Aggregation</title>
		<link rel="alternate" type="text/html" href="https://www.infra-repository.org/oiar/index.php?title=GF.Access_Aggregation&amp;diff=936"/>
		<updated>2014-12-19T10:21:03Z</updated>

		<summary type="html">&lt;p&gt;Mischa Frenk: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Maturity|9}}&lt;br /&gt;
{{Pageheaderbox4GF&lt;br /&gt;
|name=Access Aggregation&lt;br /&gt;
|WorkingArea=Network&lt;br /&gt;
|version=0.2&lt;br /&gt;
|owner=Mischa Frenk&lt;br /&gt;
|summary=Access Aggregation is a logical infrastructure function that performs the tasks required to group multiple Access Conditioning instances.&lt;br /&gt;
}}&lt;br /&gt;
Access Aggregation groups multiple network types made available by one or more Access Conditioning instances.&lt;br /&gt;
{{FunctionIcon&lt;br /&gt;
|image=Icon GF Access Aggregation.png&lt;br /&gt;
}}&lt;br /&gt;
{{Text Footer GF}}&lt;/div&gt;</summary>
		<author><name>Mischa Frenk</name></author>
	</entry>
	<entry>
		<id>https://www.infra-repository.org/oiar/index.php?title=GF.Access_Aggregation&amp;diff=934</id>
		<title>GF.Access Aggregation</title>
		<link rel="alternate" type="text/html" href="https://www.infra-repository.org/oiar/index.php?title=GF.Access_Aggregation&amp;diff=934"/>
		<updated>2014-12-19T10:11:35Z</updated>

		<summary type="html">&lt;p&gt;Mischa Frenk: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Maturity|2}}&lt;br /&gt;
{{Pageheaderbox4GF&lt;br /&gt;
|name=Access Aggregation&lt;br /&gt;
|WorkingArea=Network&lt;br /&gt;
|version=0.2&lt;br /&gt;
|owner=Mischa Frenk&lt;br /&gt;
|summary=Access Aggregation is a logical infrastructure function that performs the tasks required to group multiple Access Conditioning instances.&lt;br /&gt;
}}&lt;br /&gt;
Access Aggregation bundles the functionality of two or more Access Conditioning instances in order to connect to the Distribution function.&lt;br /&gt;
{{FunctionIcon&lt;br /&gt;
|image=Icon GF Access Aggregation.png&lt;br /&gt;
}}&lt;br /&gt;
{{Text Footer GF}}&lt;/div&gt;</summary>
		<author><name>Mischa Frenk</name></author>
	</entry>
	<entry>
		<id>https://www.infra-repository.org/oiar/index.php?title=GF.Access_Aggregation&amp;diff=931</id>
		<title>GF.Access Aggregation</title>
		<link rel="alternate" type="text/html" href="https://www.infra-repository.org/oiar/index.php?title=GF.Access_Aggregation&amp;diff=931"/>
		<updated>2014-12-19T09:49:20Z</updated>

		<summary type="html">&lt;p&gt;Mischa Frenk: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Maturity|2}}&lt;br /&gt;
{{Pageheaderbox4GF&lt;br /&gt;
|name=Access Aggregation&lt;br /&gt;
|WorkingArea=Network&lt;br /&gt;
|version=0.2&lt;br /&gt;
|owner=Mischa Frenk&lt;br /&gt;
|summary=Access Aggregation is a logical infrastructure function that performs the tasks required to group multiple Access Conditioning instances.&lt;br /&gt;
}}&lt;br /&gt;
Access Aggregation is &lt;br /&gt;
&lt;br /&gt;
a logical infrastructure function that performs the tasks required to group multiple Access Conditioning instances.&lt;br /&gt;
&lt;br /&gt;
intermediate save&lt;br /&gt;
{{FunctionIcon&lt;br /&gt;
|image=Icon GF Access Aggregation.png&lt;br /&gt;
}}&lt;br /&gt;
{{Text Footer GF}}&lt;/div&gt;</summary>
		<author><name>Mischa Frenk</name></author>
	</entry>
	<entry>
		<id>https://www.infra-repository.org/oiar/index.php?title=User:Mischa_Frenk&amp;diff=930</id>
		<title>User:Mischa Frenk</title>
		<link rel="alternate" type="text/html" href="https://www.infra-repository.org/oiar/index.php?title=User:Mischa_Frenk&amp;diff=930"/>
		<updated>2014-12-19T09:41:47Z</updated>

		<summary type="html">&lt;p&gt;Mischa Frenk: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Contact Data&lt;br /&gt;
|displayname=Mischa Frenk&lt;br /&gt;
|title=Enterprise Architect&lt;br /&gt;
|company=Ministerie van Defensie&lt;br /&gt;
|pic=Mischa.jpg&lt;br /&gt;
|sex=M&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Table Owner Of|Mischa Frenk}}&lt;/div&gt;</summary>
		<author><name>Mischa Frenk</name></author>
	</entry>
	<entry>
		<id>https://www.infra-repository.org/oiar/index.php?title=File:Mischa.jpg&amp;diff=929</id>
		<title>File:Mischa.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.infra-repository.org/oiar/index.php?title=File:Mischa.jpg&amp;diff=929"/>
		<updated>2014-12-19T09:41:06Z</updated>

		<summary type="html">&lt;p&gt;Mischa Frenk: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mischa Frenk</name></author>
	</entry>
	<entry>
		<id>https://www.infra-repository.org/oiar/index.php?title=GF.Access_Aggregation&amp;diff=928</id>
		<title>GF.Access Aggregation</title>
		<link rel="alternate" type="text/html" href="https://www.infra-repository.org/oiar/index.php?title=GF.Access_Aggregation&amp;diff=928"/>
		<updated>2014-12-19T09:39:25Z</updated>

		<summary type="html">&lt;p&gt;Mischa Frenk: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Maturity|2}}&lt;br /&gt;
{{Pageheaderbox4GF&lt;br /&gt;
|name=Access Aggregation&lt;br /&gt;
|WorkingArea=Network&lt;br /&gt;
|version=0.2&lt;br /&gt;
|owner=Mischa Frenk&lt;br /&gt;
|summary=Access Aggregation is a logical infrastructure function that performs the tasks required to group multiple Access Conditioning instances.&lt;br /&gt;
}}&lt;br /&gt;
Access Aggregation is a logical infrastructure function that performs the tasks required to group multiple Access Conditioning instances.&lt;br /&gt;
&lt;br /&gt;
intermediate save&lt;br /&gt;
{{FunctionIcon&lt;br /&gt;
|image=Icon GF Access Conditioning.png&lt;br /&gt;
}}&lt;br /&gt;
{{Text Footer GF}}&lt;/div&gt;</summary>
		<author><name>Mischa Frenk</name></author>
	</entry>
	<entry>
		<id>https://www.infra-repository.org/oiar/index.php?title=GF.Access_Aggregation&amp;diff=926</id>
		<title>GF.Access Aggregation</title>
		<link rel="alternate" type="text/html" href="https://www.infra-repository.org/oiar/index.php?title=GF.Access_Aggregation&amp;diff=926"/>
		<updated>2014-12-19T09:38:38Z</updated>

		<summary type="html">&lt;p&gt;Mischa Frenk: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Maturity|2}}&lt;br /&gt;
{{Pageheaderbox4GF&lt;br /&gt;
|name=Access Aggregation&lt;br /&gt;
|WorkingArea=Network&lt;br /&gt;
|version=0.1&lt;br /&gt;
|owner=Mischa Frenk&lt;br /&gt;
|summary=Access Aggregation is a logical infrastructure function that performs the tasks required to group multiple Access Conditioning instances.&lt;br /&gt;
}}&lt;br /&gt;
Access Aggregation is a logical infrastructure function that performs the tasks required to group multiple Access Conditioning instances.&lt;br /&gt;
&lt;br /&gt;
intermediate save&lt;br /&gt;
{{FunctionIcon&lt;br /&gt;
|image=Icon&lt;br /&gt;
}}&lt;br /&gt;
{{Text Footer GF}}&lt;/div&gt;</summary>
		<author><name>Mischa Frenk</name></author>
	</entry>
	<entry>
		<id>https://www.infra-repository.org/oiar/index.php?title=GF.Access_Aggregation&amp;diff=925</id>
		<title>GF.Access Aggregation</title>
		<link rel="alternate" type="text/html" href="https://www.infra-repository.org/oiar/index.php?title=GF.Access_Aggregation&amp;diff=925"/>
		<updated>2014-12-19T09:38:04Z</updated>

		<summary type="html">&lt;p&gt;Mischa Frenk: Access Aggregation is a logical infrastructure function that performs the tasks required to group multiple Access Conditioning instances.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Maturity|2}}&lt;br /&gt;
{{Pageheaderbox4GF&lt;br /&gt;
|name=Access Aggregation&lt;br /&gt;
|WorkingArea=Network&lt;br /&gt;
|version=0.1&lt;br /&gt;
|owner=Mischa Frenk&lt;br /&gt;
|summary=unspecified&lt;br /&gt;
}}&lt;br /&gt;
Access Aggregation is a logical infrastructure function that performs the tasks required to group multiple Access Conditioning instances.&lt;br /&gt;
&lt;br /&gt;
intermediate save&lt;br /&gt;
{{FunctionIcon&lt;br /&gt;
|image=Icon&lt;br /&gt;
}}&lt;br /&gt;
{{Text Footer GF}}&lt;/div&gt;</summary>
		<author><name>Mischa Frenk</name></author>
	</entry>
</feed>