University of Utah
| Contents | ACS News |
|---|---|
|
NET3270--Encrypted Mainframe Connectivity What is Data Encryption? ACS Welcomes New Manager, Data Analyst Mainframe-to-Network Printing Intro to the World Wide Web ACS Web Update |
Technical Writer: Teri A. Olsen
Reviewers: Diane de Souza, Leonard Romney, ACS Staff ACS Help Desk: 581-3323, 150 Park Building |
To prevent or minimize the trapping of data, encryption techniques can be employed. ACS has been studying and testing tools to provide encryption functionality for mainframe connections and has selected the Network 3270 Workstation Program (NET3270) by McGill University Systems Inc. We have purchased a site license and are offering free use of the program for campus mainframe users. The product runs on Novell networks only; it is available for either DOS or Windows. Some reasons you may want to switch to NET3270 include:
Like existing emulation packages, NET3270 supports multiple sessions and file transfer functions. The program does require some storage space on your PC.
If you would like to switch to NET3270, contact your network manager. All Novell network managers have already received notice via email about obtaining and setting up NET3270 for their users. Your network manager will install the software on your PC, bring you up to speed on how to use it, and decide how your encryption password will be handled.
If you have questions about NET3270 that your network manager cannot answer, call the ACS Help Desk at 581-3323.
Encryption is a process that changes the letters and numbers of plain text into other letters and numbers in such a way that the message becomes unreadable. For example, you could apply a simple encryption by shifting letters of the alphabet five places forward:
| A | B | C | D | E | F | G | H | I | J | K | (etc.) |
| F | G | H | I | J | K | L | M | N | O | P | (etc.) |
There are two general types of encryption methods: conventional and public-key. The encryption described above is an example of conventional, or single-key encryption: there is one key (in this example the key is 5), an encryption algorithm (shift to right), and a closely related decryption algorithm (shift to left).
Conventional encryption is effective in cases where data or text is being stored on a file server, and you do not want others to be able to view it. The encrypted text is stored on disk and then decrypted after being read back to the originating computer.
If a single-key encrypted message is sent from one person/network to another, the key must be sent along with the message so the recipient's computer can decode it. If the message is intercepted, so is the key, thus the privacy of the data is compromised. So, for data transmitted between two separate people/networks, a method called public-key encryption is used.
With public-key encryption, there are two keys: one used to encode the message, and a different one used to decode the message.
Before the message is sent, the receiver gives the sender a public key to use for encoding the message. The receiver also has a private key, which remains on the receiver's own computer, that works in conjunction with the public key to decode the message after it arrives. The sender encodes the data and transmits it, along with the public key. Since the public key is useless by itself, the data will not be compromised if intercepted. After the data is received, the receiver applies the private key and decodes the message.
The NET3270 software now available for the IBM mainframe uses public-key encryption.
This article was contributed by Neil Simmons, a U student majoring in Computer Science.
At the end of August, Sam Kievit joined the Information Management group as a Data Analyst. Most recently, Sam taught graduate and undergraduate management information systems classes. She has also worked as a budget analyst and has experience in enrollment planning. Sam's assignments will include working on the Institutional Database with responsibility for Budget and Telecommunications data.
Network Managers: All it takes to set up your network printer for mainframe printing is a quick call to the ACS Help Desk at 581-3323. Be prepared to give them your printer's logical server and queue name, and let them know if the printer supports postscript. After asking you a few more questions, Help Desk staff will setup your printer, and your users can immediate begin redirecting mainframe jobs.
Be aware that, unlike data transferred to and from the mainframe using NET3270, print jobs are not encrypted (see article on encryption in this newsletter). You may not want to re-route print jobs that contain sensitive data.
To route a job that has been submitted:
If the procedure fails, check the "Held" queue and make sure the job output is not held. If the job is being held, scroll down to the NP column on the far left and type an O to release the job, then, if necessary, repeat the steps above. If there is a mainframe job that needs to print on your network printer every time it runs, you can automate the procedure by adding this statement to your JCL:
DD SYSOUT=(c,,prtname),DEST=lpr
where c=the Class, which will be T for text or P for postscript, and prtname=the name of your
network printer (the seven-character name assigned by your network manager).
In addition to routing TSO print jobs, some of the new CICS applications, like the Financial Aid System, will enable printing to local network printers. This feature is system dependent, and instructions will be included in each system's user manual or help text.
Most networks on campus are attached to the Internet, and thus have access to web documents. The most common browsers are Netscape and Mosaic. Lynx is another popular text-only browser; it does not support graphics, but it is useful for home computers with slow modems that access the web through dial-up accounts. Check with your network manager or department computer person for help using your browser.
When you startup your web browser, the program retrieves a default home page--a starting point. For most campus users, the default home page is the University of Utah's home page, which contains a picture of the Park Building.
You can go to other documents by clicking on hyperlinks. As you move the cursor around the page, the arrow pointer will change to a hand or other type of pointer as it passes over a link. The address of the link will also be displayed somewhere on the screen. Links can be words or phrases, which are usually displayed in a different color and are underlined, or they can be pictures. On the U of U home page, if you click on Computer Help and Information, you will go to a page that contains information about computer services on and off-campus, as well as links to other documents.
The Back and Forward keys at the top of the screen will move you back and forward through the pages you have viewed.
If you want to go to a specific document, you can also use the File/Open feature of your browser and enter the Uniform Resource Locator (URL). For example, this is the URL for the University of Utah's home page:
To learn more about the web, do some exploring! The web is full of information about itself. The Computer Center also offers introductory classes to the web in its short course series (see http://www.cc.utah.edu).
This article was contributed by Neil Simmons, a U student majoring in Computer Science.
ACS it taking the mainframe-to-network printing concept one step further. A web application currently being developed will enable you to view the contents of your mainframe printout online. You can also download the printouts to your PC and process with your PC application or print on your own printer. This web application should be available before the end of the year.
The recent Guide to Mainframe Computing handout series is in the process of being transformed into web documents. Also being compiled is an index of handout topics and newsletter articles. The index will be linked to new web documents and to newsletters that already exist on gopher. From the U of U Home Page, select Computer Help and Information, then ACS Help.