What is the Internet?
The worldwide collection of networks that use the Internet Protocol Suite (TCP/IP)
What is a router?
A device that receives packets on a network and forwards them to correct destinations based on an IP address
What is a gateway?
What is a domain name server?
A server that contains databases of IP addresses and their corresponding FQDNs.
What is an IP address?
An IP address uniquely identifies a device on a network, and defines where it is located geographically.
What is the link between a Domain Name and an IP address?
A domain name is a string that corresponds to an IP address.
What is a packet and what are the main components of a packet?
What is an NIC?
What are the steps in packet switching?
What does TCP/IP stand for?
Transmission Control Protocol / Internet Protocol
What are the four layers of the TCP/IP protocol stack?
What does the application layer do?
What is the transport layer responsible for?
What does transport layer add to each packet?
What protocol does network layer use?
IP (Internet Protocol)
What protocol does transport layer use?
TCP (Transmission Control Protocol)
What does network layer add to each packet?
What is a MAC address?
A unique 12-digit hexadecimal address hardcoded on each NIC for use as an address in network communications to uniquely identify any device.
What does the link layer do?
What is a socket?
A socket is the IP address (provided by the IP protocol) combined with the port (provided by the TCP protocol)
What is a port?
The port determines what application on the device needs the packet
How does SSH work?
SSH uses for port 22. It uses public key encryption to authenticate the user and prevent unauthorised access.
How does SMTP work?
SMTP sends the email from the client device to the linked mail server or forwards the email to the recipient’s mail server.
How does POP3 work?