Previous Page TOC Next Page


31

Sharing Information An Introduction

In addition to getting information off the Internet, you may want to put out some information for others to look at. Although this used to be a task outside the means of the average Internet user, times have changed.

Nowadays, many Internet access providers allow you to make information available through FTP, Gopher, and the WWW for a reasonable fee. If you do not want to go through the trouble yourself to make the information available, it is relatively easy to find a consultant who can do the work for you. This chapter is geared to those who want to do the work themselves.

Making Information Available

People publishing information are faced with many choices. How do they pick the best services in which to publish their information?

In Part VI of this book, "Sharing Information," there are chapters on creating a Gopher, WWW, and FTP or Telnet server. This is not to say you do not have other choices. The following list briefly explains all the options and when you want to use each one.

Always remember that sharing information is what makes the Internet the Internet. If you have something valuable to share, please do so.

Generally, any type of information can be published on the network. However, a few types of information should not be published. In the U.S., for example, child pornography is against the law and should not be made available on the Internet.

It is interesting to note that other types of pornography are tolerated. However, you can find them only on Usenet and not on any of the information servers. The reason for this is not purely moral: whenever a site tries to bring up pornographic pictures for anonymous FTP or Gopher, the computer or network becomes so overloaded with users attempting to download files that something eventually crashes.

Information Formats

Information providers must select a format in which to put their information. Information users must deal with the format and convert it into something they can use.

For documents without formatting, the format of choice on the Internet is a straight text file. If a document has special formatting, but will not be edited by the user, PostScript is an excellent choice. Most users can print or view PostScript. Unfortunately, documents with special formatting that must be edited by the user are tricky. The only thing to do is to pick a popular word processing format such as Microsoft Word or WordPerfect.

For picture graphics, the most popular formats on the Internet are GIF and JPEG. Some formats popular on microcomputers (such as PCX) are almost never on the Internet. For movies, MPEG is the most common Internet format, although QuickTime is seen quite a bit, too.

It is highly recommended that you use data compression programs common to the platform used by the target audience. For PCs, use ZIP, ZOO, or ARC. For Macintosh, use StuffIt or BinHex. For UNIX, use compress or gzip. When information is to be used by multiple platforms, it is probably best to use one of the PC formats or the UNIX gzip program.

Good and Bad Sharing Practices

Not only is providing information important, providing it in a useful format is of concern, too. A poorly organized site is one that people remember and dread using. The good practices to follow are listed here:

Never use the actual host name. For your information services, always use a DNS alias instead of the real host name of the computer. You may want to move the information service to another computer; if you have an alias, people can automatically follow the change. For example, at the University of Texas at Dallas, the following aliases are in place:

FTP site: ftp.utdallas.edu

Gopher server: gopher.utdallas.edu

Web server www.utdallas.edu

The aliases ftp, gopher, and www are the standard addresses used for those information services across the Internet.

Previous Page TOC Next Page