VDSat: Nomadic Satellite-Based VoIP Infrastructure

Size: px
Start display at page:

Download "VDSat: Nomadic Satellite-Based VoIP Infrastructure"

Transcription

1 VDSat: Nomadic Satellite-Based VoIP Infrastructure Dorgham Sisalem, Marius Corici, Sven Ehlert, Radu Popescu-Zeletin Fraunhofer Institute Fokus Berlin, Germany {sisalem, corici, ehlert, Abstract In this paper we provide the description of a VoIP architecture that is optimized to offer VoIP services in various scenarios such as catastrophe areas. The system offers multiple users VoIP services over a local access technology such as wireless LAN. The users are then connected to the Internet and ISDN over a satellite link. To be able to offer such a solution in a smooth and transparent manner, the system was designed to deal with NAT traversal, QoS control, user management and VoIP protocols optimized for the communication over satellite links. I. MOTIVATION Various real-life scenarios require the rapid establishment of a communication infrastructure to enable local users to communicate with each other and with remote users as well. Such an infrastructure has often to be established in a selfsufficient manner, as it cannot depend on support from local infrastructures such as power, data or phone access. These scenarios include catastrophe and war situations, expeditions to deserts or mountains or construction projects in remote areas such as deep forests or mountains. Taking the example of catastrophe situations, emergency workers arriving at the scene would need to be able to communicate and exchange information among each other as well as with their base stations and coordination points that might be a few thousand kilometers away. This will have to be realized even though the communication and electricity infrastructure has been destroyed. In general, the only means for enabling such a communication infrastructure was the usage of satellite phones. Such equipment does usually only allow data or speech and commonly on one or two speech lines. Figure 1 VDSat usage scenario To remedy this situation, we have developed a mobile communication infrastructure supporting the exchange of data and voice over satellite (VDSat) using IP technology and acting as a local PBX. This solution is designed to offer a number of users with the ability to communicate with each other as well as with remote users. As shown in Figure 1, VDSat offers local users the ability to exchange information over a local wireless LAN technology and the means to communicate with other remote parties using a satellite link. II. GENERAL DESIGN REQUIREMENTS For VDSat to be of general use and applicable to various usage scenarios, we aimed at fulfilling the following conditions: Flexibility: The hardware and software architecture of VDSat was designed to allow the addition and configuration of various features. This includes changing of the supported access technology, different satellite links and user-provisioning model. Thereby, the system can be extended to support access over Ethernet, local wireless LAN or WiMAX technology. Self-Sufficiency: As the system might be used in scenarios with no supporting infrastructure at all, VDSat was designed to run on battery for several hours. To achieve an optimal balance between size and weight of the system on the one hand and battery lifetime on the other hand, only power saving hardware components were used. To still achieve a high performant system, the used software components were optimized in terms of needed CPU power and memory space. Ease of configuration: To enable a short set-up time VDSat was designed to provide the users with Data and VoIP services with minimum of configuration overhead at the users end devices as well as at VDSat itself. Prioritized VoIP: VDSat is designed to offer both voice and data services. Data sessions can be very greedy in terms of bandwidth consumption. To ensure the high quality of voice communication, VDSat was designed to distinguish between voice and data and to prioritize voice traffic at the cost of data traffic. Portability: As the system is to be used in catastrophe scenarios and remote locations it must be easily transportable. Therefore the core components of the system including the CPU, memory, battery, and local access technology are to be integrated into a shockproof box. III. GENERAL ARCHITECTURE To fulfill the requirements and conditions put on the VDSat system, utmost care was needed in choosing the appropriate hardware components and implementing the software parts. We provide a brief look at the hardware components and provide an overview of the different software modules.

2 A. Hardware System The system is being built on top of a Trizeps III module [1] with an ARM processor running at 400MHz with 32MB Flash RAM, 64MB Main RAM and SD-Cards with up to 1GB. The system supports Bluetooth und wireless LAN (WLAN) as well as Ethernet und USB. To connect the system to remote users, a satellite modem is to be added. The exact parameters of the hardware and especially of the satellite modem depend very much on the usage scenario, the targeted costs of the system and requirements on portability and bandwidth. User Registration VoIP Proxy SIP Processing Media Control User Profile components of the system architecture as depicted in Figure 2. A. VoIP Proxy The VoIP proxy is responsible for processing incoming VoIP requests and forwarding them to the appropriate location. We chose for this part to use the SIP Express Router (SER) [3], an open-source SIP server, published under the GNU Public License. SER s architecture [4] has been designed for high scalability to serve thousands of calls per seconds, and flexibility due to a modular plug-in-approach and a highly configurable routing language. SER was already thoroughly tested for ARM processor architectures. The SIP Express Router was designed in a highly modular manner as depicted in Figure 3. SER consists of a highly efficient core that is responsible for receiving, parsing and forwarding SIP messages. SER Core M odules QoS Handling NAT-Traversal Parsing Handler M axfwd RR MySQL Jabber Figure 2: VoIP System Architecture B. General Software System In order to support voice and data communication, VDSat implements the following modules: Routing module: This is the routing component responsible for routing traffic between the local access and the satellite link. User management: To ensure that only authorized users can utilize the services of a VDSat station, VDSat offers a user configuration interface over which a user can be authenticated and receive the needed authorization to transmit data over the satellite link. In this sense VDSat would act as the admission control gateway in a hot-spot. System configuration: This interface allows the administrator of the system to configure the parameters of the system such as used address ranges, enabled interfaces and usage policies. Address allocation: The VDSat system will provide local users with a local network and will hence act as a gateway to the Internet. VDSat will thus act as a Network Address Translator (NAT) and allocate private addresses to the local users over DHCP. IV. VOIP SYSTEM In order to fulfill the requirements put on the VDSat, the VoIP system is based on the low level software provided by the open source Linux operating system, which has some highly configurable but also fast speed and low memory consuming features related to traffic control and routing using the TCP/IP stack. We use the SIP standard [2], as the VoIP signaling protocol. We will provide a short description for each of the Script Interpreter SL Usrloc Registrar Figure 3: General Architecture of SER Authentication SIP/SMS CPL The core is also responsible for invoking certain procedures that are provided as extension modules. These modules are dedicated to providing certain features. Such modules include: Transaction management: when acting in a stateful mode SER must maintain per transaction state, generate replies, match replies to requests and deal with forking. SIP handling: While the core deals with the message processing, the transaction management deals with state handling and taking the appropriate SIP actions, this type of modules deals with additional processing logic such as handling of record-route headers, or loop detection. Application modules: These modules provide some application level services such as SIP to Jabber translation. Application programming modules: To enable external programmers to use the features of functionalities of this class of modules, SER provides a clear and simple to use interface that allows the separation between SER and application code. Each module exports a set of functional procedures and utilizes procedures exported by other modules. The integration between the different modules and the core is realized through a configuration language. The SER configuration language (SCL) is a rich and flexible scripting language.

3 B. VDSat Extensions For processing incoming SIP requests, the VDSat software contains a SER application module. This component extracts the most relevant parameters of an incoming request, for example the bandwidth of the media flow or the address of the two parties involved in the conversation. This data is then communicated to the NAT-Traversal module, which takes the decision to create a new NAT entry for the voice stream and replies with some new parameters of the call. The SER module also communicates with the QoS module in order to have the bandwidth of the conversation reserved. The feedback from both the NAT and QoS module plus the incoming SIP request message is forwarded and processed in the Media Control module, which is responsible for checking that all needed conditions for the best voice stream are achieved. This part of the module is also highly configurable giving the possibility to fine tune the VDSat System to different usage scenarios. Using the decision of the Media Control the module is also capable, to change on demand the source address and port of the request in order to overpass the NAT and to be recognized in the public internet address space and then to forward the message to the appropriate location. C. User registration With SIP a user needs to register himself with a SIP registrar of his VoIP provider in order to be reachable by other users. In order to allow the users to utilize the services of a VoIP provider located in the Internet, the local proxy would have to forward all incoming registrations over the satellite link to the VoIP provider of the user. Registration messages are sent periodically by the user. In order to reduce this signaling overload on the satellite link, VDSat caches incoming registrations. Instead of sending each registration to the external VoIP provider, VDSat only sends the first one and sets the lifetime of the registration to a high number, e.g., one day. Follow-up registrations that only refresh the first one are not forwarded as it is depicted from Figure 4. Figure 4: SIP Register Scenario The user registration is also implemented as a SER module communicating with the SIP proxy module. This registration allows the VDSat software to manage the internal private network users, and thus hiding details of the network to the public. D. VoIP Prioritization To ensure that the voice traffic receives an adequate share of the bandwidth VDSat uses prioritized buffer scheduling mechanisms [5], as the Class Based Queuing (CBQ) [6] and Stochastic Fairness Queuing (SFQ) [7] algorithms. Traffic shaping is based on a set of queues having different priorities and different behaviour. The messages are sent in the order of their arrival to one of these queues using a mechanism of filtering. When there is space on the interface the first nonempty queue is asked in order of priority to send its first message to the line. The queues and the filters altogether are called queuing disciplines. Each of these disciplines can have a tree of sub-disciplines for a more accurate shaping of traffic giving the possibility for a very strict control and also for adding dynamically some new levels of filtering and shaping. One of the most appropriate queuing disciplines for our purpose is the Class Based Queuing. It is a classful discipline that implements a rich link sharing hierarchy of classes. It contains shaping elements as well as prioritizing capabilities. Shaping is performed using link idle time calculations based on an exponential weighted moving average for the bandwidth, which considers recent packages to be exponentially more important than the passed ones; the same algorithm used by UNIX to compute the load average. When enqueueing a packet, CBQ starts at the root and uses various methods to determine which class should receive the data., thus in each node of the tree the CBQ looks for instructions and chooses the class the instruction refers to. If the class found is a leaf-node without children, the packet is enqueued here. If there is a leaf node the process is repeated starting from that node. Using this property the traffic can be easily classified using some simple filters based on the source and destination IP address and also on the sending and receiving port, making the discipline ideal for strict traffic control. When dequeueing for sending to the network device, CBQ decides which of the classes is allowed to send using a Weighted Round Robin process in which each class with packets gets the possibility to send in turn. The algorithm starts by asking the root class for packages and will continue to do so until there is no more data to send, in which case the process continues for the children classes. This ensures the actual prioritization of the packets. Using CBQ no package is lost not even when the structure of the shaping is changed, which makes it ideal for dynamic traffic control. SFQ is a classless queueing discipline that does not shape traffic, instead it schedules traffic based on the flows. The goal is to ensure fairness so each flow is able to send data in turn, therby preventing any single flow from drowning out the rest. This is particular effective for traffic using the same bandwidth as it is the case with SIP. It ensures that the traffic on a lower priority level will not be denied network access in favour of the high priority one. The Linux operating system has an advanced system for bandwidth provisioning that supports various methods for classifying, prioritizing, sharing and limiting both inbound and outbound traffic [8], including the CBQ and SFQ algorithms.

4 This system was successfully ported and optimized for ARM based machines. It is available at the kernel level for the advantage of a greater processing speed of the forwarded messages. The traffic shaper can give a router: A granular control of the network services, which in our case is important for the media packets and for the SIP requests. More efficient use of the limited resources of the satellite connection. Guaranteed quality of service, especially for the media flows. It is possible to dynamically control the traffic disciplines to manage in real time the traffic sent out from the router using the Linux tc application. To realize VDSat traffic control the VoIP proxy is extended with a QoS handling module. At the start of the proxy, this module creates the root CBQ discipline with an attached filter for classifying the traffic into the three priorities as it can be seen on Figure 5: the media traffic with highest priority, followed by SIP traffic and data traffic with the lowest priority. For each of these classes an amount of bandwidth is allocated, in case one queue is empty the others share the empty traffic space in order of the priorities. The SIP traffic and the data traffic are then split up equally between the existing flows. When a new data connection is required, the module checks whether there is still enough bandwidth on the outgoing link to cover the needs of the voice session. If the requirements are met, it instructs the QoS module of the kernel to handle the voice traffic with the highest priority. It creates a CBQ queue in the media traffic in order to limit a possible incorrect or malicious quantity of traffic and also to ensure that all the existing media sessions can use the requested traffic space. The SIP requests have a lower priority. For this type of messages a SFQ queue is called to ensure a bandwidth-equity. In this way, the VDSat is able to respond to all SIP requests, hence decreasing the risk of re-sending the packages. The same queueing discipline is also used for the data traffic because when the bandwidth is fully loaded with media traffic and with SIP messages the remaining bandwidth may not honor all the remaining connections some with small messages and high importance, like ARP requests. With this mechanism, the system ensures that the voice traffic is always dealt with a higher priority than data traffic and also that there is no neglected connection. E. NAT-Traversal Local VDSat users receive private IP addresses, which are not routable in the Internet. Additionally, SIP carries the addresses of the end systems between which a voice session is to be established inside the signaling messages. Thereby, some mechanism is needed at the VDSat gateway to translate between the private and public IP addresses. VDSat implements an application level gateway (ALG) [9], on top of the IP-tables of Linux to achieve this translation. Further, the VoIP proxy is extended to communicate with the ALG module so as to get the translation results and modify the SIP messages accordingly. Netfilter and iptables [10] are building blocks of a framework inside the Linux kernel. This framework enables packet filtering, network address translation (NAT) and other packet mangling. Figure 5: VDSat - Traffic Shaper Disciplines Netfilter [11] is a set of hooks inside the Linux kernel that allows kernel modules to register callback functions with the network stack. A registered callback function is then called back for every packet that traverses the respective hook within the network stack. It has also included a connection-tracking module, which enables the packages that come on a NAT connection to be passed modified without passing through the NAT set of rules. This decreases the latency of messages passing through kernel when they are forwarded. Netfilter as a kernel module has a user-space access point through the libiptc library, which allows a control of the rules dynamically [12]. Using libiptc, new chains and rules can be created without influencing the existing traffic when they are required by the application. Doing so, the VDSat creates its own NAT tables for the voice sessions. At the startup of the system, the iptables module registers new chains in both in the NAT and the forwarding chain in order to let the administrative s firewall based on iptables continue to exist for the rest of the data traffic. The firewall cannot influence the voice communication because of the order in which the iptables rules are processed. For each new voice session a set of two rules are created: one is part of the NAT for media traffic and the other is for measuring the traffic on the forward chain. At the end of the session these rules are removed without influencing the rest of the conversations. In this way, for the scenario described in Figure 6, the phone from the local private wireless network sends the data stream to the outside phone s public IP over the satellite link. All the messages are source NATted with the public address of the VDSat and a port received from the Media Control. The messages sent by this method do not carry anymore as source address the address of the phone, but the public address of the VDSat. Because of this, the public phone does not know the real address of the phone, but sends the data stream to the port indicated on the public address of the VDSat where the message is NATted to be sent to the private phone. Using this method all the traffic going through the satellite link can be observed and classified and it also gives extra security to the

5 phones. Linux user-space into the kernel. This enhancement will increase the number of clients that VDSat can serve and also reduce the load on the system. The new design both of the hardware and software of the VDSat is aimed to answer to the problem of telephony in areas with no infrastructure. The efficient low consuming approach and the transparent software to the communicating parties and also the easy-to-configure interface makes VDSat a suitable solution for low cost IP audio communication. Figure 6: NAT Traversal Scenario This solution offers three major advantages in term of message processing on forwarding. There is no need to introduce a NAT software on the system, as the VoIP proxy takes care of the translation from private to public address. Secondly, the packages never leave Linux kernel space, increasing the speed of routing. Also it completely takes out the time necessary to modify packages in the user-space as it was in the prior solutions of NAT traversing for SIP. The last important advantage is that the SIP-NAT problem is solved without creating any additional costly traffic on the IP interfaces, to e.g a STUN server. This is solved trough local communication between the VoIP proxy and the IP-tables module. A NAT rule is created when the SIP proxy announces the address and the port on which it wants to receive the media traffic so there is no need for extra communication with another system, e. g. a STUN server to find out the location where the messages are sent after passing trough the NAT device. REFERENCES [1] Keith-Koep Co. Trizeps III Hardware Specification [2] J. Rosenberg, H. Schulzrinne, G. Camarillo, A. Johnston, J. Peterson, R. Spark, M. Handley, E. Schooler, Session Initiation Protocol, RFC [3] SER Web Page, [4] Rebahi Y., Sisalem, D., Kuthan, J., Pelinescu-Oncicul, A., Iancu, B., Janak, J., Mierla, D.C.: The SIP Express Router An Open Source SIP Platform, Evolute Workshop 2003, Guildford, UK [5] Floyd, S., and Jacobson, V., Link-sharing and Resource Management Models for Packet. IEEE/ACM Transactions on Networking, Vol. 3 No. 4, pp , August 1995 [6] Floyd S. Notes on CBQ and Guarantee Service, IEEE/ACM Transactions on Networking, Vol. 3 No. 5, pp , August [7] Paul E. McKenney Stochastic Fairness Queueing, IEEE INFOCOMM 90 Proceedings, San Francisco, [8] Linux Advanced Routing and Traffic Control, [9] P. Srisuresh, M. Holdrege, IP Network Address Translator (NAT) Terminology and Considerations, RFC 2663 [10] IPtables tutorial [11] R. Russel Linux Netfilter Howto [12] L. Balliache Querying libptc Howto V. CONCLUSIONS In this paper we have introduced an architecture of a VoIP proxy software that is independent from any local infrastructure. It is based on features of the Linux operating system, providing QoS handling and NAT traversal. We use low level Linux modules that are bound directly to the message-processing TCP/IP stack so that they don t interfere with the voice streams thus allowing an efficient and strict control of the traffic. This design property reduces the consumption of resources necessary otherwise for higher-level approaches and increases the speed rate of package processing, making it an appropriate solution for satellite communications using an ARM processor system. The system is to be tested in real-life scenarios, using real satellite connections. Some new improvements will be then taken in consideration, like the bandwidth delay problem for media streams. The software is highly modularized and can be easily enriched with new capacities related to traffic management. For furthermore reducing any redundant processing of the media control messages, the software can be more strictly adapted to system particularities. This will allow the highly used components of the VoIP proxy to be transferred from the

Authentication and Authorisation for Integrated SIP Services in Heterogeneous Environments 1

Authentication and Authorisation for Integrated SIP Services in Heterogeneous Environments 1 Authentication and Authorisation for Integrated SIP Services in Heterogeneous Environments 1 Dorgham Sisalem, Jiri Kuthan Fraunhofer Institute for Open Communication Systems (FhG Fokus) Kaiserin-Augusta-Allee

More information

A Novel Distributed Wireless VoIP Server Based on SIP

A Novel Distributed Wireless VoIP Server Based on SIP A Novel Distributed Wireless VoIP Server Based on SIP Yuebin Bai 1,Syed Aminullah 1, Qingmian Han 2, Ding Wang 1, Tan Zhang 1,and Depei Qian 1 1 (School of Computer Science and Engineering, Beihang University,

More information

FRAFOS GmbH Windscheidstr. 18 Ahoi 10627 Berlin Germany info@frafos.com www.frafos.com

FRAFOS GmbH Windscheidstr. 18 Ahoi 10627 Berlin Germany info@frafos.com www.frafos.com WebRTC for Service Providers FRAFOS GmbH FRAFOS GmbH Windscheidstr. 18 Ahoi 10627 Berlin Germany info@frafos.com www.frafos.com This document is copyright of FRAFOS GmbH. Duplication or propagation or

More information

FRAFOS GmbH Windscheidstr. 18 Ahoi 10627 Berlin Germany info@frafos.com www.frafos.com

FRAFOS GmbH Windscheidstr. 18 Ahoi 10627 Berlin Germany info@frafos.com www.frafos.com WebRTC for the Enterprise FRAFOS GmbH FRAFOS GmbH Windscheidstr. 18 Ahoi 10627 Berlin Germany info@frafos.com www.frafos.com This document is copyright of FRAFOS GmbH. Duplication or propagation or extracts

More information

BroadCloud PBX Customer Minimum Requirements

BroadCloud PBX Customer Minimum Requirements BroadCloud PBX Customer Minimum Requirements Service Guide Version 2.0 1009 Pruitt Road The Woodlands, TX 77380 Tel +1 281.465.3320 WWW.BROADSOFT.COM BroadCloud PBX Customer Minimum Requirements Service

More information

Configuring a Mediatrix 500 / 600 Enterprise SIP Trunk SBC June 28, 2011

Configuring a Mediatrix 500 / 600 Enterprise SIP Trunk SBC June 28, 2011 Configuring a Mediatrix 500 / 600 Enterprise SIP Trunk SBC June 28, 2011 Proprietary 2011 Media5 Corporation Table of Contents Introduction... 3 Solution Overview... 3 Network Topology... 4 Network Configuration...

More information

AC 2009-192: A VOICE OVER IP INITIATIVE TO TEACH UNDERGRADUATE ENGINEERING STUDENTS THE FUNDAMENTALS OF COMPUTER COMMUNICATIONS

AC 2009-192: A VOICE OVER IP INITIATIVE TO TEACH UNDERGRADUATE ENGINEERING STUDENTS THE FUNDAMENTALS OF COMPUTER COMMUNICATIONS AC 2009-192: A VOICE OVER IP INITIATIVE TO TEACH UNDERGRADUATE ENGINEERING STUDENTS THE FUNDAMENTALS OF COMPUTER COMMUNICATIONS Kati Wilson, Texas A&M University Kati is a student in the Electronics Engineering

More information

Customer Guide. BT Business - BT SIP Trunks. BT SIP Trunks: Firewall and LAN Guide. Issued by: BT Business Date 14.02.2012. Issue: v1.

Customer Guide. BT Business - BT SIP Trunks. BT SIP Trunks: Firewall and LAN Guide. Issued by: BT Business Date 14.02.2012. Issue: v1. Customer Guide BT Business - BT SIP Trunks BT SIP Trunks: Firewall and LAN Guide Issue: v1.3 1 Contents 1 Overview 3 2 Firewalls 3 3 Recommendations 4 4 Ports 5 5 Warning & Disclaimer 5 Issue: v1.3 2 1

More information

MINIMUM NETWORK REQUIREMENTS 1. REQUIREMENTS SUMMARY... 1

MINIMUM NETWORK REQUIREMENTS 1. REQUIREMENTS SUMMARY... 1 Table of Contents 1. REQUIREMENTS SUMMARY... 1 2. REQUIREMENTS DETAIL... 2 2.1 DHCP SERVER... 2 2.2 DNS SERVER... 2 2.3 FIREWALLS... 3 2.4 NETWORK ADDRESS TRANSLATION... 4 2.5 APPLICATION LAYER GATEWAY...

More information

Design of a SIP Outbound Edge Proxy (EPSIP)

Design of a SIP Outbound Edge Proxy (EPSIP) Design of a SIP Outbound Edge Proxy (EPSIP) Sergio Lembo Dept. of Communications and Networking Helsinki University of Technology (TKK) P.O. Box 3000, FI-02015 TKK, Finland Jani Heikkinen, Sasu Tarkoma

More information

ACD: Average Call Duration is the average duration of the calls routed bya a VoIP provider. It is a quality parameter given by the VoIP providers.

ACD: Average Call Duration is the average duration of the calls routed bya a VoIP provider. It is a quality parameter given by the VoIP providers. ACD: Average Call Duration is the average duration of the calls routed bya a VoIP provider. It is a quality parameter given by the VoIP providers. API: An application programming interface (API) is a source

More information

Network Convergence and the NAT/Firewall Problems

Network Convergence and the NAT/Firewall Problems Network Convergence and the NAT/Firewall Problems Victor Paulsamy Zapex Technologies, Inc. Mountain View, CA 94043 Samir Chatterjee School of Information Science Claremont Graduate University Claremont,

More information

SIP: Ringing Timer Support for INVITE Client Transaction

SIP: Ringing Timer Support for INVITE Client Transaction SIP: Ringing Timer Support for INVITE Client Transaction Poojan Tanna (poojan@motorola.com) Motorola India Private Limited Outer Ring Road, Bangalore, India 560 037 Abstract-The time for which the Phone

More information

Quality of Service in the Internet. QoS Parameters. Keeping the QoS. Traffic Shaping: Leaky Bucket Algorithm

Quality of Service in the Internet. QoS Parameters. Keeping the QoS. Traffic Shaping: Leaky Bucket Algorithm Quality of Service in the Internet Problem today: IP is packet switched, therefore no guarantees on a transmission is given (throughput, transmission delay, ): the Internet transmits data Best Effort But:

More information

VOICE OVER IP AND NETWORK CONVERGENCE

VOICE OVER IP AND NETWORK CONVERGENCE POZNAN UNIVE RSITY OF TE CHNOLOGY ACADE MIC JOURNALS No 80 Electrical Engineering 2014 Assaid O. SHAROUN* VOICE OVER IP AND NETWORK CONVERGENCE As the IP network was primarily designed to carry data, it

More information

Indepth Voice over IP and SIP Networking Course

Indepth Voice over IP and SIP Networking Course Introduction SIP is fast becoming the Voice over IP protocol of choice. During this 3-day course delegates will examine SIP technology and architecture and learn how a functioning VoIP service can be established.

More information

STANDPOINT FOR QUALITY-OF-SERVICE MEASUREMENT

STANDPOINT FOR QUALITY-OF-SERVICE MEASUREMENT STANDPOINT FOR QUALITY-OF-SERVICE MEASUREMENT 1. TIMING ACCURACY The accurate multi-point measurements require accurate synchronization of clocks of the measurement devices. If for example time stamps

More information

QoS Parameters. Quality of Service in the Internet. Traffic Shaping: Congestion Control. Keeping the QoS

QoS Parameters. Quality of Service in the Internet. Traffic Shaping: Congestion Control. Keeping the QoS Quality of Service in the Internet Problem today: IP is packet switched, therefore no guarantees on a transmission is given (throughput, transmission delay, ): the Internet transmits data Best Effort But:

More information

Performance of Host Identity Protocol on Nokia Internet Tablet

Performance of Host Identity Protocol on Nokia Internet Tablet Performance of Host Identity Protocol on Nokia Internet Tablet Andrey Khurri Helsinki Institute for Information Technology HIP Research Group IETF 68 Prague March 23, 2007

More information

ABC SBC: Securing the PBX. FRAFOS GmbH

ABC SBC: Securing the PBX. FRAFOS GmbH ABC SBC: Securing the PBX FRAFOS GmbH Introduction A widely reported fraud scenarios is the case of a malicious user detecting the address of a company s PBX and accessing that PBX directly. Once the attacker

More information

High-Performance IP Service Node with Layer 4 to 7 Packet Processing Features

High-Performance IP Service Node with Layer 4 to 7 Packet Processing Features UDC 621.395.31:681.3 High-Performance IP Service Node with Layer 4 to 7 Packet Processing Features VTsuneo Katsuyama VAkira Hakata VMasafumi Katoh VAkira Takeyama (Manuscript received February 27, 2001)

More information

Network Considerations for IP Video

Network Considerations for IP Video Network Considerations for IP Video H.323 is an ITU standard for transmitting voice and video using Internet Protocol (IP). It differs from many other typical IP based applications in that it is a real-time

More information

Network Connection Considerations for Microsoft Response Point 1.0 Service Pack 2

Network Connection Considerations for Microsoft Response Point 1.0 Service Pack 2 Network Connection Considerations for Microsoft Response Point 1.0 Service Pack 2 Updated: February 2009 Microsoft Response Point is a small-business phone solution that is designed to be easy to use and

More information

The SIP Express Router An Open Source SIP Platform Y. Rebahi, D. Sisalem, J. Kuthan, A. Pelinescu-Oncicul, B. Iancu, J. Janak, D. C.

The SIP Express Router An Open Source SIP Platform Y. Rebahi, D. Sisalem, J. Kuthan, A. Pelinescu-Oncicul, B. Iancu, J. Janak, D. C. The SIP Express Router An Open Source SIP Platform Y. Rebahi, D. Sisalem, J. Kuthan, A. Pelinescu-Oncicul, B. Iancu, J. Janak, D. C. Mierla Fraunhofer Institut Fokus, Kaiserin-Augusta-Allee 31, 10589 Berlin,

More information

Com.X Router/Firewall Module. Use Cases. White Paper. Version 1.0, 21 May 2014. 2014 Far South Networks

Com.X Router/Firewall Module. Use Cases. White Paper. Version 1.0, 21 May 2014. 2014 Far South Networks Com.X Router/Firewall Module Use Cases White Paper Version 1.0, 21 May 2014 2014 Far South Networks Document History Version Date Description of Changes 1.0 2014/05/21 Preliminary 2014 Far South Networks

More information

How To Understand The Purpose Of A Sip Aware Firewall/Alg (Sip) With An Alg (Sip) And An Algen (S Ip) (Alg) (Siph) (Network) (Ip) (Lib

How To Understand The Purpose Of A Sip Aware Firewall/Alg (Sip) With An Alg (Sip) And An Algen (S Ip) (Alg) (Siph) (Network) (Ip) (Lib NetVanta Unified Communications Technical Note The Purpose of a SIP-Aware Firewall/ALG Introduction This technical note will explore the purpose of a Session Initiation Protocol (SIP)-aware firewall/application

More information

Protecting and controlling Virtual LANs by Linux router-firewall

Protecting and controlling Virtual LANs by Linux router-firewall Protecting and controlling Virtual LANs by Linux router-firewall Tihomir Katić Mile Šikić Krešimir Šikić Faculty of Electrical Engineering and Computing University of Zagreb Unska 3, HR 10000 Zagreb, Croatia

More information

Voice over IP in the German Research Network: Challenges and Solutions

Voice over IP in the German Research Network: Challenges and Solutions Voice over IP in the German Research Network: Challenges and Solutions Falko Dressler, Ursula Hilgers, Peter Holleczek University of Erlangen-Nuremberg Regional Computing Center Martensstr. 1, 91058 Erlangen,

More information

Quantifying the Performance Degradation of IPv6 for TCP in Windows and Linux Networking

Quantifying the Performance Degradation of IPv6 for TCP in Windows and Linux Networking Quantifying the Performance Degradation of IPv6 for TCP in Windows and Linux Networking Burjiz Soorty School of Computing and Mathematical Sciences Auckland University of Technology Auckland, New Zealand

More information

PANDORA FMS NETWORK DEVICES MONITORING

PANDORA FMS NETWORK DEVICES MONITORING NETWORK DEVICES MONITORING pag. 2 INTRODUCTION This document aims to explain how Pandora FMS can monitor all the network devices available in the market, like Routers, Switches, Modems, Access points,

More information

Application Notes. Introduction. Contents. Managing IP Centrex & Hosted PBX Services. Series. VoIP Performance Management. Overview.

Application Notes. Introduction. Contents. Managing IP Centrex & Hosted PBX Services. Series. VoIP Performance Management. Overview. Title Series Managing IP Centrex & Hosted PBX Services Date July 2004 VoIP Performance Management Contents Introduction... 1 Quality Management & IP Centrex Service... 2 The New VoIP Performance Management

More information

Allocating Network Bandwidth to Match Business Priorities

Allocating Network Bandwidth to Match Business Priorities Allocating Network Bandwidth to Match Business Priorities Speaker Peter Sichel Chief Engineer Sustainable Softworks psichel@sustworks.com MacWorld San Francisco 2006 Session M225 12-Jan-2006 10:30 AM -

More information

Analysis of IP Network for different Quality of Service

Analysis of IP Network for different Quality of Service 2009 International Symposium on Computing, Communication, and Control (ISCCC 2009) Proc.of CSIT vol.1 (2011) (2011) IACSIT Press, Singapore Analysis of IP Network for different Quality of Service Ajith

More information

Parallel Firewalls on General-Purpose Graphics Processing Units

Parallel Firewalls on General-Purpose Graphics Processing Units Parallel Firewalls on General-Purpose Graphics Processing Units Manoj Singh Gaur and Vijay Laxmi Kamal Chandra Reddy, Ankit Tharwani, Ch.Vamshi Krishna, Lakshminarayanan.V Department of Computer Engineering

More information

Voice over IP Communications

Voice over IP Communications SIP The Next Big Step Voice over IP Communications Presented By: Stephen J. Guthrie VP of Operations Blue Ocean Technologies Goals What are our Goals for Today? Executive Summary: It is expected that real-time

More information

Policy Routing for Fun and Profit

Policy Routing for Fun and Profit Policy Routing for Fun and Profit Get the bandwidth you need without a surprise bill at the end of the month. by David Mandelstam and Nenad Corbic Sangoma is a manufacturer of PCI-based WAN interface cards.

More information

EXPLOITING SIMILARITIES BETWEEN SIP AND RAS: THE ROLE OF THE RAS PROVIDER IN INTERNET TELEPHONY. Nick Marly, Dominique Chantrain, Jurgen Hofkens

EXPLOITING SIMILARITIES BETWEEN SIP AND RAS: THE ROLE OF THE RAS PROVIDER IN INTERNET TELEPHONY. Nick Marly, Dominique Chantrain, Jurgen Hofkens Nick Marly, Dominique Chantrain, Jurgen Hofkens Alcatel Francis Wellesplein 1 B-2018 Antwerp Belgium Key Theme T3 Tel : (+32) 3 240 7767 Fax : (+32) 3 240 8485 E-mail : Nick.Marly@alcatel.be Tel : (+32)

More information

SSVVP SIP School VVoIP Professional Certification

SSVVP SIP School VVoIP Professional Certification SSVVP SIP School VVoIP Professional Certification Exam Objectives The SSVVP exam is designed to test your skills and knowledge on the basics of Networking, Voice over IP and Video over IP. Everything that

More information

Adaptation of TURN protocol to SIP protocol

Adaptation of TURN protocol to SIP protocol IJCSI International Journal of Computer Science Issues, Vol. 7, Issue 1, No. 2, January 2010 ISSN (Online): 1694-0784 ISSN (Print): 1694-0814 78 Adaptation of TURN protocol to SIP protocol Mustapha GUEZOURI,

More information

PANDORA FMS NETWORK DEVICE MONITORING

PANDORA FMS NETWORK DEVICE MONITORING NETWORK DEVICE MONITORING pag. 2 INTRODUCTION This document aims to explain how Pandora FMS is able to monitor all network devices available on the marke such as Routers, Switches, Modems, Access points,

More information

VoIP from A to Z. NAEO 2009 Conference Cancun, Mexico

VoIP from A to Z. NAEO 2009 Conference Cancun, Mexico VoIP from A to Z NAEO 2009 Conference Cancun, Mexico VoIP glossary What is VoIP? Bandwidth Signaling Codecs Quality of Service (QoS) What is VoIP? Voice over Internet Protocol (VoIP) is the method of transmitting

More information

Application Note Patton SmartNode in combination with a CheckPoint Firewall for Multimedia security

Application Note Patton SmartNode in combination with a CheckPoint Firewall for Multimedia security Patton Electronics Co. www.patton.com 7622 Rickenbacker Drive, Gaithersburg, MD 20879, USA tel: +1 301-975-10001000 fax: +1 301-869-9293 Application Note Patton SmartNode in combination with a CheckPoint

More information

4. H.323 Components. VOIP, Version 1.6e T.O.P. BusinessInteractive GmbH Page 1 of 19

4. H.323 Components. VOIP, Version 1.6e T.O.P. BusinessInteractive GmbH Page 1 of 19 4. H.323 Components VOIP, Version 1.6e T.O.P. BusinessInteractive GmbH Page 1 of 19 4.1 H.323 Terminals (1/2)...3 4.1 H.323 Terminals (2/2)...4 4.1.1 The software IP phone (1/2)...5 4.1.1 The software

More information

Enterprise VoIP Services over Mobile Ad-Hoc Technologies

Enterprise VoIP Services over Mobile Ad-Hoc Technologies Enterprise VoIP Services over Mobile Ad-Hoc Technologies 1 System Architecture Figure 1 illustrates the system architecture. We can divide it into 2 parts. One is the Mobile VoIP Box (MVB) node and the

More information

Improving Quality of Service

Improving Quality of Service Improving Quality of Service Using Dell PowerConnect 6024/6024F Switches Quality of service (QoS) mechanisms classify and prioritize network traffic to improve throughput. This article explains the basic

More information

SIP: NAT and FIREWALL TRAVERSAL Amit Bir Singh Department of Electrical Engineering George Washington University

SIP: NAT and FIREWALL TRAVERSAL Amit Bir Singh Department of Electrical Engineering George Washington University SIP: NAT and FIREWALL TRAVERSAL Amit Bir Singh Department of Electrical Engineering George Washington University ABSTRACT The growth of market for real-time IP communications is a big wave prevalent in

More information

Traffic Control in a Linux, Multiple Service Edge Device

Traffic Control in a Linux, Multiple Service Edge Device Traffic Control in a Linux, Multiple Service Edge Device Joana Urbano, António Alves, António Raposo, Edmundo Monteiro Small and medium size networks with access to the Internet are each day more common

More information

2.2 SIP-based Load Balancing. 3 SIP Load Balancing. 3.1 Proposed Load Balancing Solution. 2 Background Research. 2.1 HTTP-based Load Balancing

2.2 SIP-based Load Balancing. 3 SIP Load Balancing. 3.1 Proposed Load Balancing Solution. 2 Background Research. 2.1 HTTP-based Load Balancing SIP TRAFFIC LOAD BALANCING Ramy Farha School of Electrical and Computer Engineering University of Toronto Toronto, Ontario Email: rfarha@comm.utoronto.ca ABSTRACT This paper presents a novel solution to

More information

5 Performance Management for Web Services. Rolf Stadler School of Electrical Engineering KTH Royal Institute of Technology. stadler@ee.kth.

5 Performance Management for Web Services. Rolf Stadler School of Electrical Engineering KTH Royal Institute of Technology. stadler@ee.kth. 5 Performance Management for Web Services Rolf Stadler School of Electrical Engineering KTH Royal Institute of Technology stadler@ee.kth.se April 2008 Overview Service Management Performance Mgt QoS Mgt

More information

Release the full potential of your Cisco Call Manager with Ingate Systems

Release the full potential of your Cisco Call Manager with Ingate Systems Release the full potential of your Cisco Call Manager with Ingate Systems -Save cost with flexible connection to Service Providers. -Save mobile costs, give VoIP mobility to your workforce. -Setup an effective

More information

Firewalls. Chien-Chung Shen cshen@cis.udel.edu

Firewalls. Chien-Chung Shen cshen@cis.udel.edu Firewalls Chien-Chung Shen cshen@cis.udel.edu The Need for Firewalls Internet connectivity is essential however it creates a threat vs. host-based security services (e.g., intrusion detection), not cost-effective

More information

MikroTik RouterOS Workshop Load Balancing Best Practice. Warsaw MUM Europe 2012

MikroTik RouterOS Workshop Load Balancing Best Practice. Warsaw MUM Europe 2012 MikroTik RouterOS Workshop Load Balancing Best Practice Warsaw MUM Europe 2012 MikroTik 2012 About Me Jānis Meģis, MikroTik Jānis (Tehnical, Trainer, NOT Sales) Support & Training Engineer for almost 8

More information

EdgeMarc 4508T4/4508T4W Converged Networking Router

EdgeMarc 4508T4/4508T4W Converged Networking Router Introduction The EdgeMarc 4508T4W combines multiple voice and data features into a single, easy to use converged networking router. It includes models that have up to 4 T1 WAN interfaces or a single Ethernet

More information

How To Monitor And Test An Ethernet Network On A Computer Or Network Card

How To Monitor And Test An Ethernet Network On A Computer Or Network Card 3. MONITORING AND TESTING THE ETHERNET NETWORK 3.1 Introduction The following parameters are covered by the Ethernet performance metrics: Latency (delay) the amount of time required for a frame to travel

More information

Networking 4 Voice and Video over IP (VVoIP)

Networking 4 Voice and Video over IP (VVoIP) Networking 4 Voice and Video over IP (VVoIP) Course Objectives This course will give delegates a good understanding of LANs, WANs and VVoIP (Voice and Video over IP). It is aimed at those who want to move

More information

Hosting more than one FortiOS instance on. VLANs. 1. Network topology

Hosting more than one FortiOS instance on. VLANs. 1. Network topology Hosting more than one FortiOS instance on a single FortiGate unit using VDOMs and VLANs 1. Network topology Use Virtual domains (VDOMs) to divide the FortiGate unit into two or more virtual instances of

More information

Frequently Asked Questions about Integrated Access

Frequently Asked Questions about Integrated Access Frequently Asked Questions about Integrated Access Phone Service How are local, long distance, and international calls defined? Local access transport areas (LATAs) are geographical boundaries set by the

More information

Configuration Guide for connecting the Eircom Advantage 4800/1500/1200 PBXs to the Eircom SIP Voice platform.

Configuration Guide for connecting the Eircom Advantage 4800/1500/1200 PBXs to the Eircom SIP Voice platform. Configuration Guide for connecting the Eircom Advantage 4800/1500/1200 PBXs to the Eircom SIP Voice platform. 1 Contents Introduction.... 3 Installing the Applications Module... 4 Ordering a Licence for

More information

Configuration Notes 283

Configuration Notes 283 Mediatrix 4400 Digital Gateway VoIP Trunking with a Legacy PBX June 21, 2011 Proprietary 2011 Media5 Corporation Table of Contents Table of Contents... 2 Introduction... 3 Mediatrix 4400 Digital Gateway

More information

AP200 VoIP Gateway Series Design Features & Concept. 2002. 3.5 AddPac R&D Center

AP200 VoIP Gateway Series Design Features & Concept. 2002. 3.5 AddPac R&D Center AP200 VoIP Gateway Series Design Features & Concept 2002. 3.5 AddPac R&D Center Contents Design Features Design Specifications AP200 Series QoS Features AP200 Series PSTN Backup Features AP200 Series Easy

More information

IMPLEMENTATION OF INTELLIGENT FIREWALL TO CHECK INTERNET HACKERS THREAT

IMPLEMENTATION OF INTELLIGENT FIREWALL TO CHECK INTERNET HACKERS THREAT IMPLEMENTATION OF INTELLIGENT FIREWALL TO CHECK INTERNET HACKERS THREAT Roopa K. Panduranga Rao MV Dept of CS and Engg., Dept of IS and Engg., J.N.N College of Engineering, J.N.N College of Engineering,

More information

Session Initiation Protocol Deployment in Ad-Hoc Networks: a Decentralized Approach

Session Initiation Protocol Deployment in Ad-Hoc Networks: a Decentralized Approach Session Initiation Protocol Deployment in Ad-Hoc Networks: a Decentralized Approach Simone Leggio, Jukka Manner, Antti Hulkkonen, Kimmo Raatikainen Department of Computer Science University of Helsinki,

More information

DOMIQ, SIP and Mobotix cameras

DOMIQ, SIP and Mobotix cameras DOMIQ, SIP and Mobotix cameras This tutorial is the second in the series in which we present integration of Mobotix devices with the DOMIQ system. The main subject of this tutorial is the implementation

More information

Cisco Integrated Services Routers Performance Overview

Cisco Integrated Services Routers Performance Overview Integrated Services Routers Performance Overview What You Will Learn The Integrated Services Routers Generation 2 (ISR G2) provide a robust platform for delivering WAN services, unified communications,

More information

OpenSER the open SIP Server. Bogdan-Andrei Iancu CEO Voice System Co-Founder OpenSER Project

OpenSER the open SIP Server. Bogdan-Andrei Iancu CEO Voice System Co-Founder OpenSER Project penser the open SIP Server Bogdan-Andrei Iancu CE Voice System Co-Founder penser Project About penser verview penser is an open source, GPLed SIP server with High scalability (up to thousands of calls

More information

Data Networking and Architecture. Delegates should have some basic knowledge of Internet Protocol and Data Networking principles.

Data Networking and Architecture. Delegates should have some basic knowledge of Internet Protocol and Data Networking principles. Data Networking and Architecture The course focuses on theoretical principles and practical implementation of selected Data Networking protocols and standards. Physical network architecture is described

More information

Per-Flow Queuing Allot's Approach to Bandwidth Management

Per-Flow Queuing Allot's Approach to Bandwidth Management White Paper Per-Flow Queuing Allot's Approach to Bandwidth Management Allot Communications, July 2006. All Rights Reserved. Table of Contents Executive Overview... 3 Understanding TCP/IP... 4 What is Bandwidth

More information

Configuring Network Address Translation (NAT)

Configuring Network Address Translation (NAT) 8 Configuring Network Address Translation (NAT) Contents Overview...................................................... 8-3 Translating Between an Inside and an Outside Network........... 8-3 Local and

More information

Deploying in a Distributed Environment

Deploying in a Distributed Environment Deploying in a Distributed Environment Distributed enterprise networks have many remote locations, ranging from dozens to thousands of small offices. Typically, between 5 and 50 employees work at each

More information

WebRTC: Why and How? FRAFOS GmbH. FRAFOS GmbH Windscheidstr. 18 Ahoi 10627 Berlin Germany info@frafos.com www.frafos.com

WebRTC: Why and How? FRAFOS GmbH. FRAFOS GmbH Windscheidstr. 18 Ahoi 10627 Berlin Germany info@frafos.com www.frafos.com WebRTC: Why and How? FRAFOS GmbH FRAFOS GmbH Windscheidstr. 18 Ahoi 10627 Berlin Germany info@frafos.com www.frafos.com This docume nt is copyright of FRAFOS GmbH. Duplication or propagation or e xtracts

More information

SIP : Session Initiation Protocol

SIP : Session Initiation Protocol : Session Initiation Protocol EFORT http://www.efort.com (Session Initiation Protocol) as defined in IETF RFC 3261 is a multimedia signaling protocol used for multimedia session establishment, modification

More information

A Scalable Multi-Server Cluster VoIP System

A Scalable Multi-Server Cluster VoIP System A Scalable Multi-Server Cluster VoIP System Ming-Cheng Liang Li-Tsung Huang Chun-Zer Lee Min Chen Chia-Hung Hsu mcliang@nuk.edu.tw {kpa.huang, chunzer.lee}@gmail.com {minchen, chhsu}@nchc.org.tw Department

More information

ZEN LOAD BALANCER EE v3.04 DATASHEET The Load Balancing made easy

ZEN LOAD BALANCER EE v3.04 DATASHEET The Load Balancing made easy ZEN LOAD BALANCER EE v3.04 DATASHEET The Load Balancing made easy OVERVIEW The global communication and the continuous growth of services provided through the Internet or local infrastructure require to

More information

Voice Over Internet Protocol (VOIP) SECURITY. Rick Kuhn Computer Security Division National Institute of Standards and Technology

Voice Over Internet Protocol (VOIP) SECURITY. Rick Kuhn Computer Security Division National Institute of Standards and Technology Voice Over Internet Protocol (VOIP) SECURITY Rick Kuhn Computer Security Division National Institute of Standards and Technology What is VOIP? Voice Over Internet Protocol Voice Communications over data-style

More information

Knut Omang Ifi/Oracle 16 Nov, 2015

Knut Omang Ifi/Oracle 16 Nov, 2015 RT protocols and Firewall/NAT - SIP FW/NAT support in the Linux kernel Knut Omang Ifi/Oracle 16 Nov, 2015 32 Overview Quick overview of some protocols in use for real-time multimedia SIP/SDP Other protocols

More information

Inter-domain Authentication and Authorization Mechanisms for Roaming SIP Users 1

Inter-domain Authentication and Authorization Mechanisms for Roaming SIP Users 1 Inter-domain Authentication and Authorization Mechanisms for Roaming SIP Users 1 Dorgham Sisalem Jiri Kuthan Fraunhofer Institute for Open Communication Systems (FhG Fokus) Kaiserin-Augusta-Allee 31, 10589

More information

Part Number: 203285. HG253s V2 Home Gateway Product Description V100R001_01. Issue HUAWEI TECHNOLOGIES CO., LTD.

Part Number: 203285. HG253s V2 Home Gateway Product Description V100R001_01. Issue HUAWEI TECHNOLOGIES CO., LTD. Part Number: 203285 HG253s V2 Home Gateway Issue V100R001_01 HUAWEI TECHNOLOGIES CO., LTD. 2013. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means

More information

Open Source in Network Administration: the ntop Project

Open Source in Network Administration: the ntop Project Open Source in Network Administration: the ntop Project Luca Deri 1 Project History Started in 1997 as monitoring application for the Univ. of Pisa 1998: First public release v 0.4 (GPL2) 1999-2002:

More information

SSVP SIP School VoIP Professional Certification

SSVP SIP School VoIP Professional Certification SSVP SIP School VoIP Professional Certification Exam Objectives The SSVP exam is designed to test your skills and knowledge on the basics of Networking and Voice over IP. Everything that you need to cover

More information

Cisco Virtual Office Express

Cisco Virtual Office Express . Q&A Cisco Virtual Office Express Overview Q. What is Cisco Virtual Office Express? A. Cisco Virtual Office Express is a solution that provides secure, rich network services to workers at locations outside

More information

Implementing SIP and H.323 Signalling as Web Services

Implementing SIP and H.323 Signalling as Web Services Implementing SIP and H.323 Signalling as Web Services Ge Zhang, Markus Hillenbrand University of Kaiserslautern, Department of Computer Science, Postfach 3049, 67653 Kaiserslautern, Germany {gezhang, hillenbr}@informatik.uni-kl.de

More information

Ranch Networks for Hosted Data Centers

Ranch Networks for Hosted Data Centers Ranch Networks for Hosted Data Centers Internet Zone RN20 Server Farm DNS Zone DNS Server Farm FTP Zone FTP Server Farm Customer 1 Customer 2 L2 Switch Customer 3 Customer 4 Customer 5 Customer 6 Ranch

More information

Architecture of distributed network processors: specifics of application in information security systems

Architecture of distributed network processors: specifics of application in information security systems Architecture of distributed network processors: specifics of application in information security systems V.Zaborovsky, Politechnical University, Sait-Petersburg, Russia vlad@neva.ru 1. Introduction Modern

More information

Contents. Specialty Answering Service. All rights reserved.

Contents. Specialty Answering Service. All rights reserved. Contents 1 Introduction... 2 2 PBX... 3 3 IP PBX... 4 3.1 How It Works... 4 3.2 Functions of IP PBX... 5 3.3 Benefits of IP PBX... 5 4 Evolution of IP PBX... 6 4.1 Fuelling Factors... 6 4.1.1 Demands from

More information

Chapter 7. Firewalls http://www.redhat.com/docs/manuals/enterprise/rhel-4-manual/security-guide/ch-fw.html

Chapter 7. Firewalls http://www.redhat.com/docs/manuals/enterprise/rhel-4-manual/security-guide/ch-fw.html Red Hat Docs > Manuals > Red Hat Enterprise Linux Manuals > Red Hat Enterprise Linux 4: Security Guide Chapter 7. Firewalls http://www.redhat.com/docs/manuals/enterprise/rhel-4-manual/security-guide/ch-fw.html

More information

Jive Core: Platform, Infrastructure, and Installation

Jive Core: Platform, Infrastructure, and Installation Jive Core: Platform, Infrastructure, and Installation Jive Communications, Inc. 888-850-3009 www.getjive.com 1 Overview Jive hosted services are run on Jive Core, a proprietary, cloud-based platform. Jive

More information

Quality of Service (QoS) on Netgear switches

Quality of Service (QoS) on Netgear switches Quality of Service (QoS) on Netgear switches Section 1 Principles and Practice of QoS on IP networks Introduction to QoS Why? In a typical modern IT environment, a wide variety of devices are connected

More information

ANALYSIS OF LONG DISTANCE 3-WAY CONFERENCE CALLING WITH VOIP

ANALYSIS OF LONG DISTANCE 3-WAY CONFERENCE CALLING WITH VOIP ENSC 427: Communication Networks ANALYSIS OF LONG DISTANCE 3-WAY CONFERENCE CALLING WITH VOIP Spring 2010 Final Project Group #6: Gurpal Singh Sandhu Sasan Naderi Claret Ramos (gss7@sfu.ca) (sna14@sfu.ca)

More information

High-performance VoIP Traffic Optimizer Client Solution

High-performance VoIP Traffic Optimizer Client Solution AP-VTO200 VoIP Traffic Optimizer Client High-performance VoIP Traffic Optimizer Client Solution AddPac Technology 2014, Sales and Marketing www.addpac.com Contents Product Overview Benefits and Features

More information

Break Internet Bandwidth Limits Higher Speed. Extreme Reliability. Reduced Cost.

Break Internet Bandwidth Limits Higher Speed. Extreme Reliability. Reduced Cost. Break Internet Bandwidth Limits Higher Speed. Extreme Reliability. Reduced Cost. Peplink. All Rights Reserved. Unauthorized Reproduction Prohibited Presentation Agenda Peplink Balance Pepwave MAX Features

More information

Intro to Linux Kernel Firewall

Intro to Linux Kernel Firewall Intro to Linux Kernel Firewall Linux Kernel Firewall Kernel provides Xtables (implemeted as different Netfilter modules) which store chains and rules x_tables is the name of the kernel module carrying

More information

CS 5410 - Computer and Network Security: Firewalls

CS 5410 - Computer and Network Security: Firewalls CS 5410 - Computer and Network Security: Firewalls Professor Kevin Butler Fall 2015 Firewalls A firewall... is a physical barrier inside a building or vehicle, designed to limit the spread of fire, heat

More information

Need for Signaling and Call Control

Need for Signaling and Call Control Need for Signaling and Call Control VoIP Signaling In a traditional voice network, call establishment, progress, and termination are managed by interpreting and propagating signals. Transporting voice

More information

A Study of Network Security Systems

A Study of Network Security Systems A Study of Network Security Systems Ramy K. Khalil, Fayez W. Zaki, Mohamed M. Ashour, Mohamed A. Mohamed Department of Communication and Electronics Mansoura University El Gomhorya Street, Mansora,Dakahlya

More information

Voice over IP Probe! for Network Operators and! Internet Service Providers

Voice over IP Probe! for Network Operators and! Internet Service Providers Voice over IP Probe! for Network Operators and! Internet Service Providers Product Presentation September 2011 2011 ADVENAGE GmbH Agenda Voice over IP Probe Key Facts VoIP Probe in a Nutshell Use Cases

More information

Quality of Service on the Internet: Evaluation of the IntServ Architecture on the Linux Operative System 1

Quality of Service on the Internet: Evaluation of the IntServ Architecture on the Linux Operative System 1 Quality of Service on the Internet: Evaluation of the IntServ Architecture on the Linux Operative System 1 Elisabete Reis elreis@dei.uc.pt Polytechnic Institute of Coimbra Fernando Melo fmelor@dei.uc.pt

More information

Integrate VoIP with your existing network

Integrate VoIP with your existing network Integrate VoIP with your existing network As organisations increasingly recognise and require the benefits voice over Internet Protocol (VoIP) offers, they stop asking "Why?" and start asking "How?". A

More information