Flashcards for test 2 (individual)

1
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the primary function of the Physical Network layer?

A

Physically connecting devices to one another so that information can move through the network.

This includes using fiber optic cables, wifi signals, or copper wires to connect devices.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What types of connections can be used in a Physical Network?

A
  • Fiber optic cables
  • Wifi signals
  • Copper wires

These connections allow computers, smartphones, and servers to communicate without needing to be directly connected.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the purpose of the Internet Protocol (IP)?

A

Uniquely identifying people on the internet and routing messages between them.

Each device on the internet has a unique IP address.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How does routing work in IP?

A

Routers use to and from IP addresses to move data along a path of direct connections dynamically.

The routing path is unpredictable and changes based on network conditions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does TCP stand for?

A

Transmission Control Protocol.

It is used to send large messages over the Internet when accuracy is most important.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a key feature of TCP?

A

Messages are divided into packets and sent all at once, with packets being numbered for re-ordering.

Missing packets can be requested by the receiver.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Why is TCP slower than UDP?

A

TCP includes error checking, which takes more time.

This makes TCP more reliable.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does UDP stand for?

A

User Datagram Protocol.

It is used to send large messages over the Internet when speed is most important.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is a key feature of UDP?

A

There is no error-checking to ensure all packets arrive or that they’re in order.

This makes UDP faster but can result in more errors.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

In what scenarios is UDP particularly useful?

A
  • Streaming video
  • Online gaming

Speed is prioritized over perfect accuracy in these applications.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the role of the Domain Name System (DNS)?

A

Translate human-readable domains into IP addresses that can be used by the Internet.

For example, it converts code.org or example.com into corresponding IP addresses.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How does a computer interact with DNS?

A

The computer contacts DNS servers to look up IP addresses associated with domain names.

This communication is done over the Internet using TCP/IP packets.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What does HTTP stand for?

A

HyperText Transfer Protocol.

It allows computers to request and share various file types on the Internet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is a typical command used in HTTP requests?

A

GET.

This command is used to request files from a server.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What happens when a server receives an HTTP request?

A

The server responds with the requested files, which are displayed by the browser.

HTTP requests are sent over the Internet as part of TCP/IP packets.

17
Q

What is the World Wide Web comprised of?

A

Files that are requested using HTTP and sent over the Internet.

This includes webpages, audio, images, videos, and other file types.