Chatper 6 Flashcards

(49 cards)

1
Q

What is a network?

A

A system of connected devices that share resources and communicate.

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

What are the two main types of networks?

A

LAN (Local Area Network) and WAN (Wide Area Network).

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

What does LAN stand for?

A

Local Area Network.

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

What does WAN stand for?

A

Wide Area Network.

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

What is the primary difference between LAN and WAN?

A

LAN covers a small geographic area

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

What is a node in a network?

A

Any device connected to the network

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

What is the purpose of a router?

A

To direct data packets between different networks.

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

What is an IP address?

A

A unique identifier for a device on a network.

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

What does TCP/IP stand for?

A

Transmission Control Protocol/Internet Protocol.

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

What is the function of TCP/IP?

A

It provides the rules for data transmission across the internet.

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

What is a server in a network?

A

A computer that provides resources

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

What is a client in a network?

A

A device that accesses resources or services provided by a server.

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

What is a protocol in networking?

A

A set of rules that govern communication between devices.

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

What is bandwidth?

A

The amount of data that can be transmitted in a specific time period.

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

What is latency?

A

The time it takes for data to travel from one point to another.

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

What is a packet in networking?

A

A small unit of data transmitted over a network.

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

What is a firewall?

A

A security system that monitors and controls network traffic.

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

What is a VPN?

A

A Virtual Private Network

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

What does DNS stand for?

A

Domain Name System.

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

What is the purpose of DNS?

A

To translate domain names into IP addresses.

21
Q

What is a MAC address?

A

A unique identifier assigned to a device’s network interface.

22
Q

What is the difference between IPv4 and IPv6?

A

IPv4 uses 32-bit addresses

23
Q

What is a subnet mask?

A

A number that divides an IP address into network and host portions.

24
Q

What is a peer-to-peer network?

A

A network where devices communicate directly without a central server.

25
What is a star topology?
A network layout where all devices are connected to a central hub or switch.
26
What is HTML used for?
HTML is used to structure content on the web.
27
What does CSS stand for?
CSS stands for Cascading Style Sheets.
28
What is the purpose of CSS?
CSS is used to style and layout web pages
29
What is JavaScript?
JavaScript is a programming language that enables interactive web features.
30
What is a web browser?
A web browser is software used to access and display web pages.
31
What does HTTP stand for?
HTTP stands for HyperText Transfer Protocol.
32
What is the purpose of HTTP?
HTTP is used to transfer data between a web browser and a server.
33
What is a URL?
A URL (Uniform Resource Locator) is the address of a web page.
34
What does a domain name represent?
A domain name represents an IP address in a human-readable format.
35
What is the role of a web server?
A web server hosts and delivers web content to users.
36
What is an IP address?
An IP address is a unique identifier for devices on a network.
37
What is the difference between static and dynamic web pages?
Static pages do not change
38
What is an API?
An API (Application Programming Interface) allows different software to communicate with each other.
39
What does SEO stand for?
SEO stands for Search Engine Optimization.
40
What is the purpose of SEO?
SEO improves the visibility of a website in search engine results.
41
What is a responsive design?
Responsive design ensures web pages look good on all devices.
42
What is a front-end developer responsible for?
A front-end developer works on the user interface and experience of a website.
43
What is a back-end developer responsible for?
A back-end developer manages the server
44
What is a full-stack developer?
A full-stack developer works on both front-end and back-end development.
45
What is a database?
A database is a collection of data that is organized for easy access and management.
46
What is SQL?
SQL (Structured Query Language) is used to manage and query databases.
47
What is the difference between GET and POST requests in HTTP?
GET requests data from a server
48
What are cookies in web technologies?
Cookies are small data files stored on a user's device to keep track of preferences or sessions.
49
What does HTTPS add to HTTP?
HTTPS adds encryption for secure communication over the web.