Networking Flashcards

1
Q

network

A

the interconnection of computers

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

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

world wide web

A

the information on the Internet. used to access internet via links like www.google.com

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

ways to access the internet other than the web:

A

e-mail, chat, file-sharing programs

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

networking

A

managing, building, and designing networks

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

the internet is composed of:

A

a massive network of satellites, cellular networks, and physical cables buried beneath the ground

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

servers

A

store the websites we use like wikipedia, google, reddit, BBC
serve content
connect directly to the web.

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

clients

A

machines we use like mobile phones, laptops, videogame consoles.
request content.
don’t connect directly to internet.
connect to network run by an ISP.

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

ISPs (internet service providers)

A

have already built networks and run all the necessary physical cabling that connects millions of computers together in one network.
also connect to other networks and other ISPs.
other networks connect to networks of Google, Reddit, universities.
all combined together= the Internet.

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

IP address

A

an identifier assigned to computer on a network that’s composed of digits and numbers.
when access a website, actually going to their IP address.

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

MAC address

A

a unique identifier devices that connect to a network have.

generally permanent and hard-coded onto a device.

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

which 2 identifiers are needed to send or receive data through a network?

A

the IP and MAC addresses.

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

packets

A

the little bits of data (1s and 0s) all data gets broken down into (pictures, e-mail, texts) in order to be sent through a network.

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

ethernet cable

A

physically connects computer to network through a cable.

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

Wi-Fi

A

wireless networking. connect through radios and antennas.

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

fiber optic

A

cables that contain glass fibers that move data through light instead of electricity.

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

router

A

connects lots of different devices together and helps route network traffic. uses network protocols to to help determine where to send packet.

18
Q

network protocols

A

a set of rules for how data is transferred in a network.

19
Q

switches

A

like mailrooms in a building.

20
Q

hubs

A

like company memos. don’t know who to send memo to, so sent to everyone.

21
Q

technology stack

A

a set of hardware or software that provides the infrastructure for a computer.

22
Q

network stack

A

all the components that make up computer networking.

23
Q

network protocols make sure packets are:

A

routed efficiently, aren’t corrupted, are secure, go to the right machine, are named properly.

24
Q

TCP/IP

A

transmission control protocol and internet protocol.

25
Q

IP

A

responsible for delivering packets to the right computer. help route info.

26
Q

TCP

A

a protocol that handles reliable delivery of info from one network to another.
was an important part of the creation of the internet b/c allows data to be shared between computers.

27
Q

IP address

A

Internet protocol address.

addresses computers use to find something on a network.

28
Q

all websites can be accessed through…

A

the web

29
Q

websites

A

text documents formatted in HTML and containing content like text, images, audio, and video.

30
Q

HTML

A

hypertext markup language.

a coding language used by web browsers.

31
Q

URL

A

uniform resource locator.
a web address similar to a home address.
(i.e. www.reddit.com)

32
Q

ICANN

A

Internet Corporation for Assigned Names and Numbers.

where domains registered.

33
Q

domain name

A

the website name (reddit.com)

anyone can register one.

34
Q

domain ending

A

the last part of an URL (.com)

different endings are standards for what type of website it might be (.edu- educational inst.)

35
Q

DNS

A

domain name system.
a critical web protocol that acts like the internet’s directory and lets us use human readable words to map an IP address.

36
Q

IPv4

A

internet protocol version 4.

an address that consists of 32 bits separated into 4 groups.

37
Q

how many values can 1 byte store?

A

256 values from 0 to 255

38
Q

how many digits can 1 byte store?

A

255

39
Q

IPv6

A

internet protocol version 6.

consists of 128 bits

40
Q

how many possible IP addresses are there with IPv6?

A

2^128

41
Q

NAT

A

network address translation.

lets organizations use 1 public IP address and many private IP addresses within a network.