Networking Ch. 4 Review

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/23

flashcard set

Earn XP

Description and Tags

AP Cyber Networking

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

24 Terms

1
New cards

The __ ontains fields to manage the logical addressing and forwarding function.

Internet Protocol (IP) Header

2
New cards

The TCP/IP suite includes the ___ to perform the task of resolving an IPv4 address to a hardware MAC address.

Address Resolution Protocol (ARP)

3
New cards

The intent to receive multicasts from another host is signaled by joining a multicast group. The ___ is typically used to configure group memberships and IP addresses for multicasts.

Internet Group Management Protocol (IGMP)

4
New cards

__ means that a group of hosts is configured with the same IP address, and a router uses a prioritization algorithm to select the closest host.

Anycast

5
New cards

An IP address provides these two pieces of information.

The Network number (Network ID)
The host number (Host ID)

6
New cards

To make an IP address easier to use, it is formatted using _.

Dotted Decimal Notation

7
New cards

In IPv4, a 32-bit is used to distinguish these two components within a single IPv4 address.

Network Mask

8
New cards

___ has three hierarchical levels: a network ID, subnet ID, and host ID.

Subnet Addressing

9
New cards

When the destination IPv4 address is on a different IP network or subnet, the host forwards the packet to its _, rather than trying to deliver it locally.

Default Gateway

10
New cards

Class A

Octet range: 0-127.

11
New cards

Class B

Octet range: 128-191.

12
New cards

Class C

Octet range: 192-223.

13
New cards

Class D

Octet range: 224-239.

14
New cards

Class E

Octet range: 240-255.

15
New cards

A __, is a special address typically used to check that TCP/IP is correctly installed on the local host.

Loopback Address

16
New cards

_ Uses bits normally assigned to the network ID to mask the complexity of the subnet and host addressing scheme within that network. Sometimes described as superheating

Classless Inter-Domain Routing (CIDR)

17
New cards

A complementary classless addressing technique, called , allows a network designer to allocate ranges of IP addresses to subnets that match the predicted need for numbers of subnets and hosts per subnet more closely.

Variable Length Subnet Masks

18
New cards

On a Windows host, the ___ command is widely used for basic configuration reporting and support tasks.

ipconfig

19
New cards

On a Linux host, when it comes to managing the running configuration, you need to distinguish between legacy and current command packages. __ is part of the legacy net-tools package.

Ifconfig

20
New cards

As part of the iproute2 package, the has options for managing routes as well as the local interface configuration.

ip Command

21
New cards

The command sends a configurable number and size of ICMP request packets to a destination host and is implemented on both Windows and Linux hosts.

Ping

22
New cards

An __ packet consists of two or three elements: the main header, which is a fixed length, one or more optional extension headers, and the payload.

IPv6

23
New cards

In IPv4, IP address resolution to a specific hardware interface is performed using ARP. IPv6 replaces ARP with the _ protocol.

Neighbor Discovery (ND)

24
New cards

hosts and routers can run both IPv4 and IPv6 simultaneously and communicate with devices configured with either type of address.

Dual Stack