Systems Network Architecture Article Index for
Systems
Website Links For
Systems
 

Information About

Systems Network Architecture





ADVANTAGES AND DISADVANTAGES

SNA removed link control from the application program and placed it in the Network Control Program. This had the following advantages and disadvantages:


Advantages

  • Localization of problems in the telecommunications network was easier because a relatively small amount of software actually dealt with communication links. There was a single error reporting system.

  • Adding communication capability to an application program was much easier because the formidable area of link control software which typically requires interrupt processors and software timers was relegated to system software and NCP.



Disadvantages

  • Connection to non-SNA networks was difficult. An application which needed access to some communication scheme which was not supported in the current version of SNA faced obstacles. Before IBM included X.25 support (NPSI) in SNA, connecting to an X.25 network would have been awkward. Conversion between X.25 and SNA protocols could have been provided either by NCP software modifications or by an external protocol converter.


  • At first glance, SNA networks appear to be very expensive in comparison to TCP/IP networks. For small networks, this may be true, but as the complexity of a large routed network grows, the SNA structure provides a cheaper path.



LOGICAL UNIT TYPES

SNA defines several kinds of devices, identifying each group with a Logical Unit grouping. LU0 provides for undefined devices, or build your own protocol. LU1 devices are printers. LU2 devices are dumb terminals. LU3 devices are printers using 3270 protocols. LU4 devices are batch terminals. LU5 has never been defined. LU6 provides for protocols between two applications. LU7 provides for sessions with 5250 terminals. The primary ones in use are LU1, LU2, and LU6.2 (an advanced protocol for application to application conversations).

Within SNA there are two types of datastream to connect local terminals and printers; there is the 3270 datastream mainly used by mainframes ( ZSeries family) and the 5250 datastream mainly used by minicomputers/servers such as the S/36, S/38, and AS/400 (nowadays called the ISeries ).

Starting from version 5.2 of OS/400 , SNA for Client-access is no longer supported.


EXTERNAL LINKS