Starter quiz

  • What is the role of a web server in displaying a web page?
    • It creates the web page content.
    • It breaks down the web page data into packets.
    • It stores and delivers the web page data to the user's web browser.  ✓
    • It encrypts the web page data for secure transmission.
  • Which of the following statements about HTTP is true?
    • HTTP is a secure protocol that encrypts data.
    • HTTP is used to send email messages.
    • HTTP defines the rules for communication between web browsers and web servers.  ✓
    • HTTP is not a commonly used protocol on the internet.
  • What is a data packet when talking about networks?
    • a complete web page
    • a small segment of data that is part of a larger message  ✓
    • a set of rules for sending and receiving data
    • an error message sent across the internet
  • What is the purpose of a packet header?
    • to store the main content of the data being transmitted
    • to provide information about the packet, such as source and destination address  ✓
    • to encrypt the data in the packet
    • to prevent data loss during transmission
  • What is the main reason why data is broken down into packets before being sent over the internet?
    • to make the data travel faster
    • to make it easier to transmit data in smaller chunks  ✓
    • to prevent attackers from intercepting the data
    • to reduce the cost of data transmission
  • Which of the following is a benefit of using packets to transmit data?
    • Packets can take different routes, improving the reliability of transmission.  ✓
    • Packets are always delivered in the correct order.
    • Packets prevent any data loss during transmission.
    • Packets are only used for small amounts of data.
+