Back to 课程

Computer Science GCES AQA

0% Complete
0/0 Steps
  1. Representing Algorithms Aqa
    4 主题
  2. Efficiency Of Algorithms Aqa
    1 主题
  3. Searching Algorithms Aqa
    3 主题
  4. Sorting Algorithms Aqa
    3 主题
  5. Data Types Aqa
    1 主题
  6. Programming Concepts Aqa
    5 主题
  7. Arithmetic Relational And Boolean Operations Aqa
    1 主题
  8. Data Structures Aqa
    3 主题
  9. String Manipulation Aqa
    1 主题
  10. Random Number Generation Aqa
    1 主题
  11. Structured Programming Aqa
    2 主题
  12. Robust And Secure Programming Aqa
    4 主题
  13. Number Bases Aqa
    2 主题
  14. Converting Between Number Bases Aqa
    3 主题
  15. Units Of Information Aqa
    9 主题
  16. Hardware And Software Aqa
    4 主题
  17. Boolean Logic Aqa
    3 主题
  18. Programming Languages And Translators Aqa
    2 主题
  19. Cpu Architecture Performance And Embedded Systems Aqa
    4 主题
  20. Memory Aqa
    2 主题
  21. Secondary Storage Aqa
    3 主题
  22. Fundamentals Of Computer Networks Aqa
    8 主题
  23. Fundamentals Of Cyber Security Aqa
    1 主题
  24. Methods Of Preventing Cyber Security Threats Aqa
    1 主题
  25. Relational Databases Aqa
    2 主题
  26. Ethical Legal And Environmental Impacts Aqa
    2 主题
课 Progress
0% Complete

Exam code:8525

Examiner Tips and Tricks

New syllabus alert – if your exam is in 2027 or later, use the new notes

Network Protocols

Network Protocols

What is a protocol?

  • A protocol is a set of rules that govern communication on a network

  • There are protocols for different purposes, such as:

    • Ethernet & Wi-Fi

    • TCP/IP & UDP

    • HTTP & HTTPS

    • FTP

    • IMAP & SMTP

Ethernet & Wi-Fi

What is Ethernet

  • Ethernet is a family of related protocols used in data communication/transfer on a wired local area network (LAN)

What is Wi-Fi?

  • Wi-Fi is a family of related protocols used in data communication/transfer on a wireless local area network (LAN)

  • Wi-Fi is a trademark, the generic term used to describe networks that make use of Wi-Fi is wireless local area network (WLAN

wifi

Examiner Tips and Tricks

Key point to remember, Wi-Fi is a brand name! Any local area network that uses wireless technology to connect devices is known as a wireless local area network (WLAN)

TCP/IP & UDP

What is TCP/IP?

  • TCP/IP is two protocols, transmission control protocol (TCP) and internet protocol (IP) that combined allow communication over the internet (WAN)

  • TCP is responsible for making sure communication between two routers is error free

  • IP is responsible for making sure data is delivered to the right device on a wide area network (WAN)

What is UDP?

  • User Datagram Protocol (UDP) is an alternative to TCP to send data across a wide area network (WAN)

  • UDP is faster than TCP but less secure and does not guarantee error free transmission

  • UDP is an open, two way communication used in activities where some data loss is acceptable, for example online gaming

  • TCP is much more reliable than UDP

HTTP & HTTPS

What is HTTP & HTTPS?

  • Hypertext Transfer Protocol (HTTP) allows communication between clients and servers for website viewing

  • HTTP allows clients to receive data from the sever (fetching a webpage) and send data to the server (submitting a form, uploading a file)

  • HTTPS works in the same way as HTTP but with an added layer of security. All data sent and received using HTTPS is encrypted

  • HTTPS is used to protect sensitive information such as passwords, financial information and personal data

http

FTP

What is FTP?

  • File Transfer Protocol (FTP) allows sending and receiving files between computers

  • Uploading and downloading files to/from a web server is often completed using FTP

  • FTP offers greater efficiency and support for bulk transfers and large files such as resuming interrupted transfers

  • FTP clients are software applications that use the FTP protocol to make the process easier for users

ftp

IMAP & SMTP

  • A family of protocols that handle sending and receiving of email across the internet (WAN)

imap

What is SMTP?

  • Simple Mail Transfer Protocol (SMTP) is a protocol that allows communication between an email sender and the email server, and between different email servers using the internet

  • In the diagram above, SMTP is used to transfer the senders email to their email providers server and SMTP is used to transfer the email to the recipients email server

What is IMAP?

  • Internet Message Access Protocol (IMAP) is a protocol for downloading emails to a device from an email server

  • Once the email has been retrieved, a copy is retained on the mail server

Worked Example

Explain the purpose of the HTTPS protocol [2]

Answer

  • sending/receiving web pages

  • using an encrypted connection // provides an encrypted version of HTTP

  • more secure web transactions

  • authentication of the website being visited

  • encryption of the data between the server and the client

  • reduces likelihood of man-in-the-middle attacks

Responses

您的邮箱地址不会被公开。 必填项已用 * 标注