ࡱ> Z\Y^5@ Wbjbj22 wXXO$>&&&& 4>BhR ~!!!!"]$$LAAAAAAA$mCREA *"" * *A!!A/// *!!A/ *A/b/0`<v=!F p<!&- <AA0B<F.F =>>F==%d&/'k(=%=%=%AA>> d />>Implementation of Bandwidth Broker for Premium Services Vanja Divkovic, Alen Bazant Faculty of Electrical Enginering and Computing, Unska 3, HR-10000 Zagreb, Croatia vanja.divkovic@fer.hr,  HYPERLINK "mailto:alen.bazant@fer.hr" alen.bazant@fer.hr Abstract Policy based network management has become an inevitable concept for networks relying on Diffserv mechanism. PBNM leads to a standardized and consistent network configuration, independent of architecture or implemented QoS model. In this paper we have presented a bandwidth broker implementation for premium services in an IP network with differentiated services. Discussion 1 Introduction In the last twenty years tremendous efforts have been made in developing QoS support for the Internet communications. At the beginning of 90s IETF proposed the integrated services architecture or briefly Intserv. Intserv guarantees a service quality to each traffic flow. Furthermore, RSVP (Resource Reservation Protocol) protocol has been developed on the basis of the Intserv concept. It is intended to a network resource reservation in all the routers along an information transfer path (end-to-end). The fundamental reason why Intserv has not been accepted in the Internet was its scalability. That is the reason why IETF (Internet Engineering Task Force) has also proposed the differentiated services architecture, briefly called Diffserv. Diffserv is not oriented to end-to-end QoS provisioning, but is rather focused on a particular administrative domain called Diffserv domain (DS domain). Scalability of Diffserv is achieved by dividing traffic into a small number of traffic classes, and each packet is treated according to a traffic class it belongs to. Complex functions of packet classification and conditioning are performed only in border routers, positioned on the edge of a domain. Diffserv exhibits a lack of a mechanism for an end-to-end resource reservation, and accordingly, it has no built-in capability for end-to-end QoS support. Service level agreements (SLA) are made between domains. Border routers, owned by service providers, are configured on the basis of an SLA. Diffserv architecture gives a framework for conforming to an SLA, but it does not answer following questions: How to make an SLA with a neighboring domain? How to determine if a particular request for network resources should be accepted or rejected? How to configure border routers? The first option is to perform all these operations manually. It is an extremely demanding job, and it is acceptable only if performed scarcely and in a simple network. The other possibility is to introduce a new network component, called bandwidth broker (BB). For the first time it is described in  REF _Ref66757239 \r \h [14]. Discussion 2 Bandwidth Broker Bandwith Broker is a network device whose original purpose is the establishment of SLAs with neighboring domains, and configuring routers inside its own domain in conformance with traffic-conditioning agreement (TCA), as a part of an agreed SLA. BBs architecture is not standardized. It means that different bandwidth broker implementations are possible. Generic BB implementation contains modules shown in  REF _Ref69645232 \h  \* MERGEFORMAT Figure 1.  EMBED Visio.Drawing.6  Figure  SEQ Figure \* ARABIC 1. Generic bandwidth broker architecture. Of course, it is not necessary that all BB implementations should contain all these modules because some of them could be implemented in other network elements. Discussion 3 Policy Based Network Management The introduction of new services, like virtual private network (VPN), load balancing, traffic engineering, security and the installation of new network devices are potential source of complications in a network configuration. Furthermore, having network equipment from different vendors causes additional problems. On the other side, many companies base their business on intranet/Internet, and it is of a key importance for them to align their business policy to a network configuration. To achieve those goals, network administrators must configure one or more network devices taking extreme care that new network configuration does not conflict with the old one. Manual configuration of network devices is a demanding task vulnerable to human errors. As a solution to the problem, IETF has proposed a series of standards related to different aspects of network management by means of traffic policy. The entire concept is called Policy Based (Network) Management (PBNM or PBM). PBNM leads to a standardized and consistent network configuration, independent of architecture or implemented QoS model. Policy is a keyword in the PBNM concept. It represents a unique regulation of the access to network resources and services, based on administrative criteria. Policy defines which users and applications will have priority in network resources usage. It can be specified in many different ways. IETF Policy Working Group has chosen an approach based on policy rules. Hence, policy is a series of rules. Each policy rule consists of conditions and actions that should be undertaken if conditions are fulfilled. According to the PBNM system model, a network is divided into policy domains (PD). Components in a PD are policy manager (PM), called also policy server (PS), a series of network components managed by PM, and directory server that stores policy rules. PM is a central entity in a PBNM configuration and it communicates with other entities. Network devices send to PM their type, capabilities and current configuration. On the basis of these information and policy stored in a directory server, PM delivers to the devices configuration a policy which is then, by managed device, translated in specific configuration commands. PBNM system user can also enter a new policy through an adequate interface. Two key components must be standardized to make PBNM a living concept: a protocol for the communication between PS and managed network devices, and description of the management information. As a protocol for communication between PS and directory server is most often used well-known LDAP (Lightweight Data Access Protocol) protocol. Discussion 3.1 COPS Protocol PS can communicate with managed network devices according to many different protocols, like SNMP (Simple Network Management Protocol), Diameter, Radius, Corba/IIOP. IETFs recommendation called "Common Open Policy Service" defines COPS protocol supported by numerous companies whose experts also participated in the protocol's creation. Entities that communicate together via this protocol are called policy decision point (PDP) and policy enforcement point (PEP). PEP is a network device, like switch or router, which is configured via PBNM to treat packets coming to its ports in a defined manner, while PDP is an entity that takes the decision on PEP's configuration and delivers it to a PDP. COPS can operate in two different modes: outsourcing and provisioning. In the case of Diffserv QoS a provisioning mode is used. Moreover, it is standardized by IETF as the COPS-PR protocol. It is, in fact, the extension of COPS that brings in a transfer of policy defined in policy information base (PIB). COPS is based on a client-server communication model, and communication is run by client. It is possible to find freeware COPS implementations on the Web, e.g. Java version, or Intel's COPS SDK (Software Development Kit) written in C, what makes possible to easy implement COPS and COPS-PR protocols in networking equipment. Discussion 3.2 Policy Information Base During the realization of a particular service it is very often necessary to configure more than one network device. The entire set of policies related to the service is called policy information base (PIB). It defines a structure of the information transferred from a PDP to PEP. Language and grammar used for a PIB description are defined in RFC 3159. They are also called a structure of policy provisioning information (SPPI). Each service has its own PIB. Diffserv QoS PIB has a special importance for a Diffserv implementation, and it is still going through a standardization process. Discussion 3.3 Bandwidth Broker in PBNM Big network will be divided in administrative domains (PDs). Each domain will be under the authority of its policy manager. Cooperation between PMs is necessary for a service establishment on a network level. That is why each PM will contain a BB module. BB is not a separate device, but is a part of a PBNM system and uses its functionality. BB merely takes care about making SLAs with neighboring domains and about translation of SLA into a policy of its own domain. Other processes, like acceptance/refusal of requests, policy storage and its transfer to network devices, user and application interfaces, tariffing and network monitoring are already implemented in a PBNM system, and accordingly they do not have to be implemented in a BB. Discussion 4. Bandwidth Broker for Premium Services As a support to this theoretical overview, we developed simple model of PDP and PEP, which, of course, lack functionalities found in todays commercial products (see  REF _Ref66807818 \r \h [1] ). They are written in Java, but PEP is using Linux traffic control capabilities, which means that it is not portable and works only on a Linux platform. Discussion 4.1 Linux Diffserv Linux network code from kernel version 2.2 has been completely rewritten, and now natively supports many advanced features. Traffic control is only one of them and the most interesting for us. Its main building blocks are queuing disciplines, classes, filters and policies. The main advantage of traffic control on Linux is its flexibility. There are often different ways to accomplish a particular task, and the main problem is that tool for traffic control configuration is not user friendly and it is not well documented ( REF _Ref66776629 \r \h [4] and  REF _Ref66776653 \r \h [11] are trying to change that). When Diffserv standard was published, Linux traffic control was upgraded with some new features to support it. Reference  REF _Ref66776710 \r \h [3] explains what was added and why. There are also some other Linux Diffserv implementation proposals, but they are not widely accepted ( REF _Ref66776763 \r \h [6] and KIDS form Karlsruhe University are known to the authors), and we will not take them into a consideration. Linux tool for configuring traffic control is called tc, and it has been used in our programs. Discussion 4.2 Policy Decision Point PDP is a multithreaded server that waits for PEP initiated connections. Communication between a PDP and PEP is based on a very simple protocol that uses COPS logic and message names, but have just a few options. It is character oriented and can be easily implemented in Java programming language. Upon the establishment of a TCP connection initiated by PEP, and upon receiving an OPN (Open) message, PDP checks whether it supports that PEP and responses with CAT (client accepted) or CC (Client Close) message. If PEP is supported, it adds it into a list of connected PEPs. After successfully establishing a few connections PDP looks like it is shown in Figure 2. PDP builds its domain structure on the basis of data received from PEPs. It must know which routers are border routers, and which are ingress and egress domain interfaces. It also needs to know routers available resources for specific services and their static routing tables. This architecture cannot work with dynamic routing protocols, because route changes could jeopardize existing QoS guarantees. All this data is conveyed in a REQ (Request) message. New SLA is added manually by network administrator, and contains some basic data about the kind of service, bandwidth, sender, receiver, ingress router, starting and ending time etc. After a new SLA is added, PEP must check whether there are enough available resources for fulfilling a request.  Figure  SEQ Figure \* ARABIC 2. Policy Decision Point Our algorithm for that purpose is simple and straightforward. Its steps are described below: Take the address of our ingress router and a neighbor egress router from the SLA. Ingress router's interface toward the neighbor egress router is the ingress interface for our domain; Repeat steps 3 to 5 until you reach an egress router. Repeating these steps, we build path client packets will take on transit through our network; Take the ingress and the egress interface on the current router. If there are sufficient resources on these interfaces for time specified in SLA, then go to step 4. If not, then go to step 7; Current router is added to a path; Current router becomes next hop of the previous current router; SLA can be accepted and stop; SLA can not be accepted and stop. For the reason of a simplification, we have omitted to mention that each interface in PDPs network structure has a calendar with previously reserved resources. This calendar must be refreshed after adding or deleting an SLA. We should also notice that this works only inside one domain. Communication with other PDPs will be added later and the only change in our algorithm will be in step 6. After our PEP discovers that accepting of the SLA in its domain is possible, it looks in its table of neighbors to whom our egress router for this SLA is connected, and what is the address of a PDP supporting that domain (if neighboring domain has a PDP). Than it sends request to the neighboring PDP and waits for a response. After the SLA is accepted, it is stored in an SLA repository and timer is activated. When the moment for SLA execution comes, the timer triggers event for sending decision to border routers. Decision is written in a form of XML text. 4.3. Policy Enforcement Point Now we are going to make some insight into PEPs behavior. As was already mentioned before, PEP runs on a Linux operating system. In our case it is a RedHat distribution version 8.0 with installed JDK 1.4.2. After PEP is started, it needs information about its basic configuration. Configuration data are stored in an XML file that contains information about interfaces, their bandwidth sharing among different services, their roles and PEP static routing table. PEP parameters after initialization are shown in Figure 3.  Figure  SEQ Figure \* ARABIC 3. Policy Enforcement Point During the initialization phase PEP installs static routing tables and configures interfaces. That is done by calling commands from our Java program like we do in the Linux shell. The same approach is used in  REF _Ref66777231 \r \h [12], too. At the beginning PEP deletes all existing traffic control configuration and applies its own from the configuration file. Besides the best effort service which is implemented by default, we have decided, because of simplicity, to implement premium service (equivalent to a constant bit rate service in ATM networks) only. Other services can be added later in the same manner. The entire initial configuration remains during PEP operation, and only new filters are added and deleted at ingress interfaces after receiving PDPs decisions. Traffic that does not match ingress filter is treated as best effort (BE) traffic. Premium service traffic that does not follow SLA is discarded. Logical representation of ingress router queuing disciplines, classes and filters are shown in Figure 4.  Figure  SEQ Figure \* ARABIC 4. Ingress router queuing disciplines The situation is similar at core routers. These routers do not perform filtering at ingress interfaces, because packets they receive are already filtered at border routers. In ingress queues packets are served in FIFO manner. Egress interfaces of core routers are configured with CBQ (Class Based Queuing) queuing discipline designed by Van Jacobson  REF _Ref69650577 \r \h [9]. According to their DSCP, packets are queued in one of two queues. Expedited forwarding (EF) traffic has a higher priority and is classified into FIFO queue, while BE traffic gets into the queue with RED (Random Early Detection) queuing discipline. Logical representation of interfaces configuration in core router is given in  REF _Ref69645585 \h  \* MERGEFORMAT Figure 5.  Figure  SEQ Figure \* ARABIC 5. Core router queuing disciplines Egress routers have the same configuration as the core routers. Border routers work as ingress and egress routers depending on the traffic direction, and their configuration is composition of ingress and egress router configurations. PEP specific data important to PDP (like clientSi in COPS) is conveyed in a request (REQ message), and upon sending REQ, PEP is ready to receive decisions (DEC message). Decisions from PDP do not reference data from any PIB or management information base (MIB), but they are simply SLA parts important for PEP. Requests and decisions are XML data. PEP extracts data for installing or deleting new filter on ingress interface from a DEC message. Conclusions When talking about QoS in the Internet, we have to say that experimental results with Premium IP service in GANT are promising  REF _Ref66777312 \r \h [10], but much more has to be done before such services could get commercial ISPs acceptance. There are still many open issues, not just for engineers, but also for economists, lawyers, politicians and sociologists. One of the main problems with Diffserv is whether it can provide satisfactory QoS or not. Its scalability means also poor service classification, and the question is: "What is an optimal trade-off between these two characteristics?" Articles dealing with that problem are  REF _Ref66777385 \r \h [7] and  REF _Ref66777413 \r \h [16]. Other important problems are interdomain/intradomain tariffing, received/provided service monitoring, and unauthorized service usage. In our work we were concentrated on providing end-to-end QoS guarantees, following IETF achievements in that direction. Disadvantages of this, two tiered, PEP-PDP approach, are outlined in  REF _Ref66777449 \r \h [13], and the authors propose an introduction of middle tier to serve as a proxy between PEP and PDP. Despite all the obstacles, we believe that represented technologies are going to shape future of our networked world. References Allot Communications, "Policy-Based Network Architecture," White Paper; http://www.allot.com/media/ExternalLink/policymgmt.pdf Almesberger, W, "Linux Traffic Control Next Generation," (Oct. 2002), http://tcng.sourceforge.net/doc/tcng-overview.pdf Almesberger, W. et al, "Differentiated Services on Linux". Internet draft, (Feb. 1999). Balliache, L, "Differentiated Service on Linux HOWTO," Aug. 2003, http://opalsoft.net/qos/DS.htm Blake, S. et al, "An Architecture for Differentiated Services," RFC 2475 (Dec. 1998). Braun, T. et al, "A Linux Implementation of a Differentiated Services Architecture for the Internet," Internet draft, (Nov. 1997). Christin, N., J. Liebeherr, "A QoS Architecture for Quantitative Service Differentiation," IEEE Comm. Magazine, Vol. 41, No. 6, (2003), pp. 38-45. Durham, D. et al, "The COPS (Common Open Policy Service) Protocol". RFC 2748 (Jan. 2000). Floyd S., V. Jacobson, "Link-sharing and Resource Management Models for Packet Networks," IEEE/ACM Transactions on Networking, Vol. 3, No. 4 (1995). Giordano, S. , S. Salsano, S. Van den Berghe, G. Ventre, D. Giannakopoulos, "Advanced QoS Provisioning in IP Networks: The European Premium IP Projects," IEEE Comm. Magazine, Vol. 41, No. 1 (2003), pp. 30-36. Hubert, B., "Linux Advanced Routing & Traffic Control," http://lartc.org Jha, S., M. Hassan, Engineering Internet QoS, Artech House (2002), pp. 69-212. Law, E., A. Saxena, "Scalable Design of a Policy-Based management System and Performance," IEEE Comm. Magazine, Vol. 41, No. 6 (2003), pp. 72-79. Nichols, K. et al, "A Two-bit Differentiated Services Architecture for the Internet," Internet draft, , Nov. 1997. Wang, Z. Internet QoS Architectures and Mechanisms for Quality of Service, Morgan Kaufman Publishers, (San Francisco 2001), pp. 79-133. Welzl, M., L. Franzens, M. Mhlhuser, "Scalability and Quality of Service: A Trade-off?," IEEE Comm. Magazine, Vol. 41, No. 6 (2003) pp. 32-36. '.789Ue ` F ˿}k`WLAha6hCJaJha6h)yCJaJhxM5CJaJhhxMmHsH#hhxM0J6CJaJmHsH&jhNhN6CJUaJjhxM6CJUaJhhxM6CJaJmHsHhhJJB6CJaJmHsHhxMhxM6CJaJhxMhJJB6CJaJhxMhJJBCJaJhxMhxM5 hJJB5hxMhCJaJh`fh%CJaJh`fhZCJaJh`fhCJaJ#_P:6B _ #$%%&($a$gd~Z5 $$<<a$gd~Z5dgdT $`a$gdT & F he<^e`gdTfPmºsssh]]R]h`fhm CJaJh`fhdeCJaJh`fhOCJaJh`fhG\5CJaJh`fhde5CJaJha65CJaJhNCJaJ#jhxh :CJUaJjhxCJUaJhxCJaJh)KCJaJhXCJaJh)CJaJhCJaJh`fhSCJaJh`fhCJaJh+SCJaJ OPprs̲~nf[SOD<jh]UjRC hXseUVhXsejhXseUh~Z5hV7CJaJh~Z5CJaJhNhNCJaJmHnHuhNhN5CJaJhNhNCJaJ#j h~Z5hNCJUaJh~Z5h~Z5CJaJjh~Z5h~Z5CJUaJhV7hV7CJaJhV7CJaJh`fh5CJaJh`fh75CJaJh`fhdeCJaJh`fhm CJaJ)E,/0%umumubuZuZuZuhDbCJaJh`fh6VCJaJh0CJaJh`fhsvCJaJh`fh|b5CJaJh`fhXAp5CJaJh`fhsv5CJaJhT5CJaJh`fhBBCJaJhXCJaJh`fh5CJaJh~Z5hV75hN5mHnHujh~Z5h~Z55Uh~Z5h~Z55h~Z5jhXseU!%9:I*+5dx}uujh`fhbLCJaJhCJaJhXCJaJh`fhk,CJaJhn,CJaJh`fh"CJaJh`fh>;CJaJhL8cCJaJh`fh^CJaJh`fh)yCJaJhDbCJaJh`fh\JCJaJh`fh6cvCJaJh`fh6VCJaJh`fh.CJaJ'xy56oq%+,125NS"#4MOUVĹĹĮĮuujubuh0~CJaJh`fh_VCJaJh`fhBCJaJhCJaJhSICJaJhL8cCJaJh`fh?mCJaJh`fh6VCJaJh`fhx7CJaJh`fh?(CJaJh`fh P=CJaJhXCJaJhV4 CJaJh`fh1CJaJh`fhk,CJaJh`fhc+CJaJ"  7 A B M Q U ^ _ r v "!%K%P%%׍wogh0~CJaJhkpCJaJh`fh-7CJaJh-7h-7CJaJh`fhC~CJaJh`fhiCJaJh`fhSCJaJh`fhRCJaJh-7CJaJh`fhkaCJaJh`fh|8ACJaJh`fhh7CJaJh`fh"CJaJh"CJaJh`fhXCJaJ'%%%%%4&5&A&D&g&m&n&y&z&}&&&&&&&-'.'/';'<'B'C'O'P'Z'`'a'b'c'((((((((ɶɶɶɶɣɣɣɣɣɣɶuh`fh W5CJaJh`fhk5CJaJh`fh|CJaJh`fh3LCJaJh`fhK9CJaJhXCJaJh`fh{CJaJhkpCJaJh`fhKCJaJh`fhS5CJaJh`fhC~5CJaJhT5CJaJh`fhXApCJaJ*((,(+G+,,?1d1366(77=889 & F ^`gdh7 & F x^`gdm$a$gdq $$<<a$gdq hed^e`gdT $`a$gdTdgdTgdXAp((#($(&(,(()))+)))i*****+++ +!+"+++,+6+=+>+?+F+G++++++,,,ннввв󝔝󝈲tbt#jKh0~h0~CJUaJjh0~CJUaJhCJaJh`fhJ5CJaJh>5CJaJh`fh7i5CJaJhT5CJaJh`fh$JyCJaJh`fh|CJaJh0~CJaJh`fhkCJaJh`fh W5CJaJh`fhk5CJaJh`fh$Jy5CJaJ&, , , ,],^,d,o,u,v,w,x,,,,,,,,,---..G.S.^.b..............٠ِ٘٘٘٘٘ل|j#jhxh :CJUaJhxCJaJjhxCJUaJhF/CJaJhwCJaJh"CJaJh`fh$Jy5CJaJh`fh755CJaJhT5CJaJh:3CJaJh>CJaJh`fh$JyCJaJh0~CJaJjh0~CJUaJhNCJaJ)..//////J/W////////////30R0S0k0l0m0p0q0r0u00000011ƾƶѪƍƶ{Ѫsƶkk_h`fh$Jy5CJaJhkCJaJhCJaJ#j7h :h :CJUaJh`fh75CJaJ#jh :h :CJUaJjh :CJUaJh :CJaJh{CJaJh`fh$JyCJaJhNCJaJ#jAhxh :CJUaJhxCJaJjhxCJUaJ%1101?1J1N1O1c1d1111111i2r2v222222222222v3w33333333334 4444{{s{h`CJaJh`fh`CJaJh$JyCJaJh]CJaJhV>CJaJhv7CJaJhOCJaJh0~CJaJh`fhh7CJaJh`fh=CJaJh`fh$Jy5CJaJh`fh=5CJaJhT5CJaJhkCJaJh`fh$JyCJaJ,45N5O555556!6666666666 7777'7(7777777777777778808<8a8d8888ɼɼɩxhXCJaJh`fhmCJaJhCJaJh`fhh7CJaJh`fh$JyCJaJhqh$Jy5hN5mHnHujhqhq5Uhqhq5hqjh@UhV>CJaJh`CJaJh`fh`CJaJhuCJaJ/88888889a9g9h9j9n9s9~9999999999999::::):3:4:7:G:V:W:[:`:h:k:x:z:{:|:::::;;T;U;g;;;;;;;;;h [rCJaJh`CJaJh`fhqfCJaJh :CJaJhXCJaJh8U/CJaJhECJaJhWCJaJhCJaJh`fh$JyCJaJh`fhmCJaJ>999:4:U;=>@@W@bDdDDGGG$a$gd~Z5 $<<gdN$$`a$gd+ $<<gdq$a$gdq $$<<a$gdqdgdT $`a$gdT & F ^`gdh7;;< <<<d<p<t<<<<<<<<<< ==2=3=7=B=`=c=j===========> > >>>b>i>>>>>>>~h0~CJaJhi5CJaJh`fhi5CJaJh`fh$Jy5CJaJh`fhqf5CJaJh45CJaJh [rCJaJh`fhqfCJaJhuhqfCJaJhuh$JyCJaJhWCJaJh`fh$JyCJaJh8U/CJaJ1>>>>>>>CJaJh{CJaJh)th)tCJaJh`fh)tCJaJh)tCJaJh8U/CJaJhCJaJh [rCJaJh`fh$JyCJaJh`fhqfCJaJhNCJaJjh :CJUaJ#jFZh :h :CJUaJ&YCZC[CtC|CCCCCCCCCUDVDXD`DbDcDdDkDlDDDDDDDDDDDDDDD߱ߩxph``hqCJaJh [rCJaJhCJaJhqh]5 h+5hN5mHnHujhqhq5Uhqhq5hqjZh{Uh~Z5CJaJhIYuCJaJh`fhqfCJaJh`fhE3CJaJhXCJaJh`fh$JyCJaJhIYuh$JyCJaJhIYuhIYuCJaJ#DDDDDDDDEEEEEFF F!F"F#F&F'FMFF(G:GTGcGoGpGGGGGG¶¤¶ʜʔʔʅzhz]hNhNCJaJ#j7fh~Z5hNCJUaJh~Z5h~Z5CJaJjh~Z5h~Z5CJUaJhdjCJaJhIYuCJaJ#jehNhNCJUaJjhNCJUaJhNCJaJhE[NCJaJhOlCJaJh [rCJaJh6uCJaJh`fh$JyCJaJh`fhBCJaJ!GGGGGGGGGGGGGGGGGcHfH|H}HHHH*I2I9I=IIIJIź|tltltaVtVKVKh`fhBCJaJh`fh$JyCJaJhdjhdjCJaJhoCCJaJh6uCJaJhdjCJaJ h~Z55 h+5 hdj5hN5mHnHujh~Z5h~Z55Uh~Z5h~Z55 hNh+jfhNh+Uh~Z5CJaJh{CJaJh~Z5h$JyCJaJjh~Z5h~Z5CJUaJhNhNCJaJmHnHuGHJJeMOO*PP-QQQRSzSTT*UyU V & F qq<^q`gdIYu & F qq<^q`gdw [$\$gdT $`a$gdT $`a$gd6uJIkIqIyIIIIIIJJ#J-JzJ{JJJJJJJJJJKKK4K5K6K:K;KNKoKuKyKKKKʴꏃqiah [rCJaJhNCJaJ#jnh :h :CJUaJjh :CJUaJh :CJaJh`fhvX5CJaJh45CJaJh$JyCJaJh`fhuCJaJhuhuCJaJhuCJaJh.xCJaJhCJaJh6uCJaJh`fhBCJaJh`fh$JyCJaJ&KLL`LgLLLLLLLLLLLLMMM M8M9M:M=M>MCMDM\M]M^MbMcMeMnMMMMMMMzNNNǻǩǻǏτ|tττlh{CJaJh%CJaJhTCJaJhQS6hQS6CJaJ#joh :h :CJUaJhNCJaJ#j oh :h :CJUaJjh :CJUaJh :CJaJhQS6CJaJh`fhwCJaJh`fhV+CJaJh bCJaJh`fhBCJaJ*NNNNNNNNNNNNNN)O*O1O6O:OOOOO*P9PbPcPdPrPPPPPPPPPPPQQ Q!QǿǷǿǯǿǛukukhNCJmHsHhhNCJmHsHh`fhN6CJ hNCJh`fhNCJh`fhB5CJaJhCJaJhQS6CJaJh{CJaJhCJaJhQS6hQS6CJaJhNCJaJ#joh :h :CJUaJjh :CJUaJh :CJaJ*!Q*Q+Q-Q7Q8Q;QaQbQcQdQQQQQQQQQQQQQQQQQQQRRRRRRRRRRRRR SSS%S&S'S+S0S1S3SaSbSlSmSnSwSxSySSSѧຠѱ hN6CJh9\hN6CJh)KhNCJh`fhN6CJh9\hNCJmH sH  hNCJh\hNCJh`fhNCJhNCJmHsHhhNCJmHsH=SSSSSSSTTT TTTYTZT[TTTTTTTTTTTTTTTT-U.U1U2U3U=U>UVUWUeUfUjUlUxUyUUɼݔ݁wײh%hN>*CJhwcDhNCJh`fhN6CJ hN6CJhNCJmHsHhxhNCJmHsHhNCJmH sH hIYuhNCJmH sH hIYuhN6CJmH sH  hNCJh`fhNCJhNCJ\mH sH hIYuhNCJ\mH sH .UUUUU V VVVVVVVVVV WWW)W+WRWdWWWWWWWWWWWWWWWù׬ע񒎊huhV7hIYuhIYu5CJ\mH sH h`fhN6CJhGhNCJmH sH hKhN>*CJhvhN6CJh3hN6CJh`fhNCJ hN6CJh)KhN6CJ hNCJh)KhNCJ$ VV+WWWWWWWWWWWWWWWWWWWW & F q<gdIYu & F qq<^q`gdw6&P 1h:p`f. A!^"^#$% = 0&P 1h:pT. A!"#$% P DyK yK 4mailto:alen.bazant@fer.hr{DyK  _Ref66757239{DyK  _Ref69645232 Dd "D  3 A?"`" tELvcmξD b@= tELvcmξDPr T>. x\ p{Bt"iV SPFLj+h%BA X_TmU,$D ;G)S:b#t_~gew6gN{v=<csA:n0vn7N4l0c[>j͹xx_>Mc>g(%+(Šqn Fr6Md7ם :d26k+p-hhh}3}CY|46g"f'cPs1 qIKv xx>\@}Ц>}qsT#A;9rWYh2zx˄9;(m{g) _iλB&ziD/ DG;OilOO=D@-BͧmM8Q>u^*w}}x< .bϰ׍w㻿#u>~}Hs|a}-0枧49c_ "˰!y|~G缞G~WbtJ\?gciΛ~dg6>^;m; <<<tٲdlN|zpgOlNǻ 7L ~20~:JF݈7z A]c;{Lyx(H2)xC\<ܨ.M'P<x(#PdvLM>^;M6)cl!zx6lxwسV&9t |M4g+i،!N qPx1>QDDslFE،JfVvOf/)o-C8s~ k&9i1놋'xEk3eW)6Z; }|w }%aQ.m4aXG`'.րVA p('('i/WfDm uXVZ]Vr%d\j\WSKSh<^͓`j<$gY#j9E>#'ɹr,'QhwǹN#q.fbs1OQaw'99sC>Ʊ$W*_q0zWAu ȵ 9A IIzW=_=,S[ڏ6hF1LKFuh11~b͠5Tc?ѵqOkѣ mM:%s;h'&_ M 55hOev-&?Ơ,yyK@.rr񾺗;DwhՌ+jMZ_;O+a^B9yyFokzҼl$:/yysr |ycRa>_aZ1 Ƙo21!4ksnQi~(vusXD!hWZubx-Z!ZZ- [kE﷪k5֋Z̗ZOG|8/#zg@|^i>Ο3ͧ s1/3_c|U䏋38S˂EZHIs8 <9x_`/1 9 o ?۠O 'ı|kiףmkNcņOqRzQ~B">6, #ۺZ\J>S9r_<{V$Ǎ7/a\__l3(pz̛rpյ9$fD\j񸴵\RӇw-~~4apm{K51.otφK0V l㮧JPߞw{A w''c.FgtLNh:vٜ`.PRgKپt5NgZ[FD\rٓDe1:%W-<o&+vKSc0vh6ƭŸ%Gl'^t"J~ 8kEX7i9hnJ05r<xse8+SmIJͿzO0ޫ`񗀞1qBsb64NljF|* @y ~+:EOjҤkqܴ4s:_{oՖ$Ob#(b0=4'H8z^!==ϗ4SnԾ+oз^VBvym5o-־'f#6b|O34+gxg[!4ڮ!+qvV;@sN~xx?O^;gaO{{%飭l[ObVݗ`ّ=pcOd#d[Ի];Vkkwf+=:o@5}.2.su[Yoߺuo?AnH~B&N>xeg/N~H=0.7TYr TӾt~KqNYb]z*4:D{~ IKIdѳ%~AE>t| ttZzQ[X/#֋~7A&(ր~"]jįcBO۲Wʨ5z)06dwMEճ{ւ1CnLq]Vi{wr}*Iך, %tfoxR1*b̋Qg"y$k88Ot}]s*F[b̉QּUgw?@ABCDEFGHIJKLMNOPRSTUVWX[`abcdefghijklmnopqrstuvwxyz{|}~Root Entry F '!]@Data QzpWordDocument wObjectPool:! '!_1140507730F:!:!Ole EPRINT_PCompObjq   FMicrosoft Visio DrawingVISIO 6.0 ShapesVisio.Drawing.69q ՜.+,D՜.+,T@HP\h t  +I k S,0! EMFP l #fVISIODrawing% % RpArial h ":Xwxw:ww:wL4"4`4" T" "Ե4`L "dv% % (   y & %   '% V0!k e e ''% ( % (  &%   '% V0uVyRRyy% ( % (  Rp Arialw&B: twxwww:Fw:n #`www.w:3w&& >wdv% Rp ArialwBZFwFw@w-DT! @w Uwh&: twxwww:Fw:n #`www.w:3wBB >wdv% %  %   TX';_̇@?@@'*LPPM7E  TD_̇@?@@ L`interface...*. % &%   '% V0GCCC% ( % (  Rp Arialw#&: twxwww:Fw:n #`www.w:3w## >wdv% %  %   T_̇@?@@  LdInter-domain....G.. % &%   '% V0uVyRRyy% ( % (  Rp Arialw8#&: twxwww:Fw:n #`www.w:3w8#8# >wdv% Rp Arialw&ZFwFw@w-DT! @w Uwh8#: twxwww:Fw:n #`www.w:3w&& >wdv% %  %   T!n_̇@?@@] L`User/appl.<*....  Tw_̇@?@@ L`interface...*. %  '% % Vm-'?Yr  {wspnrmYm?n'psw{% % (  &%  Wi-'?Yr  {wspnrmYm?n'psw{Wt'?Yr % ( % Rp ArialwB8#: twxwww:Fw:n #`www.w:3wBB >wdv% Rp Arialw8#ZFwFw@w-DT! @w UwhB: twxwww:Fw:n #`www.w:3w8#8# >wdv% %  %   Td&_̇@?@@LTData<..  Tx/_̇@?@@yL\storage*.... % &%   ' % V0?;;;% ( % (  Rp  Arialw&B: twxwww:Fw:n #`www.w:3w&& >wdv% % (  %   T_̇@?@@ LdIntra-domain....G.. %  '% % VQ 1QQSYbo . J e                   e J .  obYSQ% % (  &%  WM 1QQSYbo . J e                   e J .  obYSQW|M QSYbo . J e          % ( % ( Rp Arialw8#B: twxwww:Fw:n #`www.w:3w8#8# >wdv% ( Rp ArialwBZFwFw@w-DT! @w Uwh8#: twxwww:Fw:n #`www.w:3wBB >wdv% %  %   Tx R_̇@?@@AL\Routing<....  Td[b _̇@?@@LTinfo.. % &%   '% V0B^" RFN N bFbFN% ( % (  Rp Arialw&8#: twxwww:Fw:n #`www.w:3w&& >wdv% ( Rp Arialw8#ZFwFw@w-DT! @w Uwh&: twxwww:Fw:n #`www.w:3w8#8# >wdv% % (  %   T`u _̇@?@@LTNMSn<E7  T 4_̇@?@@# L`interface...*. % &%   '% V0CGG% ( % (  ( Rp Arialw#&: twxwww:Fw:n #`www.w:3w## >wdv% Rp Arialw&ZFwFw@w-DT! @w Uwh#: twxwww:Fw:n #`www.w:3w&& >wdv% ( % ( %  %   T|Sz_̇@?@@SL\"Simple"7G..  TpV9_̇@?@@(LXpolicy..*'  T|VB_̇@?@@VL\services*.)*.* % & %   '% VHN vPiiPvv% ( % (  &%   ' % VHF (D-% ( % (  & %   '% VHQ 38O3% ( % (  % Rp Arialw8#&: twxwww:Fw:n #`www.w:3w8#8# >wdv% Rp  Arialw&ZFwFw@w-DT! @w Uwh8#: twxwww:Fw:n #`www.w:3w&& >wdv% ( %  %   Ts'_̇@?@@sq LdApplication7..*...  Tp_̇@?@@LXserver*.). % % Rp ArialwB8#: twxwww:Fw:n #`www.w:3wBB >wdv% ( %  %   TIE_̇@?@@I L`User/host<*...* % % ( Rp Arialw#8#: twxwww:Fw:n #`www.w:3w## >wdv% Rp Arialw8#ZFwFw@w-DT! @w Uwh#: twxwww:Fw:n #`www.w:3w8#8# >wdv% ( %  %   Tx/_̇@?@@L\Network<.;.+  T|8_̇@?@@L\operator..... % &%   '% VH VRR..V~R~RV% ( % (  &%   '% V<L0..J% ( % (  % Rp Arialw&#: twxwww:Fw:n #`www.w:3w&& >wdv% ( Rp Arialw#ZFwFw@w-DT! @w Uwh&: twxwww:Fw:n #`www.w:3w## >wdv% % (  %   TdZ_̇@?@@ILTEdge7...  Tc_̇@?@@ L`router(s)...* % % Rp Arialw8#&: twxwww:Fw:n #`www.w:3w8#8# >wdv% ( Rp Arialw&ZFwFw@w-DT! @w Uwh8#: twxwww:Fw:n #`www.w:3w&& >wdv% ( %  %   Td Z_̇@?@@ILTEdge7...  Tc _̇@?@@ L`router(s)...* % & %   '% VH  RR ZRZR % ( % (  &%   ' % V<L)'J'% ( % (  % ( Rp Arialw#8#: twxwww:Fw:n #`www.w:3w## >wdv% Rp  Arialw8#ZFwFw@w-DT! @w Uwh#: twxwww:Fw:n #`www.w:3w8#8# >wdv% %  %   T|Nn_̇@?@@N]L\Adjacent7..*..  TXw%_̇@?@@LPBB77 % % ( Rp Arialw&#: twxwww:Fw:n #`www.w:3w&& >wdv% Rp Arialw#ZFwFw@w-DT! @w Uwh&: twxwww:Fw:n #`www.w:3w## >wdv% ( %  %   T| n_̇@?@@]L\Adjacent7..*..  TXB w _̇@?@@B LPBB77 % ObjInfo VisioDocumentOVisioInformation" SummaryInformation( >Visio (TM) Drawing OH{N|Rd !fffMMM333$ $ U8@ T Arial@NdWingdzs@N@tMonotype Sort+ NuSymbol5T?? Y@-1U J:DT1EW-hPT8* /U_b b0z_Gz?@ 4D.gSb}}}U @ ~'LH/Z&5Z$? w APgZ&,,'!/r&{&~ } -y  ~|~)~ ?2 U } } }}U}}}}-.?k5a>BDEDEDE*DEDEDED@?H>?:`.>BDEUDEDEDEDEUDEDED@!O5F3AKY<; AoVoVAcHTjgY S_S__ @`#g0lb6q`gTW 0l 0l !Y?6?)\ #!+|tGf.|J.|.|.wG QUo "PMaEtpA!_4>OPObOtO@O??O?7ܻuS? sU0.P&8J\nRg J, L5   / }-i| e' 00ULiS?e?w4Hzu2#vUt t t t) t0j¯ԯZ/ƛ!3*󿶶2D/// Q,p*?IdZc4Akȿڿ YgU-%1J߀P^-(@gp ɻ . 1->Y\;#;5)B/r//ZlϺ/q?2Sρ(:.GɈ7%ĵ9]o2$u  );M_q*W5I[v߈ՕU ] o5!(5#U2q ?/&&l/&&a,a,a'FXY32r"hs&,Ҕ.vQԟQyٔAG${ [$.b6q/ #aC>/qؑ0(w r1O!0ktOmtFQ///=)腥{NBs KX8%3ٷ բ211]R`d-Ѣ1$<4?d]Qm߁/??E/Og7/O[/m///___/)is.Bd Ix07uڥa--ѥa ?ГoUgk?6HZtp#B5 iD %O ]IjMFsiD-axooooo͟ߟ: )0O?贁NkB0L鶅aEX1|0BTfϊҏEW,Php LaserJet 1300 PCL 6C 4dX ',A4K _ fzDINU"4T_ e  .@Rdv//*/0BTfxϊϜϮ,>Pbt߆ߘߪ߼(ﳟ)tN NN'9K]o#5GYk} 1CUgy|hsTypwP uRwmPQk*mPSwPtaEhwPrwPdwjo qp #ko*$ mo'(!> D*winspoolhp LaserJet 1300 PCL 6OT4_001UFDfP h-RTUUUIz?IAI? 3h eqYk *Ho T2w <D2vO`Network]` b /AK?|wxp|6xx}p -?(RDwLspwpAwwwwmRepresents a database,~ sourcor othertorage device. Right-click to property information.UH LD # >h8JT M#YMU@z?@P. M A  JF^^A^M^n>uA}`l?VA27@d7x7uJ>U U `nhr("_ 5>%F>p!#"F@{!#(1-4+>`Vis_SBN.chm!#22326A"`7Copyright 2000 N0io Corporation. All n2s reserved."7 G30)#43k"+%1 ! !#)5(lJ#0JUhh#3 Č !Ŋ(}!*0?1*""8'"U . SM  (gO3#OC$2 WSF,F8!*x7&R/j@`_~!/o%b  |U!A(9Q59_OorSDQ.F_c Wbc0jd"n 2"cr<L$HA$UGF5I OUKIooj_f".WDR%yooopl o%d|U!<}RbWQxdMF1e1M 3#l @l3'2'C|S"b"1hqS#88 bDataqPGg_OqOMc!/,v4"#!G.b%\#\DVC%ʯy&5");ޯH5vvÿ.v Ϻu*m1heϽ >Tp "|"2211.FF3 aaE!!(tP(1(5` ManufactureraJ00bp&c3Enter the m name0%sߢۂ"`Product Numb#c3 pJnR0׃р5AB` ParOlf0k}܃ѧ5C"`IDescripP1DAf0kdX.k1 AsseOn`5aID5ˑ◵2` Serial "c3ך0`} EES0(A<Loc2ldҫRaBuildin gb\qÐ_)9Room(B`r~ҩpF1<2 Dement3b`%dH&,D!@2ې2!‘-D`q1"E$2"=U$3"5*5*V*5$4" E$5" $6"* %**su*.@.a.P. O.*2**8****@D**0%&n(֏ȩU$%$!v` %Iperties75o+SuT fois piece of equipu)jbb bȿ?Hz/GɿF?o =5LJ?EH'-3  !OyaGEĐF, #K B 𬃟 qa*Go@3$HoOP+;a8 UFDfP h> /T6DUmA@ ?ۿI?Y{O1@3EEbOeZ! Hu 7~???0𫏆=@FwnmmhZ[L7Double arrow with 60-degreheads. HDB # ?hZ4>THYY9 dA[UA? u?P6 -u `u b_u  @"! FhWuk` tu.AdV8bM>ڲ@!$U'P"_/q%'i-/ 7$#5 /L! 7 6 BdH*%#/ Hh?Q6 u{%6{`("u?"F&`Qps-8R? WI@ 偌!6Q(-DT! @u@{$#AD5 `7Copyright 1999 Visio Corporation. All Bs reserved.h`@_Sba.chm!#224398B!$Cu tNs!OR U\l>Ud0 Y# 4.!(Z$*/S&!4b?GQ b#Ib(3$$*3Ewy‚7RerB-db&`_aEojp= ׇpՃoOR.ccb>$$M˰iOR3"eoeE9m|g`o'W6$*6a23(o_a|M:hz|%a_a3ev?Qe&sBbebQ2lm?l^Rgoyf?o@Quo؅A &jdTAha\9 G7(lN@QB?bZބ!(! -?2vBI@z?JVQ&999Y9#9SIQ?IgRmb?п贁N8i/6??Hlu-s !Oya GE_6szF𼞟w#dqݗB 𔟟bԪk5o@4o6o,P}+gbaU.U U Ul4, @h/宂 @/'C>쒠V7"AUl4,@h/宂 @ ԔA-37"AUl4,@h/宂 @ A-37"AUl4,@h/宂 @ D;A-<3A7"AUl@dXGR 4/F 7;C<UFDfP h> /T6DUmA@ ?ۿI?Y{O1@3EEbOeZ! Hu 6?????<??Q>}-rgj\gPP<7Double arrow with 45-degreheads. HDB # ?hZ4>THYY9 dA[UA? u?P6 -u `u b_u  @"! FhWuk` tu.AdV8bM>ڲ@!$U'P"_/q%'i-/ 7$#5 /L! 7 6 BdH*%#/ Hh?Q6 u{%6{`("u?"F&`Qps-8R? WI@ 偌!6Q(-DT! @u@{$#AD5 `7Copyright 1999 Visio Corporation. All Bs reserved.h`@_Sba.chm!#224388B!$Cu tNs!OR U\l>Ud0 Y# 4.!(Z$*/S&!4b?GQ b#IbE(3$$!v8`RrB-db&`_aEojp= ףpՃoOR.cNcb>$$iOR3eoeE9m|g`o'W6$*6a23(o_a|M:hz|%a_a3evQe&sbebQ2lm?l^Rgox6?oQuo؅A &jdTAha9 G7(F@QB?bZބ!(! ̖?2vB@$z?JVQ&999Y9#9SIQ?@IgRmb?п贁N8i/6??Hl-`s !Oya GE_5szFw#<kݿB į*bWo@j}Xo%P}+|}T4aUFDfP h> /T6DUmA@ ?ۿI?Y{O1@3EEbOeZ! Hu -^0B:NS?]bt WN>8Arrow with a 60-degree ahead.HDB # ?hZ4>THYY9 dA[UA? ?P-DT! @A-u `u bu  @"Y!T FWu`5 tue.A2+8&>s@$U'P"_/q%'i-/ ĉ7$#5 ˀL!  6 Bd*%#/ Fh?Q(>u{%6{`("u?"F&`Qps-8R? WI@ !Q6Nu@{$#AD5 `7Copyright 1999 Visio Corporation. All Bs reserved.h`@_Sba.chm!#22436pB!$C tNLs!OR U\Ul> <>UdP!QQ Y#q!(1Z$+B!4Ab?G# b#=b(3$$*3Ey‚7+RrB!db`SaEcjp?= ףpwoOR"ccb5$*0g23oeE/mQ|zbeb)U2`mIwzl_{_o:zofaSa3zu_uA w'kpdTAhpa9 G75 ~NpN@fQB?bZtۀ!(! [?2vB@jIsJ::Y +@hhJb??贁N8i6??Hl'"s !Oya GE_3szFK$w#_ßKtB Y`%W,aYo@ğoP+Uf);aH<( H<( H<( H<( UlE𬓠8* R |ϔE) ,R;[_;(<~S$y+ B!/?d9AR!#/")/DY|l*S=e UPxP4FDTe]@y  ah TP^UF@Fh/宂 @??EL&d2?*?QcS@?^u`u$aouYhw!w!a`Network] `$ !e5/G/ !GH3Lk!1|F9 jZ@@Nt?@P, @@\.@@O,m?4?O?/Ay1t1 mom0Et!>O{09G$Iw@0ESGG1%#F#0B3!l0y2U11AA\=a! A BB-8Q BR8eQbQ30o_WE^Q^5__KgQ%U5o_YoQ8Q)2__y2r ubc1|1!<-???Q?%p9//?U@hl6?@53?@@,4ps? OO-OYGJO y/ydO F@F@ ~O DF%EO__'_9_K_]__ooS|1Yc_v'GoKouaoso9 ooli814ѯ0M interface2!3EWi{n߷vU@@~?@`4F+?մݵ }1*xB8 kHU_R wBl 0 0FaIƨ̏ޏQTaYv|.ֶ:^Пߵ+L$v/ߚ/T-D'2rq7I -domain20BTf x﮿z`u 0/AfteUEtFI'߬dߤTLUߎ//10O/s/~1?CUser/appl. P DL pD %P3s1\kP(L8keuvn?@.LLN^GF ց A "A KK kE`LLHٰ^HnLT r`01n<I!1Q?3d8-U$ @UoןcoDoCogyӯ -?Routin?g info\//ȳYqҿ,btr\.@@p2?@P&q@$!2,ɬϾ(Ѹm۶mI،yyJ -c aaMu^o?H_Z_9?`#Yq.æCu#﫯,-@Mq=|as}68NMSpterfacenk}ŏ׏ nv@@`0 !PVj3@EWi{7jɲ Zƒ̟ ,>Pbtǩܯe$;(y-@aֿ CBs!{"Simple" policy servic#eswuHq`Qpd,ǿABdPۍ?@|s >*JR @ ?@Agm?PJW] jZ0Tg@@,a1qGz?@Gyƒ :< Ʀ#wDѬ JB-):ELxp$l~Q@F%3W(Ar/pYy BHqdUCCEE垢?@ JI?N@?\CdQq-aBu(^%LqYqfqHqqh0?OEu6%JC=eXNz&ۛIDA5E?1(MNiKH1E,HEuOEr_|7JCr|OQ]%XO-Zq-O?Jqqo`?9KL$Z`l6?@H.c~[ٖ |'ѻFЙfp8exѶ t / Ҷ/5y9/K/]/Uoo////91U5 ? eQ*? /t6){uU ,:LSfxҏ,>PbΟ#$GGiﱯïկ篯T d`*E{ [q_рvC_]~ W,|>]B/?@Vm? f݀\u0ԭ@uKA} 5Z5ZixS;V` jt`Nı[[/L$o;4䀵?oEWwU3 Z@FwU\!%/HS//F/?`5/I?/m?:?/?>CApplication server/$ARdvоPa2g?@heb2S P);M_Fx"QrƃƸQs :p:t$AV//)/;/M/_/q//??O/lVoZ?o+?n?r?o?oo?oO1KUK@/host/WOiO{OOOOOOOx 5ɢ?@???:I O'O9OKO]OV  BDFOOß<8G@ O̡A 0` t_2o;_1Lb_10$_Q`0 N-]n&)+]C %mn&o/t > #E.;%?@%+b[m1sRDx<pUjT?P-DT!TSPQ$ZZ@ގ 2߿֜A K UzHaOl_fx;1_31 jP ?@ENN`3<9$ͬ!1!5(O߀B /mjj1/mjp= ףpW/hXP{-Vze/mo@v-P|/#5tG/Hebop~E˩.o@oHI0iQ@@(D"@@RD BHDVhzԱ֋ $_I$I¥ ے俿 oyD~-;ZYk56-:ߖߖehӯHiP A1xņ16X9f A/ء11S>h000GYkfTNt\P( A@:Rӹ+A-9K]x~ y[y ײ+ ВQٓou5QuxB_rLl1q|[IquoCoUy c0 BL =Ox*$~lϟ.+5'H~N|o I) =1p!8|`2K^V?wMFDLzONC$bG <_KkG OJ!9uG a@Oh+'0@HXdp|abazantG$>S,0! EMF>l XT 0VISIODrawing% %   &%   '% V0LLLL% ( % (  &%   '% V0X(@X@@(X(X@% ( % (  Rp Arialu:0)}x:x:()}:Dw::x-ywp8wp}w:wH;`x:x:8(}Fwdv% Rp ArialwTjvyZFwFwX xl-DT! @w Uwh|:<wxwww:TjvFw:n #`www.w:3wTjvyTjvy >wdv% %  %   TXi*t3*B4Bi2LPPM  T_4{=*B4B_< L`interface: % &%   '% V0$444$$4% ( % (  % %  %   T&/*B4B. LdInter-domain % &%   '% V0XG^X^^GXGX^% ( % (  Rp ArialwTjvy|:<wxwww:TjvFw:n #`www.w:3wTjvyTjvww >wdv% Rp ArialwTjv|ZFwFw\&wl-DT! @w Uwhy:<wxwww:TjvFw:n #`www.w:3wTjv|Tjv| >wdv% %  %   T\H~Q*B4B\P L`User/appl.  T_R{[*B4B_Z L`interfacew %  '% % V`^k^o^`dksy~o~mylskkkdl`m^o% % (  &%  W`^k^o^`dksy~o~mylskkkdl`m^oW<^os^o`qdrksssyr~qo% ( % % Rp ArialwTjvyZFwFwX xl-DT! @w Uwh|:<wxwww:TjvFw:n #`www.w:3wTjvyTjvy >wdv% %  %   Tdfsu|*B4Bf{LTData  Txa}z*B4BaL\storage % &%   '% V0% ( % (  % % (  %   T*B4B LdIntra-domain %  '% % Vh<^AY[]^^^][YA?>=<=>?A% % (  &%  Wh<^AY[]^^^][YA?>=<=>?AW@AF ACEFFFECA% ( % Rp ArialwTjvy|:<wxwww:TjvFw:n #`www.w:3wTjvyTjvP{ >wdv% ( Rp ArialwTjv|ZFwFw\wl-DT! @w Uwhy:<wxwww:TjvFw:n #`www.w:3wTjv|Tjv| >wdv% %  %   TxEN*B4BML\Routingw  TdOX*B4BWLTinfo % &%   '% V0jjj% ( % (  ( % Rp ArialwTjvyZFwFwX xl-DT! @w Uwh|:<wxwww:TjvFw:n #`www.w:3wTjvyTjvy >wdv% %  %   T`kt*B4BsLTNMS  Tu~*B4B} L`interface % &%   '% V0NuuuNNu% ( % (  ( % Rp ArialwTjv|ZFwFw( &xl-DT! @w Uwhy:<wxwww:TjvFw:n #`www.w:3wTjv|Tjv| >wdv% % ( %  %   T|R[*B4BZL\"Simple"  Tp\e*B4BdLXpolicy  T|fo*B4BnL\services % &%   '% VH*OJV *R,O,QGQGOJRGVGT,T,V*R% ( % (  &%   '% VH+=IM +@/=.?HIIFIKFMGK-B,D+@% ( % (  &%   '% VH+WIh +e,a-cGZFWIZI^H\.e/h+e% ( % (  % % Rp ArialwTjv|ZFwFw&,xl-DT! @w Uwhy:<wxwww:TjvFw:n #`www.w:3wTjv|Tjv| >wdv% ( %  %   T 1/:*B4B 9 LdApplication  Tp:(C*B4BBLXserver % % % %  %   TM(V*B4BU L`User/host % % ( Rp ArialwTjv|y:<wxwww:TjvFw:n #`www.w:3wTjv|Tjv| >wdv% Rp ArialwTjvyZFwFw\&wl-DT! @w Uwh|:<wxwww:TjvFw:n #`www.w:3wTjvyTjvy >wdv% %  %   Tx[(d*B4BcL\Network  T|e)n*B4BmL\operator % &%   '% VHz zz% ( % (  &%   '% V<% ( % (  % ( % Rp ArialwTjv|ZFwFwX xl-DT! @w Uwhy:<wxwww:TjvFw:n #`www.w:3wTjv|Tjv| >wdv% %  %   Td_p*B4B_LTEdge  TYv*B4BY L`router(s) % % ( % Rp ArialwTjvyZFwFwX xl-DT! @w Uwh|:<wxwww:TjvFw:n #`www.w:3wTjvyTjvy >wdv% %  %   Td*B4BLTEdge  T*B4B L`router(s)  % &%   '% VHz z z% ( % (  &%   '% V<  % ( % (  % ( % Rp ArialwTjv|ZFwFw( &xl-DT! @w Uwhy:<wxwww:TjvFw:n #`www.w:3wTjv|Tjv| >wdv% %  %   T|Sp*B4BSL\Adjacent  TX^g*B4B^LPBB % % ( Rp ArialwTjv|y:<wxwww:TjvFw:n #`www.w:3wTjv|Tjv| >wdv% Rp ArialwTjvyZFwFw\&wl-DT! @w Uwh|:<wxwww:TjvFw:n #`www.w:3wTjvyTjvy >wdv% %  %   T|*B4BL\Adjacent  TX*B4BLPBB % DocumentSummaryInformation81TableFSummaryInformation(DocumentSummaryInformation8PagesMastersPage-1 Database60 degree double45 degree double60 degree single8_VPID_ALTERNATENAMESi_VPID_PREVIEWS_PID_LINKBASEA Oh+'0 ( @,      !"#$%&'()*yK  _Ref66776629{DyK  _Ref66776653{DyK  _Ref66776710{DyK  _Ref66776763<Dd -,T  C 0APDPoriginalbh;,l'̘'D;bn<;,l'̘'PNG  IHDR2L+sRGB pHYs  :IDATx^} eEywhF舰bH1`%&FЉ vDIF4 Y!Bw D44 t]V׭]UwsoO|~ NF>_<{j|Xctd&@ɘ7 E]}kؖ9 A>H%\[跀vKȄUBGf:Cstghz7M֬!\Hm4Ҁ(-cI/ SD 9zQv[ˉc"4^a@hq}[_\8;G\\zSKt/m-uL!1CCA K6~'|Gi !>z%O:!o>W4F|7%t f{0Ð!e ZC /[KApZ_D[ws7@m@j4P[~sz+y :D1d?{%?$}_ ot#4*Ŏ7{^=oӱ?卭Y<:LnBF#CR[~E/jPx~J/ QrD*rU煀J"22[mHXKlr_Y/O݀[ݙ'O<\U#i#9RZn!^r%8bYb?q @H١+ 5XD6-!$ l -ay%Wt?/ƾ[><~&ow?5"eCW?7f{sC׽C:7<8.zⰑXq|Nu|%,P۠Qo8 ѓN z 1=+ޛ[{O>w;dF؁O>y!q%2VxT @rGO<h x 0e d勣3\a7-kF^qq=`_zO\;00}kYOs LfHU O @ax0Y,"Y C>쌄C}o='h!'a^ jR a,,΀.x]vS:}u}R1Xa *CV? 3cza%O˿zۿ{~x%{ׅ_w~|_ „y瞾*i|@rKN;A@i@,` ca LBgd}Hv\7^d#8]^.^ $j=dYKgb@hJw£`.B θq(\dh't`WڕM`!=}}Y[_rwzMӧr:69ꨥ"ýHt PD%U?q3A~ea8:Х+$GXSAvZѢW*!J JHBC2>f$.Fޖngt?!2 :?\Y΂ Brp]ShK~ekcqI:|[שּׂxxitO~?p9. 5iZ""0@ yL%׌ rxSD]vQ:[lJ1F -JJQp FE>@ J8UhnP crU5FCl4ا `-$o=q=w>O|?{졩xl[\T8팋KHO>@|Ȓ1;aWWoؿ|d~l< - 6!dBQZ g3 [[VB8FPI*6{  ]M޲e_IHrb1_}`q>;;<Ą !aB ?<%GO{ϣ?ѓwy); [_ drh`4a*a\Qt'~ HYcAiB>p_Mئޅx>JJ[2t l9E%+M,`ԹJK_G\Ɛ\t Mx>iP.Xao͈7FK41͚|}߹;n'/{Y͛">/_jbYLҩ F~2a "P<hXbpcs;f7W{c# לN"e.9ۺ3S.,*]BB?v>rUÕe0Y۰og.:zs oaoދ4Q=^FM/^fڹU'f G_%|`*vכYg;ƒS*N4k64׭W˖\ 2BE3r^P|Msg:3->=(Jg(D`vo/\MS.[\D׽|8WwxL~C 1 }cmO0l`C^tJ뚫6;:a$C[`AFctFn3p{C3Ѧ`ďD:oM&9%N͆"mѤg*ISF;X'>'a0'`oLJj #G$`yg8a88h`1p''5sy+bшlo]W3C.$\DVd5RX5Gڧ_ǯCHQr]c8m=|O  -y=x39pY<g 6m=]&,fSzU$v&y0FG+ܗ@<2y^ [>(*}ſub@S}/?zKF: *+y"J0-ٿKW}~i;` cg0\B:k#9!< ᧴F!dU\Jk1;"Tr3dt4伳ޣw{eUJh" xA}.ܖPBKB@P0DE͈"P(Hg!@~ͱMkOorwWjFD svz\AgḇF"+P#WxQ9"KEםx!"P_|b:n_wF MNN_;vbCVPPX*:hF,ۛ{Lg#w#Ps׮]VV;w/9ʪ;AgٻwQiP"{)oC5J篲#fDjQUL7PgLnRt\VNP h " #3zie&lxmjgujC9k6[3œt&63l xh7\y'%c.iPb&̋D!2ZcU'Bq_?|!廐o,FȌo2Mo-ʡ]<5ymr !BU#ΪWH/_i̿QdN.d8Os}14 `K[C-$Ÿ[S Yذy#%`U 5W /UhFQJ3FjuQbBьC5ެO\/9ZS֟"~ CJ1;"`@B:Q3:#86!7?=&lg\PC\Y_x>6%_ō-X)@.!#,g `*c[,QYKMH4I,k&yƌrlbgEBe -ug;+"BsYߨpfZ6٬h" Q$l""TBg9x!"POBcճjD/_p h`l[a۶mj40M?#?E:CNS%"G t6/uz6h`:ؙ ,MK.up͛McG](KST_ـV'_X't֚ ?60؄S+j2468+*hV>΂| Vj"+- ic@ kh13=|ed%X3!ʝQ)Jg7j:eX8&,bŚԊAg 5DX޳y'e2s7FabU%eh1 Vٳb ZB}e|2b1 Q)yi@I^9/^S+XV܊ΠG`Ip>$,zlbg6ɐєX9+fuMݗ_귷(c5YIb3 MEw ( SNwsfe6]6jeMcQj4>D=.JpEQ*V}!:ZJi~`Sv7TUPo:F-S]߯ca^t]0~JE%9bM3-{6C$0'#4E2x茎 mt^=|J,*QAӥ-X4a^D C SQfQ<4f)Q@飱c;.v+/^Cc)H;#юnXwn:= /<\;C0yU1T-Я҈#l$-pshm>=v7韥R2};w>\֒uT[^J*wM; U,MJ55 vV]L[$"ם'cQAOH%fhyJ:(ӄ/i_/,gcg]o1>,RBKrG!RFoM0%z`O,S.fqƞv~O)04 3ta2&Q(Q;G$o1/Dn25Bؙ+~ٻI)I*sBYRv>,e3fg\Nm#c.U :) %QrjPT,vV  I4Fv6@q.MF- zj;+]'*mhHtgMHz^xޙ=V(Y51vfl0ga2cy\H4-yKG m dkE2czVa,sHQa,vV"Blӳ!MPh%ѫ~i?eɗ”kV@g"Efl+5N*%jNRq4E Zr%P(cgyw3ԟ.΄n7sxUQ~\k@,1t *TC!3lUCcgUk䱳p9<_12E8(#4YJ@ر4`, znؙ:r9v5ӔWSel3bj*ZZ4) ]y3.sޙ\_բ2L )26 8@bgŜ  *icL=ѲշGf3|W@]&vƛlvf+VXDYviHKvs,2Z~x%zbČ#04*TYwdHSe΢J7`KlT̀ PY<0?o6 ;F]wT25GY͛/+w,5#܌e zlw)׿rGܮDx%zZY^op1IfA+2).IJGPGel% F* r 2a-+Ooi-Q:D¶2j&#(a"0(3^h;c嵱t~(KS&8v `D oFEqIGk9FCYUؙ4+] -M{"Ô^o\eM!3dV .4F#28}lH);q2KJ±2RoO)M숀C鼿fUF2+8۔ c]:-7 ==J9U \(S)1vhNf/iiŊYڟX~Ual2;f&*AL(.HnG9(Zqm+Em2`:Δh3U PF94SsQ(-/޼\Wtщ}4~, 4ò'+;lHȴ)͋k^ o=L,%|ɉitϤ%M@W"EQ2^@y/$?y2FK .e<e=OyBddbrT֙gcg4e6IeSxIԢRNƎ~%ES%aU@fW37 y'4$k^f2_yUB:+Hg`v3ƕK ,d >>yz++%3WJ.cj쯇qv:|-K{~nmQ¨6n-cm:2ղFŋ!y%΢Z]r?{/ES:g%*> !m/ ,<1ӗϹKE6p җ Y,Tq&ZQv&m),DљCG\/hK/+Ag{~cTm&,=1@2R-sl'&f嫀={d3Jkm̾.˪㏱3{PeeP[:1:4!/#&Burcoҙ̓īF-VY [.,D"]ݲUAgHE-V@UF 0ey=a,QgĦ3ZR3/A eD :sUj@QzoͥCN44 x$ep`0mGl#ZhۗNԘ;=z7pj֪DA ݨj=B`ygtlbׯT˥74=(""M ^  ;{qZX D Ȼ4o? k4 ,.DXKD e'69onϵ-IްAuwkWLe'fOByh,y5hm[Ru4M軨zPLTE)4Z9jݽ{tt?8$G*/>wY&>u.8:'Vȇ/%_ommukWgg֖(x,ަ-kϞ{fus,}[G)OB%zi^=67i uuf]ߤ@wk@1s,Xq)z4ڸL[˴]1!oݺ{#i.O\I,keNUJ]o#7DY Vu5.d,q$&O`p~e0B`e޽3,X'j^M&ڕ,)௭+R)YKjf,}`P>wͬAe/~̇uXX%2+ۮXٰVz6>g2UPLj#ر~Vv6TnVbU\J"V"Va,bvK#:VL˕**^!b!b!b!4#c3-W撵UXfYKҿ?Q'Mc_6J㿠&UFjue1,p6@V5ڂ smyX%Zw?P,Er@p5cUSϬV+h9Q.ٰaX Kڸ'Cu`LYO {XXXB,gY[Ф`9戅XXY%8` b!b!b-ˑb(n:"h8e%7gV$׆]/@ Ky y_#01)Rg ɀ$LWS*KbN> ր(u 븨0yu)>d?jŵj-i"vRNڿ8&IrAi")q=Ob iݒ 0m&1v^_wAzO78+2zfڙjܙfn\JqcA^Ϸ:b ڟ,Ash+;u`S#."ƽ^+ P{Q@qo+EG|@qMVZĆjN`k  5k jԤ=CO{Ohkf8Hqi":R#%FbqҍD!K 4X`@aiߩb҅h: ;Fȣ:3&2`Dt$f$>`bq}f5A>nvX~Ft#;@"7=DIIA}\Dt'a('=yf/^ʼn^How^EH=Ĩp=^4^ @(1` "o1u3cyX^q;t0٠"٠F]'#/A'lELz;xX#Qz" yD)a nK "PE1tTp∥!jmSL%lE "vڷXiGNDvxv" yD)Y^5w q2X9!z:O$ϖ ݣ&泄 #A~,{i6P5Vm5u,^5*yzJ2҆-to~VDXY&=M֠5dZj$;Y/:."ELYWHo"kE{d.2W [doi!d͜eE]UR;d[dSOF^^,UlUڪ~NۗY̷/ɜeJܒsK9j$;Y>ʙ\TncQ#ɲ{|5e{MVxސ7lFur^f~^VԝKjۀu j$[<.rYvym:5,kAizNP$f;OxDb~BDd'K׼2rO>>qF2 ,W/)^[}D۫FeK? {̽|[zsPgmP#$Rx~Acb'6V&-C@Щ--HjQgq6Zg9zr_}v(T!bQTD<|s&ڼ9mL;lf02eJe3}_k*+IUPgʚV5-ae#l0&I #SW9v;G5?TAt{/e{[槲u'6Qg ]#kȂ)R=ᆕMo2c,/a('>݇W6ZUV52w0`@E9٩iՃ +䖀fP5p@?;WorK{Р Q0- sk ?w粛Aă3`ref uEP亴[2n,꩕qnnheKrb wW m W{^>2 OѦz:ڿa>T=|TJU|@ 0OawƟޑ| h%Oet8&]4/Ax= ~~yIxDWH3u(d7 Q9o p&K0>/gKƻE 8; yxWQc͓\~R৔*~F #C8)'L@/A|Tl|\2>V.)_#3?O¸$?罩W˕UU{o'=5wWg=Y˕;_({`3{aaa'|D;sgjܷ5O)gҾm'*CTZ\|=)=Ч`k'Mu9=+i2{DyK  _Ref69650577{DyK  _Ref69645585DdQ" <<N  C *AGraphic22:y?S??Xfb`!y?S??X&  Uzx՘MLW߮~f1bu0Yq#\bJR! Vh"59āJdRUUZUU=T)RTtfv`CW )̼~˜coIM+DRE e_35Wρ%5/Ƭk|w۫!RqG*=n%Ԇ#jtg=-$4К5 Z%4'OTuvgg5}ИώD- JviՁu fz TiG4T<7<'>BDȯt~e ڑ^^^^5bH3ψh~ln>H>yu! WH]E\ qH*܄Wi2hb!BJ52"[~{b5|*8bxSFQ>WZ{`;kURHkDjLs+KV%FfJ1GQ-o*bXU 8?ѫ~+hIg@ X8A F;g! )x],#y 57Y&fxg=RɆYyOCȨ22SHgZg9-A F&K4oF #i.)dV|o%}_%3cM܅ӣM3vx5UwV8uy,lJXY=nT ?/{|T"bQufDB-ss~ٱ1ewqf_@?WgXf\Gw'}{810xo.ʼ|Vɓer.s%[V(ϾױA}~i5`̥|g0¬@Mú<Ͱ9eW ~xzՠKyj2 դ6_栢;TSi-}96;Tf5v@mL7cyFR-?Eh5k@4Y~D%u`Y05}Y"jA+Z#=Ԋug fz TZtbCDT滑?}OJGE;LG!}jiP'bab9a5Ms1hr eT>E }(# MhFΉ0˧:4Q,C9gO|vk\P+(f/\#~PoCl~ϵ,sI1ݎ,p,3♰F*/m=%rA9nNd95)bȢ8UYqP#{ %C)]{^Pƻڀ5,E?t[%힗ooqҾcVٟPXPw#|weQ߸~ ) 5 %N;= yN}]4ͮE'oae)ݎFtDr^ ҤRp 9vH4!!aDGDu7 Rl[8Ox8ax~B^ʧxf W=ƊyK׽c6ssLv{|>nJѧKKʛ_ oEh~{fD. XOmnjJ*ENBxעV2npSߊTT$֩ai~ ԃ#ztv$dWuyߍ:]ma޿CL\Se̡s{DyK  _Ref66777312{DyK  _Ref66777385{DyK  _Ref66777413{DyK  _Ref66777449L h t  4Implementation of Bandwidth Broker for CBR ServicesmplVanja DivkovicoanjanjNormaliVanja Divkovico77jMicrosoft Word 10.0@[}@6E!@r8@! C՜.+,D՜.+,d  hp  Homea(O 4Implementation of Bandwidth Broker for CBR Services Title 8@ _PID_HLINKSAl5@mailto:alen.bazant@fer.hr  FMicrosoft Word Document MSWo@@@ ^NormalCJ_HaJmH sH tH DA@D Default Paragraph FontRi@R  Table Normal4 l4a (k@(No ListB^@B J Normal (Web)dd[$\$<+@< }Y Endnote TextCJaJ>*@> }YEndnote ReferenceH*6U@!6 JJB Hyperlink >*B*phTO2T )y literatura & FxxCJ_HmH sH tH H@BH 8U/ Balloon TextCJOJQJ^JaJB'@QB %Comment ReferenceCJaJ<@b< % Comment TextCJaJ@j@ab@ %Comment Subject5\@"@@ {Caption xx5CJ\aJ O            O889Us _ P  :6B_  , #G#$$?)d)+..(//=00111242U35688W8b<d<<???@BBeEGG*HH-IIIJKzKLL*MyM NN+OOOOOOOOOOOOOOOOOOO00000000000000 0 0 0000000000000000000000000000000000 0 0 0 0 0 0 0000000000000000000 0 0 0 0 0 0 0 0 0 0  0  0  0  0  0 00 000000000000000089Us _ P  :6B_  , #G#$$?)d)+..(//=00111242U35688W8b<d<<???@BBeEGG*HH-IIIJKzKL*MyM NN+OOO00000000000000 0 0 0000000000000000000000000000000000 0 0 0 0 0 0 000000000000000000@0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@ 0 @ 0 @ 0 @ 0 @ 0 @ 0 0F %x0"%(,.148;>AAYCDGJIKN!QSUW,/023456789;<=>?@BCDEFGIJKLMN_(9G VW-1:AHOW. #$ $&&&&'''''R(l(p(. //"898;8(9B9G9k<<<>">&>o??????C5C:CE9E=ECE]EbEFFFOX:     8@0(  B S  ?O _Ref69645232 _Ref6964558556 _Hlt69650889 _Ref66807818 _Ref66776710 _Ref66776629 _Ref66776763 _Ref66777385 _Ref69650577 _Ref66777312 _Ref66776653 _Ref66777231 _Ref66777449 _Ref66757239 _Ref66776450 _Ref66777413 ?BB;EGH-IIJzKLL*MyM NN+OO@  ?BB?GIMku`hZacjmuw'=Edl ? C /2 muvyc f !!""$$8'@' (((())++?,C,--22n3r3:6?666V;[;@ABB-D5D]D`DEEEE$F'F*H5HHHHHHI!I*I-I6IJJJJJJLYLeLhL*M-M6M8 9O9d<<??DeEGGJKdKzKNNOOOOVanja DivkovicStudentbazant Alen Ba~ant%oC]CThRS o7}ظ@/RqVh^`OJQJo(hHh^`OJQJ^Jo(hHohpp^p`OJQJo(hHh@ @ ^@ `OJQJo(hHh^`OJQJ^Jo(hHoh^`OJQJo(hHh^`OJQJo(hHh^`OJQJ^Jo(hHohPP^P`OJQJo(hH^`o(. ^`hH. pLp^p`LhH. @ @ ^@ `hH. ^`hH. L^`LhH. ^`hH. ^`hH. PLP^P`LhH.#^`56CJOJQJaJo(hH[]^`.pLp^p`L.@ @ ^@ `.^`.L^`L.^`.^`.PLP^P`L.77^7`o([]^`.pLp^p`L.@ @ ^@ `.^`.L^`L.^`.^`.PLP^P`L.h ^`hH.h ^`hH.h pLp^p`LhH.h @ @ ^@ `hH.h ^`hH.h L^`LhH.h ^`hH.h ^`hH.h PLP^P`LhH.C]C%o@/hRo7}hRPI                  bF                 KAH+tH d>BF/V4 m b+y0[|`!{\J)yHK=39\\ R"|"R#[$M %'R'K (?(c+)/8U/1z12E3:3M35~Z5QS6-7h7v7x7K9 :>;H.<s<F= P=h}>=e?|8ArtAJJB'CwcDyNE;k,w(cXBBP<.x{0|Ic>39!+JX7iC~0kaD~W"P% X075OxK5V>E;w#d%deSk.Z0~Ll$ibLZ`vn,V7 pKvXBa6%D SIw+OlTbu3Li]'x0@.O`@UnknownGz Times New Roman5Symbol3& z Arial5& zaTahoma?5 z Courier New;Wingdings#qhOZmFmFM^ C( C(#24dOO 3QK)?e3Implementation of Bandwidth Broker for CBR ServicesVanja DivkovicVanja Divkovic      CompObjjrdDocWord.Document.89q