Untitled Flashcards Set

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

1/32

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.

33 Terms

1
New cards

What are Routing Protocols primarily responsible for?

manage the exchange of routing information between routers.

2
New cards

When subnetting a /24 network and splitting it in half, what is the new CIDR?

/25.

3
New cards

What CIDR would be used to make a /24 subnet twice as large?

/23.

4
New cards

What does the number after the slash in CIDR notation represent?

It indicates the number of bits that belong to the network portion.

5
New cards

If you need a subnet for 11,000 IP addresses, which CIDR is appropriate: /8, /26, or /17?

/17 would make much more sense.

6
New cards

Does checksum apply to just the header in IPv4 or in both IPv4 and IPv6?

applies to the header in both IPv4 and IPv6. Has to be recalculated by every router, needs to be recalculated for the new header

7
New cards

What is the bit length of an IPv4 address?

32 bits.

8
New cards

What is the bit length of an IPv6 address?

128 bits.

9
New cards

What is the main drawback of classful addressing?

It is inefficient and can result in large institutions obtaining tens of millions of IP addresses.

10
New cards

What is classless addressing designed to allow?

It allows for variable length subnet masks.

11
New cards

What are the private IPv4 address ranges for Class A, B, and C?

A: 10.0.0.0 - 10.255.255.255, B: 172.16.0.0 - 172.31.255.255, C: 192.168.0.0 - 192.168.255.255.

12
New cards

What is APIPA? Automatic Private IP Addressing

used when a device cannot get an IP from a DHCP server.

range 169.254.0.0 - 169.254.255.255

13
New cards

What does CIDR notation tell you about an IP address?

specifies how an IP address was subnetted, indicating the size of the subnet.

14
New cards

What does ICMP stand for and what is its purpose?

Internet Control Message Protocol, used for error reporting, troubleshooting, and diagnostics.

15
New cards

What command is used to check if a device is reachable?

PING.

16
New cards

What is the purpose of the traceroute command?

To plot the path packets take to reach a destination.

17
New cards

What is VLSM?

Variable Length Subnet Masking allows different sized subnets.

18
New cards

What are public IPv6 addresses referred to as?

Global unicast addresses.

19
New cards

What is the first priority for making routing decisions?

Length of the subnet mask match.

20
New cards

What should you do if there's a tie in route priority based on subnet masks?

Select the route with the lower metric value.

21
New cards

What are some options for the PING command?

-t for continuous pinging, -l to change the packet size.

22
New cards

What is a router’s default gateway used for?

To route packets when there are no matches in the routing table. Routed to a larger or similar size router

23
New cards

What is the typical range for TTL values for valid networks?

TTL values should not reach zero; typical values are up to 255, with 128 being more common.

24
New cards

What is a point-to-point network?

A network with one computer directly connected to another.

25
New cards

What is a characteristic of packets in a point-to-point network?

Packets will all take the same network path.

26
New cards

How can you identify an IPv6 address?

An IPv6 address is typically represented as eight groups of four hexadecimal digits.

27
New cards

What is the bit length of a MAC address?

48 bits.

28
New cards

What is Network Address Translation (NAT)?

A technique that allows multiple devices on a local network to share a single public IP address.

29
New cards

What is DHCP and why is it used?

Dynamic Host Configuration Protocol, used to automatically assign IP addresses to devices on a network. translates private IP addresses to public IP addresses before sending data to the internet

30
New cards

What is one benefit of using IPv4?

Human readability. Legacy

31
New cards

What is a benefit of using IPv6?

Increased address space to accommodate more devices.

32
New cards

What is the concept of fragmentation in networking?

Messages and segments are divided into smaller pieces to accommodate the network's MTU, handled at the sending device.

33
New cards

How does Network Address Translation help with IPv4 usage?

It allows continued use of IPv4 by enabling multiple devices to share a single IP address.