1.Networking

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/22

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.

23 Terms

1
New cards

network

a series of connected devices ranging from 2 to a billion devices. They can include laptops, phones, tablets, security cameras, etc.

2
New cards

internet

a huge network composed of a series of smaller networks.

3
New cards

two ways to identify a device on a network

IP address and MAC address

4
New cards

IP address

address: a series of 8 numbers in 4 octets to identify devices on a network. It can be used by multiple devices on a network, but not simultaneously.

5
New cards

Public IP address

IP addresses that identify devices on the internet

6
New cards

Private IP addresses

IP addresses that identify devices on the same network

7
New cards

8

How many numbers in an IP address?

8
New cards

8

how many octets in an IP address?

9
New cards

IP address

What is 192.168.1.1 an example of?

10
New cards

A device with a private and public IP address

Device

IP address

Address type

DESKTOP-KJE57FD

192.168.1.77

Private

DESKTOP-KJE57FD

86.157.52.21

Public

What is the table above an example of?

11
New cards

1-3 values from 0-255

each octet in an IP address can contain __ values ranging from _ to

12
New cards

IPv4

type of IP address that can store up to 4 billion addresses

13
New cards

IPv6

type of IP address that can handle up to 3 trillion addresses

14
New cards

IPv4

What type of IP address does the one below fall under?

192.168.1.1

15
New cards

MAC address

Unique identification composed of 12 numbers in pairs separated by semicolons assigned to devices in the factories of origin

16
New cards

organization of origin

What do the first 6 numbers of a MAC address represent?

17
New cards

Spoofing

a cyberattack where an attacker mimics a MAC address to access a network.

18
New cards

Spoofing

What type of cyberattack involves a threat actor bypassing a firewall from a trusted network by pretending to use the administrator’s MAC address?

19
New cards

name

In comparison to a human, an IP address is the equivalent of a person’s __ because it can be changed

20
New cards

fingerprint

In comparison to a human, a MAC address represents a person’s __ because it can’t be changed

21
New cards

Ping

network tool to measure the connection between two or devices. It measures the speed of ICMP packets traveling through a network.

22
New cards

ping IP address/url

syntax to measure ping

23
New cards

measures ping

What does the code below do?

ping 192.168.1.254