How the Internet Works
Exam Review
Security on the Internet/Additional Vocab
Domain Names
Blast From the Past
100

What is an IP Address? What is the purpose?

A number assigned to any item that is connected to the Internet.  IP addresses provide a unique number for identifying devices that send and receive information on the Internet

100

What is paired programming? What are the two roles?

Paired Programming-a collaborative programming style in which two programmers switch between the roles of writing code and tracking or planning high level progress

Driver- Manipulates the keyboard and the mouse

Navigator- Keeps track of the big picture. Guides towards the goal.

100

What is the time elapsed between the transmission and the receipt of a request.

Latency

100

Defined as the website names that use words and letters to describe them

Domain names

100

What is a difference between Analog and Digital Data?

Analog Data= smooth data

Digital Data= Choppy copy

200

What is a Packet?

Small chunks of information that have been carefully formed from larger chunks of information. How information is sent over the internet.  The internet traffic process in which information is broken into smaller packets that are sent along different routes, and reassembled at their destination

200


Which of the following best describes the protocols used on the Internet?

The protocols of the Internet are open and used by all devices connected to the network

200

Type of attack that consists of creating an email and/or websites that look exactly like a legitimate one to try to induce people to introduce sensitive information

Phishing attacks

200

What’s the function of the DNS (Domain Name Service)?

Translating the site name in text format to a numeric IP address

200

Which value is greater: 135 or 10000111?

135= 10000111

300

What is a computer network?

A computer network is any group of interconnected computing devices capable of sending or receiving data.

300

Which of the following Internet protocols is used to request and send pages and files on the World Wide Web?

 HyperText Transfer Protocol (HTTP)

300

Which of the following is true of how the Internet has responded to the increasing number of devices now using the network?

Moore's Law-  The protocols of the Internet were designed to SCALE as new devices are added

300

Which part of a domain name is the top-level domain (TLD)?

The far right side of the domain name

300

8 bits is enough to represent 256 different numbers. How many total bits do you need to represent 513 different numbers

10 bits

400

What is Fault Tolerance?

The Internet having a lot of redundancy and duplication built into it makes it have this trait

400


Your computer uses 4 bits to represent decimal numbers (0, 1, 2, 3 and so on) in binary. What is the SMALLEST number for which an overflow error occur?

16

400

What is a measure of bit rate - the amount of data (measured in bits) that can be sent in a fixed amount of time?

What is Bandwidth

400

What does URL stand for?

Uniform Resource Locator

400

What is the difference between lossy vs lossless compression?

Lossy: Compression that removes data that can’t be returned to its original format

 Lossless: Compression that removes data that can be returned to its original format

500

How does  HTTP represent a level of abstraction?

HTTP is built on top of TCP/IP and other layers of protocols.  At this higher level, we do not need to know how the lower levels work exactly.

500


Which of the following is true of intellectual property?

Creative Commons enables content creators to freely distribute their otherwise copyrighted work.

500

What is difference between TCP and UDP?

Transmission Control Protocol (TCP)- quality

 User Datagram Protocol (UDP)- speed

500

What’s the syntax of second-level domains?

This level is delineated by periods ( .anywhere. )


EX: www.anywhere.com

500

In ASCII, the uppercase letter "G" is represented by the decimal (base 10) value 71.  What would be the letter Q written in the decimal (base 10) value?

81= 01010001