Technical document. Group 3 Mate Tomin Pieter van Ede Raymond Weijermars Daniel Faustino Stefan Hospes

Size: px
Start display at page:

Download "Technical document. Group 3 Mate Tomin Pieter van Ede Raymond Weijermars Daniel Faustino Stefan Hospes"

Transcription

1 Technical document Group 3 Mate Tomin Pieter van Ede Raymond Weijermars Daniel Faustino Stefan Hospes

2 Table of contents 1) Introduction ) System setup ) Implementation overview ) Client-side ) School-side ) Global server side ) Communication ) World representation

3 1) Introduction In this document we will describe the technical design of our virtual world. First we describe what the requirements are and how the topology of servers will be. Then we will describe how the communication will be and how we will represent the virtual world in software. 2) System setup We set up our virtual world in a layered way and based on the client-server architecture. At first we have the layer 'class'. This means that students can play the game with their fellow students within their class. Just above that layer is 'school', which obviously enables students to play against or with other students from different classes of the same school. The last layer is 'world', where students can play with every other student currently in the virtual world. These are the three basic layers, but it is possible to create other layers, such as a certain region so that schools within a certain region can compete against each other. Figure 1 shows how this layered system should look. As can be seen in the same figure, there is also a the 'student' layer that represents the possibility of students playing HOP alone without being connected to the school server. Figure 1: Layered world setup Because of this wide setup, we place no restriction on the total number of users that is connected to the game world. However, we try to organize our infrastructure in such a way that this does not pose a problem. Therefore, we will describe the hardware setup from client to the top. The basic requirements on the client pc's for this system will be a moderate pc and at minimum a DSL (ADSL or SDSL) or cable internet connection. Or if the client is located at school and the server is also located at school (so not rented externally), a normal 10/100 Ethernet LAN is sufficient, and the client does not need a fast internet connection. However when the students visit the outside world, they use the same bandwidth connection as the server, which ups the requirement on the server connection. We specifically do not intend our virtual world to be run at gaming computers only, simply because not many students at high school will have access to such a machine. Therefore, computers of around 4 years old will still be able to run the game. Detailed system requirements will be found in the schema. However we do require quite a fast internet connection, because while the game does not have to be visually top-of-the-bill, it needs quite some interaction with the world. This does not pose a problem as the virtual Pentium GHz or better 512 MB RAM or better 64 MB Graphics card (nvidia FX5200 or ATI 9600) or better Windows 2000 or better 2

4 world will be rolled out in the Netherlands at first and then in other European countries, where quite a large percentage of the population has, at minimum, a cable or DSL internet connection. Each school will need its own server, and the requirements depend largely on how many students the school has, both in terms of computer power and internet connection. This school server will not only handle authentication of the students to the world, it will also run the parts of the game world that are only accessible by the school. This is for example a practice area and an area with self made exercises. If the school has no such server, a 'city' can be rented from our company on the world server(s). Higher up in the architecture are server(s) that are run by our corporation. We have two kinds of 'superservers', which are the servers that are the highest in the architecture. The first kind are the servers that run special game world places, that are not related to a school. Since we expect to have a slow start in terms of number of students (because at first there will only be a small amount of schools participating in a pilot project and after that, other schools will buy access to the virtual world but only at the start of the next school year) the design of our server architecture was developed in such a way that the world is distributed over the servers and together they maintain the state of the world. There will be, obviously, redundancy for the servers so that if one fails, another that was performing the same calculations will take over. A routine backup is also done in the rare event that both the lead server and the backup server crash. That way the world state can be recovered from these backups. However this goes only for the special world locations, because if school servers crash, the game world of that particular school is still lost. That is why we have the second kind of superservers, which contain a copy of the game world that is seen by the schools. It is not mandatory for schools to be plugged into this system if they have a good backup system, but a professional from our corporation will have to inspect this. The reason for this is that nothing is more discouraging than a game world being deleted: students will have to start over and the further they were in the game, the less likely it is that they will resume play. So, in other words, it is necessary to have a good backup system in place to prevent schools from abandoning the project after a system crash. These superservers do not only contain saved game worlds (this backup process will be made preferably during the night), but also a backup of all of the user administration. This is needed because authentication will normally be provided by the school, so students can work at school on the game world if the internet connection breaks down, but also can access the game world from home when the school's internet connection or server breaks down, or is overused. This user administration is updated live during the day, as it does not take much data to change a password. However if a school server has a changed user administration, it will synchronize this as soon as possible with the global server. 3

5 Figure 2: Server architecture The above figure shows how this hardware setup will look like. The special servers are owned by our corporation and are responsible for the special game world parts, and the global server represents the server park that handles both user administration and game world backups. 3) Implementation overview Now that the global hardware architecture has been described, we can now focus a bit more on the software. As it was already mentioned, not all areas of the game are run by the same server. Here it will be explained what parts of the world are run, where and how. After this the communication will be described. 3.1) Client-side The world consist for a large part of a kind of mini games, like the cannon that was shown in the game design document. These mini games have no influence on the virtual world and therefore their physics' calculations can be perfectly done by the client. This is also the reason why it is required a little bit more power from the computer. The software is constructed in such a way, that when the user wants to start a certain mini game, the client automatically retrieves it from the server. It stores this mini game in a cache to speed up next invocations. Then when it is loaded, the user can play until the game is finished, and then the client sends the results back to the school/global server (depending on where the user was when the mini game started) if the results are needed for a scoreboard. Since playing these mini games is like playing in a sandbox, there is no synchronization needed with other players. However in the game world, we do need to prevent the avatars from just freezing near the start point of the mini game, and that is why a standard repeating animation of investigating the start point is played at the virtual world level. So the only thing that other players need to know, is that player X is going to mini game mode at spot Y. In the case of the other type of exercises, where they interact with the game world, the client 4

6 will still perform the physics' calculations (as explained further on this document) and also synchronize with other players in the event that some collaboration is needed or if the student is participating in a competition/tournament. 3.2) School-side At the school server, we run the part of the world that belongs to that school. As we described in the game design document, a school is depicted as a city in the game world. Translated back to the server architecture, every user that enters this town (here town also includes the area outside of the town walls), is handled by this server. This means that if schools are close to each other in real world, it is likely that students from other schools are going to visit the school's server to check the status of their friends. While this is a nice feature, this does need a good internet connection from the school. Here a normal ADSL or cable connection will not work, the school will need a SDSL or faster. In general it is assumed that schools in The Netherlands are moving slowly towards these fast internet connections, as an example a school in Nieuwegein is about to receive fiber cable internet. If schools do not have such a fast internet connection, then they can rent a server at our corporation, but with that they lose the ability to use the game world when their internet connection breaks down. In the virtual world, each city is bordered by a forest, sea, mountains or similar physical boundaries. As described in the game design document, at the moment the user walks beyond these borders it can either go back within these borders or travel to another city. This instantaneous travels are the natural point to switch servers, as these servers have a fixed entry and exit point which allows them to efficiently monitor the world status. Also the user does not see that he is transferred to another server. Synchronization at the school server is done by, at most, second order dead-reckoning. It is done in this way to reduce the burden on school servers, as most schools to not possess the budget to get powerful ones. This means that both the clients and the server perform the simulation. This does also not increase the burden on the clients as they have to perform the simulation anyway. The key advantage of using dead-reckoning here is that it greatly reduces bandwidth usage as most actions in the game world will produce predictable projectiles or other effects. The objects that need synchronization are the avatars, and objects that are involved in games at world level. While avatars move a bit less predictable because they are user-controlled, the objects that come with the game world will be governed by physics, which can be predicted quite well with at most second order formulas. The number of updates (the error margin) will also grow if users are further apart, so the bandwidth needed is even lower. 3.3) Global server side This server runs all places in the game world that are not linked to a school. These locations include special cities which are owned by our corporation which offers special buildings, contests and other rare stuff. However, technically speaking, this does not change anything for the implementation. Therefore the global server can almost be considered the same as a school server but with exclusive content. 4) Communication For getting the data of a mini game to the client and other kind of information, TCP is used because of the need to have the accurate data. However when both a client and a server are performing a simulation, like on school level or world level, then UDP is used to send the status changes to both sides. This is possible because if there's a lost packet, the status can be checked on 5

7 the next one that arrives. 5) World representation As written on the game design document, teachers and book publishers can create new exercises for HOP by using an in-game level editor. This also means that we, as developers, will use the same tool to create all of the mini games that are present in the game that will be shipped. So all of the mini games will be individual script files that reference textures and objects made available through the level editor, plus all of the equations and requirements needed to be solved for the mini game to be completed. An advantage of this is that these mini-games will be a lot easier to be shared through forums and communities and won t take too much space. Another advantage is the possibility of releasing only the level editor for free before the game is completed so that, as what happened with Spore 1, much more mini games can be accessible before the game is finished. The avatars' accessories and customization objects, as well as the cities', cars' and so on, won't be made available through scripts but it won't be hard coded as much as the inner workings of the game. Since the objective here is to have expansion packs and regular updates, HOP is designed in the most modular way as possible. Another reason for this choice is the fact that each computer may run an instance of roughly 30% of the game (student playing alone) or roughly 60% of the game (school servers) so it must be possible to easily separate most of the components that make up the game. There will be at least 5 main modules. Mini games, customization entities, physics handler, visual representation and game core. The physics handler will, as the name says, handle and compute the physics. It will receive input data from the game core and return the result of the simulation. The visual representation module is responsible for displaying everything to the end user and the game core is what controls everything. The game core module communicates with all modules. In short, the main objectives on the software part of the world representation are modularity and extensibility

Registry Tuner. Software Manual

Registry Tuner. Software Manual Registry Tuner Software Manual Table of Contents Introduction 1 System Requirements 2 Frequently Asked Questions 3 Using the Lavasoft Registry Tuner 5 Scan and Fix Registry Errors 7 Optimize Registry

More information

CHAPTER 6 NETWORK DESIGN

CHAPTER 6 NETWORK DESIGN CHAPTER 6 NETWORK DESIGN Chapter Summary This chapter starts the next section of the book, which focuses on how we design networks. We usually design networks in six network architecture components: Local

More information

Chapter 9A. Network Definition. The Uses of a Network. Network Basics

Chapter 9A. Network Definition. The Uses of a Network. Network Basics Chapter 9A Network Basics 1 Network Definition Set of technologies that connects computers Allows communication and collaboration between users 2 The Uses of a Network Simultaneous access to data Data

More information

A Smart Telephone Answering Machine with Voice Message Forwarding Capability

A Smart Telephone Answering Machine with Voice Message Forwarding Capability A Smart Telephone Answering Machine with Voice Message Forwarding Capability Chih-Hung Huang 1 Cheng Wen 2 Kuang-Chiung Chang 3 1 Department of Information Management, Lunghwa University of Science and

More information

Configuration Manager 1.6

Configuration Manager 1.6 Configuration Manager 1.6 en Manual Configuration Manager 1.6 Table of Contents en 1 Table of Contents 1 Introduction 3 1.1 About this manual 3 1.2 Conventions in this manual 3 1.3 System requirements

More information

LabTech Installation Prerequisites

LabTech Installation Prerequisites LabTech LabTech Installation Prerequisites LABTECH INSTALLATION PREREQUISITES... 1 Overview... 1 Server Requirements... 1 Software Requirements... 3 Internet Requirements... 4 Port Forwarding... 4 Restricted

More information

Packet Tracer 3 Lab VLSM 2 Solution

Packet Tracer 3 Lab VLSM 2 Solution Packet Tracer 3 Lab VLSM 2 Solution Objective Create a simulated network topology using Packet Tracer Design an IP addressing scheme using a Class B subnetwork address and VLSM Apply IP addresses to the

More information

Protocols. Packets. What's in an IP packet

Protocols. Packets. What's in an IP packet Protocols Precise rules that govern communication between two parties TCP/IP: the basic Internet protocols IP: Internet Protocol (bottom level) all packets shipped from network to network as IP packets

More information

Cisco Certified Network Associate (CCNA) 120 Hours / 12 Months / Self-Paced WIA Fee: $2035.00

Cisco Certified Network Associate (CCNA) 120 Hours / 12 Months / Self-Paced WIA Fee: $2035.00 Cisco Certified Network Associate (CCNA) 120 Hours / 12 Months / Self-Paced WIA Fee: $2035.00 This fee includes the following exams: Cisco Certified Network Associate (CCNA) 100-101 ICND1 and 200-101 ICND2

More information

STB- 2. Installation and Operation Manual

STB- 2. Installation and Operation Manual STB- 2 Installation and Operation Manual Index 1 Unpacking your STB- 2 2 Installation 3 WIFI connectivity 4 Remote Control 5 Selecting Video Mode 6 Start Page 7 Watching TV / TV Guide 8 Recording & Playing

More information

Multi-Profile CMOS Infrared Network Camera

Multi-Profile CMOS Infrared Network Camera Multi-Profile CMOS Infrared Network Camera Quick Start Guide About multi-profile Multi-profile stands for simultaneously video stream. The Network Camera and Video Server can generate MPEG4 and MJPEG streaming

More information

Multi-Homing Security Gateway

Multi-Homing Security Gateway Multi-Homing Security Gateway MH-5000 Quick Installation Guide 1 Before You Begin It s best to use a computer with an Ethernet adapter for configuring the MH-5000. The default IP address for the MH-5000

More information

Install Instructions and Deployment Options

Install Instructions and Deployment Options Hygiena SureTrend 4.0 Install Install Instructions and Deployment Options Hygiena 7/2/2014 This document will describe the basic Install process and different deployment options for SureTrend 4.0. 0 P

More information

Prototyping Mobile Game Applications Practical use experiences

Prototyping Mobile Game Applications Practical use experiences Prototyping Mobile Game Applications Practical use experiences Johan Sanneblad, Lars Erik Holmquist Abstract: Key words: Mobile game devices today include novel features, such as ad-hoc wireless connections,

More information

Quick Start Guide. Cisco SPA232D Mobility Enhanced ATA

Quick Start Guide. Cisco SPA232D Mobility Enhanced ATA Quick Start Guide Cisco SPA232D Mobility Enhanced ATA Package Contents Analog Telephone Adapter Ethernet Cable Phone Cable Power Adapter Quick Start Guide Product CD-ROM Welcome Thank you for choosing

More information

File Sharing. Peter Lo. CP582 Peter Lo 2003 1

File Sharing. Peter Lo. CP582 Peter Lo 2003 1 File Sharing Peter Lo CP582 Peter Lo 2003 1 File Sharing What is it? How is it different from File Transfer How it it done? CP582 Peter Lo 2003 2 This lecture we move away from the topic of transferring

More information

< Introduction > This technical note explains how to connect New SVR Series to DSL Modem or DSL Router. Samsung Techwin Co., Ltd.

< Introduction > This technical note explains how to connect New SVR Series to DSL Modem or DSL Router. Samsung Techwin Co., Ltd. < Introduction > This technical note explains how to connect New to DSL Modem or DSL Router. Samsung Techwin Co., Ltd. 1 Contents 1. General... 4 1.1. DSL (xdsl)... 4 1.2. Modem... 5 1.2.1. Modem... 5

More information

Computer Hardware, Network and Software Recommendations

Computer Hardware, Network and Software Recommendations Computer Hardware, Network and Software Recommendations The Right IT Person The right IT person, computer consultant is important, very similar to a technician they have varying skill sets and understanding

More information

Introduction. What is a Remote Console? What is the Server Service? A Remote Control Enabled (RCE) Console

Introduction. What is a Remote Console? What is the Server Service? A Remote Control Enabled (RCE) Console Contents Introduction... 3 What is a Remote Console?... 3 What is the Server Service?... 3 A Remote Control Enabled (RCE) Console... 3 Differences Between the Server Service and an RCE Console... 4 Configuring

More information

Weather Direct Displays show Lost Forecast (blank boxes in the picture icons)

Weather Direct Displays show Lost Forecast (blank boxes in the picture icons) Weather Direct Displays show Lost Forecast (blank boxes in the picture icons) Many routine events can cause a Lost Forecast situation. Examples include: Power outage Change batteries Internet down in your

More information

SIEMENS MOBILE PHONE MANAGER (MPM) AND BLACKBERRY BUILT-IN DESKTOP MANAGER IN USE WITH THE SIEMENS SK65

SIEMENS MOBILE PHONE MANAGER (MPM) AND BLACKBERRY BUILT-IN DESKTOP MANAGER IN USE WITH THE SIEMENS SK65 SIEMENS MOBILE PHONE MANAGER (MPM) AND BLACKBERRY BUILT-IN DESKTOP MANAGER IN USE WITH THE SIEMENS SK65 www.siemens.com/sk65 Content Overview... 3 Technical Requirements... 3 Siemens Mobile Phone Manager...

More information

LevelOne MUS-1001. 1GB Smart Flash. User Manual V1.0.0-0610

LevelOne MUS-1001. 1GB Smart Flash. User Manual V1.0.0-0610 LevelOne MUS-1001 1GB Smart Flash User Manual V1.0.0-0610 CONTENT CHAPTER 1 INTRODUCTION...4 1.1 About this Manual...4 1.2 Support Services...5 CHAPTER 2 PRODUCT OVERVIEW...6 2.1 Package Contents...6 2.2

More information

S-SupremaConfigurationGuide-DOC 7/23/2014. Suprema Biometrics Configuration Guide ACS OnSite Aparato

S-SupremaConfigurationGuide-DOC 7/23/2014. Suprema Biometrics Configuration Guide ACS OnSite Aparato S-SupremaConfigurationGuide-DOC 7/23/2014 Suprema Biometrics Configuration Guide ACS OnSite Aparato Page 2 Suprema Configuration Guide ACS OnSite Aparato Table of Contents 1. SUPREMA BIOSTAR CONFIGURATION...

More information

ExpressShipper UK User Guide

ExpressShipper UK User Guide ExpressShipper Quick User Guide ExpressShipper Section 0 Page 1 of 63 Section 1: Structure of the User Guide In this section This section contains the following topics: Topic See Page What is the purpose

More information

SweetPea3R-200 User Guide Version 1.1

SweetPea3R-200 User Guide Version 1.1 SweetPea3R-200 User Guide Version 1.1 For safety and warranty information, please refer to the Quick Start Guide included in the box with your unit. Thank you for purchasing a SweetPea3. As this is a new

More information

Installation Guide. Your FedEx Ship Manager system number. Before you start

Installation Guide. Your FedEx Ship Manager system number. Before you start Installation Guide Your FedEx Ship Manager system number Installation Guide During registration, you receive a FedEx Ship Manager system number. Write the number here so you have it on hand whenever you

More information

CX Series. Video Recording Server. Quick Start Guide CX784 / CX788 / CX7816. Version 1.05.00

CX Series. Video Recording Server. Quick Start Guide CX784 / CX788 / CX7816. Version 1.05.00 CX Series Video Recording Server CX784 / CX788 / CX7816 Quick Start Guide Version 1.05.00 Contents 1.Introduction...1 1.1.Packages Contents...1 1.2.Hardware Features...2 1.3.Functional Features...4 1.4.Hard

More information

Outline: Operating Systems

Outline: Operating Systems Outline: Operating Systems What is an OS OS Functions Multitasking Virtual Memory File Systems Window systems PC Operating System Wars: Windows vs. Linux 1 Operating System provides a way to boot (start)

More information

DVCrypt Conditional Access System

DVCrypt Conditional Access System DVCrypt Conditional Access System Quick start guide 1. Introduction DVCrypt is a conditional access system for digital TV broadcasting networks (DVB). It consists of hardware modules and client/server

More information

PARTNER ACS R4.0 Remote Administration R4.0. Getting Started

PARTNER ACS R4.0 Remote Administration R4.0. Getting Started PARTNER ACS R.0 Remote Administration R.0 Getting Started 8-6-66 700080 Issue May 00 Copyright 00, Avaya Inc. Document 8-6-66 All Rights Reserved 700080 Printed in USA Issue May 00 Notice Every effort

More information

WinMan. Utilizing Terminal Services. Quick Results. Summer, 2001. ver. 6.1.3. a d v a n c e d s y s t e m s

WinMan. Utilizing Terminal Services. Quick Results. Summer, 2001. ver. 6.1.3. a d v a n c e d s y s t e m s Utilizing Terminal Services Summer, 2001 ver. 6.1.3 a d v a n c e d s y s t e m s WinMan Quick Results 12 2 TTW s WinMan TTW WinMan Utilizing Terminal Services Advantages of having WinMan and Terminal

More information

TestManager Administration Guide

TestManager Administration Guide TestManager Administration Guide RedRat Ltd July 2015 For TestManager Version 4.57-1 - Contents 1. Introduction... 3 2. TestManager Setup Overview... 3 3. TestManager Roles... 4 4. Connection to the TestManager

More information

Additional Requirements for ARES-G2 / RSA-G2. One Ethernet 10 Base T/100 Base TX network card required for communication with the instrument.

Additional Requirements for ARES-G2 / RSA-G2. One Ethernet 10 Base T/100 Base TX network card required for communication with the instrument. TA Instruments TRIOS Software Installation Instructions Installation Requirements Your TRIOS Instrument Control software includes all the components necessary to install or update the TRIOS software, as

More information

Internet Working 5 th lecture. Chair of Communication Systems Department of Applied Sciences University of Freiburg 2004

Internet Working 5 th lecture. Chair of Communication Systems Department of Applied Sciences University of Freiburg 2004 5 th lecture Chair of Communication Systems Department of Applied Sciences University of Freiburg 2004 1 43 Last lecture Lecture room hopefully all got the message lecture on tuesday and thursday same

More information

No Wires. No Waiting. No Worries. NETWORKS WITHOUT WIRES 26610 Agoura Road, Suite 110 Calabasas, California 91302

No Wires. No Waiting. No Worries. NETWORKS WITHOUT WIRES 26610 Agoura Road, Suite 110 Calabasas, California 91302 No Wires No Waiting No Worries NETWORKS WITHOUT WIRES 26610 Agoura Road, Suite 110 Calabasas, California 91302 1.877.STRIXSYS (1.877.787.4979) www.strixsystems.com The Best Wireless Network has No Wires

More information

Click on a link below for additional information.

Click on a link below for additional information. Click on a link below for additional information. WHAT IS A BARBIE GIRL DEVICE? HOW DO I CONNECT HER?... 3 HOW MANY DIFFERENT BARBIE GIRL DEVICES ARE THERE?... 3 ONCE I REGISTER MY BARBIE GIRL DEVICE ONLINE,

More information

HOSTING A LIFEWAY SIMULCAST

HOSTING A LIFEWAY SIMULCAST HOSTING A LIFEWAY SIMULCAST What is a Simulcast? A simulcast is not much different than a broadcast of your favorite weekly sitcom or sporting event. The main difference is how the broadcast is sent out

More information

Orixcloud Backup Client. Frequently Asked Questions

Orixcloud Backup Client. Frequently Asked Questions Frequently Asked Questions Version 1.2 Disclaimer This document is compiled with the greatest possible care. However, errors might have been introduced caused by human mistakes or by other means. No rights

More information

RingCentral for Desktop. UK User Guide

RingCentral for Desktop. UK User Guide RingCentral for Desktop UK User Guide RingCentral for Desktop Table of Contents Table of Contents 3 Welcome 4 Download and install the app 5 Log in to RingCentral for Desktop 6 Getting Familiar with RingCentral

More information

IP-Pro (Virtual IP Protocol Independent Version) User Instructions

IP-Pro (Virtual IP Protocol Independent Version) User Instructions IP-Pro (Virtual IP Protocol Independent Version) User Instructions - Table of Contents - 1. IP Pro introduction 2. IP Pro installation 3. IP Pro setup 4. Virtual IP function check 5. Virtual IP changes

More information

Highly Available Service Environments Introduction

Highly Available Service Environments Introduction Highly Available Service Environments Introduction This paper gives a very brief overview of the common issues that occur at the network, hardware, and application layers, as well as possible solutions,

More information

Lesson Plan. Upon completion of this assignment, the student will be able to build a small network and identify the different types of hackers.

Lesson Plan. Upon completion of this assignment, the student will be able to build a small network and identify the different types of hackers. Lesson Plan Course Title: Principles of IT Session Title: Networks and Hackers Lesson Duration: Lesson length is subjective and will vary from instructor to instructor. Performance Objective: Upon completion

More information

ReadyNAS Remote White Paper. NETGEAR May 2010

ReadyNAS Remote White Paper. NETGEAR May 2010 ReadyNAS Remote White Paper NETGEAR May 2010 Table of Contents Overview... 3 Architecture... 3 Security... 4 Remote Firewall... 5 Performance... 5 Overview ReadyNAS Remote is a software application that

More information

5. Tutorial. Starting FlashCut CNC

5. Tutorial. Starting FlashCut CNC FlashCut CNC Section 5 Tutorial 259 5. Tutorial Starting FlashCut CNC To start FlashCut CNC, click on the Start button, select Programs, select FlashCut CNC 4, then select the FlashCut CNC 4 icon. A dialog

More information

This section will focus on basic operation of the interface including pan/tilt, video, audio, etc.

This section will focus on basic operation of the interface including pan/tilt, video, audio, etc. Catalogue Basic Operation... 2 For Internet Explorer... 2 For Other Non-IE Web Browsers... 5 Camera Settings... 6 System... 6 About... 6 PT Setting... 7 Backup and Restore Setup... 8 NTP Setting... 8 System

More information

System Requirements for Microsoft Dynamics GP 9.0

System Requirements for Microsoft Dynamics GP 9.0 Requirements for Microsoft Dynamics GP 9.0 Last Modified 7/5/2007 Posted 4/7/2007 This document describes client system requirements, server recommendations and Terminal Server system requirements for

More information

ETHERNET WEATHER STATION CONNECTIONS Application Note 33

ETHERNET WEATHER STATION CONNECTIONS Application Note 33 ETHERNET WEATHER STATION CONNECTIONS Application Note 33 With WeatherLink and a Device Server INTRODUCTION It is possible to substitute an Ethernet connection for the direct USB or serial connection that

More information

ExpressShipper User Guide

ExpressShipper User Guide ExpressShipper Quick User Guide ExpressShipper Section 0 Page 1 of 1 Section 1: Structure of the User Guide In this section This section contains the following topics: Topic See Page What is the purpose

More information

Comtrend 1 Port Router Installation Guide CT-5072T

Comtrend 1 Port Router Installation Guide CT-5072T Comtrend 1 Port Router Installation Guide CT-5072T 1 Installing Access Point s DSL Service with a Comtrend Router Thank you for selecting Access Point, Inc. to be your Internet service provider. This guide

More information

DSL Self-install Kit Instructions

DSL Self-install Kit Instructions DSL Self-install Kit Instructions Cover and installation notes Page 1 1. Verify your system requirements Page 2 2. Verify the contents of your DSL Self-Install kit Page 2 3. Install filters on your telephone

More information

Network device management solution

Network device management solution iw Management Console Network device management solution iw MANAGEMENT CONSOLE Scalability. Reliability. Real-time communications. Productivity. Network efficiency. You demand it from your ERP systems

More information

Priority Pro v17: Hardware and Supporting Systems

Priority Pro v17: Hardware and Supporting Systems Introduction Priority Pro v17: Hardware and Supporting Systems The following provides minimal system configuration requirements for Priority with respect to three types of installations: On-premise Priority

More information

Lottery Looper. User Manual

Lottery Looper. User Manual Lottery Looper User Manual Lottery Looper 1.7 copyright Timersoft. All rights reserved. http://www.timersoft.com The information contained in this document is subject to change without notice. This document

More information

IT 3202 Internet Working (New)

IT 3202 Internet Working (New) [All Rights Reserved] SLIATE SRI LANKA INSTITUTE OF ADVANCED TECHNOLOGICAL EDUCATION (Established in the Ministry of Higher Education, vide in Act No. 29 of 1995) Instructions for Candidates: Answer any

More information

How NAS Can Increase Reliability, Uptime & Data Loss Protection: An IT Executive s Story

How NAS Can Increase Reliability, Uptime & Data Loss Protection: An IT Executive s Story How NAS Can Increase Reliability, Uptime & Data Loss Protection: An IT Executive s Story How NAS Can Increase Reliability, Uptime & Data Loss Protection: An IT Executive s Story 1 This is Connor, The Small-to-Midsize

More information

Installation Process

Installation Process Installation Process Aivika One Lite New Dynamic Solutions BVBA Contents Contents... 2 Introduction... 3 Aivika One Lite introduction... 4 Concept... 4 Components... 4 Deploying Aivika One Lite... 5 Supported

More information

IP Networking. Overview. Networks Impact Daily Life. IP Networking - Part 1. How Networks Impact Daily Life. How Networks Impact Daily Life

IP Networking. Overview. Networks Impact Daily Life. IP Networking - Part 1. How Networks Impact Daily Life. How Networks Impact Daily Life Overview Dipl.-Ing. Peter Schrotter Institute of Communication Networks and Satellite Communications Graz University of Technology, Austria Fundamentals of Communicating over the Network Application Layer

More information

Test instructions & HW/SW specifications Contents

Test instructions & HW/SW specifications Contents Test instructions & HW/SW specifications Contents Test instructions... 1 Hardware/software constrains... 2 Test platform hardware specifications:... 2 Virtualization software... 2 Operating systems included

More information

Procedure: You can find the problem sheet on Drive D: of the lab PCs. Part 1: Router & Switch

Procedure: You can find the problem sheet on Drive D: of the lab PCs. Part 1: Router & Switch University of Jordan Faculty of Engineering & Technology Computer Engineering Department Computer Networks Laboratory 907528 Lab. 2 Network Devices & Packet Tracer Objectives 1. To become familiar with

More information

SHARPCLOUD SECURITY STATEMENT

SHARPCLOUD SECURITY STATEMENT SHARPCLOUD SECURITY STATEMENT Summary Provides details of the SharpCloud Security Architecture Authors: Russell Johnson and Andrew Sinclair v1.8 (December 2014) Contents Overview... 2 1. The SharpCloud

More information

White paper. Business Applications of Wide Area Ethernet

White paper. Business Applications of Wide Area Ethernet White paper Business Applications of Wide Area Ethernet 1 Introduction When enterprises use Ethernet as a wide area networking solution, they have the potential to realize significant gains in network

More information

TYLER JUNIOR COLLEGE School of Continuing Studies 1530 SSW Loop 323 Tyler, TX 75701 1.800.298.5226 www.tjc.edu/continuingstudies/mycaa

TYLER JUNIOR COLLEGE School of Continuing Studies 1530 SSW Loop 323 Tyler, TX 75701 1.800.298.5226 www.tjc.edu/continuingstudies/mycaa TYLER JUNIOR COLLEGE School of Continuing Studies 1530 SSW Loop 323 Tyler, TX 75701 1.800.298.5226 www.tjc.edu/continuingstudies/mycaa Education & Training Plan CompTIA N+ Specialist Program Student Full

More information

DSL Self-Install Kit Instructions

DSL Self-Install Kit Instructions DSL Self-Install Kit Instructions Please follow these instructions carefully. Pacific Online assumes no responsibility for any personal injury or property damage which may result form your installation

More information

Deploying in a Distributed Environment

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

More information

Talk2M Free+ Remote-Access Connectivity Solution for ewon COSY devices. Getting Started Guide

Talk2M Free+ Remote-Access Connectivity Solution for ewon COSY devices. Getting Started Guide Talk2M Free+ Remote-Access Connectivity Solution for ewon COSY devices Getting Started Guide Page 1 of 36 mac-solutions.co.uk DSH : v3 OCT 2014 INTRODUCTION... 3 HARDWARE AND SOFTWARE REQUIREMENTS... 5

More information

How do you use word processing software (MS Word)?

How do you use word processing software (MS Word)? How do you use word processing software (MS Word)? Page 1 How do you use word processing software (MS Word)? Lesson Length: 2 hours Lesson Plan: The following text will lead you (the instructor) through

More information

Chapter 2 Introduction

Chapter 2 Introduction Chapter 2 Introduction This chapter describes the features of the NETGEAR 54 Mbps Wireless ADSL Modem Router Model DG834G. The Wireless ADSL Modem Router is a combination of a built-in ADSL modem, ADSL

More information

B. KTT Web-based File Transfer

B. KTT Web-based File Transfer B. KTT Web-based File Transfer The Key Total Treasury Internet File Transfer module allows clients to upload or download data files to/from KeyBank s transmission platform using a PC and Internet browser.

More information

Final for ECE374 05/06/13 Solution!!

Final for ECE374 05/06/13 Solution!! 1 Final for ECE374 05/06/13 Solution!! Instructions: Put your name and student number on each sheet of paper! The exam is closed book. You have 90 minutes to complete the exam. Be a smart exam taker -

More information

Configuring Switch Ports and VLAN Interfaces for the Cisco ASA 5505 Adaptive Security Appliance

Configuring Switch Ports and VLAN Interfaces for the Cisco ASA 5505 Adaptive Security Appliance CHAPTER 5 Configuring Switch Ports and VLAN Interfaces for the Cisco ASA 5505 Adaptive Security Appliance This chapter describes how to configure the switch ports and VLAN interfaces of the ASA 5505 adaptive

More information

Models of a Vending Machine Business

Models of a Vending Machine Business Math Models: Sample lesson Tom Hughes, 1999 Models of a Vending Machine Business Lesson Overview Students take on different roles in simulating starting a vending machine business in their school that

More information

Networking. Sixth Edition. A Beginner's Guide BRUCE HALLBERG

Networking. Sixth Edition. A Beginner's Guide BRUCE HALLBERG Networking A Beginner's Guide Sixth Edition BRUCE HALLBERG Mc Graw Hill Education New York Chicago San Francisco Athens London Madrid Mexico City Milan New Delhi Singapore Sydney Toronto Contents Acknowledgments

More information

Wired / Wireless / PoE. CMOS Internet Camera ICA-107 / ICA-107W / ICA-107P. Quick Installation Guide

Wired / Wireless / PoE. CMOS Internet Camera ICA-107 / ICA-107W / ICA-107P. Quick Installation Guide Wired / Wireless / PoE CMOS Internet Camera ICA-107 / ICA-107W / ICA-107P Quick Installation Guide Table of Contents 1. Package Contents... 3 2. System Requirements... 4 3. Outlook... 5 Front panel of

More information

Wireless LAN 802.11g USB Adapter

Wireless LAN 802.11g USB Adapter Wireless LAN 802.11g USB Adapter User s Guide Version 1.0 User s Guide 0 Copyright statement No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by

More information

Microsoft Exchange ActiveSync Administrator s Guide

Microsoft Exchange ActiveSync Administrator s Guide Microsoft Exchange ActiveSync Administrator s Guide Copyright 2005 palmone, Inc. All rights reserved. palmone, HotSync, Treo, VersaMail, and Palm OS are among the trademarks or registered trademarks owned

More information

CareTracker Electronic Health Record (EHR) Setting Up Your Computers for CareTracker EHR

CareTracker Electronic Health Record (EHR) Setting Up Your Computers for CareTracker EHR CareTracker Electronic Health Record (EHR) Setting Up Your Computers for CareTracker EHR V 7.1 Purpose of this Document Important This document guides you or your IT staff through setting up your computers

More information

AVG AntiVirus Business Edition

AVG AntiVirus Business Edition AVG AntiVirus Business Edition User Manual Document revision AVG.04 (3.11.2015) C opyright AVG Technologies C Z, s.r.o. All rights reserved. All other trademarks are the property of their respective owners.

More information

Remote Terminal Functionality

Remote Terminal Functionality Remote Terminal Functionality The timeqplus (TQP) Time & Attendance Server can transfer data to and from remote TQ600 terminals (terminals not connected via cables) through the use of a USB Pen Drive (sometimes

More information

N750 WiFi DSL Modem Router Premium Edition

N750 WiFi DSL Modem Router Premium Edition Support Thank you for purchasing this NETGEAR product. After installing your device, locate the serial number on the label of your product and use it to register your product at https://my.netgear.com.

More information

CQG/NET Technical Specifications. September 16, 2014 Version 2014-05

CQG/NET Technical Specifications. September 16, 2014 Version 2014-05 CQG/NET Technical Specifications September 16, 2014 Version 2014-05 2014 CQG Inc. Information in this document is subject to change without notice. Windows XP, Windows Vista, Windows, ActiveX, Excel, and

More information

Chapter 1 Instructor Version

Chapter 1 Instructor Version Name Date Objectives: Instructor Version Explain how multiple networks are used in everyday life. Explain the topologies and devices used in a small to medium-sized business network. Explain the basic

More information

Cloud computing is a marketing term that means different things to different people. In this presentation, we look at the pros and cons of using

Cloud computing is a marketing term that means different things to different people. In this presentation, we look at the pros and cons of using Cloud computing is a marketing term that means different things to different people. In this presentation, we look at the pros and cons of using Amazon Web Services rather than setting up a physical server

More information

AliOffice 2.0 Installation Guide

AliOffice 2.0 Installation Guide January 25, 2012 AliOffice 2.0 Installation Guide Overview This document contains instructions for installing AliOffice and readying the application for the completion and submission of compliance evaluations.

More information

Report on virtualisation technology as used at the EPO for Online Filing software testing

Report on virtualisation technology as used at the EPO for Online Filing software testing Report on virtualisation technology as used at the EPO for Online Filing software testing Virtualisation technology lets one computer do the job of multiple computers, all sharing the resources - including

More information

BIM Awards notes. Muistio 1 (7) Lopullinen. Nieminen Juha / BC FIN Service 24.5.2013 Public knowledge. Creating Flythrough flights.

BIM Awards notes. Muistio 1 (7) Lopullinen. Nieminen Juha / BC FIN Service 24.5.2013 Public knowledge. Creating Flythrough flights. Muistio 1 (7) BIM Awards notes Creating Flythrough flights Preparations User can create flight routes inside the model using Tekla Structures extension named Flythrough. Currently this can be found from

More information

63720A IN I S N T S R T U R C U T C I T O I N B O O N B O O K O L K E L T E

63720A IN I S N T S R T U R C U T C I T O I N B O O N B O O K O L K E L T E 63720A INSTRUCTION BOOKLET 2-5 Wireless DS Single-Card Download Play THIS GAME ALLOWS WIRELESS MULTIPLAYER GAMES DOWNLOADED FROM ONE GAME CARD. 2-5 Wireless DS Multi-Card Play THIS GAME ALLOWS WIRELESS

More information

Dr. Pat Mirenda. Software Design Specification Document

Dr. Pat Mirenda. Software Design Specification Document CPSC 319 Team 2 Dr. Pat Mirenda Software Design Specification Document Version: 1.2 Date: (03/17/2006) 2Communicate SDS Revisions Version Primary Author(s) Description of Version Date Completed 1.0 Wei

More information

ADSL ROUTERS INTRODUCTION: What is ADSL? Basic Concept of ADSL:

ADSL ROUTERS INTRODUCTION: What is ADSL? Basic Concept of ADSL: ADSL ROUTERS INTRODUCTION: What is ADSL? Asymmetric Digital Subscriber Line (ADSL) is an access technology that utilizes ordinary copper telephone to enable high speed digital data transmission and interactive

More information

The Matrex Client/Server Specification 1.1

The Matrex Client/Server Specification 1.1 The Matrex Client/Server Specification 1.1 Table of Contents The Matrex Client/Server Specification 1.1...1 Introduction...1 A usage scenario...2 New project...4 Open project...5 Recently used projects...6

More information

Purpose... 3. Computer Hardware Configurations... 6 Single Computer Configuration... 6 Multiple Server Configurations... 7. Data Encryption...

Purpose... 3. Computer Hardware Configurations... 6 Single Computer Configuration... 6 Multiple Server Configurations... 7. Data Encryption... Contents Purpose... 3 Background on Keyscan Software... 3 Client... 4 Communication Service... 4 SQL Server 2012 Express... 4 Aurora Optional Software Modules... 5 Computer Hardware Configurations... 6

More information

SURROUNDVIEW Installation and Setup User s Guide

SURROUNDVIEW Installation and Setup User s Guide SURROUNDVIEW Installation and Setup User s Guide P/N: 137-40593-10 04Jan26: PRELIMINARY 08 Copyright 2004, ATI Technologies Inc. All rights reserved. ATI and all ATI product and product feature names are

More information

Table of Contents. The Welcome Letter...4. Filters Why are they Needed?...4. Getting Connected...4. Configuring your ADSL modem...

Table of Contents. The Welcome Letter...4. Filters Why are they Needed?...4. Getting Connected...4. Configuring your ADSL modem... ADSL/2+ Getting the Most out of your Aussie Broadband ADSL Service Netgear DG834 This guide is also suitable for: WGR614 WGT624 FWG114p DG834T DG834V WPN824 Included: Getting Connected Configuring your

More information

N-CAP Users Guide Everything You Need to Know About Using the Internet! How Firewalls Work

N-CAP Users Guide Everything You Need to Know About Using the Internet! How Firewalls Work N-CAP Users Guide Everything You Need to Know About Using the Internet! How Firewalls Work How Firewalls Work By: Jeff Tyson If you have been using the internet for any length of time, and especially if

More information

Chapter 5. Data Communication And Internet Technology

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

More information

Installation Quick Start SUSE Linux Enterprise Server 11 SP1

Installation Quick Start SUSE Linux Enterprise Server 11 SP1 Installation Quick Start SUSE Linux Enterprise Server 11 SP1 Installation Quick Start SUSE Linux Enterprise Server 11 SP1 NOVELL QUICK START CARD Use the following procedures to install a new version of

More information

Installation Notes for Outpost Network Security (ONS) version 3.2

Installation Notes for Outpost Network Security (ONS) version 3.2 Outpost Network Security Installation Notes version 3.2 Page 1 Installation Notes for Outpost Network Security (ONS) version 3.2 Contents Installation Notes for Outpost Network Security (ONS) version 3.2...

More information

Autodownloader Toolset User Guide

Autodownloader Toolset User Guide Autodownloader Toolset User Guide 1.23 Beta Obsidian Entertainment Page 1 of 18 Table of Contents Overview... 2 Requirements... 2 Download Server Setup... 3 Prepare Downloadable Files... 4 Modified File

More information

24online FAQs. 24Online FAQs. Copyright Elitecore Technologies Ltd., Ahmedabad, INDIA. Elitecore Technologies ltd. 1

24online FAQs. 24Online FAQs. Copyright Elitecore Technologies Ltd., Ahmedabad, INDIA. Elitecore Technologies ltd. 1 x 24Online FAQs Copyright Elitecore Technologies Ltd., Ahmedabad, INDIA Elitecore Technologies ltd. 1 Installation FAQs Contents Installation FAQs...3 General FAQs...4 Installation FAQs Q: Is anything

More information

Wireless-N. User Guide. PCI Adapter WMP300N (EU) WIRELESS. Model No.

Wireless-N. User Guide. PCI Adapter WMP300N (EU) WIRELESS. Model No. 2,4 GHz WIRELESS Wireless-N PCI Adapter User Guide Model No. WMP300N (EU) Copyright and Trademarks Specifications are subject to change without notice. Linksys is a registered trademark or trademark of

More information

2020 Design Update 11.3. Release Notes November 10, 2015

2020 Design Update 11.3. Release Notes November 10, 2015 2020 Design Update 11.3 Release Notes November 10, 2015 Contents Introduction... 1 System Requirements... 2 Actively Supported Operating Systems... 2 Hardware Requirements (Minimum)... 2 Hardware Requirements

More information