Implementing the S1 Application Protocol in a Cloud Radio Access Network Environment

Size: px
Start display at page:

Download "Implementing the S1 Application Protocol in a Cloud Radio Access Network Environment"

Transcription

1 Implementing the S1 Application Protocol in a Cloud Radio Access Network Environment KeijoLehtinen Networking Technology Master s thesis seminar Supervisor: Prof. RikuJäntti Advisor: D.Sc. (Tech.) KalleRuttik

2 Table of contents Background Goals & motivation The S1 Application Protocol (S1AP) Abstract Syntax Notation One (ASN.1) Implementation Summary & conclusions

3 Background 3

4 LTE network architecture 4

5 Cloud Radio Access Network (C-RAN) Centralized, cloud computing-based architecture. Servers connected to Remote Radio Heads. Flexible, share resources dynamically. Cheaper to operate. 5

6 Aalto Radio Framework (ARF) Implements TDD LTE Release 8. Flexible research tool to study radio technologies. Test new radio features. Build proof-of-concepts. 6

7 ARF architecture 7

8 Goals & motivations 8

9 Goals & motivation To develop the ARF software closer to a full base station node by implementing the control plane of the S1 interface. 9

10 The S1 Application Protocol (S1AP) 10

11 S1 interface specifications Number TS TS TS TS TS Title Evolved Universal Terrestrial Radio Access Network (E-UTRAN); S1 general aspects and principles Evolved Universal Terrestrial Radio Access Network (E-UTRAN); S1 layer 1 Evolved Universal Terrestrial Radio Access Network (E-UTRAN); S1 signalling transport Evolved Universal Terrestrial Radio Access Network (E-UTRAN); S1 Application Protocol (S1AP) Evolved Universal Terrestrial Radio Access Network (E-UTRAN); S1 data transport 11

12 S1 interface protocol structure 12

13 S1AP messages Approximately 50 elementary procedures. Initiating message + optionally successful outcome & unsuccessful outcome response messages. Messages formed by a Protocol Data Unit (PDU) containing a treelike structure of Information Elements (IEs). All data structures defined with ASN.1. 13

14 Abstract Syntax Notation One (ASN.1) 14

15 Abstract Syntax Notation One (ASN.1) Originally defined in 1984, latest update 08/2015. Formal rules to represent data. Independent of machine-specific implementation. ASN.1 tools. Commersial tools. The open source ASN.1 compiler: asn1c ( 15

16 Abstract syntax Basic types: INTEGER, REAL, BOOLEAN, ENUMERATED, BIT STRING, OCTET STRING, various character strings, Constructed types: SEQUENCE, SET, CHOICE, ANY, Extensibility Extension marker Information object classes. 16

17 Encoding rules Basic encoding rules (BER). Canonical / Distinguished encoding rules (CER/DER). XML encoding rules (XER). Packed encoding rules (PER), aligned / non-aligned. + many others. 17

18 Example S1SetupRequest ::= SEQUENCE { protocolies ProtocolIE-Container { {S1SetupRequestIEs} },... } S1SetupRequestIEs S1AP-PROTOCOL-IES ::= { { ID id-global-enb-id CRITICALITY reject TYPE Global-ENB-ID PRESENCE mandatory } { ID id-enbname CRITICALITY ignore TYPE ENBname PRESENCE optional } { ID id-supportedtas CRITICALITY reject TYPE SupportedTAs PRESENCE mandatory } { ID id-defaultpagingdrx CRITICALITY ignore TYPE PagingDRX PRESENCE mandatory } { ID id-csg-idlist CRITICALITY reject TYPE CSG-IdList PRESENCE optional },... } Global-ENB-ID ::= SEQUENCE { plmnidentity PLMNidentity, enb-id ENB-ID, ie-extensions ProtocolExtensionContainer { {GlobalENB-ID-ExtIEs} } OPTIONAL,... } PLMNidentity ::= TBCD-STRING TBCD-STRING ::= OCTET STRING (SIZE (3)) ENB-ID ::= CHOICE { macroenb-id BIT STRING (SIZE(20)), homeenb-id BIT STRING (SIZE(28)),... } 18

19 Implementation 19

20 Code generation The asn1c compiler: Code for all basic data structures. Code for encoder & decoder for all S1AP data structures. Perl scripts: Parse all ASN.1 information object class structures. Mostly IE content for each S1AP message. 20

21 S1AP implementation API 21

22 S1AP communication process 22

23 Testing Google Test Framework. Also used by other ARF modules. Legal and illegal messages. Message encoding and decoding. Comparing to encodings from 3rd party sources. 23

24 Summary & conclusions 24

25 Summary & conclusions ASN.1: Learning and other uses. The asn1c compiler: Learning the tool, implementing other protocols. ARF future: S1 session management and control logic. X2 interface. MME node development. 25

26 Thank you! Questions? 26

INTERNATIONAL TELECOMMUNICATION UNION

INTERNATIONAL TELECOMMUNICATION UNION INTERNATIONAL TELECOMMUNICATION UNION ITU-T X.690 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (07/2002) SERIES X: DATA NETWORKS AND OPEN SYSTEM COMMUNICATIONS OSI networking and system aspects Abstract

More information

System and Network Management

System and Network Management - System and Network Management Network Management : ability to monitor, control and plan the resources and components of computer system and networks network management is a problem created by computer!

More information

Network Management. Jaakko Kotimäki. Department of Computer Science Aalto University, School of Science. 21. maaliskuuta 2016

Network Management. Jaakko Kotimäki. Department of Computer Science Aalto University, School of Science. 21. maaliskuuta 2016 Jaakko Kotimäki Department of Computer Science Aalto University, School of Science Outline Introduction SNMP architecture Management Information Base SNMP protocol Network management in practice Niksula

More information

Security in cellular-radio access networks

Security in cellular-radio access networks Security in cellular-radio access networks Ravishankar Borgaonkar, Oxford University 5G Security Workshop Stockholm, Sweden 11 May 2016 Outline Radio Access Network Layered Security Emerging low cost attacks

More information

INTERNATIONAL TELECOMMUNICATION UNION

INTERNATIONAL TELECOMMUNICATION UNION INTERNATIONAL TELECOMMUNICATION UNION ITU-T X.680 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (07/2002) SERIES X: DATA NETWORKS AND OPEN SYSTEM COMMUNICATIONS OSI networking and system aspects Abstract

More information

INTERNATIONAL TELECOMMUNICATION UNION

INTERNATIONAL TELECOMMUNICATION UNION INTERNATIONAL TELECOMMUNICATION UNION ITU-T X.691 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (07/2002) SERIES X: DATA NETWORKS AND OPEN SYSTEM COMMUNICATIONS OSI networking and system aspects Abstract

More information

RaneNote SNMP: SIMPLE? NETWORK MANAGEMENT PROTOCOL

RaneNote SNMP: SIMPLE? NETWORK MANAGEMENT PROTOCOL RaneNote : SIMPLE? NETWORK MANAGEMENT PROTOCOL : Simple? Network Management Protocol Overview The Message Format The Actual Bytes Douglas Bruey Rane Corporation RaneNote 161 2005 Rane Corporation Introduction

More information

Long Term Evolution - LTE. A short overview

Long Term Evolution - LTE. A short overview Long Term Evolution - LTE A short overview LTE Architecture 2 Conformance Test Suite Specification 3 GPP and ETSI product 3GPP TS 32.523-3 Evolved Universal Terrestrial Radio Access (E-UTRA) User Equipment

More information

Simple Network Management Protocol (SNMP) Amar J. Desai Graduate Student University of Southern California Computer Science

Simple Network Management Protocol (SNMP) Amar J. Desai Graduate Student University of Southern California Computer Science Simple Network Management Protocol (SNMP) Amar J. Desai Graduate Student University of Southern California Computer Science 1 Outline Background SNMP Basics SNMP Version 1 SNMP Version 2 SNMP Management,

More information

SNMP Simple Network Management Protocol

SNMP Simple Network Management Protocol SNMP Simple Network Management Protocol Simple Network Management Protocol SNMP is a framework that provides facilities for managing and monitoring network resources on the Internet. Components of SNMP:

More information

Network Management (NETW-1001)

Network Management (NETW-1001) Network Management (NETW-1001) Dr. Mohamed Abdelwahab Saleh IET-Networks, GUC Spring 2016 TOC 1 Architecture of NMSs 2 OSI Network Management 3 Telecom Management Network 4 SNMP 5 SMI and MIB Remote Management

More information

X.500 and LDAP Page 1 of 8

X.500 and LDAP Page 1 of 8 X.500 and LDAP Page 1 of 8 Introduction OCLC has completed its investigation of the two proposed electronic access protocols for the ILL Policies Directory. The first is X.500, a directory protocol standard

More information

SNMP and Network Management

SNMP and Network Management SNMP and Network Management Nixu Oy Nixu Ltd PL 21 (Mäkelänkatu 91) 00601 Helsinki, Finland tel. +358 9 478 1011 fax. +358 9 478 1030 info@nixu.fi http://www.nixu.fi Contents Network Management MIB naming

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

NTT DOCOMO Technical Journal. Core Network Infrastructure and Congestion Control Technology for M2M Communications

NTT DOCOMO Technical Journal. Core Network Infrastructure and Congestion Control Technology for M2M Communications M2M 3GPP Standardization Further Development of LTE/LTE-Advanced LTE Release 10/11 Standardization Trends Core Network Infrastructure and Congestion Control Technology for M2M Communications The number

More information

SNMP....Simple Network Management Protocol...

SNMP....Simple Network Management Protocol... SNMP...Simple Network Management Protocol... Outline of the SNMP Framework SNMP Transport Architecture UDP unreliable transport layer Manager process SNMP UDP IP Physical protocol Agent process SNMP UDP

More information

Network Access Security in Mobile 4G LTE. Huang Zheng Xiong Jiaxi An Sihua 2013.07

Network Access Security in Mobile 4G LTE. Huang Zheng Xiong Jiaxi An Sihua 2013.07 Network Access Security in Mobile 4G LTE Huang Zheng Xiong Jiaxi An Sihua 2013.07 Outline Mobile Evolution About LTE Overview of LTE System LTE Network Access Security Conclusion Mobile Evolution Improvements

More information

Abstract Syntax Notation One ASN.1. ASN.1 Abstract Syntax Notation One

Abstract Syntax Notation One ASN.1. ASN.1 Abstract Syntax Notation One Kommunikationssysteme (KSy) - Block 7 Abstract Syntax Notation One ASN.1 Dr. Andreas Steffen 2000-2002 A. Steffen, 22.01.2002, KSy_ASN1.ppt 1 ASN.1 Abstract Syntax Notation One Standards and applications

More information

Grandstream XML Application Guide Three XML Applications

Grandstream XML Application Guide Three XML Applications Grandstream XML Application Guide Three XML Applications PART A Application Explanations PART B XML Syntax, Technical Detail, File Examples Grandstream XML Application Guide - PART A Three XML Applications

More information

Outline of the SNMP Framework

Outline of the SNMP Framework 2 SNMP--A Management Protocol and Framework Rolf Stadler School of Electrical Engineering KTH Royal Institute of Technology stadler@ee.kth.se September 2008 Outline of the SNMP Framework Management Program

More information

IEC 61850 TRAINING PROGRAM

IEC 61850 TRAINING PROGRAM IEC 61850 TRAINING PROGRAM A True Hands-On Experience... Ver. 2.0 Date: January 2013 TRAINING OVERVIEW GridSoftware IEC 61850 Training Program is specifically built for conventional protection and control

More information

SNMP, CMIP based Distributed Heterogeneous Network Management using WBEM Gateway Enabled Integration Approach

SNMP, CMIP based Distributed Heterogeneous Network Management using WBEM Gateway Enabled Integration Approach , CMIP based Distributed Heterogeneous Network Management using WBEM Gateway Enabled Integration Approach Manvi Mishra Dept. of Information Technology, SRMSCET Bareilly (U.P.), India S.S. Bedi Dept of

More information

Security Testing 4G (LTE) Networks 44con 6th September 2012 Martyn Ruks & Nils

Security Testing 4G (LTE) Networks 44con 6th September 2012 Martyn Ruks & Nils Security Testing 4G (LTE) Networks 44con 6th September 2012 Martyn Ruks & Nils 11/09/2012 1 Today s Talk Intro to 4G (LTE) Networks Technical Details Attacks and Testing Defences Conclusions 11/09/2012

More information

3GPP LTE Packet Data Convergence Protocol (PDCP) Sub Layer

3GPP LTE Packet Data Convergence Protocol (PDCP) Sub Layer 3GPP LTE Packet Data Convergence Protocol (PDCP) Sub Layer 2009 Inc. All Rights Reserved. LTE PDCP Sub Layer Functions Header compression and decompression with ROHC Transfer of data and PDCP sequence

More information

Protocols and Architecture. Protocol Architecture.

Protocols and Architecture. Protocol Architecture. Protocols and Architecture Protocol Architecture. Layered structure of hardware and software to support exchange of data between systems/distributed applications Set of rules for transmission of data between

More information

Grandstream Networks, Inc.

Grandstream Networks, Inc. Grandstream Networks, Inc. XML Based Downloadable Phone Book Guide GXP21xx/GXP14xx/GXP116x IP Phone Version 2.0 XML Based Downloadable Phone Book Guide Index INTRODUCTION... 4 WHAT IS XML... 4 WHY XML...

More information

3GPP TS 29.119 V7.0.0 (2007-06)

3GPP TS 29.119 V7.0.0 (2007-06) TS 29.119 V7.0.0 (2007-06) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network; GPRS Tunnelling Protocol (GTP) specification for GLR (Release 7) The present

More information

Simple Network Management Protocol

Simple Network Management Protocol 56 CHAPTER Chapter Goals Discuss the SNMP Management Information Base. Describe SNMP version 1. Describe SNMP version 2. Background The (SNMP) is an application layer protocol that facilitates the exchange

More information

Architecture Overview NCHU CSE LTE - 1

Architecture Overview NCHU CSE LTE - 1 Architecture Overview NCHU CSE LTE - 1 System Architecture Evolution (SAE) Packet core networks are also evolving to the flat System Architecture Evolution (SAE) architecture. This new architecture optimizes

More information

INTERNATIONAL TELECOMMUNICATION UNION

INTERNATIONAL TELECOMMUNICATION UNION INTERNATIONAL TELECOMMUNICATION UNION TELECOMMUNICATION STANDARDIZATION SECTOR STUDY PERIOD 2009-2012 English only Original: English Question(s): 1/13 Mar del Plata, Argentina, 2-12 September 2009 Ref.:

More information

TTM 4128 Network and Service Management (http://www.item.ntnu.no/academics/courses/ttm4128/) Learning Objectives Specification

TTM 4128 Network and Service Management (http://www.item.ntnu.no/academics/courses/ttm4128/) Learning Objectives Specification TTM 4128 Network and Service Management (http://www.item.ntnu.no/academics/courses/ttm4128/) Learning Objectives Specification Contents 1. TTM4128 Course contents 2. Overall Learning Objectives 3. Learning

More information

APPENDIX B. Routers route based on the network number. The router that delivers the data packet to the correct destination host uses the host ID.

APPENDIX B. Routers route based on the network number. The router that delivers the data packet to the correct destination host uses the host ID. APPENDIX B IP Subnetting IP Addressing Routers route based on the network number. The router that delivers the data packet to the correct destination host uses the host ID. IP Classes An IP address is

More information

Protocol log analysis with constraint programming. Kenneth Balck Mats Carlsson Olga Grinchtein Justin Pearson

Protocol log analysis with constraint programming. Kenneth Balck Mats Carlsson Olga Grinchtein Justin Pearson Protocol log analysis with constraint programming Kenneth Balck Mats Carlsson Olga Grinchtein Justin Pearson Outline Overview Long Term Evolution (LTE) Radio Access Network A case study Public Warning

More information

Practical Security Testing for LTE Networks BlackHat Abu Dhabi December 2012 Martyn Ruks & Nils

Practical Security Testing for LTE Networks BlackHat Abu Dhabi December 2012 Martyn Ruks & Nils Practical Security Testing for LTE Networks BlackHat Abu Dhabi December 2012 Martyn Ruks & Nils 06/11/2012 1 Today s Talk Intro to LTE Networks Technical Details Attacks and Testing Defences Conclusions

More information

LTE Attach and Default Bearer Setup Messaging

LTE Attach and Default Bearer Setup Messaging LTE Attach and Default Bearer Setup Messaging 2012 Inc. All Rights Reserved LTE Attach Message Sequence Chart enodeb MME SGW HSS Initial UE Message Update Location Update Location Answer Create Session

More information

A constraint optimization model for analysis of telecommunication protocol logs

A constraint optimization model for analysis of telecommunication protocol logs A constraint optimization model for analysis of telecommunication protocol logs Olga Grinchtein Mats Carlsson Justin Pearson Ericsson AB SICS Uppsala University Outline Overview of the approach Long Term

More information

Email, SNMP, Securing the Web: SSL

Email, SNMP, Securing the Web: SSL Email, SNMP, Securing the Web: SSL 4 January 2015 Lecture 12 4 Jan 2015 SE 428: Advanced Computer Networks 1 Topics for Today Email (SMTP, POP) Network Management (SNMP) ASN.1 Secure Sockets Layer 4 Jan

More information

ETSI TS 129 119 V9.0.0 (2010-01) Technical Specification

ETSI TS 129 119 V9.0.0 (2010-01) Technical Specification TS 129 119 V9.0.0 (2010-01) Technical Specification Universal Mobile Telecommunications System (UMTS); LTE; GPRS Tunnelling Protocol (GTP) specification for Gateway Location Register (GLR) (3GPP TS 29.119

More information

Prepared By: P0209337 Lichen. P0209259 Xulu

Prepared By: P0209337 Lichen. P0209259 Xulu Local Certificate Authority Prepared By: P0209337 Lichen P0209259 Xulu 1 2 Abstract Today, security of information is most important in the Internet; for example, electronic commerce and electronic government

More information

Managing Variability in Software Architectures 1 Felix Bachmann*

Managing Variability in Software Architectures 1 Felix Bachmann* Managing Variability in Software Architectures Felix Bachmann* Carnegie Bosch Institute Carnegie Mellon University Pittsburgh, Pa 523, USA fb@sei.cmu.edu Len Bass Software Engineering Institute Carnegie

More information

ITU-T Q.812. Amendment 3 (02/00) Protocol profile for electronic communications interactive agent Amendment 3:

ITU-T Q.812. Amendment 3 (02/00) Protocol profile for electronic communications interactive agent Amendment 3: INTERNATIONAL TELECOMMUNICATION UNION ITU-T Q.812 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU Amendment 3 (02/00) SERIES Q: SWITCHING AND SIGNALLING Specifications of signalling system no. 7 Q3 interface

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

Simple Network Management Protocol

Simple Network Management Protocol CHAPTER 32 Simple Network Management Protocol Background Simple Network Management Protocol (SNMP) is an application-layer protocol designed to facilitate the exchange of management information between

More information

S-CORE S-CORE. Accelerate your LTE development. www.setcom.eu

S-CORE S-CORE. Accelerate your LTE development. www.setcom.eu S-CORE Accelerate your LTE development www.setcom.eu Develop chipset and UE designs faster Designed to meet the challenging needs of developing wireless devices, reference designs, chipsets, protocol stacks,

More information

3GPP LTE Channels and MAC Layer

3GPP LTE Channels and MAC Layer 3GPP LTE s and MAC Layer 2009 Inc. All Rights Reserved. LTE MAC Layer Functions Mapping between Transparent and Logical s Error Correction Through Hybrid ARQ MAC Priority Handling with Dynamic Scheduling

More information

Advanced TTCN-3 Test Suite validation with Titan

Advanced TTCN-3 Test Suite validation with Titan Proceedings of the 9 th International Conference on Applied Informatics Eger, Hungary, January 29 February 1, 2014. Vol. 2. pp. 273 281 doi: 10.14794/ICAI.9.2014.2.273 Advanced TTCN-3 Test Suite validation

More information

8 Tutorial: Using ASN.1

8 Tutorial: Using ASN.1 8 Tutorial: Using ASN.1 Data Types This tutorial describes how to use ASN.1 types and values in the SDL suite. You will learn how to import and use ASN.1 modules in your SDL diagrams, how to generate code

More information

irods and Metadata survey Version 0.1 Date March Abhijeet Kodgire akodgire@indiana.edu 25th

irods and Metadata survey Version 0.1 Date March Abhijeet Kodgire akodgire@indiana.edu 25th irods and Metadata survey Version 0.1 Date 25th March Purpose Survey of Status Complete Author Abhijeet Kodgire akodgire@indiana.edu Table of Contents 1 Abstract... 3 2 Categories and Subject Descriptors...

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

AQA GCSE in Computer Science Computer Science Microsoft IT Academy Mapping

AQA GCSE in Computer Science Computer Science Microsoft IT Academy Mapping AQA GCSE in Computer Science Computer Science Microsoft IT Academy Mapping 3.1.1 Constants, variables and data types Understand what is mean by terms data and information Be able to describe the difference

More information

Lesson 4 Web Service Interface Definition (Part I)

Lesson 4 Web Service Interface Definition (Part I) Lesson 4 Web Service Interface Definition (Part I) Service Oriented Architectures Module 1 - Basic technologies Unit 3 WSDL Ernesto Damiani Università di Milano Interface Definition Languages (1) IDLs

More information

You can probably work with decimal. binary numbers needed by the. Working with binary numbers is time- consuming & error-prone.

You can probably work with decimal. binary numbers needed by the. Working with binary numbers is time- consuming & error-prone. IP Addressing & Subnetting Made Easy Working with IP Addresses Introduction You can probably work with decimal numbers much easier than with the binary numbers needed by the computer. Working with binary

More information

LTE Performance and Analysis using Atoll Simulation

LTE Performance and Analysis using Atoll Simulation IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 9, Issue 6 Ver. III (Nov Dec. 2014), PP 68-72 LTE Performance and Analysis using Atoll Simulation

More information

Elektrische Signalverarbeitung Dr. Fischer GmbH

Elektrische Signalverarbeitung Dr. Fischer GmbH Elektrische Signalverarbeitung Dr. Fischer GmbH ISO CALM Lower Layers and FAST mode November 2006, Dallas Fichtenweg 9 - Asch D-89143 Blaubeuren Phone: +49-7344-9191-88 Fax: +49-7344-9191-23 E-Mail: esf@esf-gmbh.de

More information

Modbus and ION Technology

Modbus and ION Technology 70072-0104-14 TECHNICAL 06/2009 Modbus and ION Technology Modicon Modbus is a communications protocol widely used in process control industries such as manufacturing. PowerLogic ION meters are compatible

More information

estatistik.core: COLLECTING RAW DATA FROM ERP SYSTEMS

estatistik.core: COLLECTING RAW DATA FROM ERP SYSTEMS WP. 2 ENGLISH ONLY UNITED NATIONS STATISTICAL COMMISSION and ECONOMIC COMMISSION FOR EUROPE CONFERENCE OF EUROPEAN STATISTICIANS Work Session on Statistical Data Editing (Bonn, Germany, 25-27 September

More information

Securing Local Area Network with OpenFlow

Securing Local Area Network with OpenFlow Securing Local Area Network with OpenFlow Master s Thesis Presentation Fahad B. H. Chowdhury Supervisor: Professor Jukka Manner Advisor: Timo Kiravuo Department of Communications and Networking Aalto University

More information

SNMP Basics BUPT/QMUL 2015-05-12

SNMP Basics BUPT/QMUL 2015-05-12 SNMP Basics BUPT/QMUL 2015-05-12 Agenda Brief introduction to Network Management Brief introduction to SNMP SNMP Network Management Framework RMON New trends of network management Summary 2 Brief Introduction

More information

Spring,2015. Apache Hive BY NATIA MAMAIASHVILI, LASHA AMASHUKELI & ALEKO CHAKHVASHVILI SUPERVAIZOR: PROF. NODAR MOMTSELIDZE

Spring,2015. Apache Hive BY NATIA MAMAIASHVILI, LASHA AMASHUKELI & ALEKO CHAKHVASHVILI SUPERVAIZOR: PROF. NODAR MOMTSELIDZE Spring,2015 Apache Hive BY NATIA MAMAIASHVILI, LASHA AMASHUKELI & ALEKO CHAKHVASHVILI SUPERVAIZOR: PROF. NODAR MOMTSELIDZE Contents: Briefly About Big Data Management What is hive? Hive Architecture Working

More information

--****************************************************************************** -- Filename: FDOT -standard Global MIB v01.mib -- Source: NTCIP

--****************************************************************************** -- Filename: FDOT -standard Global MIB v01.mib -- Source: NTCIP ****************************************************************************** Filename: FDOT -standard Global MIB v01.mib Source: NTCIP 1201:1996 NEMA TS 3.4-1996 Amendment 1 Description: This MIB defines

More information

Binonymizer A Two-Way Web-Browsing Anonymizer

Binonymizer A Two-Way Web-Browsing Anonymizer Binonymizer A Two-Way Web-Browsing Anonymizer Tim Wellhausen Gerrit Imsieke (Tim.Wellhausen, Gerrit.Imsieke)@GfM-AG.de 12 August 1999 Abstract This paper presents a method that enables Web users to surf

More information

Using QuickCheck to verify Erlang implementation of GTPv2

Using QuickCheck to verify Erlang implementation of GTPv2 Using QuickCheck to verify Erlang implementation of GTPv2 Master of Science Thesis Improving landfill monitoring programs with the aid of geoelectrical - imaging techniques JOHAN EMILSSON and geographical

More information

Presented by Aurang Zeb 14CS-03. Network Management System

Presented by Aurang Zeb 14CS-03. Network Management System Presented by Aurang Zeb 14CS-03 Network Management System INTRODUCTION o We can define network management as monitoring, testing, configuring, and troubleshooting network components to meet a set of requirements.

More information

3G TS 29.119 V1.0.0 (1999-10)

3G TS 29.119 V1.0.0 (1999-10) 3G TS 29.119 V1.0.0 (1999-10) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network; GPRS Tunnelling Protocol (GTP) specification for GLR (3G TS 29.119

More information

CSE 3461 / 5461: Computer Networking & Internet Technologies

CSE 3461 / 5461: Computer Networking & Internet Technologies Autumn Semester 2014 CSE 3461 / 5461: Computer Networking & Internet Technologies Instructor: Prof. Kannan Srinivasan 08/28/2014 Announcement Drop before Friday evening! k. srinivasan Presentation A 2

More information

MXSAVE XMLRPC Web Service Guide. Last Revision: 6/14/2012

MXSAVE XMLRPC Web Service Guide. Last Revision: 6/14/2012 MXSAVE XMLRPC Web Service Guide Last Revision: 6/14/2012 Table of Contents Introduction! 4 Web Service Minimum Requirements! 4 Developer Support! 5 Submitting Transactions! 6 Clients! 7 Adding Clients!

More information

Throughput for TDD and FDD 4 G LTE Systems

Throughput for TDD and FDD 4 G LTE Systems Throughput for TDD and FDD 4 G LTE Systems Sonia Rathi, Nisha Malik, Nidhi Chahal, Sukhvinder Malik Abstract Long Term Evolution (LTE) has been designed to support only packet-switched services. It aims

More information

LTE Aware LTE Overview Alcatel-Lucent Long Term Evolution Solution Overview Consulting Informed LTE Solution Overview Alcatel-Lucent LTE Evolved

LTE Aware LTE Overview Alcatel-Lucent Long Term Evolution Solution Overview Consulting Informed LTE Solution Overview Alcatel-Lucent LTE Evolved LTE Aware LTE Overview Alcatel-Lucent Long Term Evolution Solution Overview Consulting Informed Alcatel-Lucent LTE Evolved Packet Core (EPC) Technical Overview 9400 LTE RAN Technical Overview Architecture

More information

TELE 301 Network Management

TELE 301 Network Management TELE 301 Network Management Lecture 20: Management Tools and Protocols Haibo Zhang Computer Science, University of Otago TELE301 Lecture 20: Management tools and protocols 1 What is Network Management?

More information

Long-Term Evolution. Mobile Telecommunications Networks WMNet Lab

Long-Term Evolution. Mobile Telecommunications Networks WMNet Lab Long-Term Evolution Mobile Telecommunications Networks WMNet Lab Background Long-Term Evolution Define a new packet-only wideband radio with flat architecture as part of 3GPP radio technology family 2004:

More information

LTE Control Plane on Intel Architecture

LTE Control Plane on Intel Architecture White Paper Soo Jin Tan Platform Solution Architect Siew See Ang Performance Benchmark Engineer Intel Corporation LTE Control Plane on Intel Architecture Using EEMBC CoreMark* to optimize control plane

More information

How To Manage A Wireless Sensor Network

How To Manage A Wireless Sensor Network LANOMS 2005-4th Latin American Network Operations and Management Symposium 39 Defining a Wireless Sensor Network Management Protocol Fabrício A. Silva 2, Linnyer B. Ruiz 1, Thais R. M. Braga 2, José Marcos

More information

Packet Structure and Encoding

Packet Structure and Encoding Packet Structure and Encoding Network Layer details Application Layer details Abstract Syntax Notation One (ASN.1) Encoding Application Services and Properties Context Specific and Application Tags Primitive

More information

Configuration of the DHCP server

Configuration of the DHCP server 104 Page 91 of 294 Contents This section contains information on the following topics: Overview................................................ 91 i2004 Internet Telephone....................................

More information

Radio Access Network Traffic Generation for Mobile Switching Center

Radio Access Network Traffic Generation for Mobile Switching Center 1 Radio Access Network Traffic Generation for Mobile Switching Center Suliman Albasheir and Sofiène Tahar Department of Electrical and Computer Engineering Concordia University, Montreal, Quebec, Canada

More information

AS DNB banka. DNB Link specification (B2B functional description)

AS DNB banka. DNB Link specification (B2B functional description) AS DNB banka DNB Link specification (B2B functional description) DNB_Link_FS_EN_1_EXTSYS_1_L_2013 Table of contents 1. PURPOSE OF THE SYSTEM... 4 2. BUSINESS PROCESSES... 4 2.1. Payment for goods and services...

More information

Virtualizing Enterprise Desktops and Apps

Virtualizing Enterprise Desktops and Apps Course 20694B: Virtualizing Enterprise Desktops and Apps Page 1 of 6 Virtualizing Enterprise Desktops and Apps Course 20694B: 4 days; Instructor-Led Introduction This four-day, hands-on training course

More information

Living Requirements Document: Sniffit

Living Requirements Document: Sniffit Living Requirements Document: Sniffit RFID locator system Andrew Pang Braulio Fonseca Enrique Gutierrez Nader Khalil Sohan Shah Victor Porter Introduction Sniffit is a handy tracking application that helps

More information

Real-time Network Monitoring and Security Platform for Securing Next-Generation Network. Assoc. Prof. Dr. Sureswaran Ramadass

Real-time Network Monitoring and Security Platform for Securing Next-Generation Network. Assoc. Prof. Dr. Sureswaran Ramadass Real-time Network Monitoring and Security Platform for Securing Next-Generation Network Assoc. Prof. Dr. Sureswaran Ramadass The platform Definition A description of a software framework that makes services

More information

3GPP TS 23.011 V5.0.0 (2002-06)

3GPP TS 23.011 V5.0.0 (2002-06) TS 23.011 V5.0.0 (2002-06) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Core Network; Technical realization of Supplementary Services (Release 5) GLOBAL SYSTEM

More information

LTE Multimedia Broadcast Multicast Services (MBMS)

LTE Multimedia Broadcast Multicast Services (MBMS) LTE Multimedia Broadcast Multicast Services (MBMS) LTE is the technology of choice for mobile operators because it delivers significantly higher bandwidth with the lowest amount of spectral resources.

More information

PassageWay Telephony Services CSTA Services PBX Driver Interface Specification

PassageWay Telephony Services CSTA Services PBX Driver Interface Specification PassageWay Telephony Services CSTA Services PBX Driver Interface Specification Lucent Technologies - Formerly the systems and technology units of AT&T Issue 1.7 January 1997 Copyright 1997 Lucent Technologies

More information

IBM Tivoli Composite Application Manager for Microsoft Applications: Microsoft Internet Information Services Agent Version 6.3.1 Fix Pack 2.

IBM Tivoli Composite Application Manager for Microsoft Applications: Microsoft Internet Information Services Agent Version 6.3.1 Fix Pack 2. IBM Tivoli Composite Application Manager for Microsoft Applications: Microsoft Internet Information Services Agent Version 6.3.1 Fix Pack 2 Reference IBM Tivoli Composite Application Manager for Microsoft

More information

Server based signature service. Overview

Server based signature service. Overview 1(11) Server based signature service Overview Based on federated identity Swedish e-identification infrastructure 2(11) Table of contents 1 INTRODUCTION... 3 2 FUNCTIONAL... 4 3 SIGN SUPPORT SERVICE...

More information

Description of the program

Description of the program Study program Faculty Cycle Software Engineering Contemporary Sciences and Technologies Postgraduate ECTS 120 Offered in Tetovo Description of the program The Masters programme in Software Engineering

More information

Course MS20694A Virtualizing Enterprise Desktops and Apps. Length: 5 Days

Course MS20694A Virtualizing Enterprise Desktops and Apps. Length: 5 Days 3 Riverchase Office Plaza Hoover, Alabama 35244 Phone: 205.989.4944 Fax: 855.317.2187 E-Mail: rwhitney@discoveritt.com Web: www.discoveritt.com Course MS20694A Virtualizing Enterprise Desktops and Apps

More information

[MS-SPACSOM]: Intellectual Property Rights Notice for Open Specifications Documentation

[MS-SPACSOM]: Intellectual Property Rights Notice for Open Specifications Documentation [MS-SPACSOM]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

Single Radio Voice Call Continuity (SRVCC) Testing Using Spirent CS8 Interactive Tester

Single Radio Voice Call Continuity (SRVCC) Testing Using Spirent CS8 Interactive Tester Application Note Single Radio Voice Call Continuity (SRVCC) Testing Using Spirent CS8 Interactive Tester September 2013 Rev. A 09/13 Single Radio Voice Call Continuity (SRVCC) Testing Using Spirent CS8

More information

NGTP in a nutshell. Version 1.0 09/20/2010

NGTP in a nutshell. Version 1.0 09/20/2010 NGTP in a nutshell Version 1.0 09/20/2010 Table of contents Page 2 1. About NGTP 2. NGTP Basic-Pattern: Components 3. NGTP Basic-Pattern : Communication concept 4. NGTP Basic-Pattern : Interfaces 5. NGTP

More information

ETSI TS 129 118 V11.8.0 (2013-10)

ETSI TS 129 118 V11.8.0 (2013-10) TS 129 118 V11.8.0 (2013-10) Technical Specification Universal Mobile Telecommunications System (UMTS); LTE; Mobility Management Entity (MME) - Visitor Location Register (VLR) SGs interface specification

More information

VIRTUAL LABORATORY: MULTI-STYLE CODE EDITOR

VIRTUAL LABORATORY: MULTI-STYLE CODE EDITOR VIRTUAL LABORATORY: MULTI-STYLE CODE EDITOR Andrey V.Lyamin, State University of IT, Mechanics and Optics St. Petersburg, Russia Oleg E.Vashenkov, State University of IT, Mechanics and Optics, St.Petersburg,

More information

Using Foundstone CookieDigger to Analyze Web Session Management

Using Foundstone CookieDigger to Analyze Web Session Management Using Foundstone CookieDigger to Analyze Web Session Management Foundstone Professional Services May 2005 Web Session Management Managing web sessions has become a critical component of secure coding techniques.

More information

Modbus and ION Technology

Modbus and ION Technology Modbus and ION Technology Modicon Modbus is a communications protocol widely used in process control industries such as manufacturing. ACCESS meters are compatible with Modbus networks as both slaves and

More information

Package PKI. July 28, 2015

Package PKI. July 28, 2015 Version 0.1-3 Package PKI July 28, 2015 Title Public Key Infrastucture for R Based on the X.509 Standard Author Maintainer Depends R (>= 2.9.0),

More information

Microsoft 20694 - Virtualizing Enterprise Desktops and Apps

Microsoft 20694 - Virtualizing Enterprise Desktops and Apps 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20694 - Virtualizing Enterprise Desktops and Apps Length 5 days Price $4169.00 (inc GST) Version B Overview This five-day, hands-on training course is designed

More information

2.1 The scope of Time Stamping Protocol (TSP)

2.1 The scope of Time Stamping Protocol (TSP) XML Security Time Stamping Protocol Axelle Apvrille Vincent Girier Storage Technology European Operations 1 Rd Point Général Eisenhower 31106 Toulouse, France Axelle Apvrille,Vincent Girier @storagetek.com

More information

Design and Implementation of LDAP Component Matching for Flexible and Secure Certificate Access in PKI

Design and Implementation of LDAP Component Matching for Flexible and Secure Certificate Access in PKI Design and Implementation of LDAP Matching for Flexible and Secure Certificate Access in PKI Sang Seok Lim IBM Watson Research Center P.O. Box 218 Yorktown Heights, NY 10598 slim@us.ibm.com Jong Hyuk Choi

More information

7 Why Use Perl for CGI?

7 Why Use Perl for CGI? 7 Why Use Perl for CGI? Perl is the de facto standard for CGI programming for a number of reasons, but perhaps the most important are: Socket Support: Perl makes it easy to create programs that interface

More information

Technical Specification LTE; Evolved Universal Terrestrial Radio Access (E-UTRA); Layer 2 - Measurements (3GPP TS 36.314 version 11.1.

Technical Specification LTE; Evolved Universal Terrestrial Radio Access (E-UTRA); Layer 2 - Measurements (3GPP TS 36.314 version 11.1. TS 136 314 V11.1.0 (2013-02) Technical Specification LTE; Evolved Universal Terrestrial Radio Access (E-UTRA); Layer 2 - Measurements (3GPP TS 36.314 version 11.1.0 Release 11) 1 TS 136 314 V11.1.0 (2013-02)

More information

Optimization Handoff in Mobility Management for the Integrated Macrocell - Femtocell LTE Network

Optimization Handoff in Mobility Management for the Integrated Macrocell - Femtocell LTE Network Optimization Handoff in Mobility Management for the Integrated Macrocell - Femtocell LTE Network Ms.Hetal Surti PG Student, Electronics & Communication PIT, Vadodara E-mail Id:surtihetal99@gmail.com Mr.Ketan

More information