Tcp/Ip Model: Physical Layer Data Link Layer Network Layer Transport Layer Application Layer
Tcp/Ip Model: Physical Layer Data Link Layer Network Layer Transport Layer Application Layer
Layer
Description
Protocols
HTTP, Telnet, FTP,
IP datagrams.
interface
copper wire.
TCP/IP Protocols
command to the Web server directing it to fetch and transmit the requested Web
page.
Simple Mail Transfer Protocol (SMTP) - Used by e-mail servers (and
sometimes Web servers) to send e-mail. Short for Simple Mail Transfer Protocol, a
protocol for sending e-mail messages between servers. Most e-mail systems that
send mail over the Internet use SMTP to send messages from one server to another;
the messages can then be retrieved with an e-mail client using either POP or IMAP. In
addition, SMTP is generally used to send messages from a mail client to a mail server.
This is why you need to specify both the POP or IMAP server and the SMTP server
when you configure your e-mail application.
the POP protocol, although some can use the newer IMAP (Internet Message Access
Protocol). There are two versions of POP. The first, called POP2, became a standard
and requires SMTP to send messages. The newer version, POP3, can be used with or
without SMTP.
File Transfer Protocol (FTP) The protocol for exchanging files over the
Internet. FTP works in the same way as HTTP for transferring Web pages from a
server to a users browser and SMTP for transferring electronic mail across the
Internet in that, like these technologies, FTP uses the Internets TCP/IP protocols to
enable data transfer. FTP is most commonly used to download a file from a server
using the Internet or to upload a file to a server (e.g., uploading a Web page file to a
server).
DNS Short for Domain Name System (or Service or Server), an Internet service
that translates domain names into IP addresses. Because domain names are
alphabetic, theyre easier to remember. The Internet however, is really based on IP
addresses. Every time you use a domain name, therefore, a DNS service must
translate the name into the corresponding IP address.
For example, the domain name http://www.example.com might translate to
198.105.232.4. The DNS system is, in fact, its own network. If one DNS server doesnt
know how to translate a particular domain name, it asks another one, and so on, until
the correct IP address is returned.
Transmission Control Protocol (TCP) - creates a reliable connection between
two computers. TCP is one of the main protocols in TCP/IP networks. Whereas the IP
protocol deals only with packets, TCP enables two hosts to establish a connection and
exchange streams of data. TCP guarantees delivery of data and also guarantees that
packets will be delivered in the same order in which they were sent.
User Datagram Protocol (UDP) Does not establish a connection, just sends
messages. It is a connectionless protocol that, like TCP, runs on top of IP networks.
Unlike TCP/IP, UDP/IP provides very few error recovery services, offering instead a
direct way to send and receive datagrams over an IP network. Its used primarily for
broadcasting messages over a network.
Internet Protocol (IP) Provides addressing scheme.. IP specifies the format of
packets, also called datagrams, and the addressing scheme. Most networks combine
IP with a higher-level protocol called Transmission Control Protocol (TCP), which
establishes a virtual connection between a destination and a source. IP by itself is
something like the postal system. It allows you to address a package and drop it in
the system, but theres no direct link between you and the recipient. TCP/IP, on the
other hand, establishes a connection between two hosts so that they can send
messages back and forth for a period of time.
Internet Control Message Protocol (ICMP) Provides error messages. It is an
extension to the Internet Protocol (IP). ICMP supports packets containing error,
control, and informational messages. The PING command, for example, uses ICMP to
test an Internet connection.
IMAP Short for Internet Message Access Protocol, a protocol for retrieving email messages. The latest version, IMAP4, is similar to POP3 but supports some
additional features. For example, with IMAP4, you can search through your e-mail
messages for keywords while the messages are still on mail server. You can then
choose which messages to download to your machine.