Anda di halaman 1dari 3

3.

0 Relationship between the OSI Model and Networking Devices

The OSI Model is an important factor in internetworking because it accounts for the way data is
transported from one computer system to another using the internetworking devices, irrespective
of the their protocol. A routers works at the Network layer of the OSI Model, whereas bridges
typically works at the data link layer of the OSI model. Switches are a multi-port bridge. An
exception is layer 3 switches that work at layer 3 of the OSI model. Repeaters works at the
Physical layer. A hub is a repeater with multi-port.

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.

3.1.4 Telnet

The Telnet service provides a remote login capability. This lets a user on one machine log into
another machine and act as if they are directly in front of the remote machine. The connection
can be anywhere on the local network, or on another network anywhere in the world, as long as
the user has permission to log into the remote system. Telnet uses TCP to maintain a connection
between two machines. Telnet uses port number 23.

3.1.5 SMTP Simple Mail Transfer Protocol

SMTP (Simple Mail Transfer Protocol) is a TCP/IP protocol used for sending e-mail messages
between servers. SMTP is also used to send email messages from a client machine to a server.
An email client such as MS Outlook Express uses SMTP for sending emails and POP3/IMAP for
receiving emails from the server to the client machine. In other words, we typically use a program
that employs SMTP for sending e-mail, and either POP3 or IMAP for receiving messages from
our local (or ISP) server. SMTP is usually implemented to operate over Transmission Control
Protocol port 25.

3.1.6 HTTP Hyper Text Transport Protocol

A protocol used to transfer hypertext pages across the World Wide Web. HTTP defines how
messages are formatted and transmitted, and what actions Web servers and browsers should
take in response to various commands. For example, when you enter a URL in your browser, this
actually sends an HTTP command to the Web server directing it to fetch and transmit the
requested Web page. Note that HTML deals with how Web pages are formatted and displayed in
a browser.

HTTP is called a stateless protocol because each command is executed independently, without
any knowledge of the commands that came before it.

3.1.7 SNMP Simple Network Management Protocol

The Simple Network Management Protocol (SNMP) is an application-layer protocol designed to


manage complex communication networks. SNMP works by sending messages, called protocol
data units (PDUs), to different parts of a network. SNMP-compliant devices, called agents, store
data about themselves in Management Information Bases (MIBs) and return this data to the
SNMP requesters. There are two versions of SNMP: Version 1 and Version 2.

3.1.8 UDP User Data gram Protocol

UDP is a simple protocol that transfers data grams (packets of data) to a remote computer. UDP
doesn't guarantee delivery of packets (Contrast this with TCP that guarantees delivery of
packets). UDP doesn’t guarantee correct sequence of delivery.

3.1.9 TCP Transmission Control Protocol

TCP, like UDP is a protocol used in a TCP/IP networks. TCP ensures that the packets are
delivered at their destination, and in correct sequence.

3.1.10 IP Internet Protocol

IP is the underline protocol for all the other protocols in the TCP/IP protocol suite. IP defines the
means to identify and reach a target computer on the network. Computers in an IP network are
identified by unique numbers which are known as IP addresses.

3.1.11 ARP Address Resolution Protocol

In order to map an IP address into a hardware address the computer uses the ARP protocol.
ARP protocol broadcasts a request message that contains an IP address, to which the target
computer replies with both the original IP address and the hardware address.

3.1.12 NNTP Network News Transport Protocol


A protocol used to carry USENET posting between News clients and USENET servers.

Anda mungkin juga menyukai