Chapter 18 - Essentials of Networking Flashcards

(56 cards)

1
Q

What is a host in networking?

A

A host is any device connected to a network.

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

Give examples of hosts.

A

Desktop, laptop, printer, smartphone, smart TV, industrial equipment.

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

What does the term local host refer to?

A

The device you’re using right now (your personal computer or phone).

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

What does the term remote host refer to?

A

Another device on the same network or accessible over the internet (like a website server).

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

What are common reasons people use networks?

A

Surf the web, stream videos, share and print documents, access cloud storage or email.

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

What is the role of your device in network-based tasks?

A

It reaches out to another device (a server) to request or retrieve data.

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

What type of device does your device usually contact on a network?

A

A server.

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

What are examples of streaming services that require a network?

A

YouTube, Netflix.

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

Why is accessing cloud storage considered a network task?

A

Because it involves retrieving data from another device over the internet.

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

What does a web server do?

A

Stores and serves web pages.

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

What software might a web server use?

A

Apache HTTP or Microsoft IIS.

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

How does a browser interact with a web server?

A

The browser (client) requests webpage data from the web server.

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

What is the main function of a streaming server?

A

Delivers video quickly and smoothly using specialized software.

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

What is a print server used for?

A

It shares a locally connected printer over the network.

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

How do other devices use a print server?

A

They print through it even if the printer is plugged into a different computer.

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

What is the function of a file server?

A

Hosts shared folders and files for others to browse or edit over the network.

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

What does a mail server handle?

A

Sending, receiving, and storing email.

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

Which clients typically connect to a mail server?

A

Outlook, Apple Mail, etc.

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

What are legacy and embedded systems in networking?

A

Older or specialized systems that still function as network devices.

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

Why are legacy systems often still in use?

A

They still work and replacing them would be costly or disruptive.

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

What is a resource in networking?

A

Anything a device can share with another device.

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

What are common types of network resources?

A

Webpages, videos, files/folders, printers, email, music.

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

What is the main goal of networking?

A

To allow devices to share and access resources.

24
Q

What are examples of standardized physical infrastructure in networking?

A

Ethernet cables, Network Interface Cards (NICs), and device connections.

25
Why is standardized physical infrastructure important?
It ensures all hardware works well together.
26
Why does each device on a network need a unique address?
To send and receive data accurately.
27
What type of address is used to identify devices on a network?
IP address.
28
What do servers need to share resources?
Software that makes resources available.
29
What do clients need to access network resources?
Software that requests and uses the shared resources.
30
What is a Network Interface Controller (NIC)?
Hardware that connects a computer to the network.
31
What unique function does a NIC provide to a device?
It gives the device a unique identity on the network.
32
How does a NIC handle large files during transmission?
It chops them into smaller data packets and reassembles them at the destination.
33
How were NICs typically installed in the past?
They were physical cards installed into computers.
34
Where are NICs usually found today?
Built into the motherboard of most modern devices.
35
What is a transmission medium in networking?
The physical way data travels from one device to another.
36
What is the most common transmission medium?
Cable carrying electrical signals.
37
What are some wireless transmission methods?
Radio waves (Wi-Fi), infrared, and other wireless technologies.
38
What role does the operating system play in networking?
It communicates with the NIC, sends and receives data, and connects with other machines.
39
Why does the OS need networking software?
To understand how to send, receive, and manage data over a network.
40
What happens to data before it travels over a network?
It’s broken into smaller pieces called frames.
41
What is a frame in networking?
A basic unit of data used to move information between network devices.
42
What do frames include?
Sender's MAC address, receiver's MAC address, data, and error checking info.
43
What is the function of the sender’s MAC address in a frame?
It acts like a return address.
44
What is the receiver’s MAC address used for in a frame?
To indicate where the frame is going.
45
What does error checking in a frame do?
Ensures the data hasn’t been corrupted during transmission.
46
What component creates and processes frames?
The NIC (Network Interface Controller).
47
What is the relationship between packets and frames?
Packets live inside of frames; frames are the outer wrapper.
48
What is a MAC address?
A unique ID assigned to every NIC (Network Interface Controller).
49
What is the format of a MAC address?
A 48-bit binary number.
50
Where is the MAC address sometimes found physically?
Printed on the NIC itself.
51
What is MAC spoofing?
Manually changing the MAC address of a NIC.
52
What are the main components of a frame?
Destination MAC, Source MAC, Payload (Data), and Error checking.
53
What is CRC in networking?
Cyclic Redundancy Check – a math formula to verify data integrity.
54
What happens if CRC fails?
The receiver knows data was corrupted and can request it again.
55
Why do frames vary in size?
Because different network technologies use different frame sizes.
56