Week 02 - IP Addresses IPv4 & IPv6 (L04-L05) Flashcards
How does an IPv6 address looks like?
128 bit with 8 octet in hex. 3565:FA34:3423:4543:2342:2342:9089:0395
Explain the different allocation types of DHCP.
- Dynamic,
- Automatic,
- Static
What are the IPv6 scopes?
- Link Local: regular address;
- Site local: adress for machine in network;
- Global: address for machine in Internet
What is DHCP and what benefit is it in network administration?
Dynamic Host Configuration Protocol. Used for IP address assignment. Less manual work.
What are the IPv6 types?
- unicast: 1:1;
- multicast: 1:n;
- anycast: n:n
What is a lease?
Duration that a node can keep an IP
What is zero configuration? What is it called in Microsoft, Apple, Linux?
Configured to DHCP but no DHCP is present. IP in the range of 169.254.x.x; Microsoft: APIPA, Apple: Bonjour, Linux: AVAHI
What is IPv6?
Superior of IPv4. Due to the lack of IP address left and some security issues in IPv6. 128 bit address.
How can you identify if an IP address is a class A, B, or C address?
By the first octet of the IP address:
- 0xxx - Class A,
- 10xx - Class B,
- 110x - Class C
For what are IP addresses used for?
Unique addresses for network nodes to communicate with each other.
What are the four steps of DHCP negotation?
- SERVICE DISCOVERY
- IP OFFER
- IP REQUEST
- IP LEASE
How does a client in zeroconf assures, that no one lease has the same IP address?
Sends ARP broadcast
What is a subnet mask?
A subnet mask shows which part of an IP address identifies the local network and which part defines the host.