According to Webster s, the

Size: px
Start display at page:

Download "According to Webster s, the"

Transcription

1 dt modeling Universl Dt Models nd P tterns By Len Silversn According Webster s, term universl cn be defined s generlly pplicble s well s pplying whole. There re some very common ptterns tht cn be generlly pplied in dt models develop higher qulity nd more holistic designs. Additionlly, reusing ptterns cn sve time nd eft providing model structures tht hve been proven work well, flexible lterntives tht cn hndle dditionl future needs, nd consistent models nd structures tht fcilitte dt shring. This rticle will describe few common ptterns tht cn be used build universl dt models, nmely, ptterns roles, sttuses, ctegoriztions. For ech pttern, I will show specific nd bstrct wys model se types constructs. Which one is right? I believe tht re re usully not right nd wrong dt models, but pros nd cons vrious wys model dt. More specific dt models hve dvntge being more esily undersod, nd y show encement business rules. More bstrct dt models hve dvntge flexibility nd mintinbility becuse model is much more dptble chnge. Lter in this rticle, I will discuss when use specific versus n bstrct pttern. Roles Roles represent prt tht prty plys, or ht tht it wers. There re two types roles: declrtive nd contextul. Declrtive roles declre tht prty is plying prticulr role, such s prty tht is identified s nd declred n ROLE 1 # ROLE1 ID * ID (FK) role ROLE 2 # ROLE2 ID * ID (FK) FIRST NAME LAST NAME role employee. Contextul roles show how prty cts context nor entity. For exmple, prty my ply role product mnger context entity, or prty my ply role qulity ssurnce mnger entity. Declrtive Roles ROLE N # ROLE1 ID * ID (FK) role NAME Most enterprises mintin inmtion bout key entities such s cusmer, employee, prtner, supplier nd or roles tht re plyed people nd/or orgniztions. However, people do not ten relize tht role in dt models is not sme s prty involved, nd re my be inmtion tht is relted prty CUSTOMER # CUSTOMER ID * ID (FK) role FIRST NAME LAST NAME SUPPLIER # SUPPLIER ID * ID (FK) role PARTNER # PARTNER ID * ID (FK) role NAME Notes bout this dt modeling nottion: The dotted line indictes optionlity (s opposed mndry) ech side reltionship. Figure 1 shows tht ech my be (since this is dotted prt line) one nd only one CUSTOMER. Reding or wy, ech CUSTOMER must be role one nd only one. A crow s foot (three prongs t end reltionship line) indictes tht re re mny occurrences entity ner crow s foot ech entity tht is not ner crow s foot. For exmple, Figure 2 shows tht ech my be cting in one or more ROLEs (entity nmes will be shown in cps in this rticle). A # in front n ttribute indictes tht this ttribute is key. A * indictes tht ttribute is mndry ttribute. An bee n ttribute indictes tht ttribute is optionl. Boxes boxes indictes subtypes or subentries. The tilde () on reltionship line represents eign key inheritnce. This mens tht primry key on entity closest tilde includes s prt its key primry key entity without crow s foot. Figure 1: Specific Declrtive Roles Pttern independent ir role. When we look t ABC Corportion s only cusmer, we re sometimes not seeing whole picture. A prty such s ABC Corportion my be cusmer enterprise, nd it my lso be prtner nd supplier s well s ply mny or roles. When we confuse this nd just show prty s cusmer, its inmtion my show up in mny plces - one ech role it plys. By showing tht re is entity (which my be eir person or n orgniztion), which is distinguished from prty s vrious roles, we crete models tht more closely represent relity nd, ree, re more stble. The models in Figure 1 show spe-

2 cific pttern modeling roles nd prties s well s n exmple using this pttern. Ech role my be represented n entity nd ssocited entity. For exmple, re my be CUSTOMER, SUP- PLIER nd PARTNER role entities nd ech re relted - so tht if sme prty is cusmer, supplier nd prtner, ir inmtion (such s ir nme nd contct inmtion) is mintined once. This specific model is reltively esy understnd, but one issues in this model is tht one my not be ble identify ll roles tht will exist over time. Theree, s new roles re identified, dditionl entities re needed model. Furrmore, re my be common inmtion ll roles, such s need trck reltionships tht exist between ny type roles. The pttern nd exmple in Figure 2 shows more flexible dt model declrtive roles. The ROLE entity is ROLE * ID ROLE FIRST NAME LAST NAME DECLARATIVE ROLE 1 DECLARATIVE ROLE 2 DECLARATIVE ROLE N NAME n ssocitive entity between nd. The ROLE entity is supertype vrious roles tht could occur. It effectively tgs prty s hving one or more role. The ROLE TYPE mintins inmtion on possible roles tht exist, exmple, cusmer, supplier, prtner, worker nd so on. The left side model shows pttern tht ny enterprise my use nd right side this digrm shows n exmple tht my be pplicble some types enterprises, in exmple, mnufcturer products. The dvntge this model is tht s new roles re discovered over time, model cn more esily ccommodte se with ddition nor. There my lso be inmtion relted, such s product pricing, dependent on role tht one plys or uthoriztions bsed on role. Plese note tht style modeling shows subtypes s well s entity becuse some inmtion my be ssocited with specific role (e.g., slry n employee), while or inmtion my be relted role type in generl (pricing discounts or uthoriztions relted ). Contextul Roles Contextul roles define how prty is (or ws) involved context nor entity. For exmple, re could ROLE FIRST NAME LAST NAME Figure 2: Flexible Declrtive Roles Pttern # ID CONTRACTOR NAME EMPLOYEE CONTACT COMPETITOR CUSTOMER BILL TO CUSTOMER SHIP TO CUSTOMER END USER CUSTOMER DISTRIBUTION CHANNEL AGENT DISTRIBUTOR SUPPLIER REFERRER PROSPECT WEB SITE VISITOR in be severl roles tht people or orgniztions ply context project. A person or orgniztion my be involvement1 ROLE1 involvement2 ROLE2 involvement3 involvementn ROLE 1 ROLE 2 ROLE 3 ROLE 4 Figure 3: Specific Contextul Role Pttern sponsor, worker, mnger, led, dvisor or qulity ssurnce mnger project. This my pply ny or entity tht hs roles such s order, contrct, shipment, pyment or product. For exmple, shipment could hve roles receiver, sender, crrier, pprover, entered nd so on. Figure 3 shows pttern nd n exmple modeling contextul roles using specific style modeling. The pttern shows tht re my be ny number roles relted n entity nd ech role my be relted using eir M:M ssocition or 1:M reltionship. For exmple, re my be s, s, MANAGER nd LEAD specific. These roles my hve been first declred using previous pttern or y my just be roles tht re only contextul, without need declre m. The benefits using this pttern re tht it is reltively esy understnd, nd it cn ence specific business rules tht my pply, REGULATORY AGENCY ASSOCIATION SHAREHOLDER PARTNER # ID SCHEDULED START DATE SCHEDULED END DATE SCHEDULED COMPLETION DATE TOTAL MONEY ALLOWED TOTAL HOURS ALLOWED ESTIMATED HOURS ACTUAL START DATETIME ACTUAL COMPLETION DATETIME ACTUAL HOURS SPECIAL TERMS I believe tht re re usully not right nd wrong dt models, but pros nd cons vrious wys model dt. sponsored sponsoring ssigning mnged led mnging leding MANAGER LEAD

3 ROLE # ID # ROLE ID involved in John Smith, Mnger, Project 123, from 1/6/06-3/31/06 WORK EFFORT ROLE # WORK EFFORT ROLE ID involved in WORK EFFORT Project 123, Activity John Smith, Slly Jones, ABC Corp. MANAGER,,, LEAD QA MANAGER, SUPERVISOR Figure 4: Flexible Contextul Role Pttern exmple, tht re my be only one project mnger nd only one project led project. The disdvntge using this pttern is tht business rules nd/or processes my chnge over time, nd dt model (nd underlying dtbse) my need be chnged. For exmple, wht if new role ws dded lter qulity ssurnce mnger, or wht if business rule chnged tht llowed severl project mngers on sme project (t sme time or over time)? Theree, Figure 4 shows more flexible pttern tht llows n entity hve ny number s involved in ny ny number time frmes. This pttern ccommodtes lmost ny type new modeling requirements tht could occur, including new roles tht could be dded over time, chnges business rules nd mintining hisry over time. However, drwbcks using this # ID EVENT1 DATETIME EVENT2 DATETIME EVENT3 DATETIME Figure 5: Specific Sttus Pttern pttern re tht it is much more bstrct, nd ree more difficult understnd. Also, this model doesn t ence specific business rules, exmple, if rule ws needed tht re cn only be single project mnger project. However, if we re seeking stble, solid foundtion our dtbses so tht new business rules do not result in chnges underlying dt structures, n this pttern my be idel. Sttuses Any time dte ttribute or dtetime ttribute is needed in model, modeler my wnt use ptterns in Figures 5 nd 6. Figure 5 shows pttern modeling sttuses using specific style modeling s well s n exmple tht shows n ppliction this pttern. The model shows tht n ORDER (which could be purchse order or sles order or both, depending on inmtion ORDER # ORDER ID * ORDER RECEIVED DATETIME ORDER ENTRY DATETIME CONFIRMATION DATETIME EXPECTED SHIPMENT DATETIME APPROVED DATETIME CANCELLATION DATETIME requirements) could include ttributes ll types sttuses tht re be trcked. However, wht if new sttus is needed, such s dte tht purchse order ws delyed nd when new expected shipment dte is expected? There lso my be need mintin hisry se sttuses, exmple, record first expected shipment dte nd n new expected shipment dte. Thus Figure 6 shows more flexible pttern nd n exmple modeling sttuses tht llows ny number sttuses nd ccommodtes hisry sttuses over time. This sme pttern could be pplied or entities, such s sttuses requirements, quotes, invoices, products or prties over time. Ctegories Anor common pttern tht frequently occurs in dt modeling dels with clssifiction entities. Dt models ten hve vrious clssifictions, types, groups, fmilies nd or wys ctegorize entities. For exmple, re my be product groups, product types, product fmilies, cusmer types, fcility types, industry clssifictions nd mny or ctegoriztions entities. Often se ctegoriztions re modeled independently, without firm understnding common wys model se ctegoriztions. Figure 7 shows pttern tht n entity my simply be or typed using 1:M reltionship from type entity entity. The exmple on

4 STATUS # ID # STATUS ID * STATUS DATETIME sttus in stte right digrm shows tht product my be vi TYPE (such s service, good or solution), FAMILY (such s household products, cr products or fice products), or LINE (such s commercil or residentil lines products). Additionlly, re my be types types, s shown in recursive reltionships round FAMILY. For exmple, re my be fmily fice products tht is furr s computer products, fice supply products nd so on. While this pttern provides cler understnding vrious ctegoriztions products, re re disdvntges using this style modeling. Wht if new types product ctegories re dded over time, such s types mterils used in products, industry which product is intended or ny or ctegoriztion tht cretive sles or mrketing person deems is needed? Figure 8 shows more flexible pttern nd exmple ctegorizing entities tht llows ny number clssifictions nd ny number levels clssifictions. For exmple, if n entity such s seems hve mny different wys clssify it, with mny different levels clssifictions, n this flexible model my be pproprite. The CATEGORY entity could mintin ll types ctegories t vrious levels nd CATEGORY ROLLUP could mintin which product ctegoriztions roll up which higher level ctegoriztion. For exmple, in Tble 1 product ID 2222 Johnson bond pper 2000 my be s both n fice supply product, recurring product nd product type good (s opposed service). The CATEGORY CLASSIFICATION STATUS TYPE sttus Figure 6: Flexible Sttus Pttern ORDER STATUS # ORDER ID # ORDER STATUS ID * STATUS DATETIME in stte ORDER would relte this product lowest level ctegory tht pplies (tht Johnson bond pper is n fice supply), nd n CATEGORY ROLLUP could mintin tht product ctegory fice supplies is higher-level ctegory fice products nd tht household products ctegory is product fmily ctegory. Specific versus Abstrct Models By now you my be seeing pttern se ptterns. There re usully multiple wys model ny construct. This rticle covers only couple wys model few exmples ptterns; however, re re mny more ptterns nd vritions tht exist. One mjor vritions in modeling stems from wher model is using specific or bstrct style modeling. How cn one know wher use # ID STATUS TYPE clssifiction RECEIVED ENTERED CONFIRMED EXPECTED SHIPMENT APPROVED CANCELLED DATE TYPE # TYPE ID Figure 7: Specific Clssifiction Pttern specific pttern or n bstrct pttern? One could first sk question, Wht is purpose dt model? I believe tht re re two key purposes dt model: 1) To illustrte nd communicte inmtion requirements nd 2) To model sound foundtion dtbse design. These purposes cn be t odds with ech or. If purpose is illustrte nd communicte inmtion requirements, n modeler will most probbly develop more specific model showing specific needs business representtive. For instnce, model my show specific roles involved in project such s sponsors, workers, project mnger nd project led with specific crdinlities s shown in Figure 3. If purpose is model sound foundtion dtbse design, n modeler my incorporte flexibility nd use pttern such s one in Figure 4, where re cn be ny number prties nd roles over ny time period, nd thus model is very stble nd very unlikely need chnges bsed upon new business processes or rules. With this model, mny rules tht re in specific model my be documented in some or mt s n djunct dt model. If you re n dvocte Zchmn Frmework, you my recognize tht re my be different udiences dt model which results in need two models: model owner/ business representtive nd model designer/rchitect. The model tht one develops n owner or business representtive would most likely be specific model, nd ree one could use specific ptterns illustrte nd # ID DESCRIPTION clssifiction clssifiction clssifiction TYPE # TYPE ID composed FAMILY # FAMILY ID LINE # LINE ID

5 CATEGORY CLASSIFICATION ctegory defined mde up used define CATEGORY # CATEGORY ID ctegorized contining # ID CATEGORY ROLLUP prt communicte ir needs. The model designer or rchitect would most likely be designed flexibility nd dptbility chnge, reducing mintennce costs. Thus, CATEGORY CLASSIFICATION ctegory defined mde up used define Figure 8: Flexible Clssifiction Pttern WORK EFFORT SCHEDULED START DATE SCHEDULED END DATE SCHEDULED COMPLETION DATE TOTAL DOLLARS ALLOWED TOTAL HOURS ALLOWED ESTIMATED HOURS ACTUAL START DATETIME ACTUAL COMPLETION DATETIME ACTUAL HOURS SPECIAL TERMS WORK EFFORT ROLE # WORK EFFORT ROLE ID is sponsored ssigning mnged led CATEGORY # CATEGORY ID ctegorized contining # ID CATEGORY ROLLUP prt more bstrct nd flexible ptterns could be used develop this type model. To mintin business dt model nd n rchitecture dt model nd Figure 9: Specific nd Flexible Contextul Role Pttern Toger involved in sponsoring mnging MANAGER leding ROLE LEAD mp nd cross-reference m cn be quite bit work. A possible solution this is incorporte both specific nd bstrct ptterns in sme model s shown in Figure 9. Views cn be creted show specific spects model s well s bstrct spects model. For exmple, one could show view specific reltionships vrious roles work eft, nmely, sponsors, workers, project mngers nd project leds in order vlidte requirements. Then one could show n rchitecturl view model showing tht work eft (which could be project, ctivity, tsk or ny or unit work) my hve ny number prties with ny number roles ssocited with it over time. A Universl Approch Most dt models hve need mintin very common types dt such s sttuses, ctegoriztions nd roles tht vrious prties ply. There re severl wys model se recurring dt constructs, nd modeling method ten vries how specific or bstrct one chooses model dt. By providing severl effective lterntives modeling ech pttern (including specific nd bstrct styles) nd criteri mking choices between se lterntives, we cn develop more integrted nd much higher qulity dt models in shorter time frmes. Len Silversn is best-selling uthor The Dt Model Resource Book series, which describe more thn 230 reusble dt models nd which ws rted #12 on Computer Litercy Best Seller List. He is n uthor, consultnt nd speker with more thn 24 yers experience helping orgniztions integrte ir dt nd systems. Silversn hs been contribur DM Review nd frequently invited speker t mny interntionl conferences. He is winner DAMA Interntionl Pressionl Achievement Awrd Silversn s compny Universl Dt Models provides consulting, trining nd stwre jumpstrt dt modeling nd dt wrehouse design efts while incresing design qulity SourceMedi, Inc. nd DM Review. All rights reserved. SourceMedi, One Stte Street Plz, New York, N.Y (800)

Experiment 6: Friction

Experiment 6: Friction Experiment 6: Friction In previous lbs we studied Newton s lws in n idel setting, tht is, one where friction nd ir resistnce were ignored. However, from our everydy experience with motion, we know tht

More information

Blackbaud The Raiser s Edge

Blackbaud The Raiser s Edge Riser s Edge Slesce.com Comprison Summry Introduction (continued) Chrt -(continued) Non-Prit Strter Pck Compny Bckground Optionl Technology Both Slesce modules supports hs become include over Slesce.com

More information

Vendor Rating for Service Desk Selection

Vendor Rating for Service Desk Selection Vendor Presented By DATE Using the scores of 0, 1, 2, or 3, plese rte the vendor's presenttion on how well they demonstrted the functionl requirements in the res below. Also consider how efficient nd functionl

More information

Small Business Networking

Small Business Networking Why network is n essentil productivity tool for ny smll business Effective technology is essentil for smll businesses looking to increse the productivity of their people nd processes. Introducing technology

More information

GFI MilArchiver 6 vs Quest Softwre Archive Mnger GFI Softwre www.gfi.com GFI MilArchiver 6 vs Quest Softwre Archive Mnger GFI MilArchiver 6 Quest Softwre Archive Mnger Who we re Generl fetures Supports

More information

Small Business Networking

Small Business Networking Why network is n essentil productivity tool for ny smll business Effective technology is essentil for smll businesses looking to increse the productivity of their people nd processes. Introducing technology

More information

GFI MilArchiver 6 vs C2C Archive One Policy Mnger GFI Softwre www.gfi.com GFI MilArchiver 6 vs C2C Archive One Policy Mnger GFI MilArchiver 6 C2C Archive One Policy Mnger Who we re Generl fetures Supports

More information

How To Set Up A Network For Your Business

How To Set Up A Network For Your Business Why Network is n Essentil Productivity Tool for Any Smll Business TechAdvisory.org SME Reports sponsored by Effective technology is essentil for smll businesses looking to increse their productivity. Computer

More information

2. Transaction Cost Economics

2. Transaction Cost Economics 3 2. Trnsction Cost Economics Trnsctions Trnsctions Cn Cn Be Be Internl Internl or or Externl Externl n n Orgniztion Orgniztion Trnsctions Trnsctions occur occur whenever whenever good good or or service

More information

ClearPeaks Customer Care Guide. Business as Usual (BaU) Services Peace of mind for your BI Investment

ClearPeaks Customer Care Guide. Business as Usual (BaU) Services Peace of mind for your BI Investment ClerPeks Customer Cre Guide Business s Usul (BU) Services Pece of mind for your BI Investment ClerPeks Customer Cre Business s Usul Services Tble of Contents 1. Overview...3 Benefits of Choosing ClerPeks

More information

Small Business Networking

Small Business Networking Why network is n essentil productivity tool for ny smll business Effective technology is essentil for smll businesses looking to increse the productivity of their people nd business. Introducing technology

More information

How To Network A Smll Business

How To Network A Smll Business Why network is n essentil productivity tool for ny smll business Effective technology is essentil for smll businesses looking to increse the productivity of their people nd processes. Introducing technology

More information

Small Business Networking

Small Business Networking Why network is n essentil productivity tool for ny smll business Effective technology is essentil for smll businesses looking to increse the productivity of their people nd business. Introducing technology

More information

Enterprise Risk Management Software Buyer s Guide

Enterprise Risk Management Software Buyer s Guide Enterprise Risk Mngement Softwre Buyer s Guide 1. Wht is Enterprise Risk Mngement? 2. Gols of n ERM Progrm 3. Why Implement ERM 4. Steps to Implementing Successful ERM Progrm 5. Key Performnce Indictors

More information

Corporate Compliance vs. Enterprise-Wide Risk Management

Corporate Compliance vs. Enterprise-Wide Risk Management Corporte Complince vs. Enterprise-Wide Risk Mngement Brent Sunders, Prtner (973) 236-4682 November 2002 Agend Corporte Complince Progrms? Wht is Enterprise-Wide Risk Mngement? Key Differences Why Will

More information

Integration by Substitution

Integration by Substitution Integrtion by Substitution Dr. Philippe B. Lvl Kennesw Stte University August, 8 Abstrct This hndout contins mteril on very importnt integrtion method clled integrtion by substitution. Substitution is

More information

JaERM Software-as-a-Solution Package

JaERM Software-as-a-Solution Package JERM Softwre-s--Solution Pckge Enterprise Risk Mngement ( ERM ) Public listed compnies nd orgnistions providing finncil services re required by Monetry Authority of Singpore ( MAS ) nd/or Singpore Stock

More information

Pre-Approval Application

Pre-Approval Application Pre-Approvl Appliction In tody s rel estte mrket, Pre-Approved mortgge provides you the buyer with powerful tool in the home purchse process! Once you hve received your Pre-Approvl, you cn shop for your

More information

Example 27.1 Draw a Venn diagram to show the relationship between counting numbers, whole numbers, integers, and rational numbers.

Example 27.1 Draw a Venn diagram to show the relationship between counting numbers, whole numbers, integers, and rational numbers. 2 Rtionl Numbers Integers such s 5 were importnt when solving the eqution x+5 = 0. In similr wy, frctions re importnt for solving equtions like 2x = 1. Wht bout equtions like 2x + 1 = 0? Equtions of this

More information

Use Geometry Expressions to create a more complex locus of points. Find evidence for equivalence using Geometry Expressions.

Use Geometry Expressions to create a more complex locus of points. Find evidence for equivalence using Geometry Expressions. Lerning Objectives Loci nd Conics Lesson 3: The Ellipse Level: Preclculus Time required: 120 minutes In this lesson, students will generlize their knowledge of the circle to the ellipse. The prmetric nd

More information

Unleashing the Power of Cloud

Unleashing the Power of Cloud Unleshing the Power of Cloud A Joint White Pper by FusionLyer nd NetIQ Copyright 2015 FusionLyer, Inc. All rights reserved. No prt of this publiction my be reproduced, stored in retrievl system, or trnsmitted,

More information

Operations with Polynomials

Operations with Polynomials 38 Chpter P Prerequisites P.4 Opertions with Polynomils Wht you should lern: Write polynomils in stndrd form nd identify the leding coefficients nd degrees of polynomils Add nd subtrct polynomils Multiply

More information

VoIP for the Small Business

VoIP for the Small Business Reducing your telecommunictions costs VoIP (Voice over Internet Protocol) offers low cost lterntive to expensive trditionl phone services nd is rpidly becoming the communictions system of choice for smll

More information

An Undergraduate Curriculum Evaluation with the Analytic Hierarchy Process

An Undergraduate Curriculum Evaluation with the Analytic Hierarchy Process An Undergrdute Curriculum Evlution with the Anlytic Hierrchy Process Les Frir Jessic O. Mtson Jck E. Mtson Deprtment of Industril Engineering P.O. Box 870288 University of Albm Tuscloos, AL. 35487 Abstrct

More information

BUSINESS OWNERS PACKAGE INSURANCE APPLICATION

BUSINESS OWNERS PACKAGE INSURANCE APPLICATION BUSINESS OWNERS PACKAGE INSURANCE APPLICATION Progrm ville through: CAMICO Insurnce Services Tel: 800.652.1772 Prt 1: Generl Informtion 1. Firm Nme: 2. Contct Person: (Person designted nd uthorized y the

More information

Application Bundles & Data Plans

Application Bundles & Data Plans Appliction Appliction Bundles & Dt Plns We ve got plns for you. Trnsporttion compnies tody ren t one-size-fits-ll. Your fleet s budget, size nd opertions re unique. To meet the needs of your fleet nd help

More information

Techniques for Requirements Gathering and Definition. Kristian Persson Principal Product Specialist

Techniques for Requirements Gathering and Definition. Kristian Persson Principal Product Specialist Techniques for Requirements Gthering nd Definition Kristin Persson Principl Product Specilist Requirements Lifecycle Mngement Elicit nd define business/user requirements Vlidte requirements Anlyze requirements

More information

Your duty, however, does not require disclosure of matter:

Your duty, however, does not require disclosure of matter: Your Duty of Disclosure Before you enter into contrct of generl insurnce with n insurer, you hve duty, under the Insurnce Contrcts Act 1984 (Cth), to disclose to the insurer every mtter tht you know, or

More information

Binary Representation of Numbers Autar Kaw

Binary Representation of Numbers Autar Kaw Binry Representtion of Numbers Autr Kw After reding this chpter, you should be ble to: 1. convert bse- rel number to its binry representtion,. convert binry number to n equivlent bse- number. In everydy

More information

VoIP for the Small Business

VoIP for the Small Business Reducing your telecommunictions costs Reserch firm IDC 1 hs estimted tht VoIP system cn reduce telephony-relted expenses by 30%. Voice over Internet Protocol (VoIP) hs become vible solution for even the

More information

Polynomial Functions. Polynomial functions in one variable can be written in expanded form as ( )

Polynomial Functions. Polynomial functions in one variable can be written in expanded form as ( ) Polynomil Functions Polynomil functions in one vrible cn be written in expnded form s n n 1 n 2 2 f x = x + x + x + + x + x+ n n 1 n 2 2 1 0 Exmples of polynomils in expnded form re nd 3 8 7 4 = 5 4 +

More information

Talent (or guardian) signature: Date:

Talent (or guardian) signature: Date: Sesme Communictions Sesme Communictions Mkers of Ortho Sesme nd Dentl Sesme PRESENTS: Sesme Prctice Mrketing SAVE ALL IDEAS: Strt file to store the news items nd ides tht come up between your scheduled

More information

Test Management using Telelogic DOORS. Francisco López Telelogic DOORS Specialist

Test Management using Telelogic DOORS. Francisco López Telelogic DOORS Specialist Test Mngement using Telelogic DOORS Frncisco López Telelogic DOORS Specilist Introduction Telelogic solution for Requirements Mngement DOORS Requirements mngement nd trcebility pltform for complex systems

More information

Developing Jazz Vocabulary

Developing Jazz Vocabulary Developing Jzz Vocbulry For the Jr. High nd High School Jzz Plyer Your er is the finl judge s to wht sounds right nd wht sounds wrong Big Nic Nichols August 1994 Tim Price Jzz Lesson The Ply nd Lern Process

More information

PROF. BOYAN KOSTADINOV NEW YORK CITY COLLEGE OF TECHNOLOGY, CUNY

PROF. BOYAN KOSTADINOV NEW YORK CITY COLLEGE OF TECHNOLOGY, CUNY MAT 0630 INTERNET RESOURCES, REVIEW OF CONCEPTS AND COMMON MISTAKES PROF. BOYAN KOSTADINOV NEW YORK CITY COLLEGE OF TECHNOLOGY, CUNY Contents 1. ACT Compss Prctice Tests 1 2. Common Mistkes 2 3. Distributive

More information

Unusable for. real estate agency real estate broker acting his own account real estate agency real estate broker acting on his own account.

Unusable for. real estate agency real estate broker acting his own account real estate agency real estate broker acting on his own account. NOTE As of Jnury 1, 2015, this m is to be used when brokerge contrct is signed with nturl person. 1. IDENTIFICATION OF THE PARTIES IDENTIFICATION OF THE AGENCY OR THE BROKER NAME OF AGENCY OR BROKER NAME

More information

Combined Liability Insurance. Information and Communication Technology Proposal form

Combined Liability Insurance. Information and Communication Technology Proposal form Comined Liility Insurnce Informtion nd Communiction Technology Proposl form Comined Liility Insurnce Informtion nd Communiction Technology - Proposl form This proposl form must e completed nd signed y

More information

Hillsborough Township Public Schools Mathematics Department Computer Programming 1

Hillsborough Township Public Schools Mathematics Department Computer Programming 1 Essentil Unit 1 Introduction to Progrmming Pcing: 15 dys Common Unit Test Wht re the ethicl implictions for ming in tody s world? There re ethicl responsibilities to consider when writing computer s. Citizenship,

More information

Version X3450. Version X3510. Features. Release Note Version X3510. Product: 24online Release Number: X3510

Version X3450. Version X3510. Features. Release Note Version X3510. Product: 24online Release Number: X3510 Relese Note Version X3510 Version X3510 Product: 24online Relese Number: X3510 Customer Support: For more informtion or support, plese visit us t www.24onlinebilling.com or emil support@24onlinebilling.com

More information

Small Businesses Decisions to Offer Health Insurance to Employees

Small Businesses Decisions to Offer Health Insurance to Employees Smll Businesses Decisions to Offer Helth Insurnce to Employees Ctherine McLughlin nd Adm Swinurn, June 2014 Employer-sponsored helth insurnce (ESI) is the dominnt source of coverge for nonelderly dults

More information

9 CONTINUOUS DISTRIBUTIONS

9 CONTINUOUS DISTRIBUTIONS 9 CONTINUOUS DISTIBUTIONS A rndom vrible whose vlue my fll nywhere in rnge of vlues is continuous rndom vrible nd will be ssocited with some continuous distribution. Continuous distributions re to discrete

More information

Section 5.2, Commands for Configuring ISDN Protocols. Section 5.3, Configuring ISDN Signaling. Section 5.4, Configuring ISDN LAPD and Call Control

Section 5.2, Commands for Configuring ISDN Protocols. Section 5.3, Configuring ISDN Signaling. Section 5.4, Configuring ISDN LAPD and Call Control Chpter 5 Configurtion of ISDN Protocols This chpter provides instructions for configuring the ISDN protocols in the SP201 for signling conversion. Use the sections tht reflect the softwre you re configuring.

More information

15.6. The mean value and the root-mean-square value of a function. Introduction. Prerequisites. Learning Outcomes. Learning Style

15.6. The mean value and the root-mean-square value of a function. Introduction. Prerequisites. Learning Outcomes. Learning Style The men vlue nd the root-men-squre vlue of function 5.6 Introduction Currents nd voltges often vry with time nd engineers my wish to know the verge vlue of such current or voltge over some prticulr time

More information

LINEAR TRANSFORMATIONS AND THEIR REPRESENTING MATRICES

LINEAR TRANSFORMATIONS AND THEIR REPRESENTING MATRICES LINEAR TRANSFORMATIONS AND THEIR REPRESENTING MATRICES DAVID WEBB CONTENTS Liner trnsformtions 2 The representing mtrix of liner trnsformtion 3 3 An ppliction: reflections in the plne 6 4 The lgebr of

More information

2001 Attachment Sequence No. 118

2001 Attachment Sequence No. 118 Form Deprtment of the Tresury Internl Revenue Service Importnt: Return of U.S. Persons With Respect to Certin Foreign Prtnerships Attch to your tx return. See seprte instructions. Informtion furnished

More information

Humana Critical Illness/Cancer

Humana Critical Illness/Cancer Humn Criticl Illness/Cncer Criticl illness/cncer voluntry coverges py benefits however you wnt With our criticl illness nd cncer plns, you'll receive benefit fter serious illness or condition such s hert

More information

Basic Analysis of Autarky and Free Trade Models

Basic Analysis of Autarky and Free Trade Models Bsic Anlysis of Autrky nd Free Trde Models AUTARKY Autrky condition in prticulr commodity mrket refers to sitution in which country does not engge in ny trde in tht commodity with other countries. Consequently

More information

Guide to Reading Your Morgan Stanley Smith Barney Statement

Guide to Reading Your Morgan Stanley Smith Barney Statement Guide to Reding Your Morgn Stnley Smith Brney Sttement Your Morgn Stnley Smith Brney ( MSSB ) ccount sttement is vluble nd, powerful resource tht provides you with the informtion you need to prtner with

More information

Health insurance marketplace What to expect in 2014

Health insurance marketplace What to expect in 2014 Helth insurnce mrketplce Wht to expect in 2014 33096VAEENBVA 06/13 The bsics of the mrketplce As prt of the Affordble Cre Act (ACA or helth cre reform lw), strting in 2014 ALL Americns must hve minimum

More information

Pay over time with low monthly payments. Types of Promotional Options that may be available: *, ** See Page 10 for details

Pay over time with low monthly payments. Types of Promotional Options that may be available: *, ** See Page 10 for details With CreCredit... Strt cre immeditely Py over time with low monthly pyments For yourself nd your fmily Types of Promotionl Options tht my be vilble: Not ll enrolled helthcre prctices offer ll specil finncing

More information

VoIP for the Small Business

VoIP for the Small Business Reducing your telecommunictions costs Reserch firm IDC 1 hs estimted tht VoIP system cn reduce telephony-relted expenses by 30%. Voice over Internet Protocol (VoIP) hs become vible solution for even the

More information

Health insurance exchanges What to expect in 2014

Health insurance exchanges What to expect in 2014 Helth insurnce exchnges Wht to expect in 2014 33096CAEENABC 02/13 The bsics of exchnges As prt of the Affordble Cre Act (ACA or helth cre reform lw), strting in 2014 ALL Americns must hve minimum mount

More information

Recognition Scheme Forensic Science Content Within Educational Programmes

Recognition Scheme Forensic Science Content Within Educational Programmes Recognition Scheme Forensic Science Content Within Eductionl Progrmmes one Introduction The Chrtered Society of Forensic Sciences (CSoFS) hs been ccrediting the forensic content of full degree courses

More information

Health Information Systems: evaluation and performance of a Help Desk

Health Information Systems: evaluation and performance of a Help Desk 536 Digitl Helthcre Empowering Europens R. Cornet et l. (Eds.) 2015 Europen Federtion for Medicl Informtics (EFMI). This rticle is published online with Open Access by IOS Press nd distributed under the

More information

6.2 Volumes of Revolution: The Disk Method

6.2 Volumes of Revolution: The Disk Method mth ppliction: volumes of revolution, prt ii Volumes of Revolution: The Disk Method One of the simplest pplictions of integrtion (Theorem ) nd the ccumultion process is to determine so-clled volumes of

More information

VoIP for the Small Business

VoIP for the Small Business Reducing your telecommunictions costs Reserch firm IDC 1 hs estimted tht VoIP system cn reduce telephony-relted expenses by 30%. Voice over Internet Protocol (VoIP) hs become vible solution for even the

More information

How To Reduce Telecommunictions Costs

How To Reduce Telecommunictions Costs Reducing your telecommunictions costs Reserch firm IDC 1 hs estimted tht VoIP system cn reduce telephony-relted expenses by 30%. Voice over Internet Protocol (VoIP) hs become vible solution for even the

More information

Decision Rule Extraction from Trained Neural Networks Using Rough Sets

Decision Rule Extraction from Trained Neural Networks Using Rough Sets Decision Rule Extrction from Trined Neurl Networks Using Rough Sets Alin Lzr nd Ishwr K. Sethi Vision nd Neurl Networks Lbortory Deprtment of Computer Science Wyne Stte University Detroit, MI 48 ABSTRACT

More information

Anthem Blue Cross Life and Health Insurance Company University of Southern California Custom Premier PPO 800/20%/20%

Anthem Blue Cross Life and Health Insurance Company University of Southern California Custom Premier PPO 800/20%/20% Anthem Blue Cross Life nd Helth Insurnce Compny University of Southern Cliforni Custom Premier 800/20%/20% Summry of Benefits nd Coverge: Wht this Pln Covers & Wht it Costs Coverge Period: 01/01/2015-12/31/2015

More information

AntiSpyware Enterprise Module 8.5

AntiSpyware Enterprise Module 8.5 AntiSpywre Enterprise Module 8.5 Product Guide Aout the AntiSpywre Enterprise Module The McAfee AntiSpywre Enterprise Module 8.5 is n dd-on to the VirusScn Enterprise 8.5i product tht extends its ility

More information

trademark and symbol guidelines FOR CORPORATE STATIONARY APPLICATIONS reviewed 01.02.2007

trademark and symbol guidelines FOR CORPORATE STATIONARY APPLICATIONS reviewed 01.02.2007 trdemrk nd symbol guidelines trdemrk guidelines The trdemrk Cn be plced in either of the two usul configurtions but horizontl usge is preferble. Wherever possible the trdemrk should be plced on blck bckground.

More information

VoIP for the Small Business

VoIP for the Small Business Reducing your telecommunictions costs Reserch firm IDC 1 hs estimted tht VoIP system cn reduce telephony-relted expenses by 30%. Voice over Internet Protocol (VoIP) hs become vible solution for even the

More information

SyGEMe: Integrated Municipal Facilities Management of Water Ressources Swiss Geoscience Meeting, Neuchâtel, 21 novembre 2009 k

SyGEMe: Integrated Municipal Facilities Management of Water Ressources Swiss Geoscience Meeting, Neuchâtel, 21 novembre 2009 k SyGEMe: Integrted Municipl Fcilities Mngement of Wter Ressources Tool presenttion, choice of technology, mn-mchine mchine interfce, business opportunities nd prospects 1. Introduction 2. Mn-mchine interfce

More information

Quick Reference Guide: One-time Account Update

Quick Reference Guide: One-time Account Update Quick Reference Guide: One-time Account Updte How to complete The Quick Reference Guide shows wht existing SingPss users need to do when logging in to the enhnced SingPss service for the first time. 1)

More information

VoIP for the Small Business

VoIP for the Small Business Reducing your telecommunictions costs Reserch firm IDC 1 hs estimted tht VoIP system cn reduce telephony-relted expenses by 30%. Voice over Internet Protocol (VoIP) hs become vible solution for even the

More information

VoIP for the Small Business

VoIP for the Small Business VoIP for the Smll Business Reducing your telecommunictions costs Reserch firm IDC 1 hs estimted tht VoIP system cn reduce telephony-relted expenses by 30%. Voice over Internet Protocol (VoIP) hs become

More information

VoIP for the Small Business

VoIP for the Small Business VoIP for the Smll Business Reducing your telecommunictions costs Reserch firm IDC 1 hs estimted tht VoIP system cn reduce telephony-relted expenses by 30%. Voice over Internet Protocol (VoIP) hs become

More information

Small Business Cloud Services

Small Business Cloud Services Smll Business Cloud Services Summry. We re thick in the midst of historic se-chnge in computing. Like the emergence of personl computers, grphicl user interfces, nd mobile devices, the cloud is lredy profoundly

More information

Helicopter Theme and Variations

Helicopter Theme and Variations Helicopter Theme nd Vritions Or, Some Experimentl Designs Employing Pper Helicopters Some possible explntory vribles re: Who drops the helicopter The length of the rotor bldes The height from which the

More information

9 Cities - 5 Million Users - Free Service. for anything... 9243 60 60 60. Coastal Karnataka's Unique Info Service

9 Cities - 5 Million Users - Free Service. for anything... 9243 60 60 60. Coastal Karnataka's Unique Info Service 9 Cities - 5 Million Users - Free Service for nything... 9243 60 60 60 Costl Krntk's Unique Info Service 9243 60 60 60 www.dilmntr.in About DIAL MANTRA Dil Mntr ws initited by young entrepreneurs from

More information

PRINT. American Association for Physician Leadership. Connect with over 11,000 subscribers. Corporate Profile. Educational Content Pieces n $9,500

PRINT. American Association for Physician Leadership. Connect with over 11,000 subscribers. Corporate Profile. Educational Content Pieces n $9,500 MEDIA KIT 2015 PRINT The Physicin Ledership Journl is the wrd-winning flgship publiction for the Americn Assocition for Physicin Ledership (the ssocition). The widely red, 80-pge, full-color mgzine focuses

More information

VoIP for the Small Business

VoIP for the Small Business VoIP for the Smll Business Reducing your telecommunictions costs Reserch firm IDC 1 hs estimted tht VoIP system cn reduce telephony-relted expenses by 30%. Voice over Internet Protocol (VoIP) hs become

More information

Understanding Life Cycle Costs How a Northern Pump Saves You Money

Understanding Life Cycle Costs How a Northern Pump Saves You Money Understnding Life Cycle Costs How Nrn Pump Sves You Money Reference: Hydrulic Institute (www.s.g) Introduction Wht Life Cycle Cost (LCC) Clculting Totl LCC LCC Components Wht Life Cycle Cost Life Cycle

More information

VoIP for the Small Business

VoIP for the Small Business VoIP for the Smll Business Reducing your telecommunictions costs Reserch firm IDC 1 hs estimted tht VoIP system cn reduce telephony-relted expenses by 30%. Voice over Internet Protocol (VoIP) hs become

More information

E-Commerce Comparison

E-Commerce Comparison www.syroxemedi.co.uk E-Commerce Comprison We pride ourselves in creting innovtive inspired websites tht re designed to sell. Developed over mny yers, our solutions re robust nd relible in opertion, flexible

More information

VoIP for the Small Business

VoIP for the Small Business Reducing your telecommunictions costs Reserch firm IDC 1 hs estimted tht VoIP system cn reduce telephony-relted expenses by 30%. Voice over Internet Protocol (VoIP) hs become vible solution for even the

More information

Numeracy across the Curriculum in Key Stages 3 and 4. Helpful advice and suggested resources from the Leicestershire Secondary Mathematics Team

Numeracy across the Curriculum in Key Stages 3 and 4. Helpful advice and suggested resources from the Leicestershire Secondary Mathematics Team Numercy cross the Curriculum in Key Stges 3 nd 4 Helpful dvice nd suggested resources from the Leicestershire Secondry Mthemtics Tem 1 Contents pge The development of whole school policy 3 A definition

More information

How To Get A Free Phone Line From A Cell Phone To A Landline For A Business

How To Get A Free Phone Line From A Cell Phone To A Landline For A Business Reducing your telecommunictions costs Reserch firm IDC 1 hs estimted tht VoIP system cn reduce telephony-relted expenses by 30%. Voice over Internet Protocol (VoIP) hs become vible solution for even the

More information

Network Configuration Independence Mechanism

Network Configuration Independence Mechanism 3GPP TSG SA WG3 Security S3#19 S3-010323 3-6 July, 2001 Newbury, UK Source: Title: Document for: AT&T Wireless Network Configurtion Independence Mechnism Approvl 1 Introduction During the lst S3 meeting

More information

Improving Library Users' Perceived Quality, Satisfaction and Loyalty: An Integrated Measurement and Management System

Improving Library Users' Perceived Quality, Satisfaction and Loyalty: An Integrated Measurement and Management System Improving Librry Users' Perceived Qulity, Stisfction nd Loylty: An Integrted Mesurement nd Mngement System by Anne Mrtensen nd Lrs Gr0nholdt This rticle describes the development nd ppliction of structurl

More information

Reasoning to Solve Equations and Inequalities

Reasoning to Solve Equations and Inequalities Lesson4 Resoning to Solve Equtions nd Inequlities In erlier work in this unit, you modeled situtions with severl vriles nd equtions. For exmple, suppose you were given usiness plns for concert showing

More information

VoIP for the Small Business

VoIP for the Small Business Reducing your telecommunictions costs Reserch firm IDC 1 hs estimted tht VoIP system cn reduce telephony-relted expenses by 30%. Voice over Internet Protocol (VoIP) hs become vible solution for even the

More information

THE INTELLIGENT VEHICLE RECOVERY AND FLEET MANAGEMENT SOLUTION

THE INTELLIGENT VEHICLE RECOVERY AND FLEET MANAGEMENT SOLUTION KENYA THE INTELLIGENT VEHICLE RECOVERY AND FLEET MANAGEMENT SOLUTION INTRODUCTION Hving estblished itself in no less thn eleven Sub-Shrn countries nd with more thn 230 000 vehicles lredy on its system

More information

Chromebook Parent/Student Information

Chromebook Parent/Student Information Chromebook Prent/Student Informtion 1 Receiving Your Chromebook Student Distribution Students will receive their Chromebooks nd cses during school. Students nd prents must sign the School City of Hmmond

More information

Threshold Population Levels for Rural Retail Businesses in North Dakota, 2000

Threshold Population Levels for Rural Retail Businesses in North Dakota, 2000 Agribusiness & Applied Economics Miscellneous Report No. 191 July 2002 Threshold Popultion Levels for Rurl Retil Businesses in North Dkot, 2000 Rndl C. Coon nd F. Lrry Leistritz Deprtment of Agribusiness

More information

ENHANCING CUSTOMER EXPERIENCE THROUGH BUSINESS PROCESS IMPROVEMENT: AN APPLICATION OF THE ENHANCED CUSTOMER EXPERIENCE FRAMEWORK (ECEF)

ENHANCING CUSTOMER EXPERIENCE THROUGH BUSINESS PROCESS IMPROVEMENT: AN APPLICATION OF THE ENHANCED CUSTOMER EXPERIENCE FRAMEWORK (ECEF) ENHNCING CUSTOMER EXPERIENCE THROUGH BUSINESS PROCESS IMPROVEMENT: N PPLICTION OF THE ENHNCED CUSTOMER EXPERIENCE FRMEWORK (ECEF) G.J. Both 1, P.S. Kruger 2 & M. de Vries 3 Deprtment of Industril nd Systems

More information

Portfolio approach to information technology security resource allocation decisions

Portfolio approach to information technology security resource allocation decisions Portfolio pproch to informtion technology security resource lloction decisions Shivrj Knungo Deprtment of Decision Sciences The George Wshington University Wshington DC 20052 knungo@gwu.edu Abstrct This

More information

Data quality issues for accounting information systems implementation: Systems, stakeholders, and organizational factors

Data quality issues for accounting information systems implementation: Systems, stakeholders, and organizational factors Journl of Technology Reserch Dt qulity issues for ccounting informtion systems implementtion: Systems, stkeholders, nd orgniztionl fctors ABSTRACT Hongjing Xu Butler University Qulity informtion is one

More information

A National Look at the High School Counseling Office

A National Look at the High School Counseling Office A Ntionl Look t the High School Counseling Office Wht Is It Doing nd Wht Role Cn It Ply in Fcilitting Students Pths to College? by Alexndri Wlton Rdford, Nicole Ifill, nd Terry Lew Introduction Between

More information

How To Be A Successful Mobile Ppliction And Regression Tester

How To Be A Successful Mobile Ppliction And Regression Tester July/August 2009 Volume 3 SOFTWARE This issue of Softwre Testing delves into mobile ppliction nd regression testing. HOTSPOTS 1 Mobile pplictions nd regression testing p WANT JOB SECURITY? This issue of

More information

STATE OF MONTANA Developomental Disabilities Program Comprehensive Evaluation Hi-Line Home Programs, Inc Adult Services

STATE OF MONTANA Developomental Disabilities Program Comprehensive Evaluation Hi-Line Home Programs, Inc Adult Services Dtes of Review: FY '09 Evluttor(s): S. Crpenter DESK REVIEW: Accredittion: Acredittion is no longer required by the stte contrct. Significnt Events from the Agency: Developomentl Disbilities Progrm Comprehensive

More information

Treatment Spring Late Summer Fall 0.10 5.56 3.85 0.61 6.97 3.01 1.91 3.01 2.13 2.99 5.33 2.50 1.06 3.53 6.10 Mean = 1.33 Mean = 4.88 Mean = 3.

Treatment Spring Late Summer Fall 0.10 5.56 3.85 0.61 6.97 3.01 1.91 3.01 2.13 2.99 5.33 2.50 1.06 3.53 6.10 Mean = 1.33 Mean = 4.88 Mean = 3. The nlysis of vrince (ANOVA) Although the t-test is one of the most commonly used sttisticl hypothesis tests, it hs limittions. The mjor limittion is tht the t-test cn be used to compre the mens of only

More information

A.7.1 Trigonometric interpretation of dot product... 324. A.7.2 Geometric interpretation of dot product... 324

A.7.1 Trigonometric interpretation of dot product... 324. A.7.2 Geometric interpretation of dot product... 324 A P P E N D I X A Vectors CONTENTS A.1 Scling vector................................................ 321 A.2 Unit or Direction vectors...................................... 321 A.3 Vector ddition.................................................

More information

Facilitating Rapid Analysis and Decision Making in the Analytical Lab.

Facilitating Rapid Analysis and Decision Making in the Analytical Lab. Fcilitting Rpid Anlysis nd Decision Mking in the Anlyticl Lb. WHITE PAPER Sponsored by: Accelrys, Inc. Frnk Brown, Ph.D., Chief Science Officer, Accelrys Mrch 2009 Abstrct Competitive success requires

More information

Aarti Deveshwar and Dhawal Modi

Aarti Deveshwar and Dhawal Modi Inventory Mngement Delivering Profits through Stock Mngement Arti Deveshwr nd Dhwl Modi Tody s business environment is competitive mrket with every orgniztion ligning its resources towrds chieving niche

More information

1.00/1.001 Introduction to Computers and Engineering Problem Solving Fall 2011 - Final Exam

1.00/1.001 Introduction to Computers and Engineering Problem Solving Fall 2011 - Final Exam 1./1.1 Introduction to Computers nd Engineering Problem Solving Fll 211 - Finl Exm Nme: MIT Emil: TA: Section: You hve 3 hours to complete this exm. In ll questions, you should ssume tht ll necessry pckges

More information

GENERAL APPLICATION FOR FARM CLASSIFICATION

GENERAL APPLICATION FOR FARM CLASSIFICATION SCHEDULE 1 (section 1) Plese return to: DEADLINE: Plese return this form to your locl BC Assessment office y Octoer 31. Assessment Roll Numer(s) GENERAL APPLICATION FOR FARM CLASSIFICATION Section 23 (1)

More information

Introducing Kashef for Application Monitoring

Introducing Kashef for Application Monitoring WextWise 2010 Introducing Kshef for Appliction The Cse for Rel-time monitoring of dtcenter helth is criticl IT process serving vriety of needs. Avilbility requirements of 6 nd 7 nines of tody SOA oriented

More information

Information and Software Technology

Information and Software Technology Informtion nd Softwre Technology 53 (2011) 1199 1208 Contents lists vilble t ScienceDirect Informtion nd Softwre Technology journl homepge: www.elsevier.com/locte/infsof Determinnts of softwre qulity in

More information

5 a LAN 6 a gateway 7 a modem

5 a LAN 6 a gateway 7 a modem STARTER With the help of this digrm, try to descrie the function of these components of typicl network system: 1 file server 2 ridge 3 router 4 ckone 5 LAN 6 gtewy 7 modem Another Novell LAN Router Internet

More information