Networks - layers/protocols 1.3 Flashcards
HTTP
-hypertext transfer protocol
-access/receiving web pages vie internet
-written in html
how does http work
-protocol requests a webpage from web server
-server sends response with webpage
HTTPS
-HTTP but a secure version
Ethernet
-A suite of protocols used with wired
networks.
WiFi
A suite of protocols used with wireless
networks. It enables the transmission of
data through radio signals.
HTTP meaning
A protocol that is used to identify, request,
and transfer web pages across the
internet.
FTP
-file transfer protocol
-protocol that deals with uploading +
downloading files from a server. Users can choose what to download and where to upload.
POP
-Used with email.
-retrieves email from the email server,
-delivers it to
your computer + then deletes
it from the email server.
IMAP
Used with email.
-retrieves the
email from the email server but also leaves
a copy of it on the remote server.
SMTP
-Used with email.
- deals with
sending an email to an email server.
How email works
-email is sent from device to mail server via SMTP
-forwarded on by other SMTP servers
-reaches destination mail server + stored
-recipient uses POP/IMAP to access email
Transmission control protocol
-TCP
-breaks up msg sent over internet into data packets
-reassembles packets
-deletes errors
-resends lost msg
IP
-routes data packets from one IP address to another
sending data
-application chooses best protocol to use
Order of sending data (layers)
-application
-transport
-internet
-link
Application layer
-applications create data to send
Eg of protocols used in application layer
-SMTP
-FTP
-HTTP
Transport layer
-creates connection between 2 devices
-2 computers decide on communication setting (size of packets etc)
-Data is divided + assigned packet numbers = packet switching
Eg of protocols used in transport layer
-TCP
-UDP (user datagram protocol)
Internet layer
-routes packets = router operate now
-source/destination written on packets
Eg of protocols used in Internet layer
IP
Link layer
-links data to physical network hardware (cables or device hardware)
Eg of protocols used in link layer
-NIC
-Cables