CS 340 Introduction to Computer Networking

Size: px
Start display at page:

Download "CS 340 Introduction to Computer Networking"

Transcription

1 Instructr CS 340 Intrductin t Cmputer Netwrking Yan Chen, Assistant Prfessr Rm 330, 1890 Maple Ave., ychen@cs.nrthwestern.edu Office Hurs: ursday. 2-4pm r by appintment, Rm 330, 1890 Maple Ave. Teaching Assistant Ashish Gupta ashish@cs.nrthwestern.edu Office Hurs:. and.11am - nn(12pm), Rm 246, 1890 Maple Ave. Lcatin and Time Lectures: esday and ursday 9:30-10:50am, Rm 381, 1890 Maple. Recitatin: Wednesday, 4-5pm, Rm 381, 1890 Maple. Curse Descriptin is curse prvides an intrductin t fundamental cncepts in the design and implementatin f cmputer cmmunicatin netwrks, their prtcls, and applicatins. Tpics t be cvered include: verview f netwrk architectures, applicatins (HTTP, FTP), netwrk prgramming interfaces (e.g., sckets), transprt (TCP, UDP), flw cntrl, cngestin cntrl, IP, ruting, IPv6, multicast, data link prtcls, errrdetectin/crrectin, multiple access, LAN, Ethernet, wireless netwrks, and netwrk security. Examples will be drawn primarily frm the Internet (e.g., TCP, UDP, and IP) prtcl suite. Over the curse f the quarter, students prgram in C++ n UNIX systems t build web clients and servers, and a fully cmpatible TCP/IP stack that can run them. Curse Prerequisites Required: CS 311 r equivalent data structure curse. Required: Knwledge f C and/r C++. Highly recmmended: CS 213 r equivalent cmputer systems curse. Highly recmmended: CS 343 r equivalent perating systems curse. Highly recmmended: UNIX prgramming experience (gcc, gdb, make, etc.) Curse Materials Required textbks:

2 Cmputer Netwrking: A Tp-Dwn Apprach Featuring the Internet, [KR], Secnd Editin, James Kurse and Keith Rss, Addisn Wesley, 2002 (Nte: buy the hardcver secnd editin, nt the sftcver preliminary editin r the first editin). TCP/IP Illustrated, Vlume I: e Prtcls, Richard Stevens, Addisn Wesley, Essential fr lectures n TCP/IP and prjects. A set f papers will be made available. Recmmended bks Cmputer Netwrks - A Systems Apprach, ird Editin, Larry L. Petersn and Bruce S. Davie, Mrgan Kaufmann, Gd supplementary material t the required textbks. Unix Netwrk Prgramming (Vlume 1, ird Editin, 2003, and Vlume 2, Secnd Editin, 1999) Richard Stevens, Prentice Hall. Describes the details f scket prgramming and IPC n Unix. Advanced Prgramming in the Unix Envirnment, Richard. Stevens, Addisn-Wesley, A basic bk fr anyne writing prgrams that run under Unix. e C++ Prgramming Language, Special Editin, Bjarne Strustrup, Addisn-Wesley, Other references UNIX fr the Impatient, 2nd Editin, P. W. Abrahams and B. Larsnk, Addisn-Wesley, A nice intrductry bk t Unix. Learning the Unix Operating System (Nutshell Handbk), 5th Editin, J. D. Peek, G. Tdin-Gnguet, J. Strang, O'Reilly, Gd fr UNIX beginner. Grading Prgramming with GNU Sftware, M. Lukides and A. Oram, O'Reilly, Intrdutin n the tls n UNIX. On cding style: Cde Cmplete, by S. McCnnell, Micrsft Press, Sme ther pinters n C/Unix cllected by Prf. Fabián E. Bustamante. ere will be a midterm and a final exam. Exams will be in-class, clsed-bk, and will cver materials frm lectures, required readings and prjects. e final exam will nt be cumulative. Hmewrks 10% Prjects 50% Midterm 20% Final 20% Cmmunicatin Curse web site: Check it ut regularly fr schedule changes, clarificatins and crrectins t assignments, and ther curse-related annuncements.

3 Recitatin. TA will lecture n cmplementary materials f the lectures, address questins fr hmewrk and prjects, and help t prepare the exams. We hpe it can help students mre efficiently than the ne-n-ne Q&A in ffice hurs. Newsgrup (cs.340.annunce and cs.340.discuss) are available fr annuncement, and psting questins and answers. Hmewrk ere will be tw kinds f hmewrk assignments: reading assignments and textbkstyle questins. Yu shuld have finished the assigned reading befre cming t lecture. In additin, there will be abut fur sets f written hmewrks. Prjects Over the curse f the quarter, yu will implement a user-level TCP/IP stack and a small web server that runs n tp f it. Yur cde will nt implement the full functinality f HTTP r TCP/IP, but it will implement enugh f it t be able t interperate with ther, cmplete implementatins. In keeping with the tp-dwn apprach f Kurse and Rss, yu will build this frm the web server dwn instead f frm the netwrk card up. I will initially prvide yu with the whle stack (as bject cde) and yu will implement the web server. Next, I will peal away the layers f the stack, leaving yu t implement yur wn versins. Each layer will have well-defined interfaces that yu will fill ut. Here are the layers, as well as each ne s percentage f the prject grade. Nte that the layers in italics will be supplied t yu and are included nly fr cmpleteness. Web server (Sckets) 20% TCP (UDP) 50 % Ruting 30 % e implementatin language will be C++ and the platfrm will be Red Hat Linux 9.0. We hpe that yu will use g as yur cmpiler, make as yur build tl, and CVS as yur versin cntrl system. Yu may als find that the C++ standard template library will make yur life easier. Yu ll be using the PCs in the TLAB, which will be specially cnfigured fr this class. Yu are welcme t use ther machines, but we must be able t cmpile and run yur cde n ur machines. Nte that the Ethernet layer f the cde requires that yur kernel supprts the Berkeley packet filter interface and that yu can run yur Ethernet card in prmiscuus mde t extract and inject raw packets f such testcases. T evaluate yur prject, we will spt-check yur surce cde, cmpile it, and run randmized testcases n it. When apprpriate, we will supply yu with examples. All the prjects are t be dne by teams f tw students. Each team shuld wrk cperatively n the design, implementatin, and testing f their slutins. And the wrk shuld be shared in a fair manner. e submissins need t include a simple specificatin f wrk undertaken by each party. Plicies

4 Late plicy: Unless therwise indicated, hmewrks and prjects are due by the end f lecture n their due date. If yu hand in an assignment late, we will take ff 10% fr each day (r prtin theref) it is late. Cheating: It's OK t ask smene abut the cncepts, algrithms, r appraches needed t d the prject assignments, I encurage yu t d s; bth giving and taking advice will help yu t learn. Hwever, what yu turn in must be yur wn, r fr prjects, yur grup's wn wrk; cpying ther peple's cde, slutin sets, r frm any ther surces is strictly prhibited. We will punish transgressrs severely. Tentative Schedules Ntes: Reading refers t textbk KR unless dented therwise. Date Lectures Tpics Reading Assignment 1/6 1/8 1/13 1/15 1/20 Class verview, Intrductin t Netwrking (Internet, prtcl, circuit- and packet-switching) Intrductin t Netwrking (access netwrks, physical media, delay and lss, layered architecture) Applicatin Layer (Web, HTTP, FTP, ) Applicatin Layer (DNS, scket prgramming) Scket Prgramming (cnt d) Ch , 1.8, Handut fr prject 1 Prject 1 ut. Find partner (grups f up t 2). Ch Hmewrk 1 ut. Ch Ch /22 Transprt Layer (intr, UDP) Ch Hmewrk 1 in. Hmewrk 2 ut. 1/27 1/29 2/3 2/5 2/10 Transprt Layer (reliable data transfer, TCP) Ch TCP (cnnectin) Ch. 3.5 Prject 1 in. Prject 2 ut. TCP (cngestin cntrl) Ch Hmewrk 2 in. Review fr Midterm Midterm

5 2/12 2/17 2/19 2/24 2/26 3/ 2 3/4 3/9 3/11 Netwrk Layer (intr, ruting principles) Ch Netwrk Layer (IP) Ch. 4.4 Netwrk Layer (IP cnt d, ruting: OSPF, BGP) Netwrk Layer (ruting cnt d, IPv6, multicast) Data Link Layer (intr, errr detectin/crrectin) Data Link Layer (multiple access prtcls, LAN) Data Link Layer (LAN, Ethernet, wireless) Ch Ch. 4.5, Ch Ch Ch Hmewrk 3 ut. Prject 2 in. Prject 3 ut. Hmewrk 3 in. Hmewrk 4 ut. Netwrking Security Ch. 7 Prject 3 in. Review fr final/research in netwrking Ntes: 1. RS = Richard Stevens Hmewrk 4 in.

Serv-U Distributed Architecture Guide

Serv-U Distributed Architecture Guide Serv-U Distributed Architecture Guide Hrizntal Scaling and Applicatin Tiering fr High Availability, Security, and Perfrmance Serv-U Distributed Architecture Guide v14.0.1.0 Page 1 f 16 Intrductin Serv-U

More information

CE 566 Project Controls Planning and Scheduling

CE 566 Project Controls Planning and Scheduling CE 566 Prject Cntrls Planning and Scheduling 2011 Spring Semester Curse Syllabus Lecture Thursday 3:30 6:10 PM RTH 109 Prfessr Russ Vakharia Phne (310) 710-4458 Email Office Hurs Prerequisite Textbk Curse

More information

Exercise 5 Server Configuration, Web and FTP Instructions and preparatory questions Administration of Computer Systems, Fall 2008

Exercise 5 Server Configuration, Web and FTP Instructions and preparatory questions Administration of Computer Systems, Fall 2008 Exercise 5 Server Cnfiguratin, Web and FTP Instructins and preparatry questins Administratin f Cmputer Systems, Fall 2008 This dcument is available nline at: http://www.hh.se/te2003 Exercise 5 Server Cnfiguratin,

More information

CSE 231 Fall 2015 Computer Project #4

CSE 231 Fall 2015 Computer Project #4 CSE 231 Fall 2015 Cmputer Prject #4 Assignment Overview This assignment fcuses n the design, implementatin and testing f a Pythn prgram that uses character strings fr data decmpressin. It is wrth 45 pints

More information

Pexip Infinity and Cisco UCM Deployment Guide

Pexip Infinity and Cisco UCM Deployment Guide Intrductin Pexip Infinity and Cisc UCM Deplyment Guide The Cisc Unified Cmmunicatins Manager (CUCM) is a SIP registrar and call cntrl device. This guide describes hw t integrate a single Pexip Infinity

More information

Exercise 5 Server Configuration, Web and FTP Instructions and preparatory questions Administration of Computer Systems, Fall 2008

Exercise 5 Server Configuration, Web and FTP Instructions and preparatory questions Administration of Computer Systems, Fall 2008 Exercise 5 Server Cnfiguratin, Web and FTP Instructins and preparatry questins Administratin f Cmputer Systems, Fall 2008 This dcument is available nline at: http://www.hh.se/te2003 Exercise 5 Server Cnfiguratin,

More information

MCSA: Windows 7 Boot Camp for Desktop Support Technicians

MCSA: Windows 7 Boot Camp for Desktop Support Technicians MCSA: Windws 7 Bt Camp fr Desktp Supprt Technicians Prepare fr the Enterprise Desktp Supprt Technician certificatin n Windws 7. Gain the clud-related skills required fr the latest Micrsft certificatins

More information

ABELMed Platform Setup Conventions

ABELMed Platform Setup Conventions ABELMed Platfrm Setup Cnventins 1 Intrductin 1.1 Purpse f this dcument The purpse f this dcument is t prvide prspective ABELMed licensees and their hardware vendrs with the infrmatin that they will require

More information

ANATOMY & PHYSIOLOGY 2401

ANATOMY & PHYSIOLOGY 2401 ANATOMY & PHYSIOLOGY 2401 Instructr Susan Decker Office Phne 940-668-4345 Office Address Gainesville Campus #408 Office Hurs By Appintment Only E-mail sdecker@nctc.edu Lcatin Online Required Text Anatmy

More information

Syllabus Computer Science III: Data Structures and Algorithms Fall 2012 COMP 241 CRN: 13761

Syllabus Computer Science III: Data Structures and Algorithms Fall 2012 COMP 241 CRN: 13761 Syllabus Cmputer Science III: Data Structures and Algrithms Fall 2012 COMP 241 CRN: 13761 Basic Inf: Instructr: Tuesday/Thursday, 11:00am 12:15pm Buckman 222 Betsy (Williams) Sanders Office: Olendrf 419

More information

SBClient and Microsoft Windows Terminal Server (Including Citrix Server)

SBClient and Microsoft Windows Terminal Server (Including Citrix Server) SBClient and Micrsft Windws Terminal Server (Including Citrix Server) Cntents 1. Intrductin 2. SBClient Cmpatibility Infrmatin 3. SBClient Terminal Server Installatin Instructins 4. Reslving Perfrmance

More information

WEB APPLICATION SECURITY TESTING

WEB APPLICATION SECURITY TESTING WEB APPLICATION SECURITY TESTING Cpyright 2012 ps_testware 1/7 Intrductin Nwadays every rganizatin faces the threat f attacks n web applicatins. Research shws that mre than half f all data breaches are

More information

Course Syllabus PADM 6510 - Management of Health Care Agencies College of Public Service and Urban Affairs Tennessee State University

Course Syllabus PADM 6510 - Management of Health Care Agencies College of Public Service and Urban Affairs Tennessee State University Curse Syllabus PADM 6510 - Management f Health Care Agencies Cllege f Public Service and Urban Affairs Tennessee State University Chester A. Rbinsn, D.P.A. Spring, 2008 Office (615) 963-7242 Tuesdays,

More information

FINRA Regulation Filing Application Batch Submissions

FINRA Regulation Filing Application Batch Submissions FINRA Regulatin Filing Applicatin Batch Submissins Cntents Descriptin... 2 Steps fr firms new t batch submissin... 2 Acquiring necessary FINRA accunts... 2 FTP Access t FINRA... 2 FTP Accunt n FINRA s

More information

Microsoft Certified Database Administrator (MCDBA)

Microsoft Certified Database Administrator (MCDBA) Micrsft Certified Database Administratr (MCDBA) 460 hurs Curse Overview/Descriptin The MCDBA prgram and credential is designed fr individuals wh want t demnstrate that they have the necessary skills t

More information

TELE9753 Advanced Wireless Communications

TELE9753 Advanced Wireless Communications TELE9753 Advanced Wireless Cmmunicatins COURSE INTRODUCTION Sessin 1, 2013 Curse Staff Curse Crdinatr: Curse Lecturers: Prf. Jinhng Yuan, Rm EE324B J.Yuan@unsw.edu.au Prf. Jinhng Yuan, Rm EE324B J.Yuan@unsw.edu.au

More information

Traffic monitoring on ProCurve switches with sflow and InMon Traffic Sentinel

Traffic monitoring on ProCurve switches with sflow and InMon Traffic Sentinel An HP PrCurve Netwrking Applicatin Nte Traffic mnitring n PrCurve switches with sflw and InMn Traffic Sentinel Cntents 1. Intrductin... 3 2. Prerequisites... 3 3. Netwrk diagram... 3 4. sflw cnfiguratin

More information

Service Technician Training

Service Technician Training Service Technician Training www.raesystems.cm Table f Cntents General Infrmatin... 3 Certified Service Technician Training... 3 Wh Shuld Attend... 3 Our Apprach... 3 Class Size... 4 Lcatin Optins... 4

More information

How To Install An Orin Failver Engine On A Network With A Network Card (Orin) On A 2Gigbook (Orion) On An Ipad (Orina) Orin (Ornet) Ornet (Orn

How To Install An Orin Failver Engine On A Network With A Network Card (Orin) On A 2Gigbook (Orion) On An Ipad (Orina) Orin (Ornet) Ornet (Orn SlarWinds Technical Reference Preparing an Orin Failver Engine Installatin Intrductin t the Orin Failver Engine... 1 General... 1 Netwrk Architecture Optins and... 3 Server Architecture Optins and... 4

More information

Licensing Windows Server 2012 for use with virtualization technologies

Licensing Windows Server 2012 for use with virtualization technologies Vlume Licensing brief Licensing Windws Server 2012 fr use with virtualizatin technlgies (VMware ESX/ESXi, Micrsft System Center 2012 Virtual Machine Manager, and Parallels Virtuzz) Table f Cntents This

More information

In addition to assisting with the disaster planning process, it is hoped this document will also::

In addition to assisting with the disaster planning process, it is hoped this document will also:: First Step f a Disaster Recver Analysis: Knwing What Yu Have and Hw t Get t it Ntes abut using this dcument: This free tl is ffered as a guide and starting pint. It is des nt cver all pssible business

More information

Serv-U Distributed Architecture Guide

Serv-U Distributed Architecture Guide Serv-U Distributed Architecture Guide Hrizntal Scaling and Applicatin Tiering fr High Availability, Security, and Perfrmance Serv-U Distributed Architecture Guide v15.1.2.0 Page 1 f 20 Intrductin Serv-U

More information

COE: Hybrid Course Request for Proposals. The goals of the College of Education Hybrid Course Funding Program are:

COE: Hybrid Course Request for Proposals. The goals of the College of Education Hybrid Course Funding Program are: COE: Hybrid Curse Request fr Prpsals The gals f the Cllege f Educatin Hybrid Curse Funding Prgram are: T supprt the develpment f effective, high-quality instructin that meets the needs and expectatins

More information

Remote Desktop Tutorial. By: Virginia Ginny Morris

Remote Desktop Tutorial. By: Virginia Ginny Morris Remte Desktp Tutrial By: Virginia Ginny Mrris 2008 Remte Desktp Tutrial Virginia Ginny Mrris Page 2 Scpe: The fllwing manual shuld accmpany my Remte Desktp Tutrial vide psted n my website http://www.ginnymrris.cm

More information

US/EU Virtual Channel Partner Certification

US/EU Virtual Channel Partner Certification US/EU Virtual Channel Partner Certificatin Mellanx Partner Certificatin Prgram is a wrld-class certificatin prgram, designed fr Mellanx partners sales and technical prfessinals t ensure and validate the

More information

BASIC TECHNICAL FEATURE DESCRIPTION

BASIC TECHNICAL FEATURE DESCRIPTION BASIC TECHNICAL FEATURE DESCRIPTION AUDRIGA EMAIL AND GROUPWARE MIGRATION SERVICE Versin 1.3 Datum 20.09.2013 Kntakt Hans-Jörg Happel (happel@audriga.cm) TECHNICAL FEATURE DESCRIPTION This is a basic technical

More information

iphone Mobile Application Guide Version 2.2.2

iphone Mobile Application Guide Version 2.2.2 iphne Mbile Applicatin Guide Versin 2.2.2 March 26, 2014 Fr the latest update, please visit ur website: www.frte.net/mbile Frte Payment Systems, Inc. 500 West Bethany, Suite 200 Allen, Texas 75013 (800)

More information

CS 466 Computer Game Design & Programming Fall 2012 Monday, 4:00p-6:45p Location: SCIT 222

CS 466 Computer Game Design & Programming Fall 2012 Monday, 4:00p-6:45p Location: SCIT 222 Dr Victr Gvindaswamy CS 466 Cmputer Game Design & Prgramming Fall 2012 CS 466 Cmputer Game Design & Prgramming Fall 2012 Mnday, 4:00p-6:45p Lcatin: SCIT 222 The schedule, tgether with assignments and lectures,

More information

edoc Lite Recruitment Guidelines

edoc Lite Recruitment Guidelines edc Lite Recruitment Guidelines Intrductin OneStart & the Academic Psitin Search Channel edc Lite Ruting and Wrkgrups Ruting Actin List Ruting Cntrls Wrkgrups Dcument Search edc Lite Dcuments Vacancy Ntice

More information

Firewall/Proxy Server Settings to Access Hosted Environment. For Access Control Method (also known as access lists and usually used on routers)

Firewall/Proxy Server Settings to Access Hosted Environment. For Access Control Method (also known as access lists and usually used on routers) Firewall/Prxy Server Settings t Access Hsted Envirnment Client firewall settings in mst cases depend n whether the firewall slutin uses a Stateful Inspectin prcess r ne that is cmmnly referred t as an

More information

Software and Hardware Change Management Policy for CDes Computer Labs

Software and Hardware Change Management Policy for CDes Computer Labs Sftware and Hardware Change Management Plicy fr CDes Cmputer Labs Overview The cmputer labs in the Cllege f Design are clsely integrated with the academic needs f faculty and students. Cmputer lab resurces

More information

Department of CSIT Organizes a 2-Day Skill Development Workshop On Basic Networking Tools and Concepts. On 14-15 March 2016

Department of CSIT Organizes a 2-Day Skill Development Workshop On Basic Networking Tools and Concepts. On 14-15 March 2016 Department f CSIT Organizes a 2-Day Skill Develpment Wrkshp On Basic Netwrking Tls and Cncepts On 14-15 March 2016 In Jint Cllabratin With Skill Develpment Cell Guru Ghasidas Vishwavidyalaya, Bilaspur

More information

Hybrid Course Design and Instruction Guidelines

Hybrid Course Design and Instruction Guidelines Hybrid Curse Design and Instructin Guidelines Terminlgy There are n standard definitins fr what cnstitutes a hybrid curse, but sme generally accepted descriptins fllw. In nline learning literature (and

More information

CSC 421 COURSE COMPACT

CSC 421 COURSE COMPACT CSC 421 COURSE COMPACT Curse Cde: CSC 421 Curse Title: Cmputer Security Status: Cmpulsry Curse Unit: 2 Cntact Details Lecturer s Data Lecture perid: Tw hurs lectures per week fr 15 weeks (30 hurs) Name:

More information

A Beginner s Guide to Building Virtual Web Servers

A Beginner s Guide to Building Virtual Web Servers A Beginner s Guide t Building Virtual Web Servers Cntents Intrductin... 1 Why set up a web server?... 2 Installing Ubuntu 13.04... 2 Netwrk Set Up... 3 Installing Guest Additins... 4 Updating and Upgrading

More information

Licensing Windows Server 2012 R2 for use with virtualization technologies

Licensing Windows Server 2012 R2 for use with virtualization technologies Vlume Licensing brief Licensing Windws Server 2012 R2 fr use with virtualizatin technlgies (VMware ESX/ESXi, Micrsft System Center 2012 R2 Virtual Machine Manager, and Parallels Virtuzz) Table f Cntents

More information

Firewall Protection Profile

Firewall Protection Profile samhällsskydd ch beredskap 1 (10) ROS-ISÄK Rnny Janse 010-2404426 rnny.janse@msb.se Firewall Prtectin Prfile Extended Package: NAT samhällsskydd ch beredskap 2 (10) Innehållsförteckning 1. Intrductin...

More information

SMART Active Directory Migrator 9.0.2. Requirements

SMART Active Directory Migrator 9.0.2. Requirements SMART Active Directry Migratr 9.0.2 January 2016 Table f Cntents... 3 SMART Active Directry Migratr Basic Installatin... 3 Wrkstatin and Member Server System... 5 Netwrking... 5 SSL Certificate... 6 Service

More information

COURSE SYLLABUS REQUIRED COURSE TEXTBOOK AND SUPPLEMENTARY MATERIALS:

COURSE SYLLABUS REQUIRED COURSE TEXTBOOK AND SUPPLEMENTARY MATERIALS: TCMG-568X-6M1 (8045) FOUNDATION OF INFORMATION ANALYTICS University f Bridgeprt Fall, 2015 Semester Mnday, August 24 December 07, 2015 6:15PM 8:45PM Mandeville Hall Rm 320 Instructr: M.F.Uddin; 203-543-9688;

More information

Getting started with Android

Getting started with Android Getting started with Andrid Befre we begin, there is a prerequisite, which is t plug the Andrid device int yur cmputer, and lad the drivers fr the OS. In writing this article, I was using Windws XP, 7

More information

1)What hardware is available for installing/configuring MOSS 2010?

1)What hardware is available for installing/configuring MOSS 2010? 1)What hardware is available fr installing/cnfiguring MOSS 2010? 2 Web Frnt End Servers HP Prliant DL 380 G7 2 quad cre Intel Xen Prcessr E5620, 2.4 Ghz, Memry 12 GB, 2 HP 146 GB drives RAID 5 2 Applicatin

More information

Helpdesk Support Tickets & Knowledgebase

Helpdesk Support Tickets & Knowledgebase Helpdesk Supprt Tickets & Knwledgebase User Guide Versin 1.0 Website: http://www.mag-extensin.cm Supprt: http://www.mag-extensin.cm/supprt Please read this user guide carefully, it will help yu eliminate

More information

Copyright 2013, SafeNet, Inc. All rights reserved. http://www.safenet-inc.com/ We have attempted to make these documents complete, accurate, and

Copyright 2013, SafeNet, Inc. All rights reserved. http://www.safenet-inc.com/ We have attempted to make these documents complete, accurate, and ii Cpyright 2013, SafeNet, Inc. All rights reserved. http://www.safenet-inc.cm/ We have attempted t make these dcuments cmplete, accurate, and useful, but we cannt guarantee them t be perfect. When we

More information

Social Media Service

Social Media Service Cnscius Slutins Prduct Briefing Scial Media Service December 2010 Cnscius Slutins Ltd. Ryal Lndn Buildings 42-46 Baldwin Street Bristl BS1 1PN 0117 325 0200 supprt@cnscius.c.uk Cnscius Slutins Scial Media

More information

CS 360 Software Development Spring 2008 Tuesdays and Thursdays 3:30 p.m. 4:45 p.m.

CS 360 Software Development Spring 2008 Tuesdays and Thursdays 3:30 p.m. 4:45 p.m. CS 360 Sftware Develpment Spring 2008 Tuesdays and Thursdays 3:30 p.m. 4:45 p.m. Instructr: Ingrid Russell Office: Dana 343 email: irussell@hartfrd.edu http://uhaweb.hartfrd.edu/irussell Curse Descriptin:

More information

CRobinson29@tnstate.edu Jan 26, Feb 9, 23 March 1, 22 April 5, 19

CRobinson29@tnstate.edu Jan 26, Feb 9, 23 March 1, 22 April 5, 19 Curse Syllabus PADM 6530 Tpics in Administratin f Health and Human Services Prgrams Cllege f Public Service and Urban Affairs Tennessee State University Avn Williams Bldg Chester A. Rbinsn, D.P.A. Spring,

More information

Army DCIPS Employee Self-Report of Accomplishments Overview Revised July 2012

Army DCIPS Employee Self-Report of Accomplishments Overview Revised July 2012 Army DCIPS Emplyee Self-Reprt f Accmplishments Overview Revised July 2012 Table f Cntents Self-Reprt f Accmplishments Overview... 3 Understanding the Emplyee Self-Reprt f Accmplishments... 3 Thinking Abut

More information

Wireless Light-Level Monitoring

Wireless Light-Level Monitoring Wireless Light-Level Mnitring ILT1000 ILT1000 Applicatin Nte Wireless Light-Level Mnitring 1 Wireless Light-Level Mnitring ILT1000 The affrdability, accessibility, and ease f use f wireless technlgy cmbined

More information

2. When logging is used, which severity level indicates that a device is unusable?

2. When logging is used, which severity level indicates that a device is unusable? Last updated by Admin at March 3, 2015. 1. What are the mst cmmn syslg messages? thse that ccur when a packet matches a parameter cnditin in an access cntrl list link up and link dwn messages utput messages

More information

COMPUTER BUSINESS APPLICATIONS CBA G149 OUTLOOK CRN #61034 Online course

COMPUTER BUSINESS APPLICATIONS CBA G149 OUTLOOK CRN #61034 Online course COMPUTER BUSINESS APPLICATIONS CBA G149 OUTLOOK CRN #61034 Online curse Curse Infrmatin Semester: Spring 2015 1st 8-Weeks January 31 March 29, 2015 Units: 2 units Curse Hurs: 6 hurs 45 minutes arranged

More information

Norwood Public Schools Internet & Cell Phone Use Agreement School Year 2015-16

Norwood Public Schools Internet & Cell Phone Use Agreement School Year 2015-16 Yu must read and agree t fllw the netwrk rules belw t use yur netwrk accunt r access the internet. Nrwd Public Schls makes available t students access t cmputers and the Internet. Students are expected

More information

UNIVERSITY OF LETHBRIDGE. Mgt 4390 Z Leading Organizational Change. Course Outline

UNIVERSITY OF LETHBRIDGE. Mgt 4390 Z Leading Organizational Change. Course Outline UNIVERSITY OF LETHBRIDGE Mgt 4390 Z Leading Organizatinal Change Instructr: Rb Gawreluck, PhD. Term: Spring, 2012 Class hurs` 9:00 11:50 Classrm 1301 Office Hurs: By appintment Telephne: 780-907-7294 Email:

More information

To achieve these objectives we will use a combination of lectures, cases, class discussion, and exercises.

To achieve these objectives we will use a combination of lectures, cases, class discussion, and exercises. 95-730 E-business Technlgy and Management Curse Descriptin The Internet, and assciated technlgies, are nw an established element f the IT prtfli f rganizatins in bth the public and private sectrs. Experiments

More information

Knowledge Base Article

Knowledge Base Article Knwledge Base Article Crystal Matrix Interface Cmparisn TCP/IP vs. SDK Cpyright 2008-2012, ISONAS Security Systems All rights reserved Table f Cntents 1: INTRODUCTION... 3 1.1: TCP/IP INTERFACE OVERVIEW:...

More information

Creating Your First Year/Semester Student s Group Advising session

Creating Your First Year/Semester Student s Group Advising session 1 Creating Yur First Year/Semester Student s Grup Advising sessin This dcument is meant as a spring bard t get yu thinking abut yur wn grup advising sessins based n yur campus demgraphics. This is nt an

More information

Best Practice - Pentaho BA for High Availability

Best Practice - Pentaho BA for High Availability Best Practice - Pentah BA fr High Availability This page intentinally left blank. Cntents Overview... 1 Pentah Server High Availability Intrductin... 2 Prerequisites... 3 Pint Each Server t Same Database

More information

SPECIFICATION. Hospital Report Manager Connectivity Requirements. Electronic Medical Records DRAFT. OntarioMD Inc. Date: September 30, 2010

SPECIFICATION. Hospital Report Manager Connectivity Requirements. Electronic Medical Records DRAFT. OntarioMD Inc. Date: September 30, 2010 OntariMD Inc. Electrnic Medical Recrds SPECIFICATION Hspital Reprt Manager Cnnectivity Requirements DRAFT Date: September 30, 2010 Versin: 1.0 2007-2010 OntariMD Inc. All rights reserved HRM EMR Cnnectivity

More information

Additionally, the Microsoft.NET modules will prepare you for the following certification exams:

Additionally, the Microsoft.NET modules will prepare you for the following certification exams: .NET Training 177 hurs Curse Overview/Descriptin This self-paced.net Training Online Prgram is designed t help yu prepare fr fur Micrsft.NET certificatin exams. The prgram begins with basic Web design

More information

HeartCode Information

HeartCode Information HeartCde Infrmatin Hw t Access HeartCde Curses... 1 Tips fr Cmpleting Part 1 the nline curse... 5 HeartCde Part 2... 6 Accessing a Cmpleted Curse... 7 Frequently Asked Questins... 8 Hw t Access HeartCde

More information

Instructions for Configuring a SAFARI Montage Managed Home Access Expansion Server

Instructions for Configuring a SAFARI Montage Managed Home Access Expansion Server Instructins fr Cnfiguring a SAFARI Mntage Managed Hme Access Expansin Server ~ Please read these instructins in their entirety befre yu begin. ~ These instructins explain hw t add a SAFARI Mntage Managed

More information

PBX Remote Line Extension using Mediatrix 4104 and 1204 June 22, 2011

PBX Remote Line Extension using Mediatrix 4104 and 1204 June 22, 2011 PBX Remte Line Extensin using Mediatrix 4104 and 1204 June 22, 2011 Prprietary 2011 Media5 Crpratin Table f Cntents Intrductin... 3 Applicatin Scenari... 3 Running the Unit Manager Netwrk Sftware... 4

More information

ATL: Atlas Transformation Language. ATL Installation Guide

ATL: Atlas Transformation Language. ATL Installation Guide ATL: Atlas Transfrmatin Language ATL Installatin Guide - versin 0.1 - Nvember 2005 by ATLAS grup LINA & INRIA Nantes Cntent 1 Intrductin... 3 2 Installing ADT frm binaries... 3 2.1 Installing Eclipse and

More information

Information Services Hosting Arrangements

Information Services Hosting Arrangements Infrmatin Services Hsting Arrangements Purpse The purpse f this service is t prvide secure, supprted, and reasnably accessible cmputing envirnments fr departments at DePaul that are in need f server-based

More information

esupport Quick Start Guide

esupport Quick Start Guide esupprt Quick Start Guide Last Updated: 5/11/10 Adirndack Slutins, Inc. Helping Yu Reach Yur Peak 908.725.8869 www.adirndackslutins.cm 1 Table f Cntents PURPOSE & INTRODUCTION... 3 HOW TO LOGIN... 3 SUBMITTING

More information

MaaS360 Cloud Extender

MaaS360 Cloud Extender MaaS360 Clud Extender Installatin Guide Cpyright 2012 Fiberlink Cmmunicatins Crpratin. All rights reserved. Infrmatin in this dcument is subject t change withut ntice. The sftware described in this dcument

More information

Security in Business and Applications. Madison Hajeb Stefan Hurst Benjamin Von Slade

Security in Business and Applications. Madison Hajeb Stefan Hurst Benjamin Von Slade Security in Business and Applicatins Madisn Hajeb Stefan Hurst Benjamin Vn Slade Intrductin Prject Cncept - Implement security in a small business setting Original Plan - D sme security audits fr small

More information

risk2value System Requirements

risk2value System Requirements aveds business slutins gmbh risk2value System Requirements March 2014 aveds business slutins gmbh Page 1 RISK2VALUE SYSTEM REQUIREMENTS aveds risk2value is based n Micrsft-Technlgy. This dcument gives

More information

Cloud Services Frequently Asked Questions FAQ

Cloud Services Frequently Asked Questions FAQ Clud Services Frequently Asked Questins FAQ Revisin 1.0 6/05/2015 List f Questins Intrductin What is the Caradigm Intelligence Platfrm (CIP) clud? What experience des Caradigm have hsting prducts like

More information

IS 218 Introduction to Website Development Fall 2014. Course Syllabus

IS 218 Introduction to Website Development Fall 2014. Course Syllabus IS 218 Intrductin t Website Develpment Fall 2014 Curse Syllabus Instructr: Office: Email: Office Hurs: Keith Williams 4107 GITC kwilliam@njit.edu Mnday/Wednesday: 1 2 pm r by appintment. Prerequisites:

More information

Deployment Overview (Installation):

Deployment Overview (Installation): Cntents Deplyment Overview (Installatin):... 2 Installing Minr Updates:... 2 Dwnlading the installatin and latest update files:... 2 Installing the sftware:... 3 Uninstalling the sftware:... 3 Lgging int

More information

Remote Setup and Configuration of the Outlook Email Program Information Technology Group

Remote Setup and Configuration of the Outlook Email Program Information Technology Group Remte Setup and Cnfiguratin f the Outlk Email Prgram Infrmatin Technlgy Grup The fllwing instructins will help guide yu in the prper set up f yur Outlk Email Accunt. Please nte that these instructins are

More information

How To Make A New System For A New Generation Of Computers In The European Republic

How To Make A New System For A New Generation Of Computers In The European Republic Clud Services Email Migratin Assisted Migratin Admin Guide 10/19/2014 ACCOUNT ACTIVATION AND DATA MIGRATION ASSISTED CLOUD MIGRATION Fr mre cmplex migratin prjects, ur Prfessinal Services persnnel migrate

More information

Frequently Asked Questions: CMMI Data Collection

Frequently Asked Questions: CMMI Data Collection Frequently Asked Questins: CMMI Data Cllectin 1. What are the minimum requirements fr a care manager s cmputer? 2. What data are cllected frm the practices as part f the CMMI grant? 3. What is the PAM?

More information

CallRex 4.2 Installation Guide

CallRex 4.2 Installation Guide CallRex 4.2 Installatin Guide This dcument describes hw t install CallRex 4.2. It cvers the fllwing: CallRex 4.2 Cmpnents. Server Prerequisites. Perfrming the Installatin. Changing the Accunt Used by CallRex

More information

990 e-postcard FAQ. Is there a charge to file form 990-N (e-postcard)? No, the e-postcard system is completely free.

990 e-postcard FAQ. Is there a charge to file form 990-N (e-postcard)? No, the e-postcard system is completely free. 990 e-pstcard FAQ Fr frequently asked questins abut filing the e-pstcard that are nt listed belw, brwse the FAQ at http://epstcard.frm990.rg/frmtsfaq.asp# (cpy and paste this link t yur brwser). General

More information

MSc Internet Technology and Web Development E561 (Subject to Approval)

MSc Internet Technology and Web Development E561 (Subject to Approval) MSc Internet Technlgy and Web Develpment E561 (Subject t Apprval) 1. Intrductin Available in bth full and part-time mde, the MSc Internet Technlgy and Web Develpment prgramme will prvide graduates frm

More information

ICT50415 - Diploma of Information Technology Networking

ICT50415 - Diploma of Information Technology Networking ICT50415 - Diplma f Infrmatin Technlgy Netwrking 1. Aims T prvide the skills and knwledge fr an individual t manage, as an independent ICT specialist r as part f a team, the installatin f a range f netwrks,

More information

Email Setup PPD IT How-to Guides June 2010

Email Setup PPD IT How-to Guides June 2010 Email Setup Cntents Email Infrmatin... 2 IMAP and POP3 settings... 2 Cnfiguring Micrsft Outlk 2007... 2 Archiving mail... 3 Cnfiguring AutArchive in Micrsft Outlk 2007... 3 Access frm ff site... 4 Cnfiguring

More information

MASTER OF SCIENCE IN EDUCATION IN VISUAL ARTS EDUCATION (050A)

MASTER OF SCIENCE IN EDUCATION IN VISUAL ARTS EDUCATION (050A) The Graduate Schl MASTER OF SCIENCE IN EDUCATION IN VISUAL ARTS EDUCATION (050A) Prgram Crdinatr: Dr. Beth Thmas Office: Smiley Art Building, Rm 112 Phne: 845-257-2641 Email: thmasb@newpaltz.edu The graduate

More information

Environmental Science

Environmental Science Envirnmental Science Rbert Fuhrman rfuhrman@cvenantschl.rg 434.220.7335 Curse Descriptin: This curse is an interdisciplinary apprach t the study f Earth s ecsystems and the interactins f man with the natural

More information

Diagnosis and Troubleshooting

Diagnosis and Troubleshooting Diagnsis and Trubleshting DataDirect Cnnect Series ODBC Drivers Intrductin This paper discusses the diagnstic tls that are available t cnfigure and trublesht yur ODBC envirnment and prvides a trubleshting

More information

Hi-Tech will not be responsible if your hardware fails and you lose your residents medical record documentation and/or MDS records.

Hi-Tech will not be responsible if your hardware fails and you lose your residents medical record documentation and/or MDS records. Overview... 1 Prepare fr E-Signatures... 1 Set Up Electrnic Signatures fr Clinical Assessments, Ntes and the MDS 3.0... 2 Put Users Electrnic Signatures n File... 2 Select Recrds t be Signed Electrnically...

More information

Volunteer Tracking Software input received from APGA volunteer section members

Volunteer Tracking Software input received from APGA volunteer section members Vlunteer Tracking Sftware input received frm APGA vlunteer sectin members Cmments received n the fllwing systems: 1. Micrsft Access Database/Excel 2. Vlgistics 3. Raiser s Edge Questins asked: What data

More information

Preparing to Deploy Reflection : A Guide for System Administrators. Version 14.1

Preparing to Deploy Reflection : A Guide for System Administrators. Version 14.1 Preparing t Deply Reflectin : A Guide fr System Administratrs Versin 14.1 Table f Cntents Table f Cntents... 2 Preparing t Deply Reflectin 14.1:... 3 A Guide fr System Administratrs... 3 Overview f the

More information

Johnson State College External Degree Program. PSY-3230-JY01 Psychology of Gender Syllabus Fall 2015

Johnson State College External Degree Program. PSY-3230-JY01 Psychology of Gender Syllabus Fall 2015 Jhnsn State Cllege External Degree Prgram PSY-3230-JY01 Psychlgy f Gender Syllabus Fall 2015 Instructr: Valerie Skinner Welter PO Bx 23 Waitsfield, VT 05673 (802) 279-4611 valerie.welter@jsc.edu (preferred

More information

System Business Continuity Classification

System Business Continuity Classification Business Cntinuity Prcedures Business Impact Analysis (BIA) System Recvery Prcedures (SRP) System Business Cntinuity Classificatin Cre Infrastructure Criticality Levels Critical High Medium Lw Required

More information

Hardware Requirements

Hardware Requirements Pre-Installatin Checklist Management Cnsle Prir t Installatin: Verify hardware meets requirements Install prerequisite sftware and verify functinality Hardware Requirements CPU: 2.0 GHz r higher; Dual

More information

Syllabus for Fundamentals of Market Research Summer Term 2015

Syllabus for Fundamentals of Market Research Summer Term 2015 Syllabus fr Curse: 2 semester hurs per week, English, Level: Beginners/Intermediate Prerequisites: Basic Knwledge in Micr- and Macrecnmics Friday 12:00 13:30 Begin: 23.3. 2015 End: 3.7.2015 Class rm: W2.2.01

More information

LOGOS Purchase Agreement How will you acquire this valuable digital tool?

LOGOS Purchase Agreement How will you acquire this valuable digital tool? LOGOS FAQs LOGOS 6 at Bb Jnes University Seminary In the last tw decades, Bible study sftware has prliferated and advanced t the pint that any serius student f Scripture seeks familiarity with these tls.

More information

Systems Support - Extended

Systems Support - Extended 1 General Overview This is a Service Level Agreement ( SLA ) between and the Enterprise Windws Services t dcument: The technlgy services the Enterprise Windws Services prvides t the custmer. The targets

More information

Grant Application Writing Tips and Tricks

Grant Application Writing Tips and Tricks Grant Applicatin Writing Tips and Tricks Grants are prvided by gvernment (lcal, state and natinal), charitable trusts, and by cmmunity rganisatins (eg Ltteries, Rtary, etc). Each grant has a specific purpse,

More information

User Guide Version 3.9

User Guide Version 3.9 User Guide Versin 3.9 Page 2 f 22 Summary Cntents 1 INTRODUCTION... 3 1.1 2 CREATE A NEW ACCOUNT... 4 2.1 2.2 3 NAVIGATION... 3 CREATE AN EMAIL ACCOUNT... 4 CREATE AN ALIAS ACCOUNT... 6 MODIFYING AN EXISTING

More information

ViPNet VPN in Cisco Environment. Supplement to ViPNet Documentation

ViPNet VPN in Cisco Environment. Supplement to ViPNet Documentation ViPNet VPN in Cisc Envirnment Supplement t ViPNet Dcumentatin 1991 2015 Inftecs Americas. All rights reserved. Versin: 00121-04 90 02 ENU This dcument is included in the sftware distributin kit and is

More information

Pharmaserv GR 7.1.0 Release Notes. Product Name: Pharmaserv Release Version: GR 7.1.0

Pharmaserv GR 7.1.0 Release Notes. Product Name: Pharmaserv Release Version: GR 7.1.0 Prduct Name: Pharmaserv Release Versin: GR 7.1.0 0202114 Cpyright 2014 McKessn Crpratin and/r ne f its subsidiaries. All Rights Reserved. This dcumentatin is an unpublished wrk f McKessn Crpratin and/r

More information

9 ITS Standards Specification Catalog and Testing Framework

9 ITS Standards Specification Catalog and Testing Framework New Yrk State ITS Standards Specificatin Develpment Guide 9 ITS Standards Specificatin Catalg and Testing Framewrk This chapter cvers cncepts related t develpment f an ITS Standards Specificatin Catalg

More information

Required Articles Cervone, H. F. (2004). How not to run a digital library project. OCLC Systems & Services, OCLC Syst. Serv. (UK), 20(4), 162-6.

Required Articles Cervone, H. F. (2004). How not to run a digital library project. OCLC Systems & Services, OCLC Syst. Serv. (UK), 20(4), 162-6. Curse Syllabus Curse Title Prject Management fr LIS Semester Summer 2009 Curse Number LIS 590MGL Instructr Kevin Trainr Catalg Descriptin Prject management skills are essential fr LIS practitiners wh want

More information

First Global Data Corp.

First Global Data Corp. First Glbal Data Crp. Privacy Plicy As f February 23, 2015 Ding business with First Glbal Data Crp. ("First Glbal", First Glbal Mney, "we" r "us", which includes First Glbal Data Crp. s subsidiary, First

More information

Master of Science Program Requirements in Earth Sciences

Master of Science Program Requirements in Earth Sciences Master f Science Prgram Requirements in Earth Sciences 1. Read the Graduate Schl Rules fr a Master f Science Degree! We have a cuple f mre restrictive requirements, but the graduate schl requirements are

More information

Syllabus for Mobile Applications

Syllabus for Mobile Applications Syllabus fr Mbile Applicatins Descriptin: Tday's applicatins are increasingly mbile. Cmputers are n lnger cnfined t desks and laps but instead live in ur pckets and hands. This curse teaches students hw

More information