Ip Flashcards

1
Q

What is IP fragmentation?

A

Break a large IP packet into a smaller pieces to fit the MTU of underlying network. If any fragment is lost, then the whole datagram is discarded

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

IPV4 Addresses

A

32 bits written in 4 decimal numbers which has a network and host part. Is assigned to interfaces so a host can have multiple interfaces and multiple IPs

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

Subnetting

A

Dividing a network into smaller sub networks for better organization and efficiency. A subnet mask helps identify how many bits of the IP address are used in network

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

Supernetting/CIDR

A

Combines multiple smaller networks in to a big one using CIDR. CIDR has IP/prefix_length for which are the network bits and rest are the host bits

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

What is ARP? and why is it important?

A

ARP maps IP address to MAC hardware address on a local network. It’s important because devices can only send Ethernet frames using MAC addresses and it allows for IP based communication that works for Ethernet and WIFI

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

What is DHCP? And why is it important?

A

Automatically assigns IP address and other network information (subnet mask, default gateway, dns) to devices. It’s important because without it, IP would need to be manually configured and it supports dynamic networks with many devices

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

What is an IP tunnel?

A

Encapsulating IP packets with other packets for VPNs

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

How does ARP work?

A
  1. Device knows IP but not MAC
  2. ARP request sent and target replies with ARP reply containing MAC address
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How does DHCP work?

A
  1. Device sends DHCP discover
  2. Server replies with DHCP offer
  3. Device sends a DHCP request
  4. Server sends DCHP ACK
How well did you know this?
1
Not at all
2
3
4
5
Perfectly