English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Can anybody give me (if you can and if possible) a complete list of internet protocols (i don't know if i'm using the right term)

But i mean like http, ftp, etc...

2006-07-27 20:08:05 · 3 answers · asked by chronoel 1 in Computers & Internet Internet

there's this protocol i saw one time i was browsing
its mms
is that a valid protocol

2006-07-27 20:21:59 · update #1

3 answers

Internet protocol suite

PPP
Point-to-Point Protocol -
A protocol for creating a TCP/IP connection over both synchronous and 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 widthly used for connecting personal computers to the internet.

SLIP
Serial Line Internet Protocol -
A point-to-point protocol to use over a serial connection, a predecessor of PPP. 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.

FTP
File Transfer Protocol -
FTP enables transferring of text and binary files over TCP connection. FTP allows to transfer 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.

Telnet
Telnet is a terminal emulation protocol, defined in RFC854, for use over a TCP connection. It enables users to login to remote hosts and use their resources from the local host.

SMTP Simple Mail Transfer Protocol -
This protocol is dedicated for sending EMail messages originated on a local host, over a TCP connection, to a remote server. SMTP defines a set of rules which allows two programs to send and receive mail over the network. The protocol defines the data structure that would be delivered with information regarding the sender, the recipient (or several recipients) and, of course, the mail's body.

HTTP Hyper Text Transport Protocol -
A protocol used to transfer hypertext pages across the world wide web.

SNMP Simple Network Management Protocol -
A simple protocol that defines messages related to network management. Through the use of SNMP network devices such as routers can be configured by any host on the LAN.

UDP User Datagram Protocol -
A simple protocol that transfers datagram (packets of data) to a remote computer. UDP doesn't guarantee that packets will be received in the same order they were sent. In fact it doesn't guarantee delivery at all.

TCP Transmission Control Protocol -
Like UDP, a protocol that enables a computer to send data to a remote computer. Unlike UDP, TCP is reliable i.e. packets are guaranteed to wind up at their target, at the correct order.

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. Computer in the IP world are identify by unique numbers which are known as IP address.

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

NNTP Network News Transport Protocol -
A protocol used to carry USENET posting between News clients and USENET servers.

2006-07-27 20:24:01 · answer #1 · answered by female_lizzzzzard 3 · 0 0

protocols coming under each layer:-

ApplicationDNS, TLS/SSL, TFTP, FTP, HTTP, IMAP, IRC, NNTP, POP3, SIP, SMTP, SNMP, SSH, TELNET, BitTorrent, RTP, rlogin, …
TransportTCP, UDP, DCCP, SCTP, IL, RUDP, …
NetworkIP (IPv4, IPv6), ICMP, IGMP, ARP, RARP, …
LinkEthernet, Wi-Fi, Token ring, PPP, SLIP, FDDI, ATM, DTM, Frame Relay, SMDS,

2006-07-27 20:14:03 · answer #2 · answered by Anonymous · 0 0

here ya go!

http://www.w3schools.com/tcpip/tcpip_protocols.asp

2006-07-27 20:12:18 · answer #3 · answered by Anonymous · 0 0

fedest.com, questions and answers