PartB Protocol for 10
PartB Protocol for 10
Application (165)
CHAPTER 1: PART B: PROTOCOLS
What to learn in
this part:-
TCP/IP
FTP
SMTP
POP3
SSH
Telnet
SCP
SFTP
What is protocol?
Network Protocols
TCP/IP
Http
https SMTP
POP3 UDP
Protocol: TCP/IP :Transfer Control Protocol / Internet
Protocol
HTTP HTTPS
It is a secure
version of HTTP
A set of rules for
transferring files( Which means all
graphics, sound, text, communication the
video, etc) between
on the World Wid your browser and
e Web website are encrypthe
ted.
Whenever we en
ter
it sends an H TTP a URL in browser, HTTPS is often us
web server direct com m an d to th e ed
highly confidentia to protect
in
tra nsm it th e requ g it to fetch an d transactions like l online
ested web pa ges.
online banking
and shopping fo
rms.
Protocol: FTP – File Transfer Protocol
FTP is most commonly used protocol to download a file from or upload a file to a server using the
internet.
It is used to transfer files between two computers to a web server and vice-versa.
FTP server or administrator provides Username and Password to access files without any
restrictions.
The client can choose to send / receive copies of files, individually or in groups.
Anonymous FTP gives unrestricted access to the file server. (in this case user has to enter as Guest or
Anonymous User which has limited access.
Protocol: SSH – Secure Shell
Secure shell is method for secure remote logins from one computer to
another.
Provides secure access for users and automated processes and file
transfers.
Protocol: SFTP and SCP
SFTP stands for SSH File Transfer Protocols, is a separate protocol
packaged with SSH.
Post Office Protocol 3, or POP3, is the most commonly used protocol for
receiving email over the internet.
POP3 offers a means of downloading email from a server to the client so the
recipient can view the email offline. POP3 = a "store-and-forward" service.
The protocol is ideal when users need to access their email offline and they
use a designated device for retrieval.
Internet Message Access Protocol
(IMAP) is an application layer
protocol that operates as a contract
for receiving emails from the mail
server.
IMAP
Protocol: Telnet