Network Protocols
Network Protocols
Network Protocols
HTTP is used by
Web browsers
and Web servers
to exchange files
(such as Web
pages) through
the World Wide
Web and
intranets. HTTP
can be described
as an
HyperText information
Transfer Protocol requesting and
(HTTP) responding
protocol. It is
typically used to
Web browsing request and
send Web
documents, but
is also used as
the protocol for
communication
between agents
using different
TCP/IP protocols.
HTTPS is a
secure form of
HTTP over SSL HTTP that uses
(HTTPS) SSL to encrypt
data before it is
transmitted.
TFTP is similar to
FTP. It lets you
transfer files
between a host
and an FTP
server. However,
it provides no
user
authentication
and no error
detection. TFTP
Trivial File
is often used
Transfer Protocol
when
(TFTP)
transferring files
such as video,
audio, or
images. Because
it does not
perform error
detection, TFTP
is faster than
FTP, but might
be subject to file
errors.
SCP is
associated with
Unix/Linux
networks and
used to transfer
files between
Secure Copy systems. Like
(SCP) SFTP, SCP relies
on SSH to ensure
that data and
passwords are
not transmitted
over the network
in clear text.
POP3 is part of
the TCP/IP
protocol suite
and is used to
retrieve e-mail
from a remote
server to a local
client over a
Post Office TCP/IP
Protocol 3 (POP3) connection. With
POP3, e-mail
messages are
downloaded to
the client.
An e-mail client
that uses POP3
for receiving
mail uses SMTP
for sending mail.
DNS is a system
that is
distributed
throughout the
internetwork to
provide
address/name
Domain Name
resolution. For
System (DNS)
example, the
name
www.mydomai
n.comwould be
identified with a
specific IP
address.
NTP is used to
communicate
time
Network Time synchronization
Protocol (NTP) information
between
systems on a
network.
Network SNMP is a
management protocol
designed for
managing
complex
networks. SNMP
lets network
hosts exchange
Simple Network
configuration
Management
and status
Protocol (SNMP)
information. This
information can
be gathered by
management
software and
used to monitor
and manage the
network.
UDP is a host-to-
host protocol like
TCP. However, it
does not include
mechanisms for
ensuring timely
and accurate
User Datagram delivery.
Protocol (UDP) Because it has
less overhead, it
offers fast
communications,
but at the
expense of
possible errors
or data loss.