What is the Internet?
The worldwide collection of networks that use standard (TCP/IP) protocols
What is a router and how does it work?
What is a gateway?
A device within a network that connects it to another network (like a router). If the networks use different protocols, it will handle the conversion from one protocol to the other.
What is an IP address?
A binary number assigned to a node in an internet network that is made up of a network ID and a host ID.
What is a packet and what are the main components of a packet?
What is an NIC?
Network Interface Controller
* A hardware component that connects to the motherboard and is hardwired with a unique MAC address
* It allows a computer to connect to a network
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 transport layer do?
What does the application layer do?
What does transport layer header add to each packet? [Give 4 points]
Any 4 from:
- The sequence number
- The source port number
- The destination port number
- Time to live
- Packet size
- Protocol identifier
- Type of service
- IP version
- Flags
- Header length
What protocol does network layer use?
IP (Internet Protocol)
What protocol does transport layer use?
TCP (Transmission Control Protocol) or UDP (User Datagram Protocol)
What is a MAC address?
Media Access Control address. A 12-digit hexadecimal address hardcoded on a network interface controller. Used to uniquely identify networked devices.
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 number (provided by a Transport layer protocol)
What is a port?
A number that identifies a specific network process running on a device.
How does SSH work?
SSH uses 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?
How does HTTPS work?
Similar to HTTP, but HTTPS uses encryption to secure the data being transferred, and authenticates the web server through digital certificates.
How does HTTP work?
The web client sends a request message to a web server and the web server sends back a response message containing the data needed to display the webpage (or other web resource). Hypertext is a format of web pages that can include links between other pages
How does FTP work?