IP Addressing | Intro to Networks Chapter 6 Quiz | ITEC 3100

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

1/74

flashcard set

Earn XP

Description and Tags

ape together strong

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

75 Terms

1
New cards

What is the primary function of a subnet mask?

to enable network segmentation, aka subnetting

2
New cards

What is an IP address?

an identifier for a computer/device on a network.

3
New cards

True or False: Devices don’t need an IP address to communicate

False. Devices cannot communicate with one another without an IP address.

4
New cards

What two parts does an private network consist of?

A network ID and a host ID

5
New cards

What is a subnet mask?

a number that resembles reveals how many bits in the IP address are used for the network by masking the network portion of the IP address

6
New cards

Computers can only understand numbers in ______ format.

Binary

7
New cards

Why does an IP address have a host and network portion?

Manageability. Breaking down a network into smaller networks (or subnetworks) is easier to manage than one huge network with lots of traffic.

<p>Manageability. Breaking down a network into smaller networks (or subnetworks) is easier to manage than one huge network with lots of traffic. </p>
8
New cards

Once a network is segmented, how would information travel from a computer in one network to a computer in a different network?

data packets would first go to the default gateway, which would then find the smartest route for them to reach their destination.

9
New cards

How many bits make up IPv6?

128 bits, 8 × 16 bit groups

10
New cards

What is the APIPA address used for IPv4?

From 169.254.0.0 to 169.254.255.255

11
New cards

What is the APIPA address used for IPv6?

From fe90::/10

12
New cards

Why is the default gateway so important in all networks?

It acts as a front door/exit to the rest of the connected networks to let traffic in and out.

13
New cards

What does Netstat allow you to see?

It lets you see which servers are running on your computer and which ports are open.

14
New cards

What does netstat –n do and why is it faster then running just Netstat?

it doesn’t use DNS to resolve numbers to names. It only shows numbers.

15
New cards

What does netstat -r do?

displays the IP routing table, showing the routes the host knows about

16
New cards

What does tracert/traceroute allow you to see and its purpose?

It allows you to see how long it took your packet to reach its destination and pings every router used, so you can track its path.

17
New cards

What does it mean when you see asterisks in the tracert/traceroute command?

It either means that there was an issue connecting to that router or that the router isn’t configured to give information to traceroute

18
New cards

What is the maximum number of router hops?

30 hops

19
New cards

What is the purpose of the TTL (Time To Live)?

TTL kills the packets after a certain amount of hops.

Data packets could endlessly travel around the internet without returning if there wasn’t a limit.

20
New cards

What is the Teredo tunneling protocol and what does it do?

It’s a protocol that allows IPv6 devices to communicate over IPv4 networks.

TIP: If you see ‘tunneling’, assume Teredo

21
New cards

What are the 2 types of IPv4 addresses?

Public and Private

22
New cards

Which type of IP address is used on the internet? Public or Private?

Public, and they are 100% unique.

23
New cards

Base2

0 or 1

24
New cards

Decimal / Base10

0 - 9

25
New cards

Hexadecimal / Base16

0 - 9 and A - F

26
New cards

Is the following IP address IPv4 or IPv6?

FE80:0:0:0:18FF:0024:8E5A:60

IPv6

27
New cards

Class A Public

(1 – 126) Reserved for large corporations

ex: AT&T owns 12.0.0.0 address range

28
New cards

Class B Public

(128 - 191) Reserved for medium to large network

ex: PeachNet 168.2.98.2

29
New cards

Class C Public

(192 - 223) Reserved for small network such as home networks

ex: 192.168.1.1

30
New cards

Class D Public

(224+) Reserved for mutlicasting

NOT USED

31
New cards

True or False: Private IP Addresses cannot be used on the Internet

True. Private IPs are not publicly registered, meaning they can’t be used to connect directly to the internet.

32
New cards

Default Subnet Mask for Class A

255.0.0.0

33
New cards

Default Subnet Mask for Class B

255.255.0.0

34
New cards

Default Subnet Mask for Class C

255.255.255.0

35
New cards

Default Subnet Mask for Class D

255.255.255.255

LOOPBACK ADDRESS FOR TESTING

36
New cards

When does a device use APIPA?

When DHCP isn’t working

37
New cards

Default Gateway

Always used in IP configurations and usually the address of a router interface (EXIT)

this is ALWAYS a router address

38
New cards

What is traceroute/tracert?

a tool that can be used to find out the exact path a data packet is taking from the sender to the destination.

39
New cards

What is the difference between ping and traceroute?

Traceroute tells us more information. Like pinging, traceroute tells you how long the trip took and if your packets got returned, but it also pings each router it used on the way to its destination.

40
New cards

What do asterisks coming from a router indicate?

It could indicate that there’s a problem with the router, or that the router is fine and just not configured to return traceroute replies (it’ll still pass the packets on to the next router).

41
New cards
<p>What do strange hop times usually indicate?</p>

What do strange hop times usually indicate?

They’re usually not a big deal and just mean something strange has happened. If all 3 timings were high, it would indicate an issue (which is why 3 packets are sent)

42
New cards

What is TTL?

a given value to the data packets on how long they can live before they're discarded.

It prevents data packets from traveling endlessly around the internet.

43
New cards

What are the differences between private and public IP
addresses?

A public IP is used for to communicate with the globe over the internet, and a private IP is used within a local network or intranet 

44
New cards

What are the differences between IPv4 and IPv6
addresses?

IPv4 uses 32-bits to assign IPs with public and private IP addresses

IPv6 uses 128-bits and only has public addresses no private. 

45
New cards

Why does the US still use IPv4 addressing?

Backwards compatibility. There is still a LOT of network infrastructure that was built before IPv6 was mainstream so either the hardware doesn't support it, or it was never configured to work with IPv6

46
New cards

Class A Private IP

10.x.x.x

47
New cards

Class B Private IP

172.16.x.x

48
New cards

Class C Private IP

192.168.x.x

49
New cards

Class D Private IP

127.0.0.1

50
New cards

What are the public IP address ranges for Class A?

1 - 126

51
New cards

What are the public IP address ranges for Class B?

128 - 191

52
New cards

What are the public IP address ranges for Class C?

192 - 223

53
New cards

What are the Default Subnet Masks for Class A?

255.0.0.0

54
New cards

What are the Default Subnet Masks for Class B?

255.255.0.0

55
New cards

What are the Default Subnet Masks for Class C?

255.255.255.0

56
New cards

What are the Private Address Ranges for Class A?

10.0.0.0 - 10.255.255.255

57
New cards

What are the Private Address Ranges for Class B?

172.16.0.0 - 172.31.255.255

58
New cards

What are the Private Address Ranges for Class C?

192.168.0.0 - 198.168.255.255

59
New cards

What is the purpose of private addresses?

They’re used for devices to communicate in internal networks. Devices, even without internet, cannot communicate with one another without some kind of IP address.

60
New cards

What is the APIPA address?

A self-assigned IP address that is a device uses when they can't get an IP from a DHCP server.

Computers using this can communicate with other devices on the same LAN/subnet but those devices would also need to have a self-assigned IP address.

61
New cards

What is the NAT (Network Address Translator)?

a service used to translate a set of IP addresses to another set of IP addresses to help preserve the limited amount of IPv4 addresses.

62
New cards

What is the PAT (Port Address Translator)?

PAT is a form of NAT maps multiple private IP addresses to one port number.  

63
New cards

Why are NAT/PAT so important?

  • there is a limited number of IPv4 addresses and since you can split the IP addresses into public and private, that allows IPv4 addresses to be conserved.

  • Adds security since private IP is hiding when browsing on the internet.

  • The most cost effective for infrastructures still using IPv4.

64
New cards

What is special about the 127.x.x.x address range and what is 127.0.0.1 used for?

It is known as the loop-back range and used for testing and diagnostics.

65
New cards

If you get a 169.254.x.x address what is most likely the issue?

There is a communication error between the device and the DHCP server, could be a network issues, or hardware.  

66
New cards

What is the purpose of the default gateway and what device does it usually represent?

It allows devices to enter and exit the network usually the default gateway is the router itself.  

67
New cards

How are those port numbers represented and selected when you run the netstat command

Selected randomly and represent public and private IPs

68
New cards

Private IPs always begin with ___ . ___

169.254

69
New cards

How do computers ensure that they don’t get the same APIPA?

Computers broadcast an ARP message on the network to make sure no other computers picks the same one.

<p>Computers broadcast an ARP message on the network to make sure no other computers picks the same one. </p>
70
New cards

How many IPv4 addresses were originally available?

Approx. 4 billion

71
New cards

True or False: You can directly access the internet with a private IP

False.

72
New cards

True or False: NAT can translate private to public AND public to private.

True.

73
New cards

How many IP addresses is IPv6 capable of producing?

340 undecillion

74
New cards

What is a 32-bit numeric address that is written as four numbers separated by periods?

An IPv4 address

75
New cards