GPRS /3G offers a Radio Connection between an ME and a GSM network.

Slides:



Advertisements
Similar presentations
Caltech Proprietary Videoconferencing Security in VRVS 3.0 and Future Videoconferencing Security in VRVS 3.0 and Future Kun Wei California Institute of.
Advertisements

Basic Internet Terms Digital Design. Arpanet The first Internet prototype created in 1965 by the Department of Defense.
The Internet Useful Definitions and Concepts About the Internet.
Layer 7- Application Layer
TCP/IP Protocol Suite 1 Upon completion you will be able to: Virtual Private Networks and Network Address Translation Understand the difference between.
General Packet Radio System (GPRS) Overview. Introduction General Packet Radio Service (GRPS) today “Packet overlay” network on top of the existing GSM.
The Internet and the World Wide Web. Una DooneyThe Internet and WWWSlide 2 What is the Internet? A collection of networks (LANS and WANS) around the world.
UCB NAT Steve VanDeBogart. UCB Outline Common NAT – m:1 Rewriting based on Port Reserved Addresses Classic NAT - m:n Static/Dynamic Issues.
Chapter 5 - TRANSPORT and NETWORK LAYERS - Part 2 - Static and Dynamic Addressing Address Resolution Dr. V.T. Raja Oregon State University.
TCP/IP Protocol Suite 1 Chapter 26 Upon completion you will be able to: Virtual Private Networks and Network Address Translation Understand the difference.
網際網路協定基礎介紹 Data Communications and Computer Networks: A Business User’s Approach Fifth Edition (Chap 10)
Computer Network (MASQ/NAT/PROXY)
© China Mobile Communications Corporation GPRS Operation of CMCC China Mobile Communications Corporation.
Hands-On Microsoft Windows Server 2008 Chapter 8 Managing Windows Server 2008 Network Services.
NetComm Wireless Transparent Bridge Mode Feature Spotlight.
NCL1155/1170 Configuration and Installation. Network Communications Link 1155/1170.
1 Telecommunications, the Internet, Intranets, and Extranets CSC101 SECTIONS 01 & 02.
? INTERNET WHAT, WHY, HOW. DEFINITION The Internet is a massive public spiderweb of computer connections. It connects personal computers, laptops, tablets,
UNITRONICS GPRS.
 Internet vs WWW  Pages vs Sites  How the Internet Works  Getting a Web Presence.
A Practical Guide to Fedora and Red Hat Enterprise Linux Unit 7: Linux Network Services Chapter 10: Networking and the Internet By Fred R. McClurg Linux.
1 Internet Hiroshi Toyoizumi
TCP/IP protocols Communication over Internet is mostly TCP/IP (Transmission Control Protocol over Internet Protocol) TCP/IP "stack" is software which allows.
Networking Basics TCP/IP TRANSPORT and APPLICATION LAYER Version 3.0 Cisco Regional Networking Academy.
COMP 6005 An Introduction To Computing Session Four: Internetworking and the World Wide Web.
Semester 1 CHAPTER 15.
By Kyle Slinger.  A network is where you can send information to and from different PCs.
1. SERIAL CONNECTION TO A PC Direct connection to the PC via a serial cable. Suitable for dataloggers with a serial RS-232 port. Communication via a serial.
G053 - Lecture 08 Hosting Websites Mr C Johnston ICT Teacher
Networks – Network Architecture Network architecture is specification of design principles (including data formats and procedures) for creating a network.
Chapter 1: The Internet and the WWW CIS 275—Web Application Development for Business I.
Chapter 3.  The characteristics and purpose of: ◦ Intranets ◦ Internet ◦ Extranets.
CIS 250 Advanced Computer Applications Internet/WWW Review.
Copyright © Anviz Global Inc. USA Anviz_Stage3_Training Anviz GPRS communication Model Author: Anviz Technical Support Team
1 Internet Hiroshi Toyoizumi
Chapter 7 Connecting to the Internet. 2Practical PC 5 th Edition Chapter 7 Getting Started In this Chapter, you will learn: − What is the Internet − Options.
The Web and Web Services Jim Graham NR 621 Spring 2009.
Application Layer Honolulu Community College Cisco Academy Training Center Semester 1 Version
C3 confidentiality classificationIntegrated M2M Terminals Introduction Vodafone MachineLink 3G v1.0 1 Vodafone MachineLink 3G Transparent Bridge mode Feature.
Accessing Evitech network via FTP by Susan Jansson.
Cisco – Chapter 15 Application Layer closest to you as an end-user, when you are interacting with software.
Oz – Foundations of Electronic Commerce © 2002 Prentice Hall Essentials of Telecommunications.
Typical M²M applications InduBox GPRS sample applications.
Newsgroup World Wide Web (WWW) Conservation Over the Internet e.g.ICQ File Transfer Protocol (FTP) Includes 6 main services: Electronic Mail Remote.
1 Internet Protocols To support the Internet and all its services, many protocols are necessary Some of the protocols that we will look at: –Internet Protocol.
Cisco Discovery Semester 1 Chapter 6 JEOPADY RouterModesWANEncapsulationWANServicesRouterBasicsRouterCommands RouterModesWANEncapsulationWANServicesRouterBasicsRouterCommands.
Connection Technologies and IP Addressing CONNECTING TO THE INTERNET.
Website Design:. Once you have created a website on your hard drive you need to get it up on to the Web. This is called "uploading“ or “publishing” or.
TSG-SA Working Group 2 (Architecture) #03TSGS2#3 S
Information Networks. Internet It is a global system of interconnected computer networks that link several billion devices worldwide. It is an international.
Week-3 (Lecture-1). Some Important internet terms: Archie : A program used to search files at FTP sites. There are currently 30 Archie servers in the.
Getting Connected to NGS while on the Road…
Services of the Internet
Understanding Web Server Programming
Instructor Materials Chapter 5 Providing Network Services
Understand Wide Area Networks (WANs)
How is all that data traffic controlled on the Internet?
Application Layer Honolulu Community College
Introduction 1 1: Introduction.
GCE Applied ICT G053: Lesson 02 Web Structure and Hosting
How To Set Up A Wireless Network
File Transfer Protocol
Getting Connected to NGS while on the Road…
Virtual Private Networks and Network Address Translation
Virtual Private Networks and Network Address Translation
Networks and the Internet
Unit-3.
WJEC GCSE Computer Science
Computer Networks Protocols
The Internet and Electronic mail
Presentation transcript:

GPRS /3G offers a Radio Connection between an ME and a GSM network.

GPRS /3G offers a Radio Connection between an ME and a GSM network. Different services can operate over the RF link – so the connection needs to know the 'context'. This defines the service and the APN or Access Point Name

GPRS /3G offers a Radio Connection between an ME and a GSM network. Different services can operate over the RF link – so the connection needs to know the 'context'. This defines the service and the APN or Access Point Name AT+CGDCONT=CID, PDP_TYPE, APN Where CID is the context ID number PDP_TYPE identifies the protocol that you intend to use APN is the Access Point Name that you wish to connect to remotely AT+CGDCONT=1,”IP”,”orangeinternet” AT+CGDCONT=1,”IP”,”general.t-mobile.uk” AT+CGDCONT=1,”IP”,”internet” AT+CGDCONT=1,”IP”,”mobile.o2.co.uk” AT+CGDCONT=1,”IP”,”three.co.uk”

Activate the contextAT+CGACT=1,1 Request Radio ResourcesAT+CGATT=1 response is AT+CGDREG=1 Open up your serviceAT+CGDATA=1 opens a TCP/IP link to the APN Radio Resources TCP/IP carried by RF Local Link to TCP/IP peer Embedded App in ME

A typical embedded APP for FTP using OPEN-AT AT+WIPCFG=1 Start IP stack AT+WIPBR=1,6 Open GPRS bearer AT+WIPBR=2,6,11,"....." APN name AT+WIPBR=2,6,0,"..." APN Username AT+WIPBR=2,6,1,"..." APN Password AT+WIPBR=4,6,0 Start GPRS bearer AT+WIPCREATE=4,1,"...","...","..." Create FTP session, fields are FTP URL, FTP Usernam, FTP Password AT+WIPFILE=4,1,2,"...", Open a file for FTP upload with full pathname AT+WIPCLOSE Close down the FTP peer AT+WIPBR=5,6 Stop GPRS bearer AT+WIPBR=0,6 Close GPRS bearer AT+WIPCFG=0 Stop IP stack

IP AddressLocal Only has meaning in this Network Global Has meaning in World Wide Web Dynamic Assigned on a temporary basis Mobile Phones PDA's GPRS/3G dongles Via a Network Address Translation Table – ME's can connect to the WWW Static Assigned Permanently Special Contract only within a Virtual Private Network (VPN) Special, and expensive, contract only