Network Protocols
Network Protocols
By-Harshit Barot
Types Of Protocols
● FTP us most commonly used to download a file from a server using the
internet or to upload a file to a server.
SMTP(Simple Mail Transfer Protocol)
● It is used to send emails and messages to other networks or computers.
● POP3 deletes emails on the server after downloading which are then on
our local email client.
● The user can read all the emails offline once downloaded on the hardisk.
TELNET(Remote Login)
● It allows a user to communicate with a remote machine.
● A user who is logging into their own system can also get access to log
onto another users system.
● It can share files to a remote system with the help of command line
interface.
HTTP(Hyper Text Transfer Protocol)
● HTTP is designed for transferring a hypertext among two or more
system.
● HTML tags are used for creating links.These links may be in any from
text or images.
● HTTPS established an encrypted link between the browser and the web
server using the secure socket layer (SSL) or Transport Layer Security (
TLS) protocols.
● Thus https prevents hackers from reading and modifying data during
transfer.
Thank You