Network (section 1)

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/58

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

59 Terms

1
New cards

What is a computer network?

A group of connected devices (called nodes) that can communicate and share resources like files, printers, or the internet.

2
New cards

What are examples of nodes in a network?

Personal computers, servers, routers/switches, and specialized devices like printers or smart TVs

3
New cards

What is a network address?

4
New cards

What is a hostname?

A human-readable label for a device, easier to remember than an IP address (e.g. Laptop).

5
New cards

What protocol uses network addresses to locate devices?

The Internet Protocol (IP).

6
New cards

What is a network host?

Any computer or device connected to a network that can send or receive data.

7
New cards

Give two examples of network hosts.

A Wi-Fi-connected laptop and a wireless printer.

8
New cards

What can a host do?

Provide services (server), use services (client), or both.

9
New cards

What’s the difference between an IP host and an Internet host?

An IP host uses Internet Protocol; an Internet host is an IP host that’s directly on the Internet.

10
New cards

How can a host get its IP address?

Manually (static), automatically with DHCP, or via IPv6 autoconfiguration.

11
New cards

What is a server?

A device that provides resources or services to clients (e.g., a web or file server).

12
New cards

What is a client?

A device or software that requests resources from a server.

13
New cards

What is a client-server relationship?

A client requests resources; a server provides them.

14
New cards

Example of a server-client interaction.

A phone (client) requests a web page from a web server (server).

15
New cards

What makes data-center servers powerful?

High CPU power, large RAM, and massive storage to serve millions of clients.

16
New cards

Give an example of a data-center service.

YouTube’s servers store and stream videos to users worldwide.

17
New cards

Do servers always have to be big machines?

No — even a laptop can act as a small server when sharing files locally.

18
New cards

How can two devices connect on the same network?

By using each other’s IP addresses.

19
New cards

What happens when you connect a device to Wi-Fi?

The router assigns it a unique IP address using DHCP.

20
New cards

What is a static IP address?

A manually set IP that doesn’t change, often used for servers (e.g., 192.168.1.50).

21
New cards

What is DHCP and what does it do?

Dynamic Host Configuration Protocol automatically assigns IPs when devices connect to a network.

22
New cards

What is stateless autoconfiguration used for?

In IPv6 networks, it lets hosts create their own addresses based on the network’s prefix.

23
New cards

What can be considered a resource in a network?

Files, videos, images, or other shared data/services.

24
New cards

How does a resource move across a network?

Clients request the resource, and servers deliver it.

25
New cards

What is the main purpose of a server?

To provide data, applications, or services to other devices.

26
New cards

What is the main purpose of a client?

To request data or services from a server.

27
New cards

Can a host act as both client and server?

Yes, depending on the task — e.g., sharing and downloading files.

28
New cards

What are the key features of data center servers?

High CPU power, large memory, and massive storage.

29
New cards

What do data center servers handle?

Millions of requests and users at once (like YouTube or Amazon).

30
New cards

Give an example of data center usage.

YouTube’s servers store and stream videos globally.

31
New cards

What happens when a phone requests a YouTube video?

The phone (client) asks, and YouTube’s server sends the video data.

32
New cards

What’s an example of a client-server interaction in a workplace?

A laptop (client) downloading a document from a company’s file server.

33
New cards

Do all servers have to be in a data center?

No, even a personal computer can act as a small local server.

34
New cards

Example of a home server.

A laptop sharing files over Wi-Fi acts as a local server.

35
New cards

Example of a home client.

A second laptop or phone downloading that shared file.

36
New cards

How can two devices communicate on the same network?

By using each other’s IP addresses (e.g., phone → laptop at 192.168.0.21).

37
New cards

What must devices share to connect via IP?

The same local network (Wi-Fi or LAN).

38
New cards

What does it mean if a website 'can’t be reached'?

The client device can’t locate or connect to the server’s IP address.

39
New cards

What allows two devices on the same Wi-Fi network to communicate?

Their unique IP addresses and shared network connection.

40
New cards

Why does each device need a unique IP on the same network?

To prevent conflicts so data reaches the correct destination.

41
New cards

What protocol assigns IP addresses automatically on most home networks?

DHCP (Dynamic Host Configuration Protocol).

42
New cards

What happens when a phone connects to Wi-Fi?

The router gives it a unique IP address so it can communicate with other devices.

43
New cards

Example of local IP communication.

Laptop → 192.168.0.21, Phone → 192.168.0.22; both can share files on the same network.

44
New cards

Can two devices still communicate if the Internet is down?

Yes, as long as they’re on the same local network.

45
New cards

What is the Internet in networking terms?

A vast network of interconnected smaller networks using the Internet Protocol.

46
New cards

What’s the difference between a local network and the Internet?

Local networks connect devices within a limited area; the Internet connects networks worldwide.

47
New cards

What is an Internet host?

Any IP host directly connected to the Internet.

48
New cards

Any IP host directly connected to the Internet.

A provider that sends or stores data for others.

49
New cards

Define 'client' in simple terms.

A receiver that requests or uses data from a server.

50
New cards

Can a computer perform both roles?

Yes — the same computer can act as a client or server depending on its task.

51
New cards

Why are hostnames used?

To give devices easy-to-remember names instead of IP numbers.

52
New cards

Example of a hostname vs. IP address.

Hostname: Person-Laptop; IP Address: 192.168.1.10.

53
New cards

When do hostnames usually change?

Rarely—after initial assignment they stay the same.

54
New cards

Example of a network resource request.

A browser asking a web server for a page

55
New cards

Example of a device acting as a server at home.

A laptop sharing media files over Wi-Fi.

56
New cards

Example of a device acting as a client at home.

phone streaming that shared media from the laptop.

57
New cards

What happens when your browser can’t reach a website?

The client can’t connect to or find the server’s IP address.

58
New cards

What ensures devices know where to send data?

Their unique network addresses and routing by the network protocols.

59
New cards

Summary of client-server relationship.

Servers provide; clients request. Both can exist on the same network or even the same device.