{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

Week 6 Flashcards

(17 cards)

1
Q

What does multicast mean?

A

Sending a packet to a multicast address group

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

What does unicast mean?

A

Sending a packet to 1 destination IP address

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

What does broadcast mean?

A

Sending a packet to all destination IP addresses (other than itself)

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

What is prefix length in regards to a subnet mask?

A

The number of bits set to 1 in the subnet mask

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

With a subnet mask of 255.0.0.0, what would the prefix length be? How about a subnet mask of 255.255.255.0?

A

/8 and /24

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

How does “slash notation” work? Explain with this example: 11111111.11111111.00000000.00000000

A

Count the number of bits in the subnet mask and prepend it with a slash. The example is /16

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

IPv4 host addresses and IPv4 network addresses differ. How is the host address used to create the network address?

A

The host address is combined with the subnet mask using a logical AND operator.

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

IPv4 host address: 1100 0000 1010 1000 0000 1010 0000 1010
Subnet mask: 1111 1111 1111 1111 1111 1111 0000 0000

What is the IPv4 network address?

A

1100 0000 1010 1000 0000 1010 0000 00000

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

What are the 3 types of IP addresses used in networking?

A

Network address, host address, broadcast address

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

The first 3 parts of an IP address is referred to as the _______ portion, and final part is referred to as the ____ portion

A

network portion, host portion

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

If my host portion is 11111111 (255) the host bits are all _. If my host portion is 00000000 (0) all the host bits are _.

A

1, 0

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

T/F - RFC 1918 defines a private address range that is used as a common block to assign IPv4 addresses internally

A

True

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

Are private IPv4 addresses unique?

A

No they are not. They can be used internally within any network.

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

What translates private IPv4 addresses to public ones? Where is it typically enabled?

A

NAT - Network address translation. Typically enabled on the edge router connecting to the internet.

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

What are loopback addresses used for? What IP is commonly identified as a loopback address?

A

Used by the host to determine if TCP/IP is operational. Commonly identified as 127.0.0.1.

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

T/F - 127.0.0.1 is the only loopback address

A

False. Can range from 127.0.0.1 to 127.255.255.255

17
Q

169.254.0.0 /16 (169.254.0.1 to 169.254.255.254)

What type of special use IPv4 address is this?

A

This is a link-local address.