Course 1 Week 4 What is Networking? TCP/IP, The Web Flashcards

1
Q

What is a network?

A

An interconnection of computers

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

What’s the difference between World Wide Web and The Internet?

A

Internet = physical infrastructure like cables, satellites, cell networks to computers

WWW = information you access on the internet

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

What are packets?

Explain the process

A

data sent through a network in 1s and 0s

data breaks down, sent as packets, then at destination rearranges itself again as data

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

What connects directly to the internet that we can access? What does it store?

A

Servers

store the websites that we use

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

What are examples of clients? What do they request?

A

phones, laptops, video game consoles, etc

request content from servers

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

How do clients connect to the internet?

A

Connect to a network run by an ISP

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

How do clients know how to get to the server?

A

IP address and MAC address

both needed to send/receive data

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

What’s an IP address?

A

What a computer on a network is identified as

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

Difference between MAC and IP address?

A

MAC are permanent and hard coded on a device
IP = change periodically

IP = address on a letter
MAC = name of person on letter

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

How do fiber optic cables move data?

A

Glass fibers move data 1s 0s through light

instead of electrical current through a copper wire

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

What is a router? 2 answers

(Already know it connects to the internet)

A
  1. Connects lots of different devices (like computers) together
  2. helps route network traffic
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How do we connect to wireless networks?

A

through radios and antennas

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

What’s the first device your computer connects to?

A

router

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

How would you send a packet to a computer not in our network?

A

router sends packet to ISP’s network using networking protocols

(travels across many different routers, switches, and hubs)

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

What are switches and hubs?

A

also help data travel (like router)

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

Describe what a switch is

A

“mail room inside of a building”

switches figure out where to send the packet

17
Q

Describe what a hub is

A

Doesn’t know where to send packet to, so sends it to everyone

18
Q

What is a network stack?

A

components like hardware or software that make up computer networking

cabling, switches, routers

19
Q

What are network protocols?

A

Set of rules for how we transfer data in a network

20
Q

What are some network protocol rules? 5 answers

A
  1. routed efficiently
  2. aren’t corrupted
  3. secured
  4. right machine
  5. named appropriately
21
Q

What does TCP and IP stand for?

A

Transmission Control Protocol

Internet Protocol

22
Q

What does the IP do?

A

delivers packets to the right computer

23
Q

What does the TCP do?

A

Delivers (reliable) information from one network to another

24
Q

What is ‘HTML’? What is it used by?

A

HyperText Markup Language used by web browsers

25
Addresses computers use to find something like another computer on a network?
IP address
26
Why was TCP an important part of the creation of the Internet?
it let us share information with other networks and computers
27
What is a 'URL'? And what is its role?
Uniform Resource Locator (web address = like home address)
28
What is a domain name?
website name
29
Where do you register your domain name? What does it stand for?
ICANN Internet Corporation for Assigned Names and Numbers
30
What does 'DNS' stand for? What does it do? What kind of book is it?
Domain Name System Converting IP address to words Internet Phone Book
31
Describe the process of a computer typing in a website name?
DNS finds the IP address associated with website name = connects to website
32
Why would you be able to access a site by IP but not DNS?
Problem in the network's DNS configuration
33
What is an 'IPV4'? How many groups is it separated in?
address consisting of 32 bits separated in 4 groups 73.55.242.3. (8 x 4)
34
What is 'IPV6'?
Internet Protocol Version 6 addresses consisting of 128 bits
35
What does 'NAT' stand for? What is it used for? What is it compared to?
Network Address Translation Lets organizations use one public IP address with private IP addresses within network Ex. Receptionist (public IP) --> transfers call to extension/private number in company
36
What factor limits the number of available IPv4 addresses?
Number of devices connected to the internet (NOT the number of public and private websites in existence)
37
What's the primary infrastructure that creates the internet?
TCP/IP
38
T or F? You can create a network with 2 computers.
True
39
What are 2 things a router does?
1. Connects devices together to help direct network traffic 2. utilizes network protocols to determine where to send data packets