65 lines
3.9 KiB
HTML
65 lines
3.9 KiB
HTML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE html
|
||
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
<html lang="en-us" xml:lang="en-us">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
<meta name="security" content="public" />
|
||
|
<meta name="Robots" content="index,follow" />
|
||
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
||
|
<meta name="DC.Type" content="reference" />
|
||
|
<meta name="DC.Title" content="Protocol type: PPP or Serial Line Internet Protocol (SLIP)" />
|
||
|
<meta name="abstract" content="Which protocol type should you choose to make a point-to-point connection?" />
|
||
|
<meta name="description" content="Which protocol type should you choose to make a point-to-point connection?" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaiyprofile.htm" />
|
||
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
|
||
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1998, 2006" />
|
||
|
<meta name="DC.Format" content="XHTML" />
|
||
|
<meta name="DC.Identifier" content="rzaiyprotocol" />
|
||
|
<meta name="DC.Language" content="en-us" />
|
||
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
||
|
<!-- US Government Users Restricted Rights -->
|
||
|
<!-- Use, duplication or disclosure restricted by -->
|
||
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
||
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
||
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
||
|
<title>Protocol type: PPP or Serial Line Internet Protocol (SLIP)</title>
|
||
|
</head>
|
||
|
<body id="rzaiyprotocol"><a name="rzaiyprotocol"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Protocol type: PPP or Serial Line Internet Protocol (SLIP)</h1>
|
||
|
<div><p>Which protocol type should you choose to make a point-to-point
|
||
|
connection? </p>
|
||
|
<div class="section"><p>PPP is a standard Internet connection. PPP allows interoperability
|
||
|
among the remote access software of different manufacturers. PPP also allows
|
||
|
multiple network communication protocols to use the same physical communication
|
||
|
line.</p>
|
||
|
</div>
|
||
|
<div class="section"><p>PPP replaces Serial Line Internet Protocol (SLIP) as the protocol
|
||
|
of choice for point-to-point connections. The SLIP Request for Comment (RFC)
|
||
|
never became an Internet standard because of the following deficiencies: </p>
|
||
|
<ul><li>SLIP has no standard way to define IP addressing between the two hosts.
|
||
|
This means that an unnumbered net cannot be used.</li>
|
||
|
<li>SLIP has no support for error detection or error compression. Error detection
|
||
|
or error compression is implemented in PPP.</li>
|
||
|
<li>SLIP has no support for system authentication, while PPP has two-way authentication.</li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
<div class="section"><p>SLIP is still used today, and is still supported on the iSeries™ server.
|
||
|
However, IBM<sup>®</sup> suggests
|
||
|
that you use PPP when setting up point-to-point connectivity. SLIP provides
|
||
|
no support for Multilink connections. Compared to SLIP, PPP has better authentication.
|
||
|
PPP performs better because of its compression facilities. </p>
|
||
|
<div class="note"><span class="notetitle">Note:</span> SLIP
|
||
|
connection profiles that are defined with ASYNC line types are no longer supported
|
||
|
in this release. If you have these connection profiles, you must migrate them
|
||
|
to either a SLIP profile or a PPP profile that uses a PPP line type.</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaiyprofile.htm" title="The first step in configuring a PPP connection between systems is to create a connection profile on the iSeries server.">Create a connection profile</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|