9. IPv4 and Network Segmentation // Flashcards

1
Q

refers to one device sending a message to one other device in one-to-one communications.

A

Unicast transmission

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

has a destination IP address that is a unicast address which goes to a single recipient.

A

unicast packet

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

source IP address can only be a?

A

can only be a unicast address, because the packet can only originate from a single source. This is regardless of whether the destination IP address is a unicast, broadcast, or multicast.

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

What is the slash notion for?

A

It indicates how many bits long

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

What is the IP Address destination for broadcast?

A

255.255.255.255

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

refers to a device sending a message to all the devices on a network in one-to-all communications.

A

Broadcast transmission

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

has a destination IP address with all ones (1s) in the host portion, or 32 one (1) bits.

A

A broadcast packet

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

reduces traffic by allowing a host to send a single packet to a selected set of hosts that subscribe to the group.

A

Multicast transmission

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

is a packet with a destination IP address that is a multicast address.

A

multicast packet

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

What are the IPv4 reserved Multicast Range?

A

IPv4 has reserved the 224.0.0.0 to 239.255.255.255 addresses as a multicast range.

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

Hosts that receive particular multicast packets are called?

A

multicast clients

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

How multicast group is represented?

A

Each multicast group is represented by a single IPv4 multicast destination address. When an IPv4 host subscribes to a multicast group, the host processes packets addressed to this multicast address, and packets addressed to its uniquely allocated unicast address.

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

Explain this:

Routing protocols such as OSPF use multicast transmissions. For example, routers enabled with OSPF communicate with each other using the reserved OSPF multicast address 224.0.0.5. Only devices enabled with OSPF will process these packets with 224.0.0.5 as the destination IPv4 address. All other devices will ignore these packets.

A

(How well did you understand it?)

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

are addresses which are globally routed between internet service provider (ISP) routers.

A

Public IPv4 addresses

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

addresses that are used by most organizations to assign IPv4 addresses to internal hosts.

A

private addresses

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

When was world wide web introduced?

A

mid-1990s

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

is a technical document that defines reserved IPv4 address ranges for use within private networks. It outlines the specific IP address ranges that can be used within private, isolated network environments.

A

RFC 1918, “Address Allocation for Private Internets”

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

What are the three private addresses and its range?

A

a) 10.0.0.0/8 = 10.0.0.0 - 10.255.255.255
b) 172.16.0.0/12 = 172.16.0.0 - 172.31.255.255
c) 192.168.0.0/16 = 192.168.0.0 - 192.168.255.255

19
Q

used to translate between private IPv4 and public IPv4 addresses.

A

Network Address Translation (NAT)

20
Q

How NAT is done?

A

This is usually done on the router that connects the internal network to the ISP network. Private IPv4 addresses in the organization’s intranet will be translated to public IPv4 addresses before routing to the internet.
Packets with a private address must be filtered (discarded) or translated to a public address before forwarding the packet to an ISP.

21
Q

What is the loopback address?

A

127.0.0.0 /8 or 127.0.0.1 to 127.255.255.254

22
Q

How ping command is used?

A

the ping command is commonly used to test connections to other hosts. But you can also use the ping command to test if the IP configuration on your own device

23
Q

What is the Link Local Address?

A

169.254.0.0 /16 or 169.254.0.1 to 169.254.255.254

24
Q

Link Local Address are most commonly known as?

A

The Automatic Private IP Addressing (APIPA) addresses or self-assigned addresses.

25
Q

What is the use of the Automatic Private IP Addressing (APIPA) addresses or self-assigned addresses?

A

They are used by a Windows client to self-configure in the event that the client cannot obtain an IP addressing through other methods. Link-local addresses can be used in a peer-to-peer connection but are not commonly used for this purpose.

26
Q

Designed to support extremely large networks with more than 16 million host addresses.

A

Class A (0.0.0.0/8 to 127.0.0.0/8)
Class A used a fixed /8 prefix with the first octet to indicate the network address and the remaining three octets for host addresses (more than 16 million host addresses per network).

27
Q

Designed to support the needs of moderate to large size networks with up to approximately 65,000 host addresses.

A

Class B (128.0.0.0 /16 - 191.255.0.0 /16)
Class B used a fixed /16 prefix with the two high-order octets to indicate the network address and the remaining two octets for host addresses (more than 65,000 host addresses per network).

28
Q

Designed to support small networks with a maximum of 254 hosts.

A

Class C (192.0.0.0 /24 - 223.255.255.0 /24)
Class C used a fixed /24 prefix with the first three octets to indicate the network and the remaining octet for the host addresses (only 254 host addresses per network).

29
Q

For how many host is Class A?

A

16 million host addresses.

30
Q

For how many host is Class B?

A

65,000 host addresses.

31
Q

For how many host is Class C?

A

maximum of 254 hosts.

32
Q

Class D is what?

A

Class D multicast block consisting of 224.0.0.0 to 239.0.0.0

33
Q

Class E is what?

A

experimental address block consisting of 240.0.0.0 - 255.0.0.0.

34
Q

Both IPv4 and IPv6 addresses are managed by?

A

by the Internet Assigned Numbers Authority (IANA).

35
Q

The IANA manages and allocates blocks of IP addresses to the?

A

to the Regional Internet Registries (RIRs).

36
Q

What are the five RIRs?

A
  • AfriNIC (African Network Information Centre) - Africa Region
  • APNIC (Asia Pacific Network Information Centre) - Asia/Pacific Region
  • ARIN (American Registry for Internet Numbers) - North America Region
  • LACNIC (Regional Latin-American and Caribbean IP Address Registry) - Latin America and some Caribbean Islands
  • RIPE NCC (Réseaux IP Européens Network Coordination Centre) - Europe, the Middle East, and Central Asia
37
Q

This is to locate other devices.

A

In an Ethernet LAN, devices use broadcasts and the Address Resolution Protocol (ARP)

38
Q

How ARP works?

A

ARP sends Layer 2 broadcasts to a known IPv4 address on the local network to discover the associated MAC address. Devices on Ethernet LANs also locate other devices using services. A host typically acquires its IPv4 address configuration using the Dynamic Host Configuration Protocol (DHCP) which sends broadcasts on the local network to locate a DHCP server.

39
Q

How ARP propagate broadcasts?

A

Switches propagate broadcasts out all interfaces except the interface on which it was received. For example, if a switch in the figure were to receive a broadcast, it would forward it to the other switches and other users connected in the network.

40
Q

What is the problem with large broadcast domain?

A

The problem with a large broadcast domain is that these hosts can generate excessive broadcasts and negatively affect the network. This results in slow network operations due to the significant amount of traffic it can cause, and slow device operations because a device must accept and process each broadcast packet.

41
Q

What is the solution to the large broadcast domain problem?

A

The solution is to reduce the size of the network to create smaller broadcast domains in a process called subnetting. These smaller network spaces are called subnets.

42
Q

What are the reasons for using subnetting?

A

Subnetting reduces overall network traffic and improves network performance. It also enables an administrator to implement security policies such as which subnets are allowed or not allowed to communicate together. Another reason is that it reduces the number of devices affected by abnormal broadcast traffic due to misconfigurations, hardware/software problems, or malicious intent.

43
Q

What are some examples of of how network administrators can group devices and services into subnets?

A
  • Subnetting by Location:
    Per every floor, there is a switch which its in own subnets.
  • Subnetting by Group or Function: This is subnetting by department on a company. Like Admin, IT, Sales, HR etc.
  • Subnetting by device types: All Hosts, All Printers, All Servers