Chapter 6: IP Addressing

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/60

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.

61 Terms

1
New cards
Ipv4 address
a 32-bit dotted decimal address containing a network ID and a host ID
2
New cards
Network ID
an ID which specifies the network the computer is on
3
New cards
Host ID
an unique identifier for a computer on a network
4
New cards
Octet
an 8-bit value, four of which makes up the 32-bit dotted decimal IP address
5
New cards
Dotted decimal notation
The format for expressing an IPv4 address - four decimal numbers separated by periods.
6
New cards
Subnet mask
a 32-bit dotted decimal number, that determines which part of an IP address is the network ID and which part is the host ID.
7
New cards
Logical AND operation
a binary operation in which there are two operands - the result is 0 if either operand is 0 and 1 if both operands are 1, “binary multiplication”
8
New cards
Multicasting
a network communication in which a packet is addressed so that more than one destination can receive it
9
New cards
Host address space
the number of addresses available in an IP network number that can be assigned to hosts
10
New cards
127.0.0.0 network

class A IPv4 address, reserved for the loopback address

11
New cards
Loopback address
an address that always refers to the local computer. This address is used to test TCP/IP functionality on the local computer
12
New cards
Localhost
a reserved name that corresponds to the loopback address in an IP network
13
New cards
Link-local address
an ip address that can be used to communicate only on the local subnet. Cannot be routed to other networks. AKA APIPA
14
New cards
Classful addressing
the use of IP addresses with their default subnet masks
15
New cards
Classful Interdomain Routing (CIDR)
a method of IP addressing in which the network and host IDs are determined by a prefix number that specifies how many bits of the IP address are network bits
16
New cards
CIDR notation
a method of expressing an IP address in the format A.B.C.D/n; n
17
New cards
IP Prefix
a value used to express how many bits of an IP address are network ID bits, usually preceded by a /symbol.
18
New cards
Subnet
Subdivisions of an IP network address space
19
New cards
Subnetting
the process of reallocating bits of an IP address’s host portion to the network portion, creating multiple smaller address spaces
20
New cards
Supernetting
the process of reallocating bits from the IP address’s network portion to the host portion, combining smaller subnets into a larger supernet. Sometimes referred to as “route aggregation” or “route summarization”
21
New cards
Metric
a numeric value that tells the router how “far away” the destination network is.
22
New cards
Multihomed server
a server with two or more NICs, each attached to a different IP network. Network Address Translation
23
New cards
Network Address Translation
a service that translates a private IP address to a public IP address . Is often used to allow using private IP addresses while connected to the Internet.
24
New cards
Port Address Translation
an extension of NAT that allows several hundred workstations to access the internet with a single public internet address using port numbers on the transport layer
25
New cards
Extended Unique Identifier (EUI)-64 Interface ID
an autoconfigured IPv6 host addresses that uses the MAC address of the host plus an additional 16 bits.
26
New cards
Unicast address
an address in a unit of network data intended for a single destination device
27
New cards
Link-local IPv6 addresses
IPv6 addresses that are similar in function to APIPA addresses. IPv6 addresses that begin with fe80, are self-configuring, and cannot be routed.
28
New cards
Unique Local IPv6 Addresses
An IPv6 address for devices on a private network that can’t be routed on the internet. Begins with fc or fd and is usually expressed as fc00
29
New cards
Global IPv6 unicast addresses
IPv6 addresses that are accessible on the public internet and can be routed.
30
New cards
Zero address
an unspecified IPv6 address (
31
New cards
Documentation
The global unicast address 2001
32
New cards
IPv4 to IPv6 transition
a number of address prefixes used for transitioning from IPv4 to IPv6 and to support both on the same network.
33
New cards
Anycast addresses
an address type unique to IPv6 which allows a one-to-many relationship between source and destination
34
New cards
Dual IP layer Architecture
the current architecture of the IPv6 protocol in windows, in which both IPv4 and IPv6 share the other components of the stack
35
New cards
Tunneling
a network protocol technique that allows transmitting a packet in a format that’s otherwise incompatible with the network architecture by encapsulating the packet in a compatible header format.
36
New cards
Intra-site automatic tunnel addressing protocol (ISATAP)
an automatic tunneling protocol used to transmit IPv6 packets between dual IP layer hosts across an IPv4 network.
37
New cards
6to4
an IPv4 to IPv6 transition protocol that provides automatic tunneling of IPv6 traffic over an IPv4 network
38
New cards
Teredo
an automatic IPv6 over IPv4 tunneling protocol that solves the problem of 6to4’s requirement of a public IPv4 address and the inability to traverse NAT routers
39
New cards

128

An IPv6 address is made up of how many bits?

40
New cards

Defines network and host portions of an IP address

The subnet mask of an IP address does which of the following?

41
New cards

Router

Which of the following is needed if a computer with the IP address 172.31.210.10/24 wants to communicate with a computer with the IP address 172.31.209.122/24?

42
New cards

172.19.243.254

Which of the following is a private IP address and can't be routed across the Internet?

43
New cards

route

Which command should you use with a dual-homed server to make sure the server sends packets out the correct interface?

44
New cards

netsh

Which command should you use to configure the primary DNS server on your computer?

45
New cards

10.100.44.123/24

Which IP address expressed in CIDR notation has the subnet mask 255.255.255.0?

46
New cards

172.16.4.0/22

Which IP network address expressed in CIDR notation can support a maximum of 1022 hosts?

47
New cards

False

The IP address 10.240.0.0/8 can't be assigned to a host. True or False?

48
New cards

What's the term for each grouping of 8 bits in an IP address?

Octet

49
New cards

DHCP

Which protocol can configure a computer's IP address and subnet mask automatically?

50
New cards

4

How many bits must be reallocated from a host ID to a network ID to create 16 subnets?

51
New cards

255.255.255.248

For the Class C network address 192.168.10.0, which of the following subnet masks provides 32 subnets?

52
New cards

6

How many host bits are necessary to assign addresses to 62 hosts?

53
New cards

NAT

Which IP addressing process enables workstations to use private IP addresses to access the Internet?

54
New cards

APIPA

When a Windows computer is configured to use DHCP but no DHCP server is available, what type of address is configured automatically for it?

55
New cards

2001:345:abcd::BEEF:44

Which of the following represents a valid IPv6 address?

56
New cards

Use the route command to add routes to the networks that aren't receiving replies.

You have a server with two NICs, each attached to a different IP network. You're having problems communicating with devices on remote networks that send packets to one of the interfaces. The server receives the packets fine, but the server's replies never reach the intended destination network. Replies to packets that come in through the other interface seem to reach their destination without any problems. What can you do that will most likely solve the problem?

57
New cards

ipconfig /flushdns

You have just changed the IP address from 172.31.1.10/24 to 172.31.1.110/24 on a computer named computer5 in your domain. You were communicating successfully with this computer from your workstation before you changed the address. Now when you try the command ping computer5 from your workstation, you don't get a successful reply. Other computers on the network aren't having a problem communicating with the computer. Which command might help solve the problem?

58
New cards

172.16.7.255/22

Which address can't be assigned to a host computer?

59
New cards

Teredo

Which IPv6 transition technology can be used with NAT routers and has the address prefix 2001::/32?

60
New cards

64

How many bits are in the interface ID of an IPv6 address?

61
New cards

::1

What address should you ping if you want to test local IPv6 operation but don't want to actually send any packets on the network?

Explore top flashcards

Peripheral Nerve
Updated 905d ago
flashcards Flashcards (62)
-4 Poverty, Part 1
Updated 1088d ago
flashcards Flashcards (61)
BIO-205 Chapter 12
Updated 263d ago
flashcards Flashcards (51)
Anime
Updated 51d ago
flashcards Flashcards (70)
Optics and Vision
Updated 45d ago
flashcards Flashcards (50)
Peripheral Nerve
Updated 905d ago
flashcards Flashcards (62)
-4 Poverty, Part 1
Updated 1088d ago
flashcards Flashcards (61)
BIO-205 Chapter 12
Updated 263d ago
flashcards Flashcards (51)
Anime
Updated 51d ago
flashcards Flashcards (70)
Optics and Vision
Updated 45d ago
flashcards Flashcards (50)