What is a data payload?
The TCP and IP headers and application data all collectively
When two devices are communicating, what actually does the communicating and what is this called?
What are the 4 layers of the TCP-IP model?
What does the TCP-IP model show?
How data is generated by an app and is processed by different protocols so it can be sent across physical connections.
Describe what the application layer does
Where network applications create and interpret data
Describe what happens at the Transport layer
What protocols are found at the transport layer?
Describe what happens at the Network layer
What is the purpose of a time-to-live value?
It prevents additional congestion caused by lost packets by deleting them from the router
Describe what happens at the Link layer
What is a port and what is it used for?
A communication endpoint that addresses a service or application on a network and allows for the same device to run multiple network applications
What are well known ports and what is their use?
Reserved port numbers for specific purposes/protocols which are required so that clients can initiate communication with servers
What is a client port?
What is a server port?
What is a MAC Address?
48-bit number used to uniquely identify a network interface card and exchange data on a LAN
What is a network socket?
A combination of IP address and port number, IP : port
What does HyperText Transfer Protocol (HTTP) do?
Defines how web browsers communicate with web servers
What is a web server?
Software used to listen to HTTP requests and return HTML files or other data
What are web browsers?
Retrieve and display web pages on a client computer by generating a HTTP request for required resources.
How do web servers and web browsers interact?
What is the difference between HTTP and HTTPS?
What are the features of File Transfer Protocol (FTP)?
What does SMTP do?
Send emails from a client to a mail server, or from one user’s mail server to another
How does POP3 work?