Sei sulla pagina 1di 16

CS-75 Intranet Administration July Dec 2011

Question 1: What is the need to develop an intranet based system when internet based system is possible? Explain with an example. (10 Marks)

Security - allows files to be accessed internally without the added risks from The Internet. Reliability - means a network is still in place if the Internet connection goes down. Cost - means they only need one Internet connection, which everyone can use. Multiple workers and locations working on a project that needs to be updated to each. Sensitive info and inter-office correspondence, like billing, financial departments, research and development.. To share information internally that is not appropriate for public consumption.

Question 2: What is an Extranet? How does it differ from Intranet and Internet? (5 Marks)

An "intranet" is the generic term for a collection of private computer networks within an organization. An "extranet" is a computer network that allows controlled access from the outside for specific business or educational purposes. Intranets and extranets are communication tools designed to enable easy information sharing within workgroups. An extranet is a computer network that allows controlled access from the outside, for specific business or educational purposes. An extranet can be viewed as an extension of a company's intranet that is extended to users outside the company, usually partners, vendors, and suppliers. It has also been described as a "state of mind" in which the Internet is perceived as a way to do business with a selected set of other companies (business-tobusiness, B2B), in isolation from all other Internet users. In contrast, business-to-consumer (B2C) models involve known servers of one or more companies, communicating with previously unknown consumer users. An extranet is like a DMZ in that it provides access to needed services for channel partners, without granting access to an organization's entire network. An extranet can be understood as an intranet mapped onto the public Internet or some other transmission system not accessible to the general public, but managed by more than one company's administrator(s). For example, military networks of different security levels may map onto a common military radio transmission system that never connects to the Internet. Any private network mapped onto a public one is a virtual private network (VPN), often using special security protocols.

For decades, institutions have been interconnecting to each other to create private networks for sharing information. One of the differences that characterizes an extranet, however, is that its interconnections are over a shared network rather than through dedicated physical lines. An extranet requires network security. These can include firewalls, server management, the issuance and use of digital certificates or similar means of user authentication, encryption of messages, and the use of virtual private networks (VPNs) that tunnel through the public network.

Advantages

Exchange large volumes of data using Electronic Data Interchange (EDI) Share product catalogs exclusively with trade partners Collaborate with other companies on joint development efforts Jointly develop and use training programs with other companies Provide or access services provided by one company to a group of other companies, such as an online banking application managed by one company on behalf of affiliated banks

[edit] Disadvantages

Extranets can be expensive to implement and maintain within an organization (e.g., hardware, software, employee training costs), if hosted internally rather than by an application service provider. Security of extranets can be a concern when hosting valuable or proprietary information.

Question 3: What are hardware and software requirements to set up Intranet? Are there any better alternatives to Intranet. Justify your answer. (10 Marks) Answer: Improve An intranet is an internal or restricted access network, it is very similar to the functions of the normal Internet except it is used for organizations and businesses. The intranet uses the same types of web technologies that the normal Internet (or extranet) uses, except the content and data that is transmitted and received occurs internally While the idea of setting up an intranet can sound simple, depending on your organizations size it can be a daunting task. Following are the most basic steps in setting up an intranet.

Please note that each organization's needs can/will be different. Plan Your Intranet Implementing an intranet must fit your organization to be effective. Before you start constructing your intranet, make sure you know what you want to achieve with your intranet. Take the size and complexity of your organization into consideration and understand how the intranet can enhance your organizations productivity. Hardware In order to have an intranet for your organization, you first have to build a network. This usually requires a server, web server software such as Apache or Microsoft IIS and either wifi connections and cards or Ethernet cables and a NIC. Obviously the size of the organization will determine your specific needs and many organizations will already have all the necessary hardware and server software in place. Intranet Software While you will usually have the server software on hand, running an intranet means that individuals in your organization will access the intranet to find documents, download drivers and updates and conduct searches for information that they are searching for. Some of the essential web features that you will want to add are: Client management function - The client management function gives the administrator can control the intranet, such as adding users, removing users and keeping the intranet running smoothly. Employee directory - One of the most used features of any intranet is the employee directory, many employees are always looking for contact info, whether it is a phone number, email address, fax, title and some can even include an organizational chart. Project Management - A great time saver is the ability for many people within an organization to collaborate on a project whether it is as basic as a mission statement or as complex as a budget. Document share - Your organization will want to make available certain information for its members when they need it. This can mean important documents such as reports or other types of documents such as health benefit materials. Shared Calendar - A great feature to have if you work within a work group or small organization is to know others schedules so that you can collaborate or

know project time lines. Company news - One of the ways that the organization can communicate with it's members is with company news Discussion Forums - These forums are a great way to brainstorm ideas for upcoming projects or to figure out scheduling issues. Chat and video web conferencing - Since your intranet will have similar features as the normal Internet; you can easily incorporate chat and video web conferencing. Implement Your Intranet Now that you have extensively thought about and planned your intranet, have purchased all the necessary hardware and software, you can go about building your intranet. Building your intranet not only means putting all the hardware and software components together so that it works efficiently, but it also means that you make available the information and tools necessary for your organization members to use the intranet effectively. In addition, you will constantly need to update and maintain your intranet and change things from time to time. While setting up an intranet can be a difficult challenge, for most organizations it has shown to give back a grea return on their investment.

Read more: http://wiki.answers.com/Q/What_are_hardware_and_software_requirements_to_ set_up_Intranet#ixzz1YaNpmCQc

Setting up an Intranet

Setting up a secure and reliable intranet requires these components:

* Web server (hardware and software) * Networked PCs * Firewall hardware and software * Content Management Software * Other Application software

[source: University of South Carolina School of Library and Information Sciences].

A Web server is two things: hardware and software. The hardware you use for an intranet Web server depends on the intranet's size, the content to be published and the number of people accessing the intranet at any given time.

For example, if your intranet is text-only Web pages being accessed by five people, you don't need a powerful machine running your server software. If you're going to use your intranet to host streaming video to be accessed by thousands of employees at once, then you'll need a large, dedicated server or cluster of servers with significant bandwidth.

The server software handles all requests for files hosted on the server, finds the file and sends it off to the right computer. The most popular Web server software, Apache, is free. The second most popular Web server software is Microsoft Internet Information Server.

As for installing and configuring the Web server in a network, a company must first consider how critical the intranet will be for day-to-day operations. The more the intranet is used for "core business processes," the more redundancy needs to be built into the system [source: Intranet Journal].

In organizations where the intranet is a low-priority application, it's OK to throw everything in the same box: Web server, databases, applications and Web page content [source: Intranet Journal]. In companies where employees rely more heavily on the intranet for Web-based business applications, it's smart to employ a backup server or even a networked server cluster that share responsibilities. In those cases, it's also smart to host databases on separate machines so that if one server goes down, the rest can still access the databases [source: Intranet Journal]. router Image courtesy of Netgear

Routers are needed to give employeers access to the intranet.

For employees to access the intranet, their computers need to be connected to the organization's local area network (LAN). These computers also need to have Web browser software like Internet Explorer, Firefox or Safari.

Firewall hardware and software both accomplish the same thing -- they're the gatekeepers. Firewalls stand between the outside Internet and the corporate intranet, monitoring all incoming and outgoing data packets for unauthorized or suspicious requests [source: Vicomsoft]. A firewall is essential for intranet security, particularly if the intranet includes extranet extensions or allows remote login from outside of the corporate LAN [source: Intranet Journal].

For creating, publishing and managing the content on the intranet, most companies use a content management system (CMS), a Web-based application that makes it easy to create standardized Web content without having to know HTML or other programming languages [source: KM Column]. The CMS can be hosted on the Web server or on a separate applications server.

Other software can be loaded onto the intranet Web server or applications server as the company sees fit. This may include a Web-based conferencing application, a project management tool or a comprehensive CRM tool like SAP or PeopleSoft.

If you don't want to worry about setting up servers and installing software, you could subscribe to a hosted intranet service where your intranet is hosted by a third-party for a monthly fee. You would access the intranet by logging into the service provider's

Now let's take a look at the future of intranets.

What is an Intranet?

The simplest definition is that an Intranet is the Internet used inside an organization and walled off from the rest of the Internet community. Inside an Intranet web site, one can find information about an organization that it might not wish to make known to the public at large. Here are a few things that Intranets are used for. Employee newsletters Sales figures by unit Product/service information Internal product demos Tutorials Employee benefits information Access to the organization's data Project information warehouse Newswire clippings Software libraries Organization phone directory Conference room reservations Internal information libraries Subscription services Policies and procedures Sales support Technology support Competitive analysis Official travel guide Stock quote Performance tracking Surveillance Maps Conferencing Whiteboarding Job notices An Intranet can be used for just about anything that you could and would put online in your organization to share information and collaborate across boundaries. That is a blessing and curse. Some organizations have internal networks that carry the information they need. They do not need an Intranet. Some organizations have many Intranets set up by units collaborating across the unit but not across the organization. Their Intranets do not have standards. The kind of information presented, and the way it is presented, is disorganized. Some organizations have joined units into a coordinated Intranet that allows easy access to information outside of unit boundaries. To confuse you further, organizations that open their Intranets to select groups outside of the organization use a different name to characterize their Intranets. They call them Extranets.

Why Use An Intranet?


A few reasons: The Internet is built on a technology standard that everyone uses. It is less expensive. The tools to build an Intranet are the same that you use to build a Web page. An Intranet provides opportunities for multimedia that internal corporate networks often do not. An Intranet is available 24 hours day like any other network. The ability to hyperlink on an Intranet provides fast information access that other networks do not offer. An Intranet saves reproduction costs of paper-based information, such as employee handbooks, job postings, travel and expense reports.

Are there reasons not to use an Intranet?


If you are a single location operation of modest size and you are well-served by internal communications, there is no need for an Intranet. If you have an excellent proprietary network that delivers the information you need, you don't need an Intranet. If you are an organization that does not need to coordinate or communicate across unit boundaries, you might not need an Intranet.

How Does an Intranet Fit with Public Relations?


Intranets complement or substitute most internal employee communications in use. An Intranet allows faster communication, wider distribution and greater efficiency than many printed and electronic media. An Intranet is one more communications medium and tool that you can use to get your organization's message out internally.

Who Uses an Intranet?


Anyone in an organization with access to computer resources and the Internet can use an Intranet. Increasingly, that is everybody. In reality, it isn't. Some individuals don't like to go on-line. They ignore an Intranet in favor of other media, even if the media are less efficient. If you put an in Intranet, promote its use as much as you would any other medium. I am aware of a high-tech company that built a wonderful Web page with useful information. The senior executives of the firm never looked at the Internet. An Intranet was lost on them. They still required information by paper memos, e-mail and voice mail. Other groups used the Intranet heavily. Culture, behavior and inertia enter into an individual's decision to use an Intranet. You will most likely encounter all three.

When Do I Use an Intranet? If you need rapid distribution of information and the Intranet provides you with access to most or all of your organization's individuals. If the organization is using the Intranet as a regular means of communicating. If an Intranet provides you with opportunities for communicating that other media do not -- such as interactive multimedia. If it is less expensive to use an Intranet over developing a more traditional internal communication, such as a newsletter or corporate magazine. If you need quick feedback from internal audiences. If the top of your organization needs/wants to speak interactively with the bottom of your organization no matter how dispersed it is geographically.

DESIGNING A CORPORATE INTRANET

by Jean C. Spoolstra April 21, 1999 INTRODUCTION Most people know what the Internet is, and many use it both at home and at work. Another type of network that is less well known but is becoming more important in the business world is the intranet, which is a corporate information network. An intranet is similar to the Internet but it is established for one distinct group of users and has security so that others outside the group do not have access to its contents. Corporate intranets are a new and important area of involvement for corporate librarians. They offer a different and exciting way for librarians to use their information organization and handling skills. INTRANET VS. INTERNET The Internet is a public access network, open to the world. A companys Web page on the Internet is its public face and the company wants people to spend time looking at all of the information presented on it. This external site presents the image a company wants the world to see and it may be built for glamour, with many graphics and special features. The corporate intranet, on the other hand, is the companys private face where employees get their information and then get off and go back to work. Its appearance is simpler and more casual and its built for speed, not glamour. Both use the same types of hardware and software but they are used for two very different purposes. BENEFITS OF HAVING A CORPORATE INTRANET Corporate intranets facilitate communication and access to information. They allow employees who might normally never meet to collaborate on projects. Intranets promote the sharing of knowledge and ideas and provide a single, secure, reliable access to a companys private information. An intranet improves a companys ability to manage its information and it can also streamline document distribution. Intranets can result in higher productivity because of better access to quality information. They also allow reuse of existing information and can reduce the cost of information sourcing, printing and distribution. PROBLEMS WITH HAVING A CORPORATE INTRANET Often the biggest problem when creating a corporate

intranet is convincing management that no corporate secrets will be disclosed to the public. Management must know that security is in place (using firewall software) to keep the data safe from the outside world. Another problem is convincing people within the company to share their knowledge. The approach to information management on an intranet is open and egalitarian and many people are more comfortable with a traditional structured approach. If departments are allowed to publish documents on the company intranet there may also be a problem with the question of ownership. Lastly, there is the need for extra funding and staffing for the intranet and this may meet with resistance from management. HOW TO GET STARTED Creating a corporate intranet may look easy at first, but it involves a number of steps to follow if it is going to be successful. 1. Establish a vision for the intranet and write it down. The intranet must be tied to a business purpose. If it doesnt help the organization to function better it shouldnt be created. 2. Get the support of senior level management. They can help in dealing with funding, information access, turf wars, and access to users. 3. Identify a key user group, build a prototype, and sell them on the idea. Once they are convinced of the intranets usefulness, this group can be used to sell the idea to others. 4. Have a clear idea of the expected costs and the work to be done. Leverage the equipment and talent already in the corporation. If the company has a network in place, only a Web server and the appropriate software will need to be added. The IT department can help with the hardware and software issues. If needed, hire outside consultants to get the project started and then train library staff to handle the tasks after implementation. 5. Set up a committee to decide on the contents of the intranet and, if possible, keep it in place to handle issues as the intranet grows. 6. Educate everyone in the company on how to use the

intranet and also on the benefits it will provide. 7. Remember that a corporate intranet must be maintained and grown by investing in hardware, software, training and salaries for staff. If it is not maintained it will die. HARDWARE AND SOFTWARE FOR THE INTRANET A client/server network is the first component needed for a corporate intranet. The clients are computers (PCs) that are connected with high-speed cables (if they are on a local area network or LAN) or by telephone wires, fiberoptic cables, microwaves or satellites (if they are on a wide area network or WAN). The server is a high-speed computer with a large hard disk capacity. It contains the network operating system which is the software required to run the network. This server can also be your Web server if it contains the Web software. Firewall and browser software will also need to be on this server. Web software allows the server to support HTTP so it can exchange information with the clients. (HTTP is Hyper Text Transfer Protocol and is the dominant Internet protocol.) Firewall software will provide the security needed to protect corporate information from the outside world. Browser software allows the use of hyperlinks to go from one place to another in a document, or to go to a completely different document. These three are the basic software packages needed for a corporate intranet, but other functions can be provided by adding software for Internet access and searching, authoring and publishing documents, collaboration and conferencing, database archive and retrieval, and document management access. (See Appendix for a listing of representative software.) FUNDING AND STAFFING Funding for the corporate intranet can be based on different criteria. Some companies consider it a cost of doing business while others fund it on a value-based allocation. Remember that there will be on-going operating expenses which will usually be greater than the initial expense of setting up the intranet. A corporate intranet often involves new staffing and consultants may be needed to get the project started. After the intranet it is in place, a Web developer and an information designer will be needed, both of whom should be part of the library staff. People will also be needed to

train employees in using the intranet and this can be done by staff from the library or from human resources, depending on the size of the corporation. SECURITY Security is very important. An intranet extends a companys reach, but it also increases its vulnerability and exposure. Security policies must be in place to dictate who has access to what information, when they can get the information, and how much information they can get. Firewall software provides the security mechanisms the intranet will need. Security policies must be written down, maintained, communicated, enforced, and constantly monitored. All of this is necessary to ensure the livelihood of the corporation isnt threatened. COSTS AND ROI A corporate intranet can cost very little (from $3,000 to $4,000) if it is done with existing hardware and free software that can be downloaded from the Internet. Most corporate intranets however cost between $50,000 and $150,000 to get started. The corporation must also budget for maintaining the intranet and this will usually cost more than what was spent on start-up as it will involve salaries for new staff and possibly more hardware and software as the intranet grows. Return-on-investment can be quite substantial. Conservative figures place the payback at a low of 23% to a high of 88%, over 1 to 2 years. Costs will be reduced in paper dissemination and printing, but the greatest benefits realized will relate to information flow. HOW TO DESIGN THE INTRANET The corporate library should set up a central Web page where users can start on their search for information. It should have links to the book catalog database, the journal catalog (both print and digital), a news release database, the technical reports database, and help pages. The page can also have a request form for the librarian to conduct online searches of fee-based databases, and a borrow this book button for material to be checked out and put into an internal delivery system to forward to the user. There should also be links to various departments within the company, such as human resources (for benefits and job openings), and to other departments who wish to publish

their own documents. There is software available to help librarians design Web pages so an expert knowledge of HTML is not necessary. (HTML, or Hyper Text Markup Language, is a platformindependent language designed to transmit documents that can contain different media formats in the same document, such as text, graphics, sounds, and hypertext links to other documents and to other resources.) An outside consultant can also be hired to set up the first Web page while the library staff develops skills in this area. The Web page must be created in a way that appeals to various users throughout the company. The information should be bundled together by area rather than having a large list of applications on the main page, and the information sought should be just two or three clicks away from the user. The design of the page should be kept simple because if it isnt easy to use, it wont be used. The information provided on the page must be kept up-to-date and it must be reliable. If these features are missing, users will lose trust in the page and it will be accessed less and less. WHAT TO HAVE ON THE INTRANET In addition to having access to all of the corporate librarys holdings, there are a number of other features that the company may want on the intranet, including email, newsletters, and company policies and procedures. Companies also use the intranet to provide access to archives of corporate data that can be shared by the enterprise. Conferencing between departments is another good use of the corporate intranet, especially for companies with offices located across the country or around the world. A knowledge map is something worthwhile that the library can develop for the intranet. This is an easy-to-use guide that shows the knowledge workers within the company and can be as simple as a directory of names, titles, and departments, or it can include hypertext links to databases of research materials. A knowledge map lets one department know what other departments are doing. It must be refreshed with up-to-date material however if it is to be useful and there may be problems with the question of individual power versus team power that will have to be addressed. Databases are good to use for archiving materials to be

accessed through the intranet. Information stored in a database is easier to manage than having it dispersed over many Web pages. Special software is needed to access databases, but this is usually a worthwhile investment as databases can help keep company data accurate, and may be necessary if users need access to legacy data on mainframe systems. Document management is another area that should be considered for the intranet. It provides the mechanisms to manage large numbers of documents with version control, revision tracking, and search and retrieval features. It may be critical to have this software if the intranet is used to manage large company projects that involve frequent updates. If the company wishes the intranet to become the sole source of information within the organization, allowing departments to publish their own information will be necessary. The goal will be to enable employees to create Web information easily and authoring tools will allow them to do this without needing to know HTML. There are many software packages available to meet this need. The company will have to decide if guidelines should be set up for what can be published on the corporate intranet, and a mechanism will need to be put in place to archive this information after a certain length of time. CHALLENGES There are a number of challenges facing the library staff when creating a corporate intranet. Data will have to be integrated from diverse sources. Access will have to be provided to all employees, wherever they are located and whatever type of computer equipment they are using. The format of the information must be appropriate to the employee using it. Inranet performance must be guaranteed and the service must be available around-the-clock, it must be fast, and it must be secure. The information must also be useable by employees with very diverse skill levels, including both computer skills and cognitive skills. WHO SHOULD CONTROL THE INTRANET Corporate librarians are the best people to control the corporate intranet. Their business is to deliver information and services to employees and the corporate intranet is just an extension of this. They are experts in identifying the best-in-class information available for use

by others. They are 'information finders' and the discovery process is very important in making an intranet worthwhile. Librarians know how information flows through the company and are the best people to package this information for online access. Often the IT department is given control of the corporate intranet and this is usually a mistake. IT is very good at handling hardware and software but not as good at knowledge management. Librarians are needed here because of their skills in professional research and information-gathering. Librarians should work with IT in order to efficiently disseminate high-quality information via the intranet, but they should not give up control to the content of the intranet. Departments within the organization may be allowed to maintain their own Web pages and publish their own documents, but the core information for the company should remain under the control of the library. Having the corporate intranet centralized under the control of the corporate library has other benefits in addition to ensuring the quality of the data. It allows for better maintenance of the site and can simplify startup and ongoing use. It can provide consistent navigation for all users if all the links are established on the main page. It also allows librarians to customize links for various users as librarians are good judges of each departments information needs. Librarians are also skillful in communicating with people as the library is the one area that has dealings with almost all departments throughout the company, and the corporate intranet can be an excellent vehicle for communication. INTRANETS AND LIBRARIANS Corporate intranets offer librarians new applications for their information handling skills. Intranets move librarians from their roles of information gophers into roles as information organizers, value assessors and technology teachers. Librarians need to focus their efforts on identifying information needs and facilitating methods for satisfying those needs, and by doing this, they will play a pivotal role in intranet creation and maintenance. The computer is just a tool. The key to success for corporate librarians is not technology but their professional skill in the communication of real knowledge. The purpose of an intranet is to facilitate the storage and

communication of data, information, knowledge, wisdom, and ideas throughout an organization. When data and facts are collected and organized they become information; when information is given value it becomes knowledge; and when knowledge is of a timeless nature it becomes wisdom. Librarians have skills to enable people to use all these components of understanding and that is what makes them so well suited to create and control a corporate intranet. Corporate intranets will hopefully cause librarians to be more highly valued than they have been in the past. Companies may start to realize how much they need librarians as knowledge brokers who know where the information is, how to find it, and then how to provide access to it across the entire corporate structure. Corporate intranets are the next big thing for libraries and information centers and librarians must be ready to take on the challenge.

Potrebbero piacerti anche