CHAPTER 2: METHODS

CHAPTER 2: METHODS

9th - 12th Grade

27 Qs

quiz-placeholder

Similar activities

Data Communication and Networks

Data Communication and Networks

9th Grade

30 Qs

iGCSE-Recap_Quiz (unit 1-5)

iGCSE-Recap_Quiz (unit 1-5)

9th - 12th Grade

30 Qs

KOMUNIKASI DATA

KOMUNIKASI DATA

1st Grade - University

30 Qs

UTS TLJ XI Semester Genap 22/23

UTS TLJ XI Semester Genap 22/23

11th Grade

25 Qs

Data Communication

Data Communication

7th - 9th Grade

25 Qs

Data Tranmission (No Error Checking)

Data Tranmission (No Error Checking)

10th Grade

25 Qs

Pearson 1CP2 - 4.1 - Packets and Routers

Pearson 1CP2 - 4.1 - Packets and Routers

9th - 12th Grade

24 Qs

1.3b - End of topic quiz!

1.3b - End of topic quiz!

5th - 10th Grade

22 Qs

CHAPTER 2: METHODS

CHAPTER 2: METHODS

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Casielyn Miraflores Capistrano

Used 1+ times

FREE Resource

27 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is found in the payload of a data packet?

Destination address

The actual data being sent

Error detection code

Sequence number

Answer explanation

Payload contains the main body of the packet. It contains the actual data or message being transmitted e.g., part of a file, an email text, a video frame.

Destination address belongs to the header, which holds addressing and control information.

Error detection code usually found in the trailer e.g., checksum to check for corruption.

Sequence number also part of the header, used to reassemble packets in the correct order..

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following correctly describes the three main parts of a packet?

Bit, byte, frame

Source, destination, data

Address, error code, checksum

Header, payload, trailer

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A packet trailer contains error detection information. What is its purpose?

To check whether data has been corrupted

To recover lost packets

To store the destination IP address

To encrypt the data

Answer explanation

The trailer often contains an error detection code such as a checksum or cyclic redundancy check.

When the packet arrives, the receiving device recalculates this code based on the received data.

If the calculated code matches the one in the trailer, the data is likely correct.

If it does not match this indicates corruption during transmission.

Recover lost packets that is handled by retransmission requests.

Store destination address that’s in the header, not trailer.

Encrypt the data, encryption is a separate process, not part of the trailer.

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Why is a sequence number included in the structure of a packet?

To identify the start and end of a file

To prevent data from being corrupted during transmission

To ensure packets can be reassembled in the correct order

To encrypt the packet for security

Answer explanation

When data is transmitted over a network, it is broken into many smaller packets. These packets may take different routes and arrive at the destination out of order.

  • The sequence number in each packet header tells the receiving computer the correct position of the packet in the original data stream.

  • This allows the receiving computer to reassemble packets in the right order, even if they arrive mixed up.

  • Error detection is handled by checksums in the trailer (not sequence numbers), and encryption is provided by other protocols.

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Why is data split into packets before being transmitted?

To prevent viruses spreading across the network

To remove the need for error checking

To allow multiple users to share the same communication line efficiently

To make transmission slower but more reliable

Answer explanation

Allowing multiple users to share the same communication line efficiently, this is the main reason data is packetised. Packet switching allows pieces of different users’ data to travel across the same network at the same time, making efficient use of bandwidth. Data is split into packets to improve efficiency of transmission, so many users can share network resources. Each packet can take its own route to the destination, and the receiving computer reassembles them in order.

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following statements best describes the structure of a data packet?

A packet contains a header, payload, and trailer, each with a specific role.

A packet is a continuous stream of binary digits with no divisions.

A packet is a single unit of storage used to hold data inside the CPU.

A packet consists only of the message data being transmitted.

Answer explanation

A data packet is divided into three main sections:

  • Header that control information such as source and destination address, sequence number

  • Payload holds the actual data being transmitted

  • Trailer is for error detection code, e.g., checksum

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Packet switching is used to transmit data packets across the network.

Identify the device that controls which path is taken by each data packet.

Switch

Hub

Gateway

Router

Answer explanation

In packet-switched networks, the router examines the destination address in each packet header and decides the most efficient path for the packet to take across the network.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?