Chapter 4 152-160 Flashcards

(32 cards)

1
Q

What is IGMP

A

Internet group management protocol

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

What does IGMP do?

A

Ipv4 only, network layer & manages multicasting

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

what is multicasting?

A

transmission that allows one node to send data to a defined group of nodes

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

how is IGMP used

A

telecasting over the internet, video conferencing

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

how is IGMP different?

A

usually broadcast is node to node, IGMP is point to multipoint

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

What is ARP

A

address resolution protocol

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

what does ARP do?

A

network layer, Ipv4, gets the physical address of a host or node, Maps it and creates a data base that maps the address to the host IP address.

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

What’s the difference between dynamic ARP and static ARP

A

dynamic requests are when the ARP is not in the data base already, static are ones that are already found

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

How can ARP help troubleshoot?

A

get an ARP table, and find the id of machines who are trying to use the same IP

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

What is ICMP

A

internet control message protocol

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

What does ICMP do?

A

network layer protocol that reports back on the success or failure of data delivery

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

How is ICMPv6 different?

A

ICMPv6 combines ICMP, IGMP, and ARP

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

What are the two kinds of addresses a network has?

A

physical (MAC layer or hardware) and logical (network layer)

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

Where does a physical address come from?

A

it is assigned to the NIC (network interface card)

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

where do logical addresses come from?

A

logical is assigned but must follow rules

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

what is an IP address?

A

A unique 32 bit number

17
Q

How is an IP address divided

A

4 sets of 8 bits separated by periods – four octets

18
Q

what is binary and dotted decimal notation?

A

the most common way of showing an ip address. Binary is the 00100111

19
Q

What is a subnet mask

A

the device’s mask, 32 bit number along with the IP tells the network which computer it is

20
Q

Why do you need subnets?

A

make better use of the limited # of ip addresses

21
Q

How is Ipv6 different than Ipv4?

A

V4= 4x8 bit fields for a total of 32 bits v6= 8 , 16 bit fields x 4 for a total of 128 bits

22
Q

why is ipv6 better?

A

4billion x 4 billion x 4 billion more ip addresses

23
Q

what can these better IP addresses be used for?

A

every device can have its own address for security

24
Q

what is a unicast address?

A

a single interface on a device – one workstation

25
What is a multicast address?
one address represent multiple workstations
26
what is an anycast address?
not assigned to hosts or workstations, they search for all routers in an ISP, so that the message can go quicker
27
what is a format prefix?
attached the the beginning of each transmission saying what kind of address it is, unicast, multicast etc.
28
How do ISPs get ip addresses?
internet service providers are given ranges of IP from the government
29
why should you avoid assigning ip addresses manually?
human error might cause duplication
30
manually assigned ip addresses are called
static ip addresses
31
automatically assigned ip addresses are called
dynamic ip addresses
32
What is the most common way to create dynamic ip addresses?
DHCP dynamic host configuration protocol