4 Protocols
4 Protocols
Efficiency: Fewer collisions between data packets Reliability: if the hub breaks, then the who
network is disrupted
Reliability: if any connections fail only the
node/computer is affected. Cost: Expensive as extra cables and hardware
needed
Security: more secure as data only sent to
intended recipient
Efficiency: Can be slow as there are collisions Reliability: If the main cable breaks then the
whole network breaks
Cost: Cheap to install
Security: Less secure as data are sent to all nodes
Ease of use/installation: Easy to add more
computers
Starter: What is a network
protocol? Find out on the
web
Network protocols
Learning objectives
Explain what a network protocol is
Explain the purpose of the following protocols:
HTTP
HTTPS
SMTP
POP3
IMAP
FTP
TCP
UDP
IP
Ethernet
Wi Fi
Standards and network protocols
Standards allow us to achieve compatibility between different
systems
This enables different hardware and code to work together and to
communicate with one another.
Communication protocols establish the standards
A network protocol is a set of rules that allow computers to
communicate and exchange information over a network.
There are many types of protocols depending on the application.
HTTP – Hypertext transfer protocol
HTTP is the protocol used for the world wide web. An exchange begins
with a request for a web page from a client web browser to a web
server. The server then sends the web page to the client.
7
HTTPS – Secure Hypertext transfer protocol
8
FTP – File Transfer Protocol
9
FTP Task
Open up an FTP session download
one of the files from the site. Common commands:
Open up cmd open – start a session
pwd – present working directory
C:> ftp dir - list contents of directory
ftp> open speedtest.tele2.net
get – download a file
User: anonymous
mget – downloadone or more files
Password: anonymous
mput – upload one or more files
ftp> dir
put – upload a file
ftp> get 100KB.zip
cd – change directory
close – close a session
Email
Network
Email is sent by the sender client to the email server. It is stored there
until the recipient requests access and then the email is forwarded to
the receiver’s computer.
Email protocols (SMTP, POP3, IMAP)
SMTP (simple mail transfer protocol): Sends the mail from the user
onto the mail server.
POP3 (Post office protocol): Downloads the mail from the mail server
to the client (user) when requested.
IMAP (Internet Message Access Protocol): Retrieves the mail from the
mail server to the client (user) and allows the user can configure the
storage of email on the server, which facilitates access on any device.
IMAP has superseded POP3.
TCP – Transport control protocol
15
Ethernet