Practical Intranet Development
Authors: Colby J.
Published year: 2006
Pages: 7-10/124
Buy this book on amazon.com >>

Support/Feedback

Although we aim for perfection , the sad fact of book publication is that a few errors will slip through. We would like to apologize for any errors that have reached this book despite our efforts. If you spot such an error, please let us know about it using the e-mail address < support@glasshaus.com .> If it's something that will help other readers then we'll put it up on the errata page at http://www.glasshaus.com .

This address can also be used to access our support network. If you have trouble running any of the code in this book, or have a related question that you feel that the book didn't answer, please mail your problem to the above address quoting the title of the book, the last 4 digits of its ISBN ( 123X ), and the chapter and page number of your query.



Web Support

Feel free to visit our web site, at http://www.glasshaus.com . It features:

  • Code Downloads: The example code for every glasshaus book can be downloaded from our site.

  • Online Resource Center: We will be building up a definitive reference on the Web, containing all the up-to-date reference material that you'll need. We've decided to put this reference material on the Web rather than weighing down our books with hefty appendices. It will be added to over time, so if there is anything you feel isn't up there but should be, please let us know.



Chapter 1: Introduction to Intranets

Overview

Author: Ruud Voigt

  • What is an intranet?

  • Key differences between intranet and Internet development

  • The intranet development team

So, you've been given the responsibility for your company's intranet, where do you start? Before we start talking about the specifics of development it's worth looking at the basics; what exactly is an intranet anyway?

In this chapter we will introduce you to the concept of intranets, what they are and how they differ from the Internet in terms of content and development. We'll introduce the benefits an intranet can bring to your organization, and take a look at the different applications that an intranet might include. Since this chapter acts as a brief introduction to the concepts behind intranets, we will not cove the topics in detail; we will however point you in the direction of later chapters that expand on the points covered.



What is an Intranet?

In the broadest sense of the word an intranet is a network of computers that communicate using Internet protocols, but are not part of World Wide Web. Usually an intranet is considered to be the internal computer network of an organization, but like many things, the intranet concept is a little more complicated than that.

"The intranet is a resource and communications platform for the organization it is part of."

It is also common to refer to the intranet as the specific web sites or applications that can be found on the network, not the network itself. Many organizations create a central portal on the network where a variety of company resources can be located through a web browser. These intranet resources can include all sorts of functionality: Common forms for the organization, reference material, customer relationship management systems, calendars, company news, contact databases, discussion forums, knowledge management utilities, and other applications. While this doesn't make the definition of the word intranet any clearer, it does make the intranet's usage more obvious: the intranet is a resource and communications platform for the organization it is part of.

Intranet, Extranet, and Internet

One of the key differences between the Internet and an intranet is that the intranet is not intended to be publicly available. On the contrary, many intranets are hidden behind multiple firewalls to protect sensitive company data from the prying eyes of the world. It would be easy to think that the intranet is simply internal to the organization's physical location, however this is not always the case, many companies open up their intranets to remote access via modem dial-in.

The matter of extranets complicates the matter further. An extranet holds a position somewhere between the Internet and an intranet. Extranets occur when limited intranet access is expanded to users external to the organization, usually a company's business clients . They are usually run on the company's internal network in order to make company resources available to users, but use the Internet for transport since the users are external to the organization's network. Again, the key is that the extranet is a closed resource for a specific group of users, and is not intended for public consumption. There is little point in debating whether any web site with a closed member area is an extranet or not, the definitions are not that exact. We'll discuss extranets further in Chapter 14 .

Taking the above into account, another way of looking at the Internet, intranet, and extranets would be to say that the only difference between the three is the permissions you set on the resources.


Practical Intranet Development
Authors: Colby J.
Published year: 2006
Pages: 7-10/124
Buy this book on amazon.com >>