What are protocols?
Functions of a protocol
What is data integrity?
Data integrity refers to the overall completeness, accuracy and consistency of data.
What is flow control?
What is deadlock in networking?
Deadlock occurs when competing tasks prevent each other from completing, leading to a system being stuck in an endless loop.
Example: Multiple processes on a PC try to “swap” to virtual memory, causing “thrashing” and system instability.
What is congestion in networking?
Congestion refers to significant slowdowns in communication due to overburdened communication channels (e.g., wires, routers).
Unlike deadlock, congestion does not halt processes but leads to inefficiency and slower data transfer.
What is error checking?
A website allows members to place orders for products. A person may become a member by completing an online form with their details, including payment method, email address and password. To order from the site a member must enter a username and a password.
Explain the role of protocols when a member access the site
Protocols like HTTPS and TLS play a crucial role when a member accesses the website by ensuring secure communication between the user’s device and the server. HTTPS, using TLS encryption, protects sensitive data such as usernames, passwords, and payment details from interception or tampering during transmission. These protocols also authenticate the website’s identity, ensuring the user is interacting with a legitimate site, thereby enhancing security, data integrity, and user trust.
Outline the importance of network protocols