The Architecture of a Novel Tool for Network Management Using GSM/GPRS Mobile Devices

Size: px
Start display at page:

Download "The Architecture of a Novel Tool for Network Management Using GSM/GPRS Mobile Devices"

Transcription

1 The Architecture of a Novel Tool for Network Management Using GSM/GPRS Mobile Devices Vieira Junior, A.C. Computer Science Department Catholic University of Petrópolis (UCP) Rio de Janeiro - Brazil [email protected] Anido, M.L. Computing Center (NCE) Federal University of Rio de Janeiro (UFRJ) Rio de Janeiro Brazil [email protected] Abstract Computer network management is a highly demanding task because network managers have to deal with urgent requests to solve network problems Unfortunately, a network manager may be situated in a location where there is no internet-connected computer to perform remote network management tasks. To solve this problem, this paper describes the architecture of a novel tool for network management using GSM/GPRS mobile devices. The paper starts by presenting some general concepts about network management and GPRS technology. Then it focuses on the description of architecture for the development of applications for network management. The paper also describes implementation details of a network management tool, particularly the interface for mobile devices. At the end, it shows results by depicting the screen of several mobile devices, which provide network management information. Keywords network management; SNMP; GPRS; I. INTRODUCTION AND PREVIOUS WORK Network management is a hard task. It requires the coordination of several issues, such as different hardware, software and communication environments. A Network Management System (NMS) is a set of software and hardware tools for the monitoring and management of a network [7] [8]. Sometimes, we think that Wide Area Networks (WANs) are harder to manage than Local Area Networks. Modern LANs are so complex that the difficulty of managing them is similar to, or even bigger than, the difficulty of managing a WAN. Nowadays, almost every IT department settles Service Level Agreements (SLAs) with their users, which requires additional resources in network monitoring systems. Network monitoring has many disciplines, such as installation, integration, and the coordination of hardware, software and human resources for the monitoring, test, configuration, analysis and evaluation. The final goal is to control the network in real-time, knowing its resources, its performance, and then comparing this information with the user requirements. All these tasks should be executed within an acceptable budget. The increasing demand for applications and services that allow the development of new business, stimulate companies to increase the investment on network infrastructure services and telecommunication systems. These systems have had their complexity increased, interconnecting equipments of different manufacturers, which generally use different technologies. Accordingly, the increasing use of SLAs has demanded sophisticated monitoring and management systems. IP based network management protocols appeared in the 80 s with the development of the Host Monitoring Protocol (HMP), High-Load Entity Management System (HEMS) and Simple Gateway Monitoring Protocol (SGMP) [1]. These protocols evolved towards the Simple Network Management Protocol (SNMP) [1] [25]. The Internet Engineering Task Force (IETF) Application MIB Working Group is responsible for the definition of a set of managed objects that provides information about configuration, faults, performance, accountability and security. These managed objects offer the necessary information to define the quality of service and reliability of a network infrastructure. The basic parameters of SLAs are established by this information. Technology development in the mobile communications area has been growing substantially in recent years. The success of Global Systems for Mobile (GSM) [2] technology is a fact and the continuous growth of the Internet creates opportunities for the mobile cell companies to offer new data services, mostly Internet and Intranet access for mobile users. Currently, two technologies have appeared as big players in the wireless arena. One is the result of the development and migration of LAN technologies, standardized by the IEEE as or Wireless Fidelity (Wi-Fi) [3]. The other is General Packet Systems Radio (GPRS) [4] [5]. GPRS was created to fulfill the needs for transmitting data packets over cellular telephony. Other technologies like Code Division Multiple Access - 1 x Radio Transmission Technology (CDMA - 1xRTT) [22] and movements toward standardization with Universal Mobile Telecommunications Systems (UMTS) [6] make it clear that a big market for wireless access is coming. Nikolaou and Zervos [23] have made an excellent analysis about wireless convergence, presenting a case study, which uses GSM and Wireless LANs. However, their paper does not address the problem of network management using mobile /04/$ IEEE. 539

2 devices. In [24] Jacques presents his work about an implementation of a web-based management system using standard computers, but without GSM/GPRS connectivity. This work is centered on mobile devices with GSM/GPRS connectivity to provide network management facilities, despite having more limitations than standard computers. How to circumvent such limitations is one of the topics of this paper. II. GPRS: AN OVERVIEW The GPRS (General Packet Radio System) technology has been standardized by the ETSI (European Telecommunications Standards Institute) [9] and is one of the main data services available for mobile cellular networks. It is a service that provides data access using packet switching over GSM and TDMA (Time Division Multiple Access) networks. One of the greatest advantages when compared with CSD (Circuit Switched Data), is the moderate use of network resources, which only occurs when there is traffic activity. GPRS is a step towards third generation (3G) cellular systems. The use of GPRS allows mobile cell companies to change their networks, enabling IP data services. The packet switching capability that already exists in GSM networks is extended with GPRS, using Packet Data on Signaling- Channel Services (DSS). This technique allows transfer rates up to 171,2 Kbps, when all the eight (8) timeslots are used together. This rate is more than twice the speed of dial-up connections and more than 10 times the speed of the CSD services offered by the cellular mobile systems. GPRS was designed to coexist with the GSM Public Land Mobile Networks (PLMN) and could be gradually implemented over existent GSM networks. GPRS is the main convergence technology for GSM and TDMA (IS-136) networks, because it is available on both systems, allowing traffic between different network providers and a smooth transition into 3G networks. The use of the Internet Protocol (IP) and packet switching on mobile networks allows the deployment of Internet/Intranet applications over mobile cell networks. The three main characteristics of GPRS are: the system is always on-line; it is an evolution of the current systems and is part of 3G systems. The always on-line feature, traffic-based billed system is changing the way mobile devices are used. This feature is not unique of GPRS, but it is the first time it is available for mobile services and will continue in the next generations of mobile services. This feature provides real-time access using a WAP (Wireless Application Protocol) [10] browser or a proprietary application on the mobile device. The possibility of evolving GSM into GSM/GPRS with a software upgrade on the Base Stations System (BSS) is a very interesting point. The major part of the costs of the installation of mobile cellular infrastructure is in the Base Station Controller (BSC) and the Base Transceiver Station (BTS). With a software update and a small hardware investment, new value-based services could be offered to customers. One such service is that GSM networks could support GPRS by adding two new elements beyond the software upgrade and some specific hardware like the Packet Control Unit (PCU), which makes the traffic separation between packet switching traffic and circuit switching traffic. The PCU is installed on the BSC (figure 1). The new elements are the Serving GPRS Support Node (SGSN) and the Gateway GPRS Support Node (GGSN). The first one is responsible for the management of mobile devices, packet routing between the mobile devices and available networks, user authentication, cryptography and data compression. The second one is an interconnection point between the SGNS and the packet switching networks. The GGSN has a tunneling capacity, implemented by the GPRS Tunneling Protocol (GTP). This feature allows a secure communication channel between the GPRS mobile device and the packet switching network connected with the GPRS network. Figure 1. GPRS System Architecture mobile-based network management, which is the subject addressed by this paper. III. AN ARCHITECTURE FOR MANAGING AND MONITORING NETWORKS USING MOBILE DEVICES With the possibility of data traffic between mobile devices and packet switching networks, using GPRS, we can design an architecture that can be used for the development of a /04/$ IEEE. 540

3 Network Monitoring System. Network managers can use this NMS to remotely monitor and/or manage networks. A global view of such architecture is presented by figure 2. Figure 2. An architecture for managing and monitoring networks using mobile devices An NMS was developed using this architecture and comprises seven (7) modules, which are: NMS Core This is the main module and it is responsible for keeping information about network element records, interfaces, data link, users, user groups, administrators, user authentication, private MIB elements and general NMS configuration. Another responsibility of this module is to process and analyze all the events collected from other modules of the application. These processes occur every minute or two and several events, such as trap from module Trap Receiver, generate alarms, which are sent to the network administrator. Polling Unit It is responsible for the synchronous verification of the state of managed elements. It collects information about the state of network elements and stores them in a database. If an element (device) cannot be reached, the Polling Unit triggers an alarm. Trap Receiver It is responsible for trap processing. Traps received from network elements are processed by the snmptrapd daemon and are forward to the trap receiver. After receiving a trap, the trap receiver searches a dictionary, which contains the most important traps, devices and interfaces used for network monitoring and management. Storing a trap event on a trap database is preceded by its search and, if necessary, the trap can be converted into an SMS and sent to the SMS Gateway. SMS Gateway This module receives notifications that have to be sent to the wireless GSM/GPRS module. After sending the notification, the SMS Gateway records a notification timestamp on a database. SLA It is responsible for recording the Service Level Agreements that have to be performed. When a violation occurs, the SLA module records that event on a table to be processed by the NMS Core Module. Statistics It maintains data about network elements and generates graphics. It also feeds the SLA module with statistical data. Interface This module provides access using WAP / WML, HTML, HDML, I-mode TM or MML interfaces. Figure 3 shows an application of the architecture in a managed network connected to a GSM/GPRS network. One of the major differences, when compared with the usual monitoring and managing system, is the capability of sending SMS messages directly to the GSM network across its own SMS Gateway, thus being independent of the SMS gateway mobile service provider. It also allows the network administrator to access the managed elements of the network with a mobile device, using a suitable interface for the current device /04/$ IEEE. 541

4 When an event, such as a link down event, on a router occurs, a SNMP trap notifies this event. The Trap Receiver module processes the trap and if it is an important event, the trap is converted into an SMS message and is sent to the network administrator. The Polling Unit module uses a similar procedure when an element cannot be reached. Both modules will record their operations on a database for logging proposes. After receiving the SMS message, the network administrator can access the elements via the Interface module. One limitation of the current GPRS Phase 2+ standard is that it is not possible to connect the mobile station to the wireless module directly, as shown in figure 3. To circumvent this problem we used one or more dedicated Internet connections with a virtual private network (VPN) between the mobile service provider and the managed network or a dedicated connection (point-to-point, not using the Internet). This circuit is the weakest link on the chain. If it fails, the administrator cannot access the managed elements. Nonetheless, even in this scenario, is possible to make the NMS open a call using the Circuit Switch Data (CSD) to the mobile service provider and configure a temporary VPN connection. The performance will diminish, but the administrator will have access to the network elements. IV. A NETWORK MANAGEMENT TOOL BASED ON THE PROPOSED ARCHITECTURE The development of software for mobile devices has two basic approaches for the Human-Machine Interface, which is the terminal based approach and the browser-based approach. Using the first one, we install the software on the mobile device by downloading it. Of course, the operating system of the mobile device should support the software. Using the browser-based approach, one can use a browser compatible device, using one of the many technologies available, such as WAP / WML, I-mode and DTML. Using the latter approach most of the software runs on the server and the user interface is sent to the browser. The major advantage of the browser s approach is the high portability of the application because there are many mobile devices that support browsers as standard applications. Figure 3. Network Monitoring and Managing using GPRS One of the requirements of this particular application is that it should be used with all browsers that are compatible with WAP / WML, HTML, HDML or I-Mode. Another requirement of the application is to use Open Source development tools, thus reducing the cost of licenses, no matter the benefits a proprietary solution would bring. The NMS was developed using the PHP [11] programming language which allows direct access to the managed elements via a SNMP API. Using the NET-SNMP 1 [12] package, it is possible to use the basic SNMP commands (SNMPGET, SNMPSET, SNMPWALK) inside a PHP application. The application runs on a Linux Red Hat 9 Server [17], with an Apache HTTP Server [18] and an SMS gateway [19]. The database used to store the network elements, interfaces, service provider contacts, users, notifications and messages was the MySQL [13] database. The interface with the mobile devices was developed using a framework known as HawHaw - HTML and WML Hybrid Adapted Web server [14]. This framework uses PHP and has an adaptation layer for the different technologies used in mobile devices. The modem used by the SMS Gateway is a mobile cell phone from Siemens model S45 [15] with a serial cable for the Linux Server. The statistics module was 1 NET-SNMP is a set of tools for Simple Network Management Protocol (SNMP). This package is based on the SNMP implementation of the University of Carnegie Mellon. It implements a SNMP agent, a library and tools for using SET e GET commands and trap management /04/$ IEEE. 542

5 implemented using RRDTool [20] and to convert GIF/PNG to WBMP, we used ImageMagik [21]. Figures 4, 5 and 6 illustrate the different interfaces available to access the information about network devices. To validate our system we used a Siemens mobile cell phone, a Palm V, as illustrated by figure 4. A SmartPhone 2003 emulator from Microsoft [16] and OpenWave Emulator, as illustrated by figure 5 and 6. Figure 5. SmartPhone 2003 emulator accessing the NMS Figure 4. Accessing the NMS through different mobile devices Figure 6. OpenWave emulator accessing the NMS /04/$ IEEE. 543

6 V. CONCLUSIONS This paper addressed the architecture of a novel tool for network management using GSM/GPRS mobile devices, focusing on its block diagram and the corresponding functions. It also presented the approach that was used to develop software for mobile devices. One of the major difficulties for the development of this tool was the Human-Machine Interface, because the displays of mobile devices have limited resolution to display the monitoring information. On cell phones, this problem is worse and we have to deal with a small and inappropriate keyboard. Nevertheless, the existence and availability (always on-line) of a GPRS application is a great resource for a network administrator. Most of the simple problems of networks can be easily solved remotely, anytime, anywhere. New functionalities are under development. These new modules will allow VLAN control, Routing Protocol configuration and other services. The development of templates for the monitoring/managing of Database Servers, Proxy Servers, Web Servers, and Mail Servers is also being considered. We use this tool to monitor and manage the network elements of the Catholic University of Petropolis (UCP), which had enough complexity for our test case. REFERENCES [1]. Stallings, William - SNMP, SNMPv2, SNMPv3 and RMON 1 and 2 Addison-Wesley, 3rd edition, [2]. Redl, Siegmund M., Weber, Matthias K., Oliphant, Malcon W. An Introduction to GSM Artech House Publishers, [3]. Wi-Fi Alliance, May [4]. Bates, Regis J. GPRS General Packet Radio Service McGraw Hill, [5]. B. Ghribi and L. Logrippo, "Understanding GPRS: the GSM packet radio service," Computer Networks, vol. 34, pp , [6]. UMTS FORUM - May [7]. Subramanian, Mani - Network Management: Principles and Practice - Addison-Wesley, [8]. Hegering, Heinz-Gerd, Sebastian Abeck, Bernhard Neumair Integrated Management of Networked Systems: Concepts, Architectures, and Their Operational Application (Networking) - Morgan Kaufmann, [9]. ETSI - European Telecommunications Standards Institute May [10]. Wireless Application Protocol (WAP), May [11]. PHP, The Hypertext Preprocessor, May [12]. NET-SNMP, The NET-SNMP Project, May [13]. MySQL, The MySQL Database, May [14]. HAWHAW, The HTML and WML hybrid adapted Web server, May [15]. Siemens S45 Mobile Phone, May [16]. SmartPhone 2003 Emulator, fault.mspx, Sep [17]. Red Hat, May [18]. Apache HTTP Server Project, May [19]. SMSLink A client/server gateway to SMS protocol, May [20]. RRDTool Round Robin Database Tool - May [21]. ImageMagik /ImageMagick.html, May [22]. Ames, Phillip - The Evolution of Third-Generation Cellular Standards, Wireless Communications and Computing Group, Intel Technology Journal, [23]. Nikolaou, Nikos A., Zervos, Nicholas A. - Wireless Convergence Architecture: A Case Study Using GSM and Wireless LAN, Mobile Networks and Applications 7, , 2002 [24]. Sauvé, Jacques P. Web Manager A Web-based Network Management Application, IEEE-LANMOS, , [25]. Rose, Marshall T. The Simple Book An Introduction to Network Management. Second Ed. Prentice Hall Inc, /04/$ IEEE. 544

Mobile Wireless Overview

Mobile Wireless Overview Mobile Wireless Overview A fast-paced technological transition is occurring today in the world of internetworking. This transition is marked by the convergence of the telecommunications infrastructure

More information

Mobility and cellular networks

Mobility and cellular networks Mobility and cellular s Wireless WANs Cellular radio and PCS s Wireless data s Satellite links and s Mobility, etc.- 2 Cellular s First generation: initially debuted in Japan in 1979, analog transmission

More information

The Shift to Wireless Data Communication

The Shift to Wireless Data Communication The Shift to Wireless Data Communication Choosing a Cellular Solution for Connecting Devices to a WWAN Dana Lee, Senior Product Manager [email protected] Recent developments in the wireless and industrial

More information

GSM Network and Services

GSM Network and Services GSM Network and Services GPRS - sharing of resources 1 What is the problem? Many data applications are very bursty in its traffic pattern: http, smtp, pop, telnet,... Why reserve physical resources at

More information

Chapter 18. Network Management Basics

Chapter 18. Network Management Basics Network Management Basics > FCAPS Model Chapter 18. Network Management Basics This chapter covers the following topics: FCAPS Model Network Management Architecture Network Management Protocols An Introduction

More information

The GSM and GPRS network T-110.300/301

The GSM and GPRS network T-110.300/301 The GSM and GPRS network T-110.300/301 History The successful analog 1:st generation mobile telephone systems proved that there is a market for mobile telephones ARP (AutoRadioPuhelin) in Finland NMT (Nordic

More information

The 3GPP and 3GPP2 Movements Towards an All IP Mobile Network. 1 Introduction

The 3GPP and 3GPP2 Movements Towards an All IP Mobile Network. 1 Introduction The 3GPP and 3GPP2 Movements Towards an All IP Mobile Network Girish Patel Wireless Solutions Nortel Networks Richardson, TX [email protected] Steven Dennett Personal Communications Sector Motorola

More information

MANAGING NETWORK COMPONENTS USING SNMP

MANAGING NETWORK COMPONENTS USING SNMP MANAGING NETWORK COMPONENTS USING SNMP Abubucker Samsudeen Shaffi 1 Mohanned Al-Obaidy 2 Gulf College 1, 2 Sultanate of Oman. Email: [email protected] [email protected] Abstract:

More information

2G/3G Mobile Communication Systems

2G/3G Mobile Communication Systems 2G/3G Mobile Communication Systems Winter 2012/13 Integrated Communication Systems Group Ilmenau University of Technology Outline 2G Review: GSM Services Architecture Protocols Call setup Mobility management

More information

Copyright Copyright 2014 SerVision Ltd. All Rights Reserved.

Copyright Copyright 2014 SerVision Ltd. All Rights Reserved. Applliicatiion Sollutiion MONITORING STATIONARY SITES Usiing SerViisiion Viideo Gateways to Moniitor Fiixed Siites wiith Preexiistiing Cablled Networkiing IInfrastructure Copyright Copyright 2014 SerVision

More information

Lehrstuhl für Informatik 4 Kommunikation und verteilte Systeme

Lehrstuhl für Informatik 4 Kommunikation und verteilte Systeme Chapter 2 Technical Basics: Layer 1 Methods for Medium Access: Layer 2 Chapter 3 Wireless Networks: Bluetooth, WLAN, WirelessMAN, WirelessWAN Mobile Telecommunication Networks: GSM, GPRS, UMTS Chapter

More information

UMTS/GPRS system overview from an IP addressing perspective. David Kessens Jonne Soininen

UMTS/GPRS system overview from an IP addressing perspective. David Kessens Jonne Soininen UMTS/GPRS system overview from an IP addressing perspective David Kessens Jonne Soininen Introduction 1) Introduction to 3GPP networks (GPRS, UMTS) Technical overview and concepts for 3GPP networks Mobility

More information

5.0 Network Architecture. 5.1 Internet vs. Intranet 5.2 NAT 5.3 Mobile Network

5.0 Network Architecture. 5.1 Internet vs. Intranet 5.2 NAT 5.3 Mobile Network 5.0 Network Architecture 5.1 Internet vs. Intranet 5.2 NAT 5.3 Mobile Network 1 5.1The Internet Worldwide connectivity ISPs connect private and business users Private: mostly dial-up connections Business:

More information

Wireless LANs vs. Wireless WANs

Wireless LANs vs. Wireless WANs White Paper Wireless LANs vs. Wireless WANs White Paper 2130273 Revision 1.0 Date 2002 November 18 Subject Supported Products Comparing Wireless LANs and Wireless WANs Wireless data cards and modules,

More information

DATA SECURITY 1/12. Copyright Nokia Corporation 2002. All rights reserved. Ver. 1.0

DATA SECURITY 1/12. Copyright Nokia Corporation 2002. All rights reserved. Ver. 1.0 DATA SECURITY 1/12 Copyright Nokia Corporation 2002. All rights reserved. Ver. 1.0 Contents 1. INTRODUCTION... 3 2. REMOTE ACCESS ARCHITECTURES... 3 2.1 DIAL-UP MODEM ACCESS... 3 2.2 SECURE INTERNET ACCESS

More information

STAR-GATE TM. Annex: Intercepting Packet Data Compliance with CALEA and ETSI Delivery and Administration Standards.

STAR-GATE TM. Annex: Intercepting Packet Data Compliance with CALEA and ETSI Delivery and Administration Standards. STAR-GATE TM Annex: Intercepting Packet Data Compliance with CALEA and ETSI Delivery and Administration Standards. In this document USA Tel: +1-703-818-2130 Fax: +1-703-818-2131 E-mail: [email protected]

More information

IMT-2000 Network Architecture

IMT-2000 Network Architecture IMT-2000 Network Architecture vtoshio Shimoe vtakamichi Sano (Manuscript received May 31, 2002) International Mobile Telecommunication-2000 (IMT-2000) is a third-generation mobile communication system.

More information

This document gives an outline of Tim Ward s work on mobile phone systems 2002 2012.

This document gives an outline of Tim Ward s work on mobile phone systems 2002 2012. MOBILE PHONE SYSTEMS Tim Ward, Brett Ward Limited, 11/4/2012 This document gives an outline of Tim Ward s work on mobile phone systems 2002 2012. Details of some work for the security industry are omitted.

More information

Guide to Wireless Communications. Digital Cellular Telephony. Learning Objectives. Digital Cellular Telephony. Chapter 8

Guide to Wireless Communications. Digital Cellular Telephony. Learning Objectives. Digital Cellular Telephony. Chapter 8 Guide to Wireless Communications Digital Cellular Telephony Chapter 2 Learning Objectives Digital Cellular Telephony 3 Describe the applications that can be used on a digital cellular telephone Explain

More information

A Brief. Introduction. of MG-SOFT s SNMP Network Management Products. Document Version 1.3, published in June, 2008

A Brief. Introduction. of MG-SOFT s SNMP Network Management Products. Document Version 1.3, published in June, 2008 A Brief Introduction of MG-SOFT s SNMP Network Management Products Document Version 1.3, published in June, 2008 MG-SOFT s SNMP Products Overview SNMP Management Products MIB Browser Pro. for Windows and

More information

Highly Available Mobile Services Infrastructure Using Oracle Berkeley DB

Highly Available Mobile Services Infrastructure Using Oracle Berkeley DB Highly Available Mobile Services Infrastructure Using Oracle Berkeley DB Executive Summary Oracle Berkeley DB is used in a wide variety of carrier-grade mobile infrastructure systems. Berkeley DB provides

More information

Digi Connect WAN Application Guide Using the Digi Connect WAN and Digi Connect VPN with a Wireless Router/Access Point

Digi Connect WAN Application Guide Using the Digi Connect WAN and Digi Connect VPN with a Wireless Router/Access Point Scenario Digi Connect WAN Application Guide Using the Digi Connect WAN and Digi Connect VPN with a Wireless Router/Access Point Digi Connect WAN and Digi Connect VPN are used for primary remote site connectivity.

More information

Chapter 6 Telecommunications, Networks, and Wireless. Computing

Chapter 6 Telecommunications, Networks, and Wireless. Computing Chapter 6 Telecommunications, Networks, and Wireless Computing Essay Questions: 1. Define a hub, switch, and a router. 2. List the challenges associated with managing contemporary telecommunications and

More information

Local Area Networks (LANs) Blueprint (May 2012 Release)

Local Area Networks (LANs) Blueprint (May 2012 Release) Local Area Networks (LANs) The CCNT Local Area Networks (LANs) Course April 2012 release blueprint lists the following information. Courseware Availability Date identifies the availability date for the

More information

Level: 3 Credit value: 9 GLH: 80. QCF unit reference R/507/8351. This unit has 6 learning outcomes.

Level: 3 Credit value: 9 GLH: 80. QCF unit reference R/507/8351. This unit has 6 learning outcomes. This unit has 6 learning outcomes. 1. Know telephony principles. 1.1. Demonstrate application of traffic engineering concepts Prioritization of voice traffic Trunking requirements Traffic shaping. 1.2.

More information

Future Stars. Grade X Manual Chapter 1 Networking and Telecommunication. telecommunication. Telephones, telegrams, radios and televisions help

Future Stars. Grade X Manual Chapter 1 Networking and Telecommunication. telecommunication. Telephones, telegrams, radios and televisions help Future Stars Grade X Manual Chapter 1 Networking and Telecommunication 1. Answer the following questions. a. What is telecommunication? Ans: The transfer of information at a far distance is known as telecommunication.

More information

Core Syllabus. Version 2.6 C OPERATE KNOWLEDGE AREA: OPERATION AND SUPPORT OF INFORMATION SYSTEMS. June 2006

Core Syllabus. Version 2.6 C OPERATE KNOWLEDGE AREA: OPERATION AND SUPPORT OF INFORMATION SYSTEMS. June 2006 Core Syllabus C OPERATE KNOWLEDGE AREA: OPERATION AND SUPPORT OF INFORMATION SYSTEMS Version 2.6 June 2006 EUCIP CORE Version 2.6 Syllabus. The following is the Syllabus for EUCIP CORE Version 2.6, which

More information

Your remote sites at your fingertips?

Your remote sites at your fingertips? www.klinkmann.com Your remote sites at your fingertips? Industrial M2M Router & Data gateway The ewon is the first industrial modular M2M router and data gateway designed for OEMs and system integrators.

More information

GSM GPRS. Course requirements: Understanding Telecommunications book by Ericsson (Part D PLMN) + supporting material (= these slides)

GSM GPRS. Course requirements: Understanding Telecommunications book by Ericsson (Part D PLMN) + supporting material (= these slides) GSM Example of a PLMN (Public Land Mobile Network) At present most successful cellular mobile system (over 200 million subscribers worldwide) Digital (2 nd Generation) cellular mobile system operating

More information

The BANDIT Device in the Network

The BANDIT Device in the Network encor! enetworks TM Version A.1, March 2010 2013 Encore Networks, Inc. All rights reserved. The BANDIT Device in the Network The BANDIT II and the BANDIT III, ROHS-compliant routers in the family of BANDIT

More information

52-20-15 RMON, the New SNMP Remote Monitoring Standard Nathan J. Muller

52-20-15 RMON, the New SNMP Remote Monitoring Standard Nathan J. Muller 52-20-15 RMON, the New SNMP Remote Monitoring Standard Nathan J. Muller Payoff The Remote Monitoring (RMON) Management Information Base (MIB) is a set of object definitions that extend the capabilities

More information

Introduction to Network Management

Introduction to Network Management Introduction to Network Management Chu-Sing Yang Department of Electrical Engineering National Cheng Kung University Outline Introduction Network Management Requirement SNMP family OSI management function

More information

BlackBerry Enterprise Service 10. Secure Work Space for ios and Android Version: 10.1.1. Security Note

BlackBerry Enterprise Service 10. Secure Work Space for ios and Android Version: 10.1.1. Security Note BlackBerry Enterprise Service 10 Secure Work Space for ios and Android Version: 10.1.1 Security Note Published: 2013-06-21 SWD-20130621110651069 Contents 1 About this guide...4 2 What is BlackBerry Enterprise

More information

Feature and Technical

Feature and Technical BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 4 Feature and Technical Overview Published: 2013-11-07 SWD-20131107160132924 Contents 1 Document revision history...6 2 What's

More information

BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 2. Feature and Technical Overview

BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 2. Feature and Technical Overview BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 2 Feature and Technical Overview Published: 2010-06-16 SWDT305802-1108946-0615123042-001 Contents 1 Overview: BlackBerry Enterprise

More information

This course has been retired. View the schedule of current <a href=http://www.ptr.co.uk/networkingcourses.htm>networking

This course has been retired. View the schedule of current <a href=http://www.ptr.co.uk/networkingcourses.htm>networking Introduction to Data Communications & Networking Course Description: This course has been retired. View the schedule of current networking Courses

More information

SpiderCloud E-RAN Security Overview

SpiderCloud E-RAN Security Overview SpiderCloud E-RAN Security Overview Excerpt for SpiderCloud Wireless, Inc. 408 East Plumeria Drive San Jose, CA 95134 USA -hereafter called SpiderCloud- Page 1 of 7 Table of Contents 1 Executive Summary...5

More information

WLAN TRAFFIC GRAPHING APPLICATION USING SIMPLE NETWORK MANAGEMENT PROTOCOL *

WLAN TRAFFIC GRAPHING APPLICATION USING SIMPLE NETWORK MANAGEMENT PROTOCOL * WLAN TRAFFIC GRAPHING APPLICATION USING SIMPLE NETWORK MANAGEMENT PROTOCOL * Bhargavi Hiremagalur and Dulal C. Kar Department of Computing and Mathematical Sciences, Texas A&M University-Corpus Christi,

More information

Chapter 5. Data Communication And Internet Technology

Chapter 5. Data Communication And Internet Technology Chapter 5 Data Communication And Internet Technology Purpose Understand the fundamental networking concepts Agenda Network Concepts Communication Protocol TCP/IP-OSI Architecture Network Types LAN WAN

More information

Cost Effective Deployment of VoIP Recording

Cost Effective Deployment of VoIP Recording Cost Effective Deployment of VoIP Recording Purpose This white paper discusses and explains recording of Voice over IP (VoIP) telephony traffic. How can a company deploy VoIP recording with ease and at

More information

Chapter 6 Wireless and Mobile Networks

Chapter 6 Wireless and Mobile Networks Chapter 6 Wireless and Mobile Networks A note on the use of these ppt slides: We re making these slides freely available to all (faculty, students, readers). They re in PowerPoint form so you see the animations;

More information

RUGGEDCOM NMS. Monitor Availability Quick detection of network failures at the port and

RUGGEDCOM NMS. Monitor Availability Quick detection of network failures at the port and RUGGEDCOM NMS is fully-featured enterprise grade network management software based on the OpenNMS platform. Specifically for the rugged communications industry, RNMS provides a comprehensive platform for

More information

3GPP TS 32.593 V9.0.0 (2009-12)

3GPP TS 32.593 V9.0.0 (2009-12) TS 32.593 V9.0.0 (2009-12) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Services and System Aspects; Telecommunication management; Home enode B (HeNB) Operations,

More information

EE6390. Fall 1999. Research Report. Mobile IP in General Packet Radio System

EE6390. Fall 1999. Research Report. Mobile IP in General Packet Radio System EE6390 Introduction to Wireless Communications Systems Fall 1999 Research Report Mobile IP in General Packet Radio System Kelvin K. W. Wong Ramzi Hamati Date: Dec. 6, 1999 1.0 Abstract Tunneling is one

More information

Mobile IP Network Layer Lesson 01 OSI (open systems interconnection) Seven Layer Model and Internet Protocol Layers

Mobile IP Network Layer Lesson 01 OSI (open systems interconnection) Seven Layer Model and Internet Protocol Layers Mobile IP Network Layer Lesson 01 OSI (open systems interconnection) Seven Layer Model and Internet Protocol Layers Oxford University Press 2007. All rights reserved. 1 OSI (open systems interconnection)

More information

VOL. 2, NO. 1, January 2012 ISSN 2225-7217 ARPN Journal of Science and Technology 2010-2012 ARPN Journals. All rights reserved

VOL. 2, NO. 1, January 2012 ISSN 2225-7217 ARPN Journal of Science and Technology 2010-2012 ARPN Journals. All rights reserved Mobile Application for News and Interactive Services L. Ashwin Kumar Department of Information Technology, JNTU, Hyderabad, India [email protected] ABSTRACT In this paper, we describe the design and

More information

Unlicensed Mobile Access (UMA) Handover and Packet Data Performance Analysis

Unlicensed Mobile Access (UMA) Handover and Packet Data Performance Analysis Unlicensed Mobile Access (UMA) Handover and Packet Data Performance Analysis Andres Arjona Nokia Siemens Networks [email protected] Hannu Verkasalo Helsinki University of Technology [email protected]

More information

SNMP Monitoring: One Critical Component to Network Management

SNMP Monitoring: One Critical Component to Network Management Network Instruments White Paper SNMP Monitoring: One Critical Component to Network Management Although SNMP agents provide essential information for effective network monitoring and troubleshooting, SNMP

More information

15 May 2013 Version 5. for Mac OS X. Public version. Gemfor s.r.o. Tyršovo nám. 600 252 63 Roztoky Czech Republic

15 May 2013 Version 5. for Mac OS X. Public version. Gemfor s.r.o. Tyršovo nám. 600 252 63 Roztoky Czech Republic Mobile Connection Explorer for Mac OS X 15 May 2013 Version 5 Introduction and Feature s Public version Gemfor s.r.o. Contents Contents... 2 History... 2 1. Scope... 3 2. Abbreviations... 3 3. Introduction...

More information

Network Management System (NMS) FAQ

Network Management System (NMS) FAQ Network Management System (NMS) FAQ Q: How does the NMS work? A: The Cooper NMS is a powerful, flexible and highly scalable wireless and fixed network management solution for thousands of network nodes

More information

Access to GSM and GPRS mobile services over unlicensed spectrum technologies through UMA

Access to GSM and GPRS mobile services over unlicensed spectrum technologies through UMA Access to GSM and GPRS mobile services over unlicensed spectrum technologies through UMA Snehlata Barde Sujata Khobragade Rasmiprava Singh NIT Raipur(C.G.) MATS university, Raipur MATS university,raipur

More information

MCTS Guide to Microsoft Windows 7. Chapter 14 Remote Access

MCTS Guide to Microsoft Windows 7. Chapter 14 Remote Access MCTS Guide to Microsoft Windows 7 Chapter 14 Remote Access Objectives Understand remote access and remote control features in Windows 7 Understand virtual private networking features in Windows 7 Describe

More information

PPP encapsulation has been carefully designed to retain compatibility with most commonly used supporting hardware. PPP encapsulates data frames for

PPP encapsulation has been carefully designed to retain compatibility with most commonly used supporting hardware. PPP encapsulates data frames for PPP Concept 1 What is PPP? Recall that HDLC is the default serial encapsulation method when you connect two Cisco routers. With an added protocol type field, the Cisco version of HDLC is proprietary. Thus,

More information

Bluetooth Web Enabler

Bluetooth Web Enabler INDUSTRIAL BLUETOOTH Enabler Use Cases and Features 1.0 Enabler Use Cases and Features 1.0 Copyright 2003 connectblue AB. The contents of this document can be changed by connectblue AB without prior notice

More information

! encor e networks TM

! encor e networks TM ! encor e networks TM Revision B, March 2008 Document Part Number 15953.0001 Copyright 2008 Encore Networks, Inc. All rights reserved. BANDIT Products Wireless Access Guide For BANDIT, BANDIT IP, BANDIT

More information

Network and Facility Management: Needs, Challenges and Solutions

Network and Facility Management: Needs, Challenges and Solutions Network and Facility Management: Needs, Challenges and Solutions Graham Jones Harris Broadcast Communications [email protected] New tools are needed to enable broadcasters to efficiently manage the modern

More information

3.1 TELECOMMUNICATIONS, NETWORKS AND THE INTERNET

3.1 TELECOMMUNICATIONS, NETWORKS AND THE INTERNET 3.1 TELECOMMUNICATIONS, NETWORKS AND THE INTERNET The Business Value of Telecommunications and Networking Business value impacts of the telecommunications and Networking are: Declining transaction costs

More information

Lecture 1. Lecture Overview. Intro to Networking. Intro to Networking. Motivation behind Networking. Computer / Data Networks

Lecture 1. Lecture Overview. Intro to Networking. Intro to Networking. Motivation behind Networking. Computer / Data Networks Lecture 1 An Introduction to Networking Chapter 1, pages 1-22 Dave Novak BSAD 146, Introduction to Networking School of Business Administration University of Vermont Lecture Overview Brief introduction

More information

A Design and Implementation of Network Traffic Monitoring System for PC-room Management

A Design and Implementation of Network Traffic Monitoring System for PC-room Management A Design and Implementation of Network Traffic Monitoring System for PC-room Management Yonghak Ahn, Oksam Chae Dept. of Computer Engineering, Kyunghee University, Sochen-ri, Giheung-eup, Yongin-si, Gyeonggi-do

More information

SYSTEM DEVELOPMENT AND IMPLEMENTATION

SYSTEM DEVELOPMENT AND IMPLEMENTATION CHAPTER 6 SYSTEM DEVELOPMENT AND IMPLEMENTATION 6.0 Introduction This chapter discusses about the development and implementation process of EPUM web-based system. The process is based on the system design

More information

GSM v. CDMA: Technical Comparison of M2M Technologies

GSM v. CDMA: Technical Comparison of M2M Technologies GSM v. CDMA: Technical Comparison of M2M Technologies Introduction Aeris provides network and data analytics services for Machine-to- Machine ( M2M ) and Internet of Things ( IoT ) applications using multiple

More information

Mobile Office Security Requirements for the Mobile Office

Mobile Office Security Requirements for the Mobile Office Mobile Office Security Requirements for the Mobile Office [email protected] Alcatel SEL AG 20./21.06.2001 Overview Security Concepts in Mobile Networks Applications in Mobile Networks Mobile Terminal used

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

Chapter 6 Essentials of Design and the Design Activities

Chapter 6 Essentials of Design and the Design Activities Systems Analysis and Design in a Changing World, sixth edition 6-1 Chapter 6 Essentials of Design and the Design Activities Chapter Overview There are two major themes in this chapter. The first major

More information

VPN. Date: 4/15/2004 By: Heena Patel Email:[email protected]

VPN. Date: 4/15/2004 By: Heena Patel Email:hpatel4@stevens-tech.edu VPN Date: 4/15/2004 By: Heena Patel Email:[email protected] What is VPN? A VPN (virtual private network) is a private data network that uses public telecommunicating infrastructure (Internet), maintaining

More information

Configuring H.323 over Port Network Address Translation (PNAT) for Avaya IP Endpoints using the Avaya SG200 Security Gateway - Issue 1.

Configuring H.323 over Port Network Address Translation (PNAT) for Avaya IP Endpoints using the Avaya SG200 Security Gateway - Issue 1. Configuring H.323 over Port Network Address Translation (PNAT) for Avaya IP Endpoints using the Avaya SG200 Security Gateway - Issue 1.0 Abstract These Application Notes describe how to configure the Avaya

More information

Mobile Application Part protocol implementation in OPNET

Mobile Application Part protocol implementation in OPNET Mobile Application Part protocol implementation in OPNET Vladimir Vukadinovic and Ljiljana Trajkovic School of Engineering Science Simon Fraser University Vancouver, BC, Canada E-mail: {vladimir, ljilja}@cs.sfu.ca

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

Consolidating HFC Device and Network Management and Monitoring under SCTE HMS SNMP

Consolidating HFC Device and Network Management and Monitoring under SCTE HMS SNMP Consolidating HFC Device and Network Management and Monitoring under SCTE HMS SNMP NuDesign OEM Product Family The SCTE HMS subcommitte has devised an extensive set of standards for outside and inside

More information

Network and Telecommunications Courses

Network and Telecommunications Courses Network and Telecommunications Courses Detailed syllabi available at http://www.cdm.depaul.edu/ IT 263 - Applied Networks and Security This course introduces the networking and security technologies required

More information

SNMP Network Management Concepts

SNMP Network Management Concepts SNMP Network Management Concepts Chu-Sing Yang Department of Electrical Engineering National Cheng Kung University Outline Background Basic Concepts Summary The Origins of TCP/IP Starts at 1969, and founded

More information

SonicWALL Global Management System Configuration Guide Standard Edition

SonicWALL Global Management System Configuration Guide Standard Edition SonicWALL Global Management System Configuration Guide Standard Edition Version 2.3 Copyright Information 2002 SonicWALL, Inc. All rights reserved. Under copyright laws, this manual or the software described

More information

Appendix A: Basic network architecture

Appendix A: Basic network architecture Appendix A: Basic network architecture TELECOMMUNICATIONS LOCAL ACCESS NETWORKS Traditionally, telecommunications networks are classified as either fixed or mobile, based on the degree of mobility afforded

More information

Introducing Cisco Unified Communications Express

Introducing Cisco Unified Communications Express CHAPTER 1 Introducing Cisco Unified Communications Express Cisco Unified Communications Express is an award-winning communications solution that is provided with the Cisco Integrated Services Router portfolio.

More information

Troubleshooting BlackBerry Enterprise Service 10 version 10.1.1 726-08745-123. Instructor Manual

Troubleshooting BlackBerry Enterprise Service 10 version 10.1.1 726-08745-123. Instructor Manual Troubleshooting BlackBerry Enterprise Service 10 version 10.1.1 726-08745-123 Instructor Manual Published: 2013-07-02 SWD-20130702091645092 Contents Advance preparation...7 Required materials...7 Topics

More information

Global System for Mobile Communication Technology

Global System for Mobile Communication Technology Global System for Mobile Communication Technology Mobile Device Investigations Program Technical Operations Division DHS - FLETC GSM Technology Global System for Mobile Communication or Groupe Special

More information

Networking. Systems Design and. Development. CRC Press. Taylor & Francis Croup. Boca Raton London New York. CRC Press is an imprint of the

Networking. Systems Design and. Development. CRC Press. Taylor & Francis Croup. Boca Raton London New York. CRC Press is an imprint of the Networking Systems Design and Development Lee Chao CRC Press Taylor & Francis Croup Boca Raton London New York CRC Press is an imprint of the Taylor & Francis Croup, an Informa business AN AUERBACH BOOK

More information

Building Remote Access VPNs

Building Remote Access VPNs Building Remote Access VPNs 124 Grove Street, Suite 309 Franklin, MA 02038 877-4-ALTIGA www.altiga.com Building Remote Access VPNs: Harnessing the Power of the Internet to Reduce Costs and Boost Performance

More information

White Paper. Telenor VPN

White Paper. Telenor VPN White Paper Telenor VPN Versjon 2.2 September 2006 Side 1 av 5 Table of contents 1 Short introduction... 3 2 Product information... 3 2.1 Mobile Data Access... 3 2.2 SMS Acess and SMS Bedrift... 4 2.3

More information

An Innovative Concept to Manage GPS Reference Stations Network and RTK Data Distribution Globally

An Innovative Concept to Manage GPS Reference Stations Network and RTK Data Distribution Globally An Innovative Concept to Manage GPS Reference Stations Network and RTK Data Distribution Vincent LUI, Hong Kong SAR, China Key words: GPS reference station network, Internet, Spider, data management, integrity

More information

Mobile Communications

Mobile Communications October 21, 2009 Agenda Topic 2: Case Study: The GSM Network 1 GSM System General Architecture 2 GSM Access network. 3 Traffic Models for the Air interface 4 Models for the BSS design. 5 UMTS and the path

More information

Evolving Telecommunications to Triple Play:

Evolving Telecommunications to Triple Play: Hands-On IPTV, VoIP, 3D TV and Delivery Systems for System Engineers Course Description With the introduction of Next Generation Networks to telecommunications carrier infrastructures, customers expect

More information

Southern Methodist University. Department of Electrical Engineering. Telecommunications (EETS) Course Descriptions

Southern Methodist University. Department of Electrical Engineering. Telecommunications (EETS) Course Descriptions Southern Methodist University Department of Electrical Engineering Telecommunications (EETS) Course Descriptions 7301 Introduction to Telecommunications Overview of public and private telecommunications

More information

WHITE PAPER. Use of MPLS technology in mobile backhaul networks CONTENTS: Introduction. IP/MPLS Forum White Paper. February 2008. Introduction...

WHITE PAPER. Use of MPLS technology in mobile backhaul networks CONTENTS: Introduction. IP/MPLS Forum White Paper. February 2008. Introduction... Introduction WHITE PAPER Use of MPLS technology in mobile backhaul networks Backhaul plays a vital role in mobile networks by acting as the link between Radio Access Network (RAN) equipment (Eg: radio

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

IT4504 - Data Communication and Networks (Optional)

IT4504 - Data Communication and Networks (Optional) - Data Communication and Networks (Optional) INTRODUCTION This is one of the optional courses designed for Semester 4 of the Bachelor of Information Technology Degree program. This course on Data Communication

More information

Network Services Internet VPN

Network Services Internet VPN Contents 1. 2. Network Services Customer Responsibilities 3. Network Services General 4. Service Management Boundary 5. Defined Terms Network Services Where the Customer selects as detailed in the Order

More information

Application Note 24. Making and receiving GSM Circuit-Switched Data Calls (CSD). Applies to routers with Siemens wireless WAN modules only.

Application Note 24. Making and receiving GSM Circuit-Switched Data Calls (CSD). Applies to routers with Siemens wireless WAN modules only. Application Note 24 Making and receiving GSM Circuit-Switched Data Calls (CSD). Applies to routers with Siemens wireless WAN modules only. UK Support 17 November 2009 1 Contents 1 Introduction... 2 1.1

More information

Network Management Architectures for Broadband Satellite Multimedia Systems

Network Management Architectures for Broadband Satellite Multimedia Systems Network Architectures for Broadband Multimedia Systems obert J. Mort Systek Consulting Ltd., Havant, UK [email protected] Matteo Berioli DL, Germany [email protected] Haitham Cruickshank, University

More information

Nokia E90 Communicator Using WLAN

Nokia E90 Communicator Using WLAN Using WLAN Nokia E90 Communicator Using WLAN Nokia E90 Communicator Using WLAN Legal Notice Nokia, Nokia Connecting People, Eseries and E90 Communicator are trademarks or registered trademarks of Nokia

More information

FLORIDA STATE COLLEGE AT JACKSONVILLE COLLEGE CREDIT COURSE OUTLINE

FLORIDA STATE COLLEGE AT JACKSONVILLE COLLEGE CREDIT COURSE OUTLINE Form 2A, Page 1 FLORIDA STATE COLLEGE AT JACKSONVILLE COLLEGE CREDIT COURSE OUTLINE COURSE NUMBER: CET 2600 COURSE TITLE: Network Fundamentals PREREQUISITE(S): CTS 1131 and CTS 1133 COREQUISITE(S): STUDENT

More information

Windows Server 2003 default services

Windows Server 2003 default services Windows Server 2003 default services To view a description for a particular service, hover the mouse pointer over the service in the Name column. The descriptions included here are based on Microsoft documentation.

More information

ENC Enterprise Network Center. Intuitive, Real-time Monitoring and Management of Distributed Devices. Benefits. Access anytime, anywhere

ENC Enterprise Network Center. Intuitive, Real-time Monitoring and Management of Distributed Devices. Benefits. Access anytime, anywhere Scalability management up to 2,000 devices Network and device auto-discovery Firmware upgrade/backup and device configurations Performance alerts and monitoring ZyXEL switch specialized in RMON management

More information

Understand Wide Area Networks (WANs)

Understand Wide Area Networks (WANs) Understand Wide Area Networks (WANs) Lesson Overview In this lesson, you will review: Dial-up Integrated services digital networks (ISDN) Leased lines Virtual private networks (VPN) Wide area networks

More information

WISE-4000 Series. WISE IoT Wireless I/O Modules

WISE-4000 Series. WISE IoT Wireless I/O Modules WISE-4000 Series WISE IoT Wireless I/O Modules Bring Everything into World of the IoT WISE IoT Ethernet I/O Architecture Public Cloud App Big Data New WISE DNA Data Center Smart Configure File-based Cloud

More information