ICTWEB424 Evaluate and select a web hosting service

Size: px
Start display at page:

Download "ICTWEB424 Evaluate and select a web hosting service"

Transcription

1 ICTWEB424 Evaluate and select a web hosting service Learner Guide

2 Copyright, 2015 by North Coast Date last saved: 13 October 2015 by Sharon Lehman Version: 1 # of Pages = 22 ICT team Content writer and course adviser Resource Development Team Instructional and graphic design Copyright of this material is reserved to the Crown in the right of the State of New South Wales. Reproduction or transmittal in whole, or in part, other than in accordance with the provisions of the Copyright Act, is prohibited without written authority of North Coast. Disclaimer: In compiling the information contained within, and accessed through, this document ("Information") DEC has used its best endeavours to ensure that the Information is correct and current at the time of publication but takes no responsibility for any error, omission or defect therein. To the extent permitted by law, DEC and its employees, agents and consultants exclude all liability for any loss or damage (including indirect, special or consequential loss or damage) arising from the use of, or reliance on, the Information whether or not caused by any negligent act or omission. If any law prohibits the exclusion of such liability, DEC limits its liability to the extent permitted by law, to the re-supply of the Information. Third party sites/links disclaimer: This document may contain website contains links to third party sites. DEC is not responsible for the condition or the content of those sites as they are not under DEC's control. The link(s) are provided solely for your convenience and do not indicate, expressly or impliedly, any endorsement of the site(s) or the products or services provided there. You access those sites and use their products and services solely at your own risk.

3 Contents Getting Started... i About this unit... i Elements and performance criteria... i Icon Legends... ii Topic 1 Hosting services... 3 What is a host?... 3 What is a server?... 4 What is a web server?... 5 What kinds of web hosting service are there?... 6 The common types of hosting... 7 Features and benefits from different web hosting providers... 9 How can I be sure the hosting service does what it says it does? How long do I have to wait for help? What kinds of web hosting client are there? Summary... 18

4

5 Getting Started About this unit This unit describes the skills and knowledge required to determine a client s current and future internet service providers (ISPs) needs. It applies to individuals working in information and communications technology (ICT) who take responsibility for comparing and evaluating internet service provider (ISP) services, and are technically adept and proficient communicators, with a broad knowledge of internet technologies. Elements and performance criteria Elements define the essential outcomes of a unit of competency. The performance criteria specify the level of performance required to demonstrate achievement of the element. They are also called essential outcomes. Follow this link to find the essential outcomes needed to demonstrate competency in this Unit: i P age

6 Icon Legends Learning Activities Learning activities are the tasks and exercises that assist you in gaining a clear understanding of the content in this workbook. It is important for you to undertake these activities, as they will enhance your learning. Activities can be used to prepare you for assessments. Refer to the assessments before you commence so that you are aware which activities will assist you in completing your assessments. Case Studies Case studies help you to develop advanced analytical and problem-solving skills; they allow you to explore possible options and/or solutions to complex issues and situations and to subsequently apply this knowledge and these newly acquired skills to your workplace and life. Discussions/Live chat Whether you discuss your learning in an online forum or in a face-to-face environment discussions allow you to create and consolidate new meaningful knowledge. Readings (Required and suggested) The required reading is referred to throughout this Learner Guide. You will need the required text for readings and activities. The suggested reading is quoted in the Learner Guide, however you do not need a copy of this text to complete the learning. The suggested reading provides supplementary information that may assist you in completing the unit. Reference A reference will refer you to a piece of information that will assist you with understanding the information in the Learner Guide or required text. References may be in the required text, another textbook on the internet. Self-check A self-check is an activity that allows you to assess your own learning progress. It is an opportunity to determine the levels of your learning and to identify areas for improvement. Work Flow Shows a logical series of processes for completing tasks. ii P age

7 Topic 1 Hosting services As a Web Developer you will be creating and maintaining web sites on a regular basis. When other people need to see these sites, where are they placed? They could be anywhere as long as they are hosted on a computer connected to the internet. You could host the website yourself as in house, your employer could also have their own dedicated web servers, or you could outsource it and have someone else to host it for you. But before we go any further we need to ask the question. What is a host? In networking speak, a host is an end-point (a node) on the internet. It can be a large or small machine that sends or receives end-user data. Each host has its own unique IP address formed by the computer's local number and the particular number of the network it belongs to. 3 P age

8 A network host doesn t always distribute web pages to end users but could also host video files, serve as a dedicated server or used purely for remote backups. What is a server? Network-based or distributed computing has data processed on different end-points of a network. At one end-point can be a client computer or device, an example of this is an internet browser that sends a request for data (the web page). Another end-point can be a server, e.g. a web server that continuously listens for requests and responds to them with the web page(s) you requested. The client-server connection only works if the end-points share the same application layers and relevant protocols. For a standard web based client-server connection this is HyperText Transfer Protocol (HTTP). It is good to note one server can work with many clients at once and vice versa. Servers come in many different types which don t always serve up web pages. There are servers for: > Files > Databases > Mail > Applications > DNS Domain Name System > Game Servers. Each of these types of servers often utilise their own relative protocols depending on the purpose the server is being used for. ADDITIONAL RESOURCES RECOMMENDED 1 Follow this link for definitions of the various types of servers: > 4 P age

9 LEARNING ACTIVITIES ACTIVITY 1 The Webopedia link above will have basic explanations of the protocol list below, but to see a full range of the available suites of protocols try the following link: Now find the correct server types for the following list protocols. > FTP (File Transfer Protocol) > SQL (Structured Query Language) > SMTP (Simple Mail Transfer Protocol) > SOAP (Simple Object Access Protocol) > POP3 (Post Office Protocol) > SSH (Secure Shell) What is a web server? A web server is a host computer which provides (serves) web pages to an end user. Generally this is simply sending the entire contents of files via the Hypertext Transfer Protocol (HTTP). The most common and basic structure of the web pages relies on the HyperText Markup Language (HTML) as the programming language used to structure a web document. A web server can do much more by running applications or programs installed on the server. This allows for more dynamic websites which can respond and provide different and relevant information according to user interactions with previous or current pages. Often this is used for retrieving and modifying information from databases. Server based programming languages are generally used for these types of database interactions between the client and server. But for now we get back to the basics. 5 P age

10 Any end-point of the internet can communicate with another end-point using TCP/IP: > Transmission Control Protocol (TCP ensures reliable delivery of packets containing application layer data. > Internet Protocol (IP) is responsible for addressing information that enables data packets to be routed in a network. Both are examples of transmission layer protocols, these protocols use a port number that allows many applications to share the same end-to-end connection. By default, common servers use common ports to listen for requests: > Web servers using HTTP listen on port 80 > Web servers using HTTPS (HTTP Secure, also known as SSL, Secure Sockets Layer) listen on port 443. Non-default port numbers can be configured, often used in servers for games or purpose built software. What kinds of web hosting service are there? Web hosting services may be offered local and overseas. There are pros and cons with both. You will need to think about some of the factors associated with this when evaluating if the host is local or overseas. Local > Do they speak your language? > Are they in your time zone? > Is advice and support free for setting up or does it cost extra? Overseas > Often less expensive due to economies of scale > Sometimes close to target client base 6 P age

11 The common types of hosting There are four major types of hosting services available. Dedicated stand-alone hosting An entire physical machine supplied by the hosting service with exclusive use by the customer. Often management software may also be supplied to ease remote control by the client, e.g. cpanel or Plesk are common. ADDITIONAL RESOURCES RECOMMENDED 2 Follow this link for a comparison of web hosting control panels Co-hosting or co-located This is where the customer supplies a physical machine but uses the hosting service infrastructure, for example: > power > network > air-con > physical security Often it is easier to initially setup in-house although management software may also be supplied by a hosting company. ADDITIONAL RESOURCES RECOMMENDED 3 Follow this link for more information on colocation centres: 7 P age

12 Virtual Private Server (VPS) A VPS is physical machine which runs a number of virtual machines; each of these virtual machines is a program that thinks it is running on its own physical machine. An example of this is VMware and some benefits are: > less physical machines needed > less maintenance better reliability > less power consumption > each virtual machine can run one or more servers. ADDITIONAL RESOURCES RECOMMENDED 4 Follow this link for more information on virtual private servers: Clustered or cloud hosting This is where a number of physical machines sharing a number of VPS s. The physical machines are connected together by high a speed network which gives an easy advantage to add more physical machines or scale up. ADDITIONAL RESOURCES RECOMMENDED 5 Follow this link for more information on clustered web hosting: 8 P age

13 LEARNING ACTIVITIES ACTIVITY 2 If you already have web hosting account, make sure you can ftp to the account and upload html files and view them. If you don t have an account, tafenow@tafensw.edu.au asking for an account to be created so you can. Please put Web Hosting account request in the subject. Your online teacher will reply with the correct details and a guide for doing so. Features and benefits from different web hosting providers Cost Budget and value customers will look for competitive pricing after side-by-side comparison of other features. Hosting companies often have monthly plans but you can get betters deals by paying up front for a year or two in advance. Payment Individual and small business customers will be happy with credit card or bank transfers. Medium to large business customers will want an account with delayed payment terms. Performance Larger customers will be after higher traffic, but even individual customers who have media rich content (e.g. streaming video) will want high performance. Reliability All businesses will be after high reliability, downtime = lost business = money! 9 P age

14 support All good business websites provide receipts and shipping confirmations via which keeps their customers informed and helps build their trust. A hosting service should always come with a POP3 and IMAP account. Normally there is no limit of addresses you can add to your domain. Scripting support For web applications that interact with the client such as PHP (Hypertext Preprocessor) based shopping carts, database support. Configuration Without a doubt the first and most important question you should ask a hosting provider is What control do I have over web server configuration? Many of the easiest and most important performance improvements you can make to your web application, such as HTTP compression and caching, are configured at the web server level. Storage of business data Database holding online order details that can be accessed via server scripting. Popular relational web hosting databases include: > MySQL (it's powerful, it s free, and it is popular) > Microsoft SQL (MS SQL) (powerful and very popular on Windows servers - not free) > PostgreSQL (free but includes a few more advanced features than MySQL). Logging This allows for reliability, performance and security monitoring often with a control panel or management interface. Management interface Allows clients to remotely control web server features and settings through the use of a control panel. 10 P age

15 Hosting control panel software commonly lets you: > Add domain names > Add and manage accounts > View visitor statistics > View server errors and log files > View disk space and bandwidth used > Upload and edit files > Set-up and manage databases > Manage FTP users In addition, some web hosting control panels let you: > Set-up spam filtering > Make back-ups > Set-up SSH logins > Enable HotLink and Leech Protection > Password protect directories > Configure scripting languages > Set-up cron jobs > Install scripts > Install free Content Management Systems (CMS) such as Wordpress, Joomla > Install free Blogging tools and Discussion Forums How can I be sure the hosting service does what it says it does? To manage any kind of system you must measure what matters. With this in mind there are automated tools for measuring web hosting. Uptime or availability By periodically sending and receiving a test message to the web server you can check if the server is up or online. Traditionally this has been done with a PING (Packet INternet Groper), sometimes known as an Echo Request. 11 P age

16 Since ping messages have been used by hackers to flood network connections, many routers have now been configured to block them so an alternative is to use HTTP requests and responses to and from a dummy web page on the web host. LEARNING ACTIVITIES ACTIVITY 3 Sign up to a free account on Add your one free check using the details in the image below. 12 P age

17 After adding the check let it run for a while, 10 minutes, an hour, a day. After some time come back to the check and monitor the progress by selecting some of the reports pingdom can generate as below. Performance This can be measured by response time, how long does it take for the response to start, the throughput and finally how fast the entire response has taken. The response is often measured in bytes or transactions per second. LEARNING ACTIVITIES ACTIVITY 4 Go to and enter the site Run a web page test and view the results. Try other websites at peak and off peak times and review the performance. 13 P age

18 These reports are needed to provide evidence to the hosting service. They should show activity against time. A good hosting provider will display both peak and off-peak activity. How can I get services fixed? A good web hosting service will be constantly monitoring for problems and be pro-actively fixing them. A help desk should also be a convenient method for clients to report errors with the option of correspondence via website, voice, and SMS. They should anticipate common problems and install a strategy to rapidly fix them. Redundancy This means that additional components are on stand-by to instantly take over components such as processors, storage, network connections and power supplies. With these excess components you can understand any redundancy comes at a high cost. A common redundancy technique for data is RAID (Redundant Array of Independent or Inexpensive Disks). RAID is where many hard disks act as one. They can be configured to mirror data in case one disk fails, do not confuse this with data backup. Data backup is usually separate from mirroring and should be stored is in a separate location. There are pro and cons with off-site backup. It does takes longer to restore but complete data is not lost if site suffers catastrophe. ADDITIONAL RESOURCES RECOMMENDED 6 Follow this link for more information on redundancy: Integrity Data integrity means the original data can be accessed without corruption whereas data security means that data does not fall into the wrong hands. All good web hosting services will ensure a high degree of both electronic and physical protection. 14 P age

19 > They will require strong passwords for remote administration. > They will have a locked and alarmed data centre How long do I have to wait for help? Stuff happens; things break often out of our control, waiting for a web hosting service to fix a problem could cost your business. The term used for this is called the service time, i.e. the response time to a service request or ticket. If the service time is too long there needs to be a procedure where the client can have the problem escalated. This usually means that more resources are brought to bear on the problem by the service provider. Not usually more people but a technically higher level (more expensive and experienced) person. A good web hosting service should supply automated service reports for outages and maintenance which affect services, they should periodically report any problems and how long they took to fix them. Open signing up for a hosting service you will agree to a SLA (Service Level Agreement) An SLA is a negotiated contract and describes: > How fast different types of problems should be fixed during various times of the week > The escalation procedure > How much the client should pay for this level of service > What penalties apply if the service provider defaults > A procedure to resolve service level conflicts. A good web hosting service should be easy to contact to review reports on: > Hosting performance > Service levels > Costs 15 P age

20 What kinds of web hosting client are there? In the technological sense of client Web browsers do a lot of the work to display content on many different platforms. Hardware > Desktops/Laptops > Mobile phones > Tablets Software, Operating System (OS) > Proprietary > Open source In the business sense of client - the customer Budget hosting Where a client prefers to pay the least for what is needed: > e.g. Students > Not for profit organisations > Businesses with a limited budget Value for money hosting Where a client wants to pay the least for the most and look for package deals that suit their needs, e.g. small businesses. Premium hosting Often when we want the best with the least effort, e.g. big business. Whatever the situation is today it very likely to change, hopefully with more business activity. Will the hosting service easily accommodate that need to change? This is called capacity planning. 16 P age

21 ADDITIONAL RESOURCES RECOMMENDED 7 Use this web site to make a preliminary investigation for your assessment P age

22 Summary Choosing a web hosting service requires a professional consideration of the intended uses of the website. Knowing the questions to ask your employer and yourself will enable the business plan (objectives) into action. Supportive strategies can then be put into place that align and ideally enhance the business plan objectives. This study unit has enabled you to gather a variety of resource material that will help to assess the suitability of a web hosts according to a set of assessment criteria. The assessment criterion that is provided on the preceding pages is a generalised but very good list to use as a start and which can be modified to suit your clients needs. 18 P age

Unit Notes. ICAICT302A Install and optimise operating system software Topic 3 Install, configure and optimise an operating system

Unit Notes. ICAICT302A Install and optimise operating system software Topic 3 Install, configure and optimise an operating system Unit Notes ICAICT302A Install and optimise operating system software Topic 3 Install, configure and optimise an operating system Copyright, 2012 by TAFE NSW - North Coast Institute Date last saved: 31

More information

Unit Notes. ICAWEB501A Build a dynamic website Topic 4 Test web application

Unit Notes. ICAWEB501A Build a dynamic website Topic 4 Test web application Unit Notes ICAWEB501A Build a dynamic website Topic 4 Test web application Copyright, 2014 by TAFE NSW - North Coast Institute Date last saved: 10 March 2014 by Amanda Walker Version: 1.0 # of Pages =

More information

Service Level Agreement (SLA)

Service Level Agreement (SLA) Service Level Agreement (SLA) of PlusServer GmbH, Hohenzollernring 72, 50672 Cologne, Germany hereinafter referred to as the Provider. Version: 04.09.2015 V1.1 PlusServer GmbH Contacts Registered office

More information

Service Level Agreement

Service Level Agreement Service Level Agreement Document Change History The following Change History log contains a record of changes made to this document: Published / Revised Version # Author Section / Nature of Change 5 Nov

More information

CUSTOMER CONTROL PANEL... 2 DASHBOARD... 3 HOSTING &

CUSTOMER CONTROL PANEL... 2 DASHBOARD... 3 HOSTING & Table of Contents CUSTOMER CONTROL PANEL... 2 LOGGING IN... 2 RESET YOUR PASSWORD... 2 DASHBOARD... 3 HOSTING & EMAIL... 4 WEB FORWARDING... 4 WEBSITE... 5 Usage... 5 Subdomains... 5 SSH Access... 6 File

More information

Web Hosting Service Level Agreement (SLA)

Web Hosting Service Level Agreement (SLA) P T Y L T D ABN: 23 792 233 853 Phone: 08 9468 7310 Email: support@hatchet.com.au Web: www.hatchet.com.au Web Hosting Service Level Agreement (SLA) Version 1.1 Updated 1 January 2019 Service Level Agreement

More information

Service Level Agreement

Service Level Agreement Synergy Wholesale Pty Ltd PO Box 119 Beaconsfield VIC 3807 customercare@synergywholesale.com www.synergywholesale.com Service Level Agreement Version 1.2 Last Updated: 24 August 2018 2018 Synergy Wholesale

More information

Unit Notes. ICAWEB411A Produce basic client-side script for dynamic web pages Topic 1 Introduction to JavaScript

Unit Notes. ICAWEB411A Produce basic client-side script for dynamic web pages Topic 1 Introduction to JavaScript Unit Notes ICAWEB411A Produce basic client-side script for dynamic web pages Topic 1 Introduction to JavaScript Copyright, 2013 by TAFE NSW - North Coast Institute Date last saved: 18 September 2013 by

More information

Site Impact Policies for Website Use

Site Impact Policies for Website Use Site Impact Policies for Website Use Thank you for visiting the Site Impact website (the Website ). We have set up some ground rules to ensure protection of our rights and yours. Site Impact reserves the

More information

Web Hosting. Important features to consider

Web Hosting. Important features to consider Web Hosting Important features to consider Amount of Storage When choosing your web hosting, one of your primary concerns will obviously be How much data can I store? For most small and medium web sites,

More information

Web Hosting Control Panel

Web Hosting Control Panel Web Hosting Control Panel cpanel Hosting refers to any web hosting plan that uses cpanel as its web hosting control panel. cpanel is the leading control panel interface in the web hosting industry today.

More information

Service Level Agreement

Service Level Agreement Service Level Agreement Version 3.1 VentraIP Australia Pty Ltd PO Box 119 Beaconsfield VIC 3807 customercare@ventraip.com.au www.ventraip.com.au This document was last updated on 29 June 2017. 2017 VentraIP

More information

PRIVATE MOBILE CONNECTION (formerly COMMERCIAL CONNECTIVITY SERVICE (CCS)) CUSTOM APN ATTACHMENT

PRIVATE MOBILE CONNECTION (formerly COMMERCIAL CONNECTIVITY SERVICE (CCS)) CUSTOM APN ATTACHMENT PRIVATE MOBILE CONNECTION (formerly COMMERCIAL CONNECTIVITY SERVICE (CCS)) CUSTOM APN ATTACHMENT Last Revised: 12/20/17 1. Private Mobile Connection - Custom APN. Pursuant to the terms and conditions of

More information

SMS SERVICE PROVISION

SMS SERVICE PROVISION SMS SERVICE PROVISION Terms and Conditions and Privacy Policy Version 2.05 Jan 2017 Page 1 Contents TERMS & CONDITIONS... 3 Registration... 3 Your Personal Information... 3 Our Obligations to SMS Service

More information

SERVICE LEVEL AGREEMENT (SLA)

SERVICE LEVEL AGREEMENT (SLA) SERVICE LEVEL AGREEMENT (SLA) This SLA is governed by this Agreement in conjunction with the Company s Privacy Policy. The following has been designed to protect the privacy, security and best interests

More information

Terms and Conditions - Dedicated Internet Access Service

Terms and Conditions - Dedicated Internet Access Service Terms and Conditions - Dedicated Internet Access Service 1. Description of Service: Dedicated Internet Access ( DIA ) Service ( Service ), which includes T1, DS-3, Ethernet, Fast Ethernet, Gigabit Ethernet

More information

Understanding Virtual System Data Protection

Understanding Virtual System Data Protection Understanding Virtual System Data Protection Server virtualization is the most important new technology introduced in the data center in the past decade. It has changed the way we think about computing

More information

SOFTWARE LICENSE LIMITED WARRANTY

SOFTWARE LICENSE LIMITED WARRANTY ANALYTICAL TOOL GUIDE VERSION: 5..0..6 IMPORTANT NOTICE Elitecore has supplied this Information believing it to be accurate and reliable at the time of printing, but is presented without warranty of any

More information

TERMS & CONDITIONS PLEASE READ THESE TERMS AND CONDITIONS CAREFULLY BEFORE USING THE SITE

TERMS & CONDITIONS PLEASE READ THESE TERMS AND CONDITIONS CAREFULLY BEFORE USING THE SITE TERMS & CONDITIONS PLEASE READ THESE TERMS AND CONDITIONS CAREFULLY BEFORE USING THE SITE 1. General The term PPS refers to: Professional Provident Society Holdings Trust, (The Holding Trust); Professional

More information

Smart Bulk SMS & Voice SMS Marketing Script with 2-Way Messaging. Quick-Start Manual

Smart Bulk SMS & Voice SMS Marketing Script with 2-Way Messaging. Quick-Start Manual Mobiketa Smart Bulk SMS & Voice SMS Marketing Script with 2-Way Messaging Quick-Start Manual Overview Mobiketa Is a full-featured Bulk SMS and Voice SMS marketing script that gives you control over your

More information

Solution Pack. Managed Services Virtual Private Cloud Managed Database Service Selections and Prerequisites

Solution Pack. Managed Services Virtual Private Cloud Managed Database Service Selections and Prerequisites Solution Pack Managed Services Virtual Private Cloud Managed Database Service Selections and Prerequisites Subject Governing Agreement Term DXC Services Requirements Agreement between DXC and Customer

More information

ESSENTIAL, QUALITY IT SUPPORT FOR SMALL AND MEDIUM BUSINESSES

ESSENTIAL, QUALITY IT SUPPORT FOR SMALL AND MEDIUM BUSINESSES ESSENTIAL, QUALITY IT SUPPORT FOR SMALL AND MEDIUM BUSINESSES YOUR OWN IT DEPARTMENT AT A FRACTION OF THE COST// Hand over the day-to-day management and responsibility of your IT so you can focus on what

More information

Cloud Services. Introduction

Cloud Services. Introduction Introduction adi Digital have developed a resilient, secure, flexible, high availability Software as a Service (SaaS) cloud platform. This Platform provides a simple to use, cost effective and convenient

More information

Unit code: R/601/1288 QCF Level 4: BTEC Higher National Credit value: 15

Unit code: R/601/1288 QCF Level 4: BTEC Higher National Credit value: 15 Unit 15: Website Management Unit code: R/601/1288 QCF Level 4: BTEC Higher National Credit value: 15 Aim To enable learners to understand the concepts and knowledge required to effectively manage and maintain

More information

Installing Your Microsoft Access Database (Manual Installation Instructions)

Installing Your Microsoft Access Database (Manual Installation Instructions) Installing Your Microsoft Access Database (Manual Installation Instructions) Installation and Setup Instructions... 1 Single User Setup... 1 Multiple User Setup... 2 Adjusting Microsoft Access 2003 Macro

More information

TERMS AND CONDITIONS

TERMS AND CONDITIONS TERMS AND CONDITIONS BACKGROUND: This agreement applies as between you, the User of this Website and IT Works (Scotland) Ltd, the owner(s) of this Website. Your agreement to comply with and be bound by

More information

Services: Monitoring and Logging. 9/16/2018 IST346: Info Tech Management & Administration 1

Services: Monitoring and Logging. 9/16/2018 IST346: Info Tech Management & Administration 1 Services: Monitoring and Logging 9/16/2018 IST346: Info Tech Management & Administration 1 Recall: Server vs. Service A server is a computer. A service is an offering provided by server(s). HTTP 9/16/2018

More information

Fxhoster VPS Agreement

Fxhoster VPS Agreement Fxhoster VPS Agreement The Fxhoster VPS Agreement governs the terms and conditions in which You ( Client, You or Your ) purchase a new VPS through Fxhoster. You hereby agreed to this Agreement. The terms

More information

Computer networks 2013

Computer networks 2013 Chapter 4 EXERCISE 1 1 Describe what is meant by each of the following: a Router b Bridge c Proxy server Answers: see the Glossary. 2 Many small businesses have computer networks. a List three advantages

More information

Breakdown of Some Common Website Components and Their Costs.

Breakdown of Some Common Website Components and Their Costs. Breakdown of Some Common Website Components and Their Costs. Breakdown of Some Common Website Components and Their Costs. The cost of a website can vary dramatically based on the specific components included.

More information

Financial & Technical Proposal. For. Shared Hosting. From Codage Corporation Limited

Financial & Technical Proposal. For. Shared Hosting. From Codage Corporation Limited Financial & Technical Proposal For Shared Hosting From Codage Corporation Limited 1 P A G E Codage Corporation Limited at a Glance Name of Company Codage Corporation Limited Type of Business Private Limited

More information

31270 Networking Essentials Focus, Pre-Quiz, and Sample Exam Answers

31270 Networking Essentials Focus, Pre-Quiz, and Sample Exam Answers 31270 Networking Essentials Focus, Pre-Quiz, and Sample Exam Answers CONTENTS Focus Questions... 2 Chapter 1: Explore the Network... 2 Chapter 2: Configure a Network Operating System... 5 Chapter 3: Network

More information

TERMS AND CONDITIONS

TERMS AND CONDITIONS TERMS AND CONDITIONS BACKGROUND: This agreement applies as between you, the User of this Website and NWM, the owner(s) of this Website. Your agreement to comply with and be bound by these terms and conditions

More information

Standdards of Service

Standdards of Service Standards of Service for the Provision and Maintenance of; THUS Demon Business 2000, Business 8000, Business 2+, Business 2 + Pro, Demon Business Lite, Demon Business Lite +, Demon Business Unlimited,

More information

Media Mark Web Development, Marketing & Production. Media Mark custom websites recognize the fact that packaged products do not fit every need!

Media Mark Web Development, Marketing & Production. Media Mark custom websites recognize the fact that packaged products do not fit every need! Custom Websites Media Mark custom websites recognize the fact that packaged products do not fit every need! Think out of the box? We do that! There is nothing simple about custom web design. But we work

More information

ICTPRG412 Configure and maintain databases

ICTPRG412 Configure and maintain databases ICTPRG412 Configure and maintain databases Learner Guide Copyright, 2016 by North Coast Date last saved: 7 March 2016 by Amanda Walker Version: 1.0 # of Pages = 45 John Chapman Content writer and course

More information

This document contains information that will help manage various aspects of your online presence through one intuitive interface.

This document contains information that will help manage various aspects of your online presence through one intuitive interface. This document contains information that will help manage various aspects of your online presence through one intuitive interface. 2017 AT&T Intellectual Property. All rights reserved. AT&T, the Globe logo,

More information

SAFECOM SECUREWEB - CUSTOM PRODUCT SPECIFICATION 1. INTRODUCTION 2. SERVICE DEFINITION. 2.1 Service Overview. 2.2 Standard Service Features APPENDIX 2

SAFECOM SECUREWEB - CUSTOM PRODUCT SPECIFICATION 1. INTRODUCTION 2. SERVICE DEFINITION. 2.1 Service Overview. 2.2 Standard Service Features APPENDIX 2 APPENDIX 2 SAFECOM SECUREWEB - CUSTOM PRODUCT SPECIFICATION 1. INTRODUCTION This document contains product information for the Safecom SecureWeb Custom service. If you require more detailed technical information,

More information

CA Nimsoft Service Desk

CA Nimsoft Service Desk CA Nimsoft Service Desk Enabling Email Integration 6.2.6 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

PRIVATE MOBILE CONNECTION (formerly COMMERCIAL CONNECTIVITY SERVICE (CCS)) CUSTOM APN ATTACHMENT

PRIVATE MOBILE CONNECTION (formerly COMMERCIAL CONNECTIVITY SERVICE (CCS)) CUSTOM APN ATTACHMENT PRIVATE MOBILE CONNECTION (formerly COMMERCIAL CONNECTIVITY SERVICE (CCS)) CUSTOM APN ATTACHMENT Last Revised: 2/1/2017 1. Private Mobile Connection - Custom APN. Pursuant to the terms and conditions of

More information

CLOUDVPS SERVICE LEVEL AGREEMENT CLASSIC VPS

CLOUDVPS SERVICE LEVEL AGREEMENT CLASSIC VPS CLOUDVPS SERVICE LEVEL AGREEMENT CLASSIC VPS SERVICE LEVEL AGREEMENT CLASSIC VPS 05 MARCH 2018 FINAL/V1.0 2 / 18 CLOUDVPS SERVICE LEVEL AGREEMENT CLASSIC VPS DOCUMENT TYPE SERVICE LEVEL AGREEMENT CLASSIC

More information

1. The content of the pages of this website is for your general information and use only. It is subject to change without notice.

1. The content of the pages of this website is for your general information and use only. It is subject to change without notice. Terms and Conditions By registering with Health Skills Training Ltd, you must first agree to the terms and conditions on this page. If you do not accept the terms, you may not use the services. By checking

More information

LECTURE WK4 NETWORKING

LECTURE WK4 NETWORKING LECTURE WK4 NETWORKING Workbook and Quiz Workbook o Due in WK5 o Must hand in a hard copy to the tutor as well as an online submission Quiz o In the practical class o 30mins to complete the quiz o Short,

More information

CSBANK ONLINE ENROLLMENT FORM CITIZENS STATE BANK

CSBANK ONLINE ENROLLMENT FORM CITIZENS STATE BANK CSBANK ONLINE ENROLLMENT FORM CITIZENS STATE BANK To sign up for Citizens State Bank s Internet Banking Services, complete all information on this form. Please read the CSBank Online Internet Banking Agreement

More information

Web Packages FAQ. Q: Can you advise on which keywords we should try to optimise our site for?

Web Packages FAQ. Q: Can you advise on which keywords we should try to optimise our site for? Web Packages FAQ SEARCH MARKETING Q: Will my current site links be maintained? A: We will set up 301 redirects on the server. This ensures that old links direct to relevant pages on your new site and this

More information

MyCloud Computing Business computing in the cloud, ready to go in minutes

MyCloud Computing Business computing in the cloud, ready to go in minutes MyCloud Computing Business computing in the cloud, ready to go in minutes In today s dynamic environment, businesses need to be able to respond quickly to changing demands. Using virtualised computing

More information

The Applications and Gaming Tab - Port Range Forward

The Applications and Gaming Tab - Port Range Forward The Applications and Gaming Tab - Port Range Forward The Applications and Gaming Tab allows you to set up public services on your network, such as web servers, ftp servers, e-mail servers, or other specialized

More information

UK SSD Business Class Web Hosting package that lets you host your websites under one account.

UK SSD Business Class Web Hosting package that lets you host your websites under one account. THE UK'S BEST UNLIMITED BUSINESS CLOUD HOSTING UK SSD Business Class Web Hosting package that lets you host your websites under one account. Unlimited SSD disk space 100% SSD fast drives for high performance,

More information

Unit Notes. ICASAS301A Run standard diagnostic tests Topic 1

Unit Notes. ICASAS301A Run standard diagnostic tests Topic 1 Unit Notes Topic 1 Copyright, 2015 by TAFE NSW - North Coast Institute Date last saved: 2 February 2015 by Tracy Norris Version: 1.1 # of Pages = 24 Copyright of this material is reserved to the Crown

More information

Enterprise Overview. Benefits and features of Cloudflare s Enterprise plan FLARE

Enterprise Overview. Benefits and features of Cloudflare s Enterprise plan FLARE Enterprise Overview Benefits and features of s Enterprise plan 1 888 99 FLARE enterprise@cloudflare.com www.cloudflare.com This paper summarizes the benefits and features of s Enterprise plan. State of

More information

Privacy Policy. Revisions to this Policy. What Information we collect. How do we collect Information?

Privacy Policy. Revisions to this Policy. What Information we collect. How do we collect Information? Privacy Policy Construction Supply & Service Last Updated May 2014. Construction Supply & Service ABN 16 010 489 326 ("CSS/us/we/our") respects the privacy of individuals. This Policy sets out the way

More information

Asset Bank - Shared Hosting. Service Description

Asset Bank - Shared Hosting. Service Description Asset Bank - Shared Hosting Service Description Date: 12th December 2016 Version: Status: d19 Released Introduction This document describes Bright Interactive s Shared Hosting Service, the hosting environment

More information

Welcome to Gumnut Cloud

Welcome to Gumnut Cloud Welcome to Gumnut Cloud How does it work : Benefits Of Gumnut Cloud In our Cloud solution, applications and data are stored, run from, and managed by a central Cloud server. Users do not download and install

More information

BT Assure Cloud Identity Annex to the General Service Schedule

BT Assure Cloud Identity Annex to the General Service Schedule 1 Defined Terms The following definitions apply, in addition to those in the General Terms and Conditions and the General Service Schedule of the Agreement. Administrator means a Customer-authorised person

More information

Web Server Scripting. Credit value: 10 Guided learning hours: 60. Aim and purpose. Unit introduction. Learning outcomes

Web Server Scripting. Credit value: 10 Guided learning hours: 60. Aim and purpose. Unit introduction. Learning outcomes Unit 27: Web Server Scripting Unit code: A/601/0443 QCF Level 3: BTEC National Credit value: 10 Guided learning hours: 60 Aim and purpose To enable understand and use web server scripting and investigate

More information

CALSTRS ONLINE AGREEMENT TERMS AND CONDITIONS

CALSTRS ONLINE AGREEMENT TERMS AND CONDITIONS CALSTRS ONLINE AGREEMENT TERMS AND CONDITIONS INTRODUCTION: Before the California State Teachers Retirement System (hereinafter "CalSTRS," "We," or "Us") will provide services found at mycalstrs.com (the

More information

TERMS OF USE Effective Date: January 1, 2015 To review material modifications and their effective dates scroll to the bottom of the page. 1.Parties.

TERMS OF USE Effective Date: January 1, 2015 To review material modifications and their effective dates scroll to the bottom of the page. 1.Parties. TERMS OF USE Effective Date: January 1, 2015 To review material modifications and their effective dates scroll to the bottom of the page. 1.Parties. The parties to these Terms of Use are you, and the owner

More information

This Unit is suitable for candidates who have an interest in computer software or who are undertaking a course of study in computing.

This Unit is suitable for candidates who have an interest in computer software or who are undertaking a course of study in computing. National Unit Specification: general information CODE F1KP 11 SUMMARY This Unit is designed to enable candidates to correctly install and configure system and application software on a computer system.

More information

Terms and Conditions for External accounts Service

Terms and Conditions for External accounts Service Terms and Conditions for External accounts Service You must read these Terms and Conditions before using External accounts service. IMPORTANT INFORMATION External accounts service is an account aggregation

More information

STAYCONNECTED PLUS YOUR DEVICE BACK-UP PLAN. StayConnected Plus Service Customer Terms

STAYCONNECTED PLUS YOUR DEVICE BACK-UP PLAN. StayConnected Plus Service Customer Terms STAYCONNECTED PLUS YOUR DEVICE BACK-UP PLAN StayConnected Plus Service Customer Terms STAYCONNECTED PLUS SERVICE CUSTOMER TERMS 1 The StayConnected Service a) The StayConnected Service provides after sales

More information

CCNA Exploration Network Fundamentals. Chapter 03 Application Functionality and Protocols

CCNA Exploration Network Fundamentals. Chapter 03 Application Functionality and Protocols CCNA Exploration Network Fundamentals Chapter 03 Application Functionality and Protocols Updated: 27/04/2008 1 3.1 Applications: The Interface Between Human and Networks Applications provide the means

More information

Prizetech Privacy Policy

Prizetech Privacy Policy Prizetech Privacy Policy Last updated: 13 July 2018 Privacy Policy Prizetech Pty Ltd is committed to protecting your privacy in accordance with the Privacy Act 1988 (Cth) and the Australian Privacy Principles.

More information

Topics Covered: 6. SSL Certificates. 1. Website Design 2. Domain Names 3. Hosting 4. Data Entry 5. SEO. 7. Website Updates.

Topics Covered: 6. SSL Certificates. 1. Website Design 2. Domain Names 3. Hosting 4. Data Entry 5. SEO. 7. Website Updates. Did You Know? Jon Web Design has all in one packages that combine all necessary costs into one easy to pay monthly fee with no setup and design costs. Sitebuilder For your choice of monthly plan we setup

More information

Tiscali Business Services Wholesale IPVPN Services Summary

Tiscali Business Services Wholesale IPVPN Services Summary Tiscali Services Wholesale IPVPN Services Summary Products covered: WIPVPN Standard WIPVPN WIPVPN Premium WIPVPN Premium WIPVPN May 2007 V.2.0 1 Table of Contents 1. Introduction... 3 2. Core product offering.

More information

ON SCHEDULE TERMS AND CONDITIONS (September 23rd 2018)

ON SCHEDULE TERMS AND CONDITIONS (September 23rd 2018) By using On Schedule web application you are making an agreement with us, code fish, according to the current terms and conditions at the time of use. Upon the terms and conditions changing you will be

More information

IBM Cloud Video Streaming

IBM Cloud Video Streaming Service Description IBM Cloud Video Streaming This Service Description describes the Cloud Service IBM provides to Client. Client means the company and its authorized users and recipients of the Cloud

More information

Vodacom MPLS Service Specific Terms & Conditions

Vodacom MPLS Service Specific Terms & Conditions 1. Abstract This document provides a guideline on the minimum requirements and business rules surrounding the layout of the various topologies featuring access medium link/s to the customer site on the

More information

Product Terms and Conditions - Hosted Exchange

Product Terms and Conditions - Hosted Exchange Product Terms and Conditions - Hosted Exchange 1. INTERPRETATION 1.1 Unless the context clearly indicates the contrary, any term defined in the General Terms and Conditions when used herein, shall bear

More information

What you need to know about cloud backup: your guide to cost, security, and flexibility. 8 common questions answered

What you need to know about cloud backup: your guide to cost, security, and flexibility. 8 common questions answered What you need to know about cloud backup: your guide to cost, security, and flexibility. 8 common questions answered Over the last decade, cloud backup, recovery and restore (BURR) options have emerged

More information

Managed WAN SLA. Contents

Managed WAN SLA. Contents Managed WAN SLA Contents Terminology... 2 Service Description... 2 Service Offerings... 2 Private Network Services... 2 Ethernet Connectivity... 2 T-1 Connectivity... 3 Other Connectivity... 3 Internet

More information

Service Agreement Hosting & Cloud Support

Service Agreement Hosting & Cloud Support Service Agreement Hosting & Cloud Support Between Customer s details Company name Street Number Box Postal code Locality Country VAT RLP locality Hereinafter referred to as the Customer and Telenet s details

More information

Carbonite Availability. Technical overview

Carbonite Availability. Technical overview Carbonite Availability Technical overview Table of contents Executive summary The availability imperative...3 True real-time replication More efficient and better protection... 4 Robust protection Reliably

More information

MMS DATA MODEL GUI INSTALLER GUIDE

MMS DATA MODEL GUI INSTALLER GUIDE MMS DATA MODEL GUI INSTALLER GUIDE VERSION: 1.00 DOCUMENT REF: PREPARED BY: ELECMARKDEV-9-536 Information Management Technology (IMT) - Electricity IT Solutions (EITS) DATE: 18 October 2011 Final For MMS

More information

Getting Started and System Guide. Version

Getting Started and System Guide. Version Version 1.0.29 2016 Waterford Technologies. All Rights Reserved. Information in this document is subject to change without notice. No part of this document may be reproduced or transmitted in any form

More information

Meltem Özturan misprivate.boun.edu.tr/ozturan/mis515

Meltem Özturan misprivate.boun.edu.tr/ozturan/mis515 Meltem Özturan misprivate.boun.edu.tr/ozturan/mis515 1 2 1 Selecting the Best Alternative Major Activities in the Analysis Phase Gather information Define system requirements Prototype for feasibility

More information

Terms and Conditions of Website Use

Terms and Conditions of Website Use Terms and Conditions of Website Use This website (the "Site") is owned and operated by Hoshizaki Lancer Pty Ltd (ABN 84 007 706 461) ("Hoshizaki Lancer") and may contain material from Hoshizaki Lancer

More information

Money back guarantee and refund policy

Money back guarantee and refund policy Billing By the Account Activation Date of each month, we shall deliver, via e-mail or post, an invoice in accordance with the applicable Service Fees for services to be rendered in the forthcoming month.

More information

SERVICE SCHEDULE & ADDITIONAL TERMS AND CONDITIONS FOR DIRECT WHOLESALE INTERCONNECT VOICE SERVICE

SERVICE SCHEDULE & ADDITIONAL TERMS AND CONDITIONS FOR DIRECT WHOLESALE INTERCONNECT VOICE SERVICE SERVICE SCHEDULE & ADDITIONAL TERMS AND CONDITIONS FOR DIRECT WHOLESALE INTERCONNECT VOICE SERVICE The following terms and conditions are additional to those in the prevailing Viatel General Terms and

More information

General Terms and Conditions (GTCs)

General Terms and Conditions (GTCs) General Terms and Conditions (GTCs) I. Object... 1 II. Use and services... 2 III. Data protection... 2 IV. Guarantee... 2 V. Liability... 3 VI. Prizes / Draws / Competitions... 3 VII. Protection of member

More information

3.2 COMMUNICATION AND INTERNET TECHNOLOGIES

3.2 COMMUNICATION AND INTERNET TECHNOLOGIES 3.2 COMMUNICATION AND INTERNET TECHNOLOGIES 3.2.1 PROTOCOLS PROTOCOL Protocol a set of rules governing the way that devices communicate with each other. With networks and the Internet, we need to allow

More information

BlackBerry Enterprise Server for Microsoft Office 365. Version: 1.0 Maintenance Release: 1. Release Notes

BlackBerry Enterprise Server for Microsoft Office 365. Version: 1.0 Maintenance Release: 1. Release Notes BlackBerry Enterprise Server for Microsoft Office 365 Version: 1.0 Maintenance Release: 1 Release Notes Published: 2013-07-18 SWD-20130718144837059 Contents 1 New in this release...4 2 Fixed issues...5

More information

Chapter 1 Living in a Network Centric World

Chapter 1 Living in a Network Centric World Chapter 1 Living in a Network Centric World Introduction The globalization of the Internet has succeeded faster than anyone could have imagined. The manner in which social, commercial, political and personal

More information

3. As far as the hosting services of WWW INFOTECH are through leased severs of our data centre partners in US and UK through contracts.

3. As far as the hosting services of WWW INFOTECH are through leased severs of our data centre partners in US and UK through contracts. Web Email Hosting Agreement 1. General provisions 1. The delivery and the provision of hosting services by WWW INFOTECH is based on the general terms and conditions of WWW INFOTECH LLP and these terms

More information

Monitoring Applications and Services with Network Monitoring

Monitoring Applications and Services with Network Monitoring Monitoring Applications and Services with Network Monitoring White Paper Author: Daniel Zobel, Head of Software Development Paessler AG Last Update: June 2015 PAGE 1 OF 8 Contents Introduction: Avoiding

More information

TECHNICAL ADDENDUM 01

TECHNICAL ADDENDUM 01 TECHNICAL ADDENDUM 01 What Does An HA Environment Look Like? An HA environment will have a Source system that the database changes will be captured on and generate local journal entries. The journal entries

More information

Higher National Unit specification: general information

Higher National Unit specification: general information Higher National Unit specification: general information Unit code: H1EM 34 Superclass: CD Publication date: June 2013 Source: Scottish Qualifications Authority Version: 03 Unit purpose This Unit is designed

More information

Fibre & ADSL Broadband - Specific Terms and Conditions

Fibre & ADSL Broadband - Specific Terms and Conditions Fibre & ADSL Broadband - Specific Terms and Conditions Issue date: 1 st March 2018 1 DEFINITIONS 1.1 These Specific Terms and Conditions are to be read in conjunction with TNBN Ltd Terms and Conditions

More information

CSC 4900 Computer Networks: End-to-End Design

CSC 4900 Computer Networks: End-to-End Design CSC 4900 Computer Networks: End-to-End Design Professor Henry Carter Fall 2017 Villanova University Department of Computing Sciences Review In the last two lectures, we discussed the fundamentals of networking

More information

Service Specific Terms & Conditions

Service Specific Terms & Conditions These Service Specific Terms and Conditions together with the General Terms and Conditions apply when We provide Service to You. You are deemed to have accepted these Service Specific Terms and Conditions

More information

Internet Technology. 06. Exam 1 Review Paul Krzyzanowski. Rutgers University. Spring 2016

Internet Technology. 06. Exam 1 Review Paul Krzyzanowski. Rutgers University. Spring 2016 Internet Technology 06. Exam 1 Review Paul Krzyzanowski Rutgers University Spring 2016 March 2, 2016 2016 Paul Krzyzanowski 1 Question 1 Defend or contradict this statement: for maximum efficiency, at

More information

MEET THE FUTURE TODAY WITH NEXT GENERATION TECHNOLOGY. Your mall is now powered by Fibre - move to high-speed connectivity today.

MEET THE FUTURE TODAY WITH NEXT GENERATION TECHNOLOGY. Your mall is now powered by Fibre - move to high-speed connectivity today. MEET THE FUTURE TODAY WITH NEXT GENERATION TECHNOLOGY Your mall is now powered by Fibre - move to high-speed connectivity today. Meet the Future Today with Next-Generation Data Solutions Congratulations!

More information

Manufacturing Tenders Grow Develop Standout

Manufacturing Tenders Grow Develop Standout Manufacturing Tenders Grow Develop Standout TERMS AND CONDITIONS BACKGROUND: This agreement applies as between you, the User of this Website and Manufacturing Tenders trading under Tender Connect Ltd,

More information

SPECIFIC TERMS METRO ETHERNET SERVICE

SPECIFIC TERMS METRO ETHERNET SERVICE SPECIFIC TERMS METRO ETHERNET SERVICE This Specific Terms form the Agreement between you and SP Telecommunications Pte Ltd (Reg No. 199700517K) and may be amended by the Application Form. It is agreed

More information

Internet Technology 3/2/2016

Internet Technology 3/2/2016 Question 1 Defend or contradict this statement: for maximum efficiency, at the expense of reliability, an application should bypass TCP or UDP and use IP directly for communication. Internet Technology

More information

New Zealand Government IBM Infrastructure as a Service

New Zealand Government IBM Infrastructure as a Service New Zealand Government IBM Infrastructure as a Service A world class agile cloud infrastructure designed to provide quick access to a security-rich, enterprise-class virtual server environment. 2 New Zealand

More information

DESCRIPTION OF TYPICAL NETWORK SERVICES ON SERVERS

DESCRIPTION OF TYPICAL NETWORK SERVICES ON SERVERS DESCRIPTION OF TYPICAL NETWORK SERVICES ON SERVERS Before you start Objectives: Familiarize yourself with the services such as File and Print, WWW, FTP, E- mail, Faxing, Remote Access, DHCP, DNS and WINS.

More information

Computer Networks. More on Standards & Protocols Quality of Service. Week 10. College of Information Science and Engineering Ritsumeikan University

Computer Networks. More on Standards & Protocols Quality of Service. Week 10. College of Information Science and Engineering Ritsumeikan University Computer Networks More on Standards & Protocols Quality of Service Week 10 College of Information Science and Engineering Ritsumeikan University Introduction to Protocols l A protocol is a set of rules

More information

Elastic Compute Service. Quick Start for Windows

Elastic Compute Service. Quick Start for Windows Overview Purpose of this document This document describes how to quickly create an instance running Windows, connect to an instance remotely, and deploy the environment. It is designed to walk you through

More information

Managed WAN SLA. Contents

Managed WAN SLA. Contents Managed WAN SLA Contents Terminology... 2 Service Description... 2 General... 2 Levels and Offerings... 2 Private Network Services... 2 Features... 2 Internet Access... 3 Features... 3 Service Level Metrics...

More information

Joomla 3.X Global Settings Part III Server Settings

Joomla 3.X Global Settings Part III Server Settings Joomla 3.X Global Settings Part III Server Settings Diagram 1 Path to Temp Folder: This is a text box adjacent to this prompt which holds the path to Joomla s temp folder on the web server. This is the

More information