Christos Chrysoulas #, Nicolas Sklavos #, Athanasios P. Kakarountas *

Size: px
Start display at page:

Download "Christos Chrysoulas #, Nicolas Sklavos #, Athanasios P. Kakarountas *"

Transcription

1 Enhancing Service Portability in Upcoming 3G UMTS Networks & Security Aspects Christos Chrysoulas #, Nicolas Sklavos #, Athanasios P. Kakarountas * # Informatics & MM Dept, Branch of Pyrgos, Technological Educational Institute of Patras, Rhga Feraiou Street, Pyrgos, ZIP 27100, Greece cchrys@ece.upatras.gr, nsklavos@teipat.gr * Dpt. of Informatics on Management and Economics Technological & Educational Institute of Ionian Islands Lefkas, Greece, kakarountas@ieee.org Abstract Compared to other wired networks, complexity in the 3G UMTS is due its interactions with different entities. Within the UMTS, services have to deal with a great number of different QoS, small user display, variant bandwidth and small battery power. Most of the services are generally bind to the particular systems or APIs. In this article, we look at the evolution of different technologies on which such service are build and apply the Web services framework to achieve the portability of the such services We take the example scenario and build the Web services model which can be implemented and deployed in the UMTS network. I. INTRODUCTION Although Long term evolution (LTE) [1] is the next release of 3G UMTS system, in this article we look at the architectural trend which it has taken and will be followed in the next releases also. One of the main trends is to put more and more functionality into the same logical/physical node, like putting more functionality in the node B. The other important trend is to put the functionalities as close as possible, avoiding the cross node functionalities as it was common in the earlier releases of UMTS. Such a system will be build to change and probably have the incremental development cycle as far as the services and end-user application are concerned. Most of the entities will be loosely coupled and the implementation will be hidden through the abstract interfaces. A. Service Oriented Architecture A framework in which different logical entities provides services to each other through some standard manner is called Service Oriented Framework. A system based on such architecture framework is considered as Service Oriented Architecture (SOA) [2]. In SOA, services can interact with each other by passing data. Such an interaction can involve multiple services, providing a fully coordinated activity. An example of such service could be the authentication of user through AAA server. Such an authentication service could involve calling several services of different AAA entities. Any such service is generally self-contained and will not depend upon state or status of any other entity within the system. Services based on SOA has the inheritance characteristic to be portable as they all use the generic interfaces and can be controlled, managed, deployed in the same manner. Web services (WS) [3] is one of the ways to accomplish SOA within the System. In such a system, there are three entities namely the service provider, service consumer and service broker. Simplest form of WS will include the Simple Object Access Protocol (SOAP) for the service request and response, Web Services Description Language (WSDL) for the service description and optionally the Universal Description, Discovery, and Integration (UDDI) for the service discovery. WS further can be enhanced with the functionalities required by the system. For example, for the security and privacy of communication WS-Security, XML- Encryption, XML-Signature can be applied. If the parts of the Web services based system is implemented by different vendors, then the Web services-interoperability (WS-I) Basic Profile Specification can be applied to achieve the interoperability between WS. If the services with in the UMTS will be implemented using SOA, then they will be automatically portable. Rest of the article is organized as follows. Section 2 describes the Evolution of mobile cellular Network and SOA. Service Architecture in LTE and beyond is explained in section 3. Section 4 describes different services and interfaces in LTE. Finally, section 5 draws a conclusion about current research and future work. II. STATE OF THE ART A. Evolution of Mobile Cellular Networks Earlier Public switched telephone network (PSTN) has used the signalling system 7(SS7) for the call management, routing and billing. It was relatively simple architecture due to circuit switching (CS). Public land mobile network (PLMN) like 3G UMTS today has to deal with different resources and QoS hence the system is more complex than the earlier networks based on CS. Initially 3G UMTS has taken the same approach for the signalling and used the SS7. Recently, SIP based signalling evolved, which is based on the ideas of HTTP and other related network protocol like SMTP. HTTP and later on

2 XML were the main protocols for the evolution of Internet/SOA. As the PLMN architecture moved towards the Packet Switched (PS) from the CS, more and more SIP based signalling will be used in the future. Worldwide GSM success was due to proper interfaces but it has more issues in deployment/implementation/testing. Most of the GSM entities interact with each other using standard interfaces. MSC interfaces with HLR using logical C interface on the other side HLR and AUC interact with logical H interface. GSM also kept the different functionalities at the different physical or logical nodes. As an example, mobility management (MM) functionality is controlled by MSC, which includes channel allocations, location registration, paging, and handover. However, during the evolution of UMTS first with HSDPA/HSUPA and now with LTE, functionalities are more and more located in the single node. As example, Functionality like radio resource management, HARQ will be in evolved- Node B. After GSM, UMTS added more flexibilities and considered the QoS and related issues. As a result, high data throughput for the same applications can be achieved. This also allows for the more fine-grained controls of resources and hence providing even better charging capabilities (e.g. service and content level charging). Current architecture of the UMTS has taken the layered approach with the transport and bearer services separated from the signalling network and other controlling services. Infect the IMS architecture in the UMTS release 6 had already took a step forward with the SOA. As an example, interworking elements like MGCF, IM-MGW, SGW and databases like HSS, SLF and other related entities provides the different interfaces for the user and for the signalling traffic. B. Evolution of Internet Even before the success of internet and WWW, FTP and other related protocols were able to handle the files transfer between computer nodes. HTTP has taken almost the same path but introduced the HTML as the output format. Later on, Common Gateway Interface (CGI) added more control for the information provided by the HTTP. Initially, it provided dynamic contents from the web server or used for calling the executables on the web server. CGI evolution dramatically changed as it started providing access to the back-end databases together with the session handling. CGI concept was further revolutionized with the introduction of Servlets, java server pages (JSP) and the Active server pages (ASP). Concept of Cookies in one or other form provided the required session handling between the subsequent web requests. HTTP and HTML are the ASCII format and it was one of the main reasons for their success as the contents were readable and easy to parse. It was also possible to use them without any special changes on the different platforms. Another simple ASCII format XML was yet another success, which is now used in the SOAP protocol. SOAP is used for the request/response through the server and able to handle more complex data and objects. SOAP technology led the concept of SOA, which presents any functionality of the system is terms of services and data within the system flows due the services interaction. SOA can be implemented using different technologies. If WS will be used for the SOA implementation then service are represented using the XML format. SOA at its easiest defines is the software architecture with different entities loosely coupled through software services for the different business requirements. SOA can be implemented using any of the technology available like SOAP but can be very simple like RPC or may be very complex CORBA implementation. Using WS, the different service interfaces are described using WSDL that also describes the protocol bindings and the message format required for the interaction with such services. Another XML database called UDDI allows the seamless discovery of services offered by the WS. Portfolio of today SOA using WS includes different new specification and formats for providing encapsulation, loose coupling, security, reliable messaging, transactions, metadata, inter-operability and more. Most of such functionalities were earlier existed within their own domains only. Using WS these functionalities can be provided easily within the LTE system. Interoperability across platforms, programming languages and operating systems is the main factor for the SOA success. In the telecommunication industry almost the same concept i.e. interoperability drove the architecture and design of GSM and UMTS to worldwide success. Therefore, today s Internet and enterprise application architecture (EAA) is already evolved and utilizing the concept of SOA. We understand that the success of current Internet and EAA is due to the open service based architecture, which allows providing different implementations for the different functionalities and services. In the next section we will see how the same concept can be applied in the future mobile networks. III. SERVICE ARCHITECTURE IN LTE LTE architecture has the concept of a 2-node architecture, based on the draft specifications. Figure 1 shows some of the interfaces within the LTE. Details of other entities and interfaces can be found in [1]. It has one logical node for the radio access network (RAN) called evolved-ran and other logical node as core network (CN) called evolved Packet Core Network (evolved-pcn). As there will be only 2 nodes in the LTE, some of the external or existing services like AAA can be accessed through the SOA type interfaces. Layered approach will also allow the addition of new services within the LTE architecture. For example, the interworking architecture with WLAN, DVB-H, and WiMAX, which utilizes the S2a/b interface or the SGi interface for AAA, can be wrapped with WS from the connecting operator. This will allow the fine grain control of the given interface, which can be integrated into their existing system. Without this approach, management of such interfaces could be relatively complex. Once the interface is accessed through WS, a generic approach can be taken for its control and management [4].

3 Fig. 1. LTE Architecture Proceedings of IEEE Mediterranean Electrotechnical Conference (IEEE MELECON'10), specification and implement it using SCA and look at the LTE implications. A. Configuration and Control of the LTE Entities Generally 3G network entities are deployed and maintained throws the fixed interface system, using monitoring tools and using remote terminal. This kind of management of entities, leads to the upgrade and deployment delays, as entities are tightly coupled with each other s. Generally entities depend upon the configuration parameters for the change management. Taking an example of AAA entity, which interacts with LTE s Evolved Packet Core Network (PCN), through S6 Interface. Any parameter change in the AAA entity leads to the change in the configuration parameter of GSN nodes. There is no automatic way to request for the update/change in configuration. Situation can be different, if AAA functionalities are provides as one of the several service, which can be dynamically changed/configured using the SOA framework. In the SOA terminology, update/change of configuration parameter is yet another service, which is provided by the AAA entity. B. SOA in Interworking One of the main issues in interworking and convergence is the interoperability. Different components come from the different sources/companies. Even, they interact with standard interface; still they have to pass the Full conformance and interoperability testing which is a very complex process. There is an easy way to handle interoperability within the interworking architecture by using WS-I [5]. WS-I Basic Profile Specification is the first step to make interoperability at the WS level easy. Those interfaces, which are critical for the functioning of the given interworking architecture, can be managed with WS. Based on the current LTE draft, interface S6, which enables transfer of subscription and authentication data for authenticating/authorizing user access to the LTE system, can be provided by two different providers. Assuming each provides implements a part of the functionality then whole system can be made using the WS and further WS-I can be applied to guaranty the interoperability between both providers. A. Open Service Access Open Service Access (OSA) is a service framework for the 3G UMTS application and end user services. It allows applications to use network services easily by hiding the network complexity. These network services are provided as a set of services capability features (SCF) within the OSA framework. Although OSA tends to hide the network complexity, implementation of OSA APIs or in other terms service provider interface (SPI) is a very complex as far as the design and implementation are concerned. This is obvious after looking at the requirements of OSA [6], which includes: Independent of programming languages, operating system; underlying communication technologies Secure, scalable and extensible Independent of location and transport mechanism On top of such requirements it is recommended that the state of art access technologies like WS might be considered. B. Service Component Architecture SCA is a collection of specifications and methods, which extensively uses existing WS protocols related specifications, for the design and implementation of services. Fig. 2. SCA Component: service and references SCA supports many programming languages for the implementations as it only describes the service as a model. In the SCA terminology, an entity that provides some services is a component. These components provides services through the interface called service and can use other services through the interface called service references as shown in Figure 2. In a SCA based system whole functionality of the given system can be a collection of different components interacting using the service and references pairs. An implementation of particular component is underlying call, which can be changed or updated during the assembly of particular SCA component as shown in Figure 3. IV. SERVICES AND INTERFACES In this section we look at the framework for accessing services from the application perspective. We introduce the Open Service Access (OSA) [6] and look how it can be implemented using the state of art WS technologies like SCA. We take an existing example application from the Fig. 3. Processes using SCA components

4 V. SECURITY ASPECTS & GRID COMPUTING Security issues for wireless communications [6] could be applied, by adopting architectural and implementation aspects from other technologies [6-11] like Grid computing [9-10]. Grid architecture is structured in four layers (Figure 4), where each layer has a specific function. Application & Serviceware Layer Middleware Layer Resources Layer Supercomputers, Storage, Servers, Sensors Uniform Computing Access Authentication, Authorization Communica tion Services Uniform Data Access Unix & OGSA Hosting Grid Information Service Security uniform access to the resources, schedules the applications and organizes the data distributions. It also provides security framework, authentication and authorization protocols for the Grid enabled applications to secure the data transmission. The recent grid toolkits enable the Web Services for data distribution through open standards such as OGSA (Open Grid Service Architecture) or WSRF (Web Services Resource Framework) or OGSI (Open Grid Service Infrastructure). This layer must be completely transparent for the user. D. Application / Serviceware Layer This is the highest layer of the structure, which includes applications in science, engineering, business. This enables the use of resources in a grid environment through various collaboration and resource access protocols. Finance and more, as well as portals and development toolkits to support the applications. This is the layer that grid users see and interact with them. The application layer often includes the so-called serviceware, which performs general management like tracking who is providing grid resources and who is using them. Grid portals offer Web-enabled application services, where the users can submit and collect results for their jobs on remote resources through the Web. Network Layer Switches, Cables, Routers Fig. 4. Grid Layers A. Network Layer The lowest layer is the network that connects network equipments, such as routers and switches. That carries the communication protocols for resources and data sharing in a grid environment. B. Resource Layer Above the network layer lies the resource layer which corresponds to the whole resources that may be shared at the grid environment. This includes computational resources (memory and cpu), computers (such as PCs, clusters) with variety of operating systems (such as UNIX or Windows), storage systems devices, databases, electronic data catalogues, and scientific instruments such as sensors and telescopes that are connected to the network. This layer uses the communication and security protocols (defined by the network layer) to control secure negotiation, initiation, monitoring, accounting and payment for the sharing of functions of individual resources. The resource layer calls the resource layer functions to access and control local resources. C. Middleware Layer This is the brains of a grid environment. Provides the tools that enable the various components (servers, storage, networks, etc.) to participate in a grid. The middleware layer provides E. Grid Components & Transactions The Grid environment consists of various components. The most important of that are: - Resource Broker (RB): This acts as the middle man in the grid.it finds the best site to execute your job anywhere on the grid. - Information Services (IS): It delivers up to date information on the status of the sites and services. - Replica Catalog (RC): This is the yellow pages for the grid environment. It stores information about the location of all data files. - User Interface (UI): UI is the user own computer. It hosts all the programs to interact with the grid. - Logging and Book-Keeping (LB): Service stores information about the status and history of submitted job. - Computing Elements (CE): Provide CPU power. They are typically-duster of worker nodes (i.e. a farm of PCs). - Storage Elements (SE): Provide storage resources and access to mass storage systems. In Figure 5 the common transactions between Grid entities are represented. A user will enter the grid using a software interface (either a grid web portal either an ssh/telnet protocol) that runs on the user computer. After clearing security validation the user computer will be able to talk to the core of the grid environment, the Resource Broker (RB). The RB will find the best resources to execute your job anywhere on the grid. It will query the Information Service (IS) to know which hardware and software are available at the moment and the Replica Catalog (RC) to know the locations of all existing data. Once the appropriate resources have been located, the job is executed and the RB send the result back to the user. To

5 the eyes of the user, the grid acts as a single, huge and powerful computer. Available Grids specific implementation of an OGSA-based Grid security architecture that include as part of the Globus Toolkit Version 4 (GT4). Given the prominent use of Globus within the Grid community, let us briefly revise such implementation. Grid Client reguest response Information Service (knows the Available HW and SW) Fig. 5. Grid Transactions Resource Broker Replica Catalogue (knows the exact location of data) F. Virtual organizations The users of the grid (either are individuals or computing resources) can be organized dynamically into a number of Virtual Organizations (VOs), consisting of resources, services, and people collaborating across institutional, geographical, and political boundaries, each with different Policy Requirements. The collaborations involved in Grid computing lead to the emergence of multiple users/groups that function as one unit through the use of their shared competencies and resources for the purpose of one or more identified goals. Users can join into several VOs, while resource providers also partition their resources to several VOs. G. Grid Security Infrastructure In grid computing environments, the mutual authentication and information service are serious issues [9, 11]. Before their applications are running, the users need choose hosts based on security, availability and many other aspects. The GSI (Grid Security Infrastructure) is designed as one very important part of the Globus grid toolkit. The GSI uses public key cryptography (also known as asymetric cryptography) as the basis for its functionality. The primary motivations behind the GSI are the need for secure communication (authenticated and perhaps confidential) between elements of a computational Grid and the need to support security across organizational boundaries, thus prohibiting a centrally-managed security system. Finally, a fundamental issue is to support single signon for users of the Grid, including delegation of credentials for computations that involve multiple resources and/or sites. GSI, which is designed to solve the security in Globus system, is based on RSA encystations algorithm and employs a standard (X.509v3) for encoding credentials for security principals. Thus, enables secure authentication and communication over open network. At the same time GSI enables Interoperable with local security solutions without changing anything. The Grid Security Infrastructure (GSI) is a VI. CONCLUSIONS In this paper, we applied the concept of SOA in the telecommunication industry. We looks at the architecture of future 3G network like LTE and worked on the example scenario. We modelled this scenario and explained how the system can be modelled for Web services and SCA. We explained the design approach for the example application and modelled its service objects and messages. The OSA based approach takes away the complexity from the application developers or the users of OSA APIs by hiding them using standard APIs. In the current article we had shown how the complexity could be reduced for the system developers or the providers of those APIs. This is done using the WS and its related technology like SCA. Future work in this area will include looking into the LTE and SOA concept using the simulation analysis to understand and analyze the protocol overhead using this approach. Currently we are working on the simulation scenario, with and without the SOA based architecture. REFERENCES [1] 3GPP TR V1.5.0, 3GPP System Architecture Evolution: Report on Technical Options and Conclusions (Release 7), 3rd Generation Partnership Project, Technical Report, Nov Available: [2] D. F. Ferguson and M. L. Stockton, Service-oriented architecture: Programming model and product architecture, IBM Systems Journal, vol. 44, no. 4, [3] Web services activity, [4] D. E. Cox and H. Kreger, Management of the service orientedarchitecture life cycle, IBM Systems Journal, Vol: 44, no. 4, [5] K. M. Senthil Kumar, A. S. Das, and S. Padmanabhuni, WS-i basic profile: a practitioner's view, in Web Services, Proceedings. IEEE International Conference on, Jul. 2004, pp [6] 3GPP TS V7.1.0, Service Requirement for the Open Services Access (OSA); Stage 1 (Release 7), 3 rd Generation Partnership Project, Technical Specification, Mar 2006.Available: [6] N. Sklavos, X. Zhang, Wireless Security & Cryptography: Specifications and Implementations, CRC-Press, A Taylor and Francis Group, ISBN: X, [7] S. Zeadally, N. Sklavos, M. Rathakrishnan, S. Fowler, "End-to-End Security Across Wired-Wireless Networks for Mobile Users", Information Systems Security, The official journal of (ISC)2, A Taylor & Francis Group Publication, Vol. 16, Issue: 5, pp , [8] R. Roman, C. Alcaraz, N. Sklavos, "On the Hardware Implementation Efficiency of Cryptographic Primitives", Chapter in the Book: Wireless Sensor Network Security, editors J. Lopez and Jianying Zhou, IOS Press, ISBN: , [9] G. Kostopoulos, N. Sklavos, O. Koufopavlou Security and Privacy in Grid Computing: A State-of-the-Art, Chapter in the Book: Security in Distributed, Grid, and Pervasive Computing, editor Yang Xiao, CRC-Press, ISBN: , [10] V. Welch, Globus Toolkit Version 4 Grid Security Infrastructure: A Standards Perspective, Sept [11] N. Nagaratnam, P. Janson, J. Dayka, A. Nadalin, F. Siebenlist, V. Welch, S. Tuecke, I. Foster Security Architecture for Open Grid Services, July 2002.

(9A05803) WEB SERVICES (ELECTIVE - III)

(9A05803) WEB SERVICES (ELECTIVE - III) 1 UNIT III (9A05803) WEB SERVICES (ELECTIVE - III) Web services Architecture: web services architecture and its characteristics, core building blocks of web services, standards and technologies available

More information

Research and Design Application Platform of Service Grid Based on WSRF

Research and Design Application Platform of Service Grid Based on WSRF DOI: 10.7763/IPEDR. 2012. V49. 27 Research and Design Application Platform of Service Grid Based on WSRF Jianmei Ge a, Shying Zhang a College of Computer Science and Technology, Beihua University, No.1

More information

Introduction to GT3. Introduction to GT3. What is a Grid? A Story of Evolution. The Globus Project

Introduction to GT3. Introduction to GT3. What is a Grid? A Story of Evolution. The Globus Project Introduction to GT3 The Globus Project Argonne National Laboratory USC Information Sciences Institute Copyright (C) 2003 University of Chicago and The University of Southern California. All Rights Reserved.

More information

Talk 4: WLAN-GPRS Integration for Next-Generation Mobile Data Networks

Talk 4: WLAN-GPRS Integration for Next-Generation Mobile Data Networks Talk 4: WLAN-GPRS Integration for Next-Generation Mobile Data Networks IEEE Wireless Communication, Oct. 2002 Presented by Prof. Yuh-Shyan Chen Department of Computer Science and Information Engineering

More information

8.4 IMS Network Architecture A Closer Look

8.4 IMS Network Architecture A Closer Look 8.4 IMS Network Architecture A Closer Look 243 The anchoring of the media in TrGW also has an implicit topology-hiding effect. Without anchoring, the SDP answer provided to the other network would contain

More information

Charted Engineer, Fellow I.E.E. VP Standards & Fora Siemens Mobile Communications S.p.A. Italy. ITU-T SSG Vice Chairman

Charted Engineer, Fellow I.E.E. VP Standards & Fora Siemens Mobile Communications S.p.A. Italy. ITU-T SSG Vice Chairman Charted Engineer, Fellow I.E.E. VP Standards & Fora Siemens Mobile Communications S.p.A. Italy ITU-T SSG Vice Chairman 1 Contents What is happening in the mobile world? How should today s 2G investments

More information

Status of IMS-Based Next Generation Networks for Fixed Mobile Convergence

Status of IMS-Based Next Generation Networks for Fixed Mobile Convergence Status of IMS-Based Next Generation Networks for Fixed Mobile Convergence Prepared for: WOCC 2007 Fuchun Joseph Lin Chief Scientist fjlin@research.telcordia.com Telcordia Technologies, Inc. April 28, 2007

More information

High Performance Computing Course Notes Grid Computing I

High Performance Computing Course Notes Grid Computing I High Performance Computing Course Notes 2008-2009 2009 Grid Computing I Resource Demands Even as computer power, data storage, and communication continue to improve exponentially, resource capacities are

More information

Analysis of a Multiple Content Variant Extension of the Multimedia Broadcast/Multicast Service

Analysis of a Multiple Content Variant Extension of the Multimedia Broadcast/Multicast Service PUBLISHED IN: PROCEEDINGS OF THE EUROPEAN WIRELESS 2006 CONFERENCE 1 Analysis of a Multiple Content Variant Extension of the Multimedia Broadcast/Multicast Service George Xylomenos, Konstantinos Katsaros

More information

An Introduction to the Grid

An Introduction to the Grid 1 An Introduction to the Grid 1.1 INTRODUCTION The Grid concepts and technologies are all very new, first expressed by Foster and Kesselman in 1998 [1]. Before this, efforts to orchestrate wide-area distributed

More information

Introduction to Grid Technology

Introduction to Grid Technology Introduction to Grid Technology B.Ramamurthy 1 Arthur C Clarke s Laws (two of many) Any sufficiently advanced technology is indistinguishable from magic." "The only way of discovering the limits of the

More information

Distribution and web services

Distribution and web services Chair of Software Engineering Carlo A. Furia, Bertrand Meyer Distribution and web services From concurrent to distributed systems Node configuration Multiprocessor Multicomputer Distributed system CPU

More information

IP multimedia in 3G. Structure. Author: MartinHarris Orange. Understanding IP multimedia in 3G. Developments in 3GPP. IP multimedia services

IP multimedia in 3G. Structure. Author: MartinHarris Orange. Understanding IP multimedia in 3G. Developments in 3GPP. IP multimedia services IP multimedia in 3G Author: MartinHarris Orange slide 1 Structure Understanding IP multimedia in 3G Developments in 3GPP IP multimedia services IMS challenges and open issues IP multimedia roadmap slide

More information

Design The way components fit together

Design The way components fit together Introduction to Grid Architecture What is Architecture? Design The way components fit together 12-Mar-14 MCC/MIERSI Grid Computing 1 Introduction to Grid Architecture Why Discuss Architecture? Descriptive

More information

3GPP TS V8.7.0 ( )

3GPP TS V8.7.0 ( ) TS 23.237 V8.7.0 (2010-03) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Services and System Aspects; IP Multimedia Subsystem (IMS) Service Continuity; Stage

More information

Due to the many benefits provided by both the third-generation (3G) mobile networks and the IEEE wireless local area networks (WLANs), it is

Due to the many benefits provided by both the third-generation (3G) mobile networks and the IEEE wireless local area networks (WLANs), it is Performance of UMTS/WLAN Integration at Hot-Spot Locations Using OPNET Marwan Abu-Amara, Ashraf Mahmoud, Tarek Sheltami, Adel Al-Shahrani, Khalid Al-Otaibi, S.M.Rehman, and Taha Anwar {marwan, ashraf,

More information

Grid Computing. Lectured by: Dr. Pham Tran Vu Faculty of Computer and Engineering HCMC University of Technology

Grid Computing. Lectured by: Dr. Pham Tran Vu   Faculty of Computer and Engineering HCMC University of Technology Grid Computing Lectured by: Dr. Pham Tran Vu Email: ptvu@cse.hcmut.edu.vn 1 Grid Architecture 2 Outline Layer Architecture Open Grid Service Architecture 3 Grid Characteristics Large-scale Need for dynamic

More information

A Web-Services Based Architecture for Dynamic- Service Deployment

A Web-Services Based Architecture for Dynamic- Service Deployment A Web-Services Based Architecture for Dynamic- Service Deployment Christos Chrysoulas 1, Evangelos Haleplidis 1, Robert Haas 2, Spyros Denazis 1,3, Odysseas Koufopavlou 1 1 University of Patras, ECE Department,

More information

Basic SAE Management Technology for Realizing All-IP Network

Basic SAE Management Technology for Realizing All-IP Network LTE SAE EPC Special Articles on SAE Standardization Technology Basic SAE Management Technology for Realizing All-IP Network The standardization of 3GPP Release 8 brings new provisions for All-IP networks

More information

Convergence WLAN/CDMA Architecture. CDG Technology Forum October 7, 2005

Convergence WLAN/CDMA Architecture. CDG Technology Forum October 7, 2005 Convergence WLAN/CDMA Architecture CDG Technology Forum October 7, 2005 Outline Introduction and Network Architecture Key elements to enable WLAN/CDMA services Access control Mobility management Summary

More information

Design The way components fit together

Design The way components fit together Introduction to Grid Architecture What is Architecture? Design The way components fit together 9-Mar-10 MCC/MIERSI Grid Computing 1 Introduction to Grid Architecture Why Discuss Architecture? Descriptive

More information

Implementing a Ground Service- Oriented Architecture (SOA) March 28, 2006

Implementing a Ground Service- Oriented Architecture (SOA) March 28, 2006 Implementing a Ground Service- Oriented Architecture (SOA) March 28, 2006 John Hohwald Slide 1 Definitions and Terminology What is SOA? SOA is an architectural style whose goal is to achieve loose coupling

More information

Delivery of Voice and Text Messages over LTE 13 年 5 月 27 日星期 一

Delivery of Voice and Text Messages over LTE 13 年 5 月 27 日星期 一 Delivery of Voice and Text Messages over LTE 1. The Market for Voice and SMS 2. Third Party Voice over IP 3. The IP Multimedia Subsystem 4. Circuit Switched Fallback 5. VoLGA LTE was designed as a data

More information

Mobile Networks Evolution: Economic Aspects of Evolution towards IMT2000

Mobile Networks Evolution: Economic Aspects of Evolution towards IMT2000 Mobile Networks Evolution: Economic Aspects of Evolution towards IMT2000 ITU-BDT Regional Seminar on Fixed Mobile Convergence and new network architecture for Arab Region Tunis, Tunisia, 21-24 November

More information

Grid Computing. MCSN - N. Tonellotto - Distributed Enabling Platforms

Grid Computing. MCSN - N. Tonellotto - Distributed Enabling Platforms Grid Computing 1 Resource sharing Elements of Grid Computing - Computers, data, storage, sensors, networks, - Sharing always conditional: issues of trust, policy, negotiation, payment, Coordinated problem

More information

Name of Course : E1-E2 CFA. Chapter 7A. Topic : SIP. Date of Creation :

Name of Course : E1-E2 CFA. Chapter 7A. Topic : SIP. Date of Creation : E1-E2(CFA)/SIP Rev Date 28.03.2011 Name of Course : E1-E2 CFA Chapter 7A Topic : SIP Date of Creation : 28.03.2011 For internal circulation of BSNL only Page 1 E1-E2(CFA)/SIP Rev Date 28.03.2011 Session

More information

International Journal of Computer Science Trends and Technology (IJCST) Volume 3 Issue 6, Nov-Dec 2015

International Journal of Computer Science Trends and Technology (IJCST) Volume 3 Issue 6, Nov-Dec 2015 RESEARCH ARTICLE OPEN ACCESS Middleware Interoperability using SOA for Enterprise Business Application T Sathis Kumar Assistant Professor Department of Computer Science and Engineering Saranathan College

More information

A Distributed Media Service System Based on Globus Data-Management Technologies1

A Distributed Media Service System Based on Globus Data-Management Technologies1 A Distributed Media Service System Based on Globus Data-Management Technologies1 Xiang Yu, Shoubao Yang, and Yu Hong Dept. of Computer Science, University of Science and Technology of China, Hefei 230026,

More information

Enabling FMC: Airvana Universal Access Gateway

Enabling FMC: Airvana Universal Access Gateway Enabling FMC: Airvana Universal Access Gateway 2006 3G CDMA Latin America Regional Conference May 25 th, 2006 Sao Paulo, Brazil Michael McFarland Director, Marketing & Business Development Airvana, Inc

More information

Evolution to A Common Core

Evolution to A Common Core Evolution to A Common Core Interworking Access Networks Mike Dolan April 2008 Outline Current Situation Multiple Core Networks Commonality at the Application Layer, IMS Converging on a Common Core Network

More information

Business Considerations for Migration to IMT-2000

Business Considerations for Migration to IMT-2000 Business Considerations for Migration to IMT-2000 Bosco Eduardo Fernandes Siemens AG, ICM N PG SP NI IB Vice President International Affairs Email:bosco.fernandes@siemens.com ontent The Services Delivery

More information

DAY 2. HSPA Systems Architecture and Protocols

DAY 2. HSPA Systems Architecture and Protocols DAY 2 HSPA Systems Architecture and Protocols 1 LTE Basic Reference Model UE: User Equipment S-GW: Serving Gateway P-GW: PDN Gateway MME : Mobility Management Entity enb: evolved Node B HSS: Home Subscriber

More information

ITU-T Q Signalling architecture and requirements for IP-based short message service over ITU-T defined NGN

ITU-T Q Signalling architecture and requirements for IP-based short message service over ITU-T defined NGN I n t e r n a t i o n a l T e l e c o m m u n i c a t i o n U n i o n ITU-T Q.3053 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (03/2017) SERIES Q: SWITCHING AND SIGNALLING, AND ASSOCIATED MEASUREMENTS

More information

TECHNOLOGY OPTIONS FOR EVOLUTION FROM EXISTING MOBILE SYSTEMS TO IMT-2000

TECHNOLOGY OPTIONS FOR EVOLUTION FROM EXISTING MOBILE SYSTEMS TO IMT-2000 TECHNOLOGY OPTIONS FOR EVOLUTION FROM EXISTING MOBILE SYSTEMS TO IMT-2000 Bosco Eduardo Fernandes Chair ICTG (IT-Media) and Manufacturers Sector Group UMTS Forum www.umts-forum.org Qatar 29 September 01

More information

Cisco Converged Services Platform

Cisco Converged Services Platform Data Sheet Cisco Converged Services Platform Mobile subscribers are demanding the same type of services that are provided over the Internet on their mobile phones including messaging, social networking,

More information

Grid Services and the Globus Toolkit

Grid Services and the Globus Toolkit Grid Services and the Globus Toolkit Lisa Childers childers@mcs.anl.gov The Globus Alliance Copyright (C) 2003 University of Chicago and The University of Southern California. All Rights Reserved. This

More information

Mobile Network Evolution Part 2

Mobile Network Evolution Part 2 Mobile Network Evolution Part 2 From UMTS to LTE or How to Further Increase Network Capacity and QoS Andreas Mitschele-Thiel Advanced Mobile Communication Networks 1 Outline Evolution from Circuit Switching

More information

ETSI TR V1.1.1 ( )

ETSI TR V1.1.1 ( ) TR 102 422 V1.1.1 (2005-04) Technical Report Methods for Testing and Specification (MTS) IMS Integration Testing Infrastructure Testing Methodology 2 TR 102 422 V1.1.1 (2005-04) Reference DTR/MTS-00099

More information

IPv6 the Catalyst for Convergence

IPv6 the Catalyst for Convergence International Telecommunication Union IPv6 the Catalyst for Convergence Bosco Eduardo Fernandes Siemens Ag Agenda o IP the glue to convergence of multimedia content and mobility. o Benefits and Advantages

More information

Cisco 5G Vision Series: Licensed, Unlicensed, and Access-Independent Networks

Cisco 5G Vision Series: Licensed, Unlicensed, and Access-Independent Networks White Paper Cisco 5G Vision Series: Licensed, Unlicensed, and Access-Independent Networks What You Will Learn A very important capability of evolving mobile networks is the need to integrate and/or aggregate

More information

DRAFT - QoS Sensitive Roaming Principles 1.0 August 2004

DRAFT - QoS Sensitive Roaming Principles 1.0 August 2004 Official Document IR.68 DRAFT - QoS Sensitive Roaming Principles 1.0 August 2004 This is a binding permanent reference document of the GSM Association. Security Classification Category (See next page):

More information

Advanced School in High Performance and GRID Computing November Introduction to Grid computing.

Advanced School in High Performance and GRID Computing November Introduction to Grid computing. 1967-14 Advanced School in High Performance and GRID Computing 3-14 November 2008 Introduction to Grid computing. TAFFONI Giuliano Osservatorio Astronomico di Trieste/INAF Via G.B. Tiepolo 11 34131 Trieste

More information

ETSI documents published or circulated for vote/comment in January 2019

ETSI documents published or circulated for vote/comment in January 2019 ETSI documents published or circulated for vote/comment in January 2019 ETSI documents issued under AP20190409. Comments should be sent to the named contact by 10/03/2019 ETSI identifier Title Committee

More information

Grid Security Infrastructure

Grid Security Infrastructure Grid Security Infrastructure On basis of works: An overview of the methods used to create a secure grid Mike Jones (The University of Manchester) Security Implications of Typical Grid Computing Usage Scenarios

More information

ETSI TS V ( )

ETSI TS V ( ) TS 32 4 V5.0.0 (208-07) TECHNICAL SPECIFICATION Digital cellular telecommunications system (Phase 2+) (GSM); Universal Mobile Telecommunications System (UMTS); LTE; Telecommunication management; Subscription

More information

ETSI TS V (201

ETSI TS V (201 TS 122 153 V13.0.0 (201 16-03) TECHNICAL SPECIFICATION Digital cellular telecommunications system (Phase 2+); Universal Mobile Telecommunications System (UMTS); LTE; Multimedia priority service (3GPP TS

More information

Fixed Mobile Convergence

Fixed Mobile Convergence Fixed Mobile Convergence Daniel McHugh Solutions Manager dmchugh2@alcatel-lucent.com www.alcatel-lucent.com Fixed Mobile Convergence Fixed Mobile Convergence (FMC) provides common and seamless services

More information

Sistemi ICT per il Business Networking

Sistemi ICT per il Business Networking Corso di Laurea Specialistica Ingegneria Gestionale Sistemi ICT per il Business Networking SOA and Web Services Docente: Vito Morreale (vito.morreale@eng.it) 1 1st & 2nd Generation Web Apps Motivation

More information

GRIDS INTRODUCTION TO GRID INFRASTRUCTURES. Fabrizio Gagliardi

GRIDS INTRODUCTION TO GRID INFRASTRUCTURES. Fabrizio Gagliardi GRIDS INTRODUCTION TO GRID INFRASTRUCTURES Fabrizio Gagliardi Dr. Fabrizio Gagliardi is the leader of the EU DataGrid project and designated director of the proposed EGEE (Enabling Grids for E-science

More information

Quality of Service and Security as Frameworks toward Next-Generation Wireless Networks

Quality of Service and Security as Frameworks toward Next-Generation Wireless Networks Quality of Service and Security as Frameworks toward Next-Generation Wireless Networks ZORAN BOJKOVIĆ, BOJAN BAKMAZ Faculty of transport and traffic engineering University of Belgrade Vojvode Stepe 305,

More information

Introduction. Software Trends. Topics for Discussion. Grid Technology. GridForce:

Introduction. Software Trends. Topics for Discussion. Grid Technology. GridForce: GridForce: A Multi-tier Approach to Prepare our Workforce for Grid Technology Bina Ramamurthy CSE Department University at Buffalo (SUNY) 201 Bell Hall, Buffalo, NY 14260 716-645-3180 (108) bina@cse.buffalo.edu

More information

Java Development and Grid Computing with the Globus Toolkit Version 3

Java Development and Grid Computing with the Globus Toolkit Version 3 Java Development and Grid Computing with the Globus Toolkit Version 3 Michael Brown IBM Linux Integration Center Austin, Texas Page 1 Session Introduction Who am I? mwbrown@us.ibm.com Team Leader for Americas

More information

Mobile Computing Introduction

Mobile Computing Introduction Mobile Computing Introduction UNIT - 1 Prepared By:- NITIN PANDYA Assistant Professor, SVBIT. What is Mobile Computing 2 NTIIN PANDYA 3 NTIIN PANDYA Definitions Mobile Computing What is mobile computing?

More information

THE VEGA PERSONAL GRID: A LIGHTWEIGHT GRID ARCHITECTURE

THE VEGA PERSONAL GRID: A LIGHTWEIGHT GRID ARCHITECTURE THE VEGA PERSONAL GRID: A LIGHTWEIGHT GRID ARCHITECTURE Wei Li, Zhiwei Xu, Bingchen Li, Yili Gong Institute of Computing Technology of Chinese Academy of Sciences Beijing China, 100080 {zxu, liwei, libingchen,

More information

WebServices the New Era

WebServices the New Era WebServices the New Era Introduction to WebServices Standards of WebServices Component Architecture WebServices Architecture SOAP WSDL UDDI Tools and Technologies of WebServices An example of WebServices

More information

Lupin: from Web Services to Web-based Problem Solving Environments

Lupin: from Web Services to Web-based Problem Solving Environments Lupin: from Web Services to Web-based Problem Solving Environments K. Li, M. Sakai, Y. Morizane, M. Kono, and M.-T.Noda Dept. of Computer Science, Ehime University Abstract The research of powerful Problem

More information

UNIT IV PROGRAMMING MODEL. Open source grid middleware packages - Globus Toolkit (GT4) Architecture, Configuration - Usage of Globus

UNIT IV PROGRAMMING MODEL. Open source grid middleware packages - Globus Toolkit (GT4) Architecture, Configuration - Usage of Globus UNIT IV PROGRAMMING MODEL Open source grid middleware packages - Globus Toolkit (GT4) Architecture, Configuration - Usage of Globus Globus: One of the most influential Grid middleware projects is the Globus

More information

Evolution from GSM to UMTS (IMT-2000)*

Evolution from GSM to UMTS (IMT-2000)* Evolution from GSM to UMTS (IMT-2000)* MARIO BAUMGARTEN Siemens Ltda ICN Sao Paulo - BRAZIL * This presentation is a draft submitted by the author and the final version will be available at: http://www.itu

More information

S.No QUESTIONS COMPETENCE LEVEL UNIT -1 PART A 1. Illustrate the evolutionary trend towards parallel distributed and cloud computing.

S.No QUESTIONS COMPETENCE LEVEL UNIT -1 PART A 1. Illustrate the evolutionary trend towards parallel distributed and cloud computing. VALLIAMMAI ENGNIEERING COLLEGE SRM Nagar, Kattankulathur 603203. DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING Year & Semester : IV & VII Section : CSE -1& 2 Subject Code : CS6703 Subject Name : Grid

More information

Knowledge Discovery Services and Tools on Grids

Knowledge Discovery Services and Tools on Grids Knowledge Discovery Services and Tools on Grids DOMENICO TALIA DEIS University of Calabria ITALY talia@deis.unical.it Symposium ISMIS 2003, Maebashi City, Japan, Oct. 29, 2003 OUTLINE Introduction Grid

More information

Impact of the LTE Migration for MVNOs

Impact of the LTE Migration for MVNOs Impact of the LTE Migration for MVNOs A Whitepaper Converting Diameter to SS7 protocols (CAMEL/SOAP/RADIUS/WIN/GSM MAP) and other proprietary protocols October 2012 By Dan Wonak Director of Marketing Abstract:

More information

COPYRIGHTED MATERIAL. Contents. 1 Short Message Service and IP Network Integration 1. 2 Mobility Management for GPRS and UMTS 39

COPYRIGHTED MATERIAL. Contents. 1 Short Message Service and IP Network Integration 1. 2 Mobility Management for GPRS and UMTS 39 Acknowledgments Introduction xv xvii 1 Short Message Service and IP Network Integration 1 1.1 SMS-IP Integration with SM-SC 3 1.1.1 NCTU Short Message System 4 1.1.2 Statistics for SMS Delivery 7 1.2 isms

More information

Grid Programming: Concepts and Challenges. Michael Rokitka CSE510B 10/2007

Grid Programming: Concepts and Challenges. Michael Rokitka CSE510B 10/2007 Grid Programming: Concepts and Challenges Michael Rokitka SUNY@Buffalo CSE510B 10/2007 Issues Due to Heterogeneous Hardware level Environment Different architectures, chipsets, execution speeds Software

More information

30 Nov Dec Advanced School in High Performance and GRID Computing Concepts and Applications, ICTP, Trieste, Italy

30 Nov Dec Advanced School in High Performance and GRID Computing Concepts and Applications, ICTP, Trieste, Italy Advanced School in High Performance and GRID Computing Concepts and Applications, ICTP, Trieste, Italy Why the Grid? Science is becoming increasingly digital and needs to deal with increasing amounts of

More information

NG40 IMS Emulator. Key features: IMS Registration VoLTE Basic SRVCC (one-way HO of single active speech session from 4G PS to 3G CS)

NG40 IMS Emulator. Key features: IMS Registration VoLTE Basic SRVCC (one-way HO of single active speech session from 4G PS to 3G CS) NG40 IMS Emulator IMS Emulation for LTE has been added to the ng4t portfolio. The NG40 IMS Emulator is an extension to the NG40 eutran and to the NG40 EPC Emulator. The NG40 eutran Emulator simulates the

More information

A Resource Discovery Algorithm in Mobile Grid Computing Based on IP-Paging Scheme

A Resource Discovery Algorithm in Mobile Grid Computing Based on IP-Paging Scheme A Resource Discovery Algorithm in Mobile Grid Computing Based on IP-Paging Scheme Yue Zhang 1 and Yunxia Pei 2 1 Department of Math and Computer Science Center of Network, Henan Police College, Zhengzhou,

More information

Boundary control : Access Controls: An access control mechanism processes users request for resources in three steps: Identification:

Boundary control : Access Controls: An access control mechanism processes users request for resources in three steps: Identification: Application control : Boundary control : Access Controls: These controls restrict use of computer system resources to authorized users, limit the actions authorized users can taker with these resources,

More information

IMS Migrations IMS Enabling Common Network Convergence. Michael Coward CTO and Co-founder

IMS Migrations IMS Enabling Common Network Convergence. Michael Coward CTO and Co-founder IMS Migrations IMS Enabling Common Network Convergence Michael Coward CTO and Co-founder Introduction New wave of telecom infrastructure $4B IMS New generation of Fixed/Mobile Convergence 3G-LTE Equipment

More information

THE GLOBUS PROJECT. White Paper. GridFTP. Universal Data Transfer for the Grid

THE GLOBUS PROJECT. White Paper. GridFTP. Universal Data Transfer for the Grid THE GLOBUS PROJECT White Paper GridFTP Universal Data Transfer for the Grid WHITE PAPER GridFTP Universal Data Transfer for the Grid September 5, 2000 Copyright 2000, The University of Chicago and The

More information

European Telecommunications Standards Institute. Grid Specialist Task Force. Interoperability Gap Analysis

European Telecommunications Standards Institute. Grid Specialist Task Force. Interoperability Gap Analysis European Telecommunications Standards Institute Grid Specialist Task Force Interoperability Gap Analysis ETSI Motivation TC GRID STF 331 Technical Report 1: Grid Stakeholders Technical Report 2: Interoperability

More information

Multi-RAT Heterogeneous Networks. Presenter: S. Vasudevan, Technical Manager, Advanced Technology Standards

Multi-RAT Heterogeneous Networks. Presenter: S. Vasudevan, Technical Manager, Advanced Technology Standards Multi-RAT Heterogeneous Networks Presenter: S. Vasudevan, Technical Manager, Advanced Technology Standards What are Multi-RAT Heterogeneous Networks Integrated Networks supporting a range of cell sizes

More information

DHANALAKSHMI COLLEGE OF ENGINEERING, CHENNAI

DHANALAKSHMI COLLEGE OF ENGINEERING, CHENNAI DHANALAKSHMI COLLEGE OF ENGINEERING, CHENNAI Department of Computer Science and Engineering CS6703 Grid and Cloud Computing Anna University 2 & 16 Mark Questions & Answers Year / Semester: IV / VII Regulation:

More information

Personal Handyphone Systems in Urban Infrastructure

Personal Handyphone Systems in Urban Infrastructure Personal Handyphone Systems in Urban Infrastructure Yukio Iino Mitsunobu Ootsuka Isao Shimbo ABSTRACT: The personal handyphone system (PHS) service began in Japan in 1995. As this new communication service

More information

End-to-end IP Service Quality and Mobility - Lecture #6 -

End-to-end IP Service Quality and Mobility - Lecture #6 - End-to-end IP Quality and Mobility - Lecture #6 - Special Course in Networking Technology S-38.215 vilho.raisanen@nokia.com Planned contents & draft schedule 1. Introduction Jan 13th 2. Characteristics

More information

Chapter 8 Web Services Objectives

Chapter 8 Web Services Objectives Chapter 8 Web Services Objectives Describe the Web services approach to the Service- Oriented Architecture concept Describe the WSDL specification and how it is used to define Web services Describe the

More information

UMTS System Architecture and Protocol Architecture

UMTS System Architecture and Protocol Architecture UMTS System Architecture and Protocol Architecture Overview on overall system architecture UMTS network architecture and elements Mobile station High-level functions UMTS domains and strata UMTS/GPRS protocol

More information

Application Oriented Networks: An SOA Perspective

Application Oriented Networks: An SOA Perspective Oriented s: An SOA Perspective www.thbs.com Introduction Service Oriented Architecture is the hot topic of discussion in IT circles today. So much so, in fact, that SOA is being seen by many as the future

More information

Packet-Based International Roaming Communication by xgsn

Packet-Based International Roaming Communication by xgsn NTT DoCoMo Technical Journal Vol. 6 No.4 Packet-Based International Roaming Communication by Yuuichi Suwa, Tokiharu Moriyama, Karin Sugiyama and Tomoki Shibahara This article describes a method for implementing

More information

IPv6-based Beyond-3G Networking

IPv6-based Beyond-3G Networking IPv6-based Beyond-3G Networking Motorola Labs Abstract This paper highlights the technical issues in IPv6-based Beyond-3G networking as a means to enable a seamless mobile Internet beyond simply wireless

More information

Preparing Infra-structure transition toward FRMCS (Next Generation)

Preparing Infra-structure transition toward FRMCS (Next Generation) Preparing Infra-structure transition toward FRMCS (Next Generation) Michael Klöcker Head of Strategy Railway Solutions Nokia Networks ETSI headquarters, Sophia-Antipolis 2 nd November 2016 GSM-R Industry

More information

All-IP Core Network Multimedia Domain

All-IP Core Network Multimedia Domain GPP X.S00-00-0 Version.0 Date: December 00 All-IP Core Network Multimedia Domain IP Multimedia Subsystem - Charging Architecture 0 0 COPYRIGHT NOTICE GPP and its Organizational Partners claim copyright

More information

Simulation of LTE Signaling

Simulation of LTE Signaling Simulation of LTE Signaling 1 Florin SANDU, 2 Szilárd CSEREY, 3 Eugen MILE-CIOBANU 1 "Transilvania University of Brasov Bd Eroilor nr. 29A RO-500036 Brasov sandu@unitbv.ro, 2,3 SIEMENS Program and System

More information

Classification and Characterization of Core Grid Protocols for Global Grid Computing

Classification and Characterization of Core Grid Protocols for Global Grid Computing 1 Classification and Characterization of Core Grid s for Global Grid Computing Harshad B. Prajapati and Vipul K. Dabhi Abstract Grid computing has attracted many researchers over a few years, and as a

More information

All-IP Core Network Multimedia Domain IP Multimedia Subsystem Charging Architecture

All-IP Core Network Multimedia Domain IP Multimedia Subsystem Charging Architecture 3 All-IP Core Network Multimedia Domain IP Multimedia Subsystem Charging Architecture 4 5 6 7 8 3 Contents 3Foreword...ii 4 Scope... 5 References... 63 Definitions, abbreviations and symbols... 7 8 9 3.

More information

4G: Convergence, Openness for Excellence and Opportunity Cisco Systems, Inc

4G: Convergence, Openness for Excellence and Opportunity Cisco Systems, Inc 4G: Convergence, Openness for Excellence and Opportunity, Inc 1 4G Not Just for Mobility This next generation of mobility networks will have over the air throughput speeds that will approach those of wireless

More information

All-IP Core Network Multimedia Domain

All-IP Core Network Multimedia Domain 1 2 3 3GPP2 X.S0013-000-0 Version 1.0 Version Date: December, 2003 4 5 6 7 8 9 10 All-IP Core Multimedia Domain Overview 11 12 13 14 15 16 17 18 19 20 21 COPYRIGHT NOTICE 3GPP2 and its Organizational Partners

More information

Grid Architectural Models

Grid Architectural Models Grid Architectural Models Computational Grids - A computational Grid aggregates the processing power from a distributed collection of systems - This type of Grid is primarily composed of low powered computers

More information

3GPP TS V6.4.0 ( )

3GPP TS V6.4.0 ( ) TS 22.234 V6.4.0 (2006-06) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Services and System Aspects; Requirements on system to Wireless Local Area Network (WLAN)

More information

wireless networks and mobile computing (COMMON TO CSE AND CS) CONTENTS Classification of Wireless Networks

wireless networks and mobile computing (COMMON TO CSE AND CS) CONTENTS Classification of Wireless Networks i wireless networks and mobile computing FOR m.tech (jntu - hyderabad) i year Ii semester (COMMON TO CSE AND CS) CONTENTS UNIT - I [CH. H. - 1] ] [WIRELESS NETWORKS]... 1.1-1.24 1.1 WIRELESS NETWORK...

More information

4G Technology in contrast with other G Technologies Raja Solanki,Vineeet Godara, Prashant Solanki, Dhronacharya Engineering College,Gurgaon,India

4G Technology in contrast with other G Technologies Raja Solanki,Vineeet Godara, Prashant Solanki, Dhronacharya Engineering College,Gurgaon,India Technology in contrast with other G Technologies Raja Solanki,Vineeet Godara, Prashant Solanki, Dhronacharya Engineering College,Gurgaon,India Abstract-Wireless services have the highest demand in internet

More information

Timmins Training Consulting

Timmins Training Consulting VoLTE Core Network Course Outline Short Description VoLTE stands for voice over Long-Term Evolution. It is a combination of LTE and IMS technology which enables processing of digital packet voice service

More information

Overview and Status of NGN Standardization Activities. Naotaka Morita Vice Chairman of SG13, ITU-T NTT Service Integration Laboratories

Overview and Status of NGN Standardization Activities. Naotaka Morita Vice Chairman of SG13, ITU-T NTT Service Integration Laboratories Overview and Status of NGN Standardization Activities Naotaka Morita Vice Chairman of SG13, ITU-T NTT Service Integration Laboratories Contents 1. Outline of NGN 2. Key Technologies of NGN 3. Summary and

More information

SOFTWARE ARCHITECTURES ARCHITECTURAL STYLES SCALING UP PERFORMANCE

SOFTWARE ARCHITECTURES ARCHITECTURAL STYLES SCALING UP PERFORMANCE SOFTWARE ARCHITECTURES ARCHITECTURAL STYLES SCALING UP PERFORMANCE Tomas Cerny, Software Engineering, FEE, CTU in Prague, 2014 1 ARCHITECTURES SW Architectures usually complex Often we reduce the abstraction

More information

CS6703 GRID AND CLOUD COMPUTING. Question Bank Unit-I. Introduction

CS6703 GRID AND CLOUD COMPUTING. Question Bank Unit-I. Introduction CS6703 GRID AND CLOUD COMPUTING Question Bank Unit-I Introduction Part A 1. Define Grid Computing. 2. Define Cloud Computing. 3. Analyze the working of GPUs. 4. List out the cluster design. 5. Differentiate

More information

X-S Framework Leveraging XML on Servlet Technology

X-S Framework Leveraging XML on Servlet Technology X-S Framework Leveraging XML on Servlet Technology Rajesh Kumar R Abstract This paper talks about a XML based web application framework that is based on Java Servlet Technology. This framework leverages

More information

Web Services in Cincom VisualWorks. WHITE PAPER Cincom In-depth Analysis and Review

Web Services in Cincom VisualWorks. WHITE PAPER Cincom In-depth Analysis and Review Web Services in Cincom VisualWorks WHITE PAPER Cincom In-depth Analysis and Review Web Services in Cincom VisualWorks Table of Contents Web Services in VisualWorks....................... 1 Web Services

More information

Computational Web Portals. Tomasz Haupt Mississippi State University

Computational Web Portals. Tomasz Haupt Mississippi State University Computational Web Portals Tomasz Haupt Mississippi State University What is a portal? Is it a web page? There is something going on behind the scene! Synopsis URL TCP/IP SSL HTTP HTTPS PKI Kerberos HTML

More information

LTE : The Future of Mobile Broadband Technology

LTE : The Future of Mobile Broadband Technology LTE : The Future of Mobile Broadband Technology Erick Setiawan tukangbajaksawah@gmail.com 1 Become a necessity today, where the wireless broadband technology needed to meet increasing expectations in terms

More information

Grid Computing Fall 2005 Lecture 5: Grid Architecture and Globus. Gabrielle Allen

Grid Computing Fall 2005 Lecture 5: Grid Architecture and Globus. Gabrielle Allen Grid Computing 7700 Fall 2005 Lecture 5: Grid Architecture and Globus Gabrielle Allen allen@bit.csc.lsu.edu http://www.cct.lsu.edu/~gallen Concrete Example I have a source file Main.F on machine A, an

More information

Distributed Systems. Web Services (WS) and Service Oriented Architectures (SOA) László Böszörményi Distributed Systems Web Services - 1

Distributed Systems. Web Services (WS) and Service Oriented Architectures (SOA) László Böszörményi Distributed Systems Web Services - 1 Distributed Systems Web Services (WS) and Service Oriented Architectures (SOA) László Böszörményi Distributed Systems Web Services - 1 Service Oriented Architectures (SOA) A SOA defines, how services are

More information