wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Unit 8 Quiz Prep

Total questions: 17

Worksheet time: 13mins

Name
Class
Date
1.

Which of the following best explains what happens when a new device is connected to the Internet?

a)

A device driver is assigned to the device.

b)

An Internet Protocol (IP) address is assigned to the device.

c)

A packet number is assigned to the device.

d)

A Web site is assigned to the device.

2.

According to the domain name system (DNS), which of the following is a subdomain of the domain example.com?

3.

A user enters a Web address in a browser, and a request for a file is sent to a Web server. Which of the following best describes how the file is sent back to the user?

a)

The file is broken into packets and sent over a network. The packets must be reassembled by the user’s computer when they are received. If any packets are missing, the browser re-requests the missing packets.

b)

The file is broken into packets and sent over a network. The user’s browser must request each packet, in order, until all packets are received.

c)

The server attempts to connect directly to the user’s computer. If the connection is successful, the entire file is sent at once. If the connection is unsuccessful, an error message is sent to the user.

d)

The server repeatedly attempts to connect directly to the user’s computer until a connection is made. Once the connection is made, the entire file is sent.

4.

Which of the following is a benefit of the fault-tolerant nature of Internet routing?

a)

The ability to use a hierarchical naming system to avoid naming conflicts

b)

The ability to resolve errors in domain name system (DNS) lookups

c)

The ability to use multiple protocols such as hypertext transfer protocol (HTTP), Internet protocol (IP), and simple mail transfer protocol (SMTP) to transfer data.

d)

The ability to provide data transmission even when some connections between routers have failed

5.

Two computers are built by different manufacturers. One is running a Web server and the other is running a Web browser. Which of the following best describes whether these two computers can communicate with each other across the Internet?

a)

The computers cannot communicate, because different manufacturers use different communication protocols.

b)

The computers can communicate, but additional hardware is needed to convert data packets from one computer’s protocol to the other computer’s protocol.

c)

The computers can communicate directly only if the messages consist of text. Other formats cannot be interpreted across computers.

d)

The computers can communicate directly because Internet communication uses standard protocols that are used by all computers on the Internet.

6.

A city government is attempting to reduce the digital divide between groups with differing access to computing and the Internet.

Which of the following actions is least likely to be effective in this purpose?

a)

Holding basic computer classes at community centers

b)

Providing free wireless Internet connections at locations in low-income neighborhoods

c)

Putting helpful tips for operating computers on the city government website

d)

Requiring that every school and library have assistive devices that allow people with disabilities to access computer resources

7.

An IPv4 address has 32 bits, so there are 232 (over 4 billion) possible IPv4 addresses. Since the Internet is gaining devices quickly, we will soon surpass 232 unique devices on the Internet.

In anticipation of all the new Internet devices, we are in the process of switching to IPv6, which uses 128 bits for a single address. That’s 96 extra bits to represent one address!

Which of the following statements correctly describes how many more addresses will be possible to represent by switching from IPv4 to IPv6?

a)

96 more addresses can be represented with IPv6

b)

232 more addresses can be represented with IPv6

c)

96 times as many addresses can be represented with IPv6

d)

296 times as many addresses can be represented with IPv6

8.

Which of the following would pose the greatest threat to a user’s personal privacy if it were to be leaked to the public?

a)

The IP address of the user’s computer

b)

The user’s browser cookies

c)

The user’s email address

d)

The user’s public key used for encryption

9.

What is a Distributed Denial of Service (DDoS) attack?

a)

An attempt by a government to deny Internet access to its citizens

b)

An attempt to deny access to a website by flooding the website’s servers with millions of requests from different computers

c)

An attempt by one user to deny service to another user by posting malicious material on a social network

d)

An attempt by an Internet user to access private information stored in a private database

10.

Consider the following network diagram:

Each box represents a device connected to the network, each line represents a direct connection between two devices.

Which of the following statements are true about this network:

A - The network is fault tolerant. If one connection fails, any two devices can still communicate. B - Computers C and E need to first communicate with at least one other device in order to communicate with each other.

a)

A only

b)

B only

c)

Neither A nor B

d)

A and B

11.

What is the number base of the binary number system?

a)

10

b)

2

c)

1

d)

0

12.

ASCII is a character encoding scheme that uses a numeric value to represent each character.

For example, the uppercase letter ‘G’ is represented by the binary (base 2) value 0100 0111.

A subset of characters and their corresponding ASCII values are shown in the table below: How many bits are used to encode a character according to the ASCII encoding scheme?

a)

2 bits

b)

4 bits

c)

6 bits

d)

8 bits

13.

What is the latency of a system?

a)

The amount of data (in bits) that can be transmitted at any given time

b)

The distance that data needs to travel in a network

c)

The time it takes for a bit to travel from sender to receiver

d)

The strength of the network connection

14.

What is the bitrate of a system?

a)

The number of bits used to encode a single letter

b)

The amount of data (in bits) that can be sent in a fixed amount of time

c)

The strength of the network connection

d)

The distance that data needs to travel in a network

15.

Which of the following makes sure that each request is forwarded to its intended recipient?

a)

Network

b)

Router

c)

Bits

d)

Computer Systems

16.

If packets arrive out of order, all of the packets need to be sent again so they can be pieced together correctly.

a)

True

b)

False

17.

What information is contained in a packet?

a)

The entirety of a digital message

b)

The entirety of a digital message, and metadata about the message, including where it came from and where it is going.

c)

A small part of a digital message

d)

A small part of a digital message, and metadata about the message, including where it came from and where it is going.