• Embed Doc
  • Readcast
  • Collections
  • CommentGo Back
 
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 istransported from one computer system to another using the internetworking devices, irrespectiveof the their protocol. A routers works at the Network layer of the OSI Model, whereas bridgestypically works at the data link layer of the OSI model. Switches are a multi-port bridge. Anexception is layer 3 switches that work at layer 3 of the OSI model. Repeaters works at thePhysical layer. A hub is a repeater with multi-port.
3.1 Most commonly used protocols3.1.1 PPP Point-to-Point Protocol
PPP is used protocol for creating a TCP/IP connection over synchronous or asynchronoussystems. PPP provides connections for host to network or between two routers; it also has asecurity mechanism. PPP is well known as a protocol for connections over regular telephonelines using modems on both ends. This protocol is widely used for connecting personalcomputers to the Internet. One big advantage of PPP is its ability to transport multi-protocol datagrams 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 knownas CSLIP (compressed serial line internet protocol) which reduce overhead on a SLIP connectionby 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. Itcan 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 inRFC 959, is one of oldest Internet protocols still inwidespread use. FTP is implemented using theTCP Protocol.FTP enables transferring of text and binary files over TCP connection. FTP allows transfer of filesaccording to a strict mechanism of ownership and access restrictions. It is one of the mostcommonly 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 intoanother machine and act as if they are directly in front of the remote machine. The connectioncan be anywhere on the local network, or on another network anywhere in the world, as long asthe user has permission to log into the remote system. Telnet uses TCP to maintain a connectionbetween 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 messagesbetween 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 programthat employs SMTP for sending e-mail, and either POP3 or IMAP for receiving messages fromour local (or ISP) server. SMTP is usually implemented to operate over Transmission ControlProtocol port 25.
3.1.6 HTTP Hyper Text Transport Protocol
A protocol used to transfer hypertext pages across the World Wide Web. HTTP defines howmessages are formatted and transmitted, and what actions Web servers and browsers shouldtake in response to various commands. For example, when you enter a URL in your browser, thisactually sends an HTTP command to the Web server directing it to fetch and transmit therequested Web page. Note that HTML deals with how Web pages are formatted and displayed ina browser.HTTP is called a stateless protocol because each command is executed independently, withoutany 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 tomanage complex communication networks. SNMP works by sending messages, called protocoldata units (PDUs), to different parts of a network. SNMP-compliant devices, called agents, storedata about themselves in Management Information Bases (MIBs) and return this data to theSNMP 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. UDPdoesn'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 aredelivered 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 themeans to identify and reach a target computer on the network. Computers in an IP network areidentified 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 targetcomputer replies with both the original IP address and the hardware address.
3.1.12 NNTP Network News Transport Protocol
 
of 00

Leave a Comment

You must be to leave a comment.
Submit
Characters: ...
You must be to leave a comment.
Submit
Characters: ...