Networking Basics Flashcards

1
Q

What is a Network?

A

The connection between at least two computers

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

What is the Internet?

A

The physical connection of computers and wires around the world

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

What is the World Wide Web?

A

Information on the internet, more specifically data on internet servers

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

What is a Client?

A

A computer requesting content from the internet

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

Do clients connect directly to the internet?

A

No

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

What are Servers?

A

Servers are computers that store websites and data

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

What do clients connect to in order to get content from the Internet?

A

An Internet Service Provider (ISP)

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

What is an IP address?

A

An address to a computer that is 32 bits long (4 bytes) and separated into four groups

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

What is a MAC address?

A

A hard coded address on a computer

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

What two things does a computer need to connect to the internet?

A

An IP address and a MAC address

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

In what form is data sent through a network?

A

In packets

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

What is a Router?

A

A Router device connects devices together and routes network traffic

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

How does a computer send packets to another computer on the same network?

A

Through a Router

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

How does a computer send packets to another computer on a different network?

A

Packets get sent to a router, which then sends the packets to a client’s ISP’s network, going through many switches and hubs before reaching the destination’s router and then computer

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

What are Switches and Hubs?

A

Switches and hubs are also devices that help our data travel. Switches are like mailrooms in a building. Routers get our letters to the building. But once we’re inside, we use the mailroom to figure out where to send a letter. Hubs are like company memos. They don’t know who to send the memo to, so they send it to everyone

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

What is a Network Stack?

A

A set of hardware or software that provides the infrastructure for a computer, all the components that makes up computer networking

17
Q

What do Network Protocols do?

A

They are rules that make sure our packets are routed efficiently, aren’t corrupted, are secure, go to the right machine and are named appropriately

18
Q

What two network protocols are the predominant protocols of the internet?

A

The Transmission Control Protocol and the Internet Protocol (TCP/IP)

19
Q

What is the Internet Protocol responsible for? What version is still the most widely used?

A

The Internet Protocol is responsible for delivering packets to the right computers, they help route information. IPv4 is the most popular version today

20
Q

What is the Transmission Control Protocol responsible for?

A

The Transmission Control Protocol is responsible for reliably delivering information between networks

21
Q

What does URL stand for?

A

Uniform Resource Locator

22
Q

What does HTML stand for?

A

Hypertext Markup Language

23
Q

What is HTML?

A

A coding language used by web browsers

24
Q

What are websites basically?

A

Text documents formatted with HTML

25
Q

What are the components of a URL?

A

First is WWW for World Wide Web, then the Domain name, then the Domain Ending

26
Q

What is a Domain? Where are domains registered?

A

A Domain is a website name registered with ICANN (Internet Corporation for Assigned Names & Numbers)

27
Q

What is DNS and its function?

A

Domain Name System acts like an internet directory, mapping domain names to IP addresses

28
Q

How would you diagnose a DNS problem?

A

If you can reach a website by entering its IP address but not its domain name, there is likely an issue with your network DNS

29
Q

How many bits are in an IPv6 address?

A

128 bits

30
Q

What is NAT?

A

Network Address Translation lets organizations use one public IP address and many private IP addresses within the network