Questions and Answers - Protocols
Questions and Answers - Protocols
Questions and Answers - Protocols
Description
Protocols
Application
HTTP, Telnet,
FTP, TFTP,
SNMP, DNS,
SMTP,
X Windows, other
application
protocols
Transport
Internet
Network
Ethernet, Token
interface
4. Describe the application of the TCP/IP protocol when a message is sent from one host to
another on the internet.
1. The application program at the originating host passes its data, the
destination address, and other parameters required to the transport
layer
2. The transport layer encapsulates the data by attaching it to a header
that it has created and then passes it to the Internet layer.
3. The Internet layer encapsulates the data inside an IP header and passes
it to the link layer.
4. The link layer (in this example, Ethernet) encapsulates the data as a
frame inside an Ethernet header and trailer for transmission by the
physical media.
5. Data is encoded as bits on the physical medium. This is called electrical
encoding.
6. The Ethernet frame is encoded in electrical bits, transmitted over the
physical medium, and delivered to the interface of the destination host.
7. The Internet layer extracts the IP packet from the Ethernet frame and
passes it to the transport layer.
8. The transport layer ensures that all segments are in order and delivers
the data to the host application program.
DNS - Domain Name System - translates network address (such as IP addresses) into terms
understood by humans (such as Domain Names) and vice-versa
DHCP - Dynamic Host Configuration Protocol - can automatically assign Internet addresses to
computers and users
FTP - File Transfer Protocol - a protocol that is used to transfer and manipulate files on the
Internet
HTTP - HyperText Transfer Protocol - An Internet-based protocol for sending and receiving
webpages
IMAP - Internet Message Access Protocol - A protocol for e-mail messages on the Internet
IRC - Internet Relay Chat - a protocol used for Internet chat and other communications
POP3 - Post Office protocol Version 3 - a protocol used by e-mail clients to retrieve messages
from remote servers
SMTP - Simple Mail Transfer Protocol - A protocol for e-mail messages on the Internet