The Internet Flashcards
What is the Internet?
Global network providing info and communication facilities, consisting of interconnected networks using protocols.
What is a Website?
Location connected to the Internet that maintains one or more web pages.
What is a Web Page?
HyperText document connected to the World Wide Web.
What is a part of the Core Development Triad?
HTTP (HyperText Transfer Protocol), HTML (HyperText Markup Language) and CSS (Cascading Style Sheets).
What types of HTTP requests can you have?
DELETE, GET, POST, HEAD and PUT
What is the difference between Symmetric Encryption and Asymmetric Encryption?
Symmetric Encryption is used for encrypted emails and file and drive encryption. Whereas Asymmetric Encryption is used for secure sessions and it creates a secure connection to the Internet.
How does HTTPS create a secure web traffic?
It uses SSL (Secure Socket Layer) or TLS (Transport Layer Security).
What is FTP and what does it do?
File Transfer Protocol, this transfers files over the internet, however it isn’t secure unless made as a FTPS (File Transfer Protocol Secure) with SSL or TLS.
What is SMTP and what does it do?
Secure Mail Transfer Protocol, this transfers emails over the internet between email servers.
What is NNTP and what does it do?
Network News Transfer Protocol, this delivers news articles for news feeds.
Say the 6 types of protocols!
FTP - File Transfer Protocol FTPS - File Transfer Protocol Secure SMTP - Secure Mail Transfer Protocol HTTP - HyperText Transfer Protocol HTTPS - HyperText Transfer Protocol Secure NNTP - Network News Transfer Protocol