Relationship Between The OSI Model And Networking Devices
3. Relationship between the OSI Model and Networking Devices
3.1 Most commonly used protocols
3.1.1 PPP Point-to-Point Protocol
PPP is used protocol for creating a TCP/IP connection over synchronous or asynchronous systems. PPP provides connections for host to network or between two routers; it also has a security mechanism. PPP is well known as a protocol for connections over regular telephone lines using modems on both ends. This protocol is widely used for connecting personal computers to the Internet. One big advantage of PPP is its ability to transport multi-protocol data grams over serial lines. PPP has the abilities for error correction, compression etc.
3.1.2 SLIP Serial Line Internet Protocol
SLIP is a predecessor to PPP protocol. There is also an advanced version of this protocol known as CSLIP (compressed serial line internet protocol) which reduce overhead on a SLIP connection by sending just a header information when possible, thus increasing packet throughput.
3.1.3 FTP File Transfer Protocol
FTP is a Client Server protocol, used for moving files between computers on a network. Of primary use is transferring files to/from our desktop/laptop personal computers and a Server. It can also be used to communicate with web servers, such as a download site, or any PCs or other machines running FTP servers.
FTP, the File Transfer Protocol, documented in RFC 959, is one of oldest Internet protocols still in widespread use. FTP is implemented using the TCP Protocol.
FTP enables transferring of text and binary files over TCP connection. FTP allows transfer of files according to a strict mechanism of ownership and access restrictions. It is one of the most commonly used protocols over the Internet now days. FTP uses port TCP port number 21.