Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main Page
Browse
Recent changes
Guided tours
Random
Help
Community
Portal
Colloquium
News
Projects
Sandbox
Search
Search
Appearance
Donate
Create account
Log in
Personal tools
Donate
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Internet Protocol Analysis/Address Assignment/Quiz
Add languages
Add links
Resource
Discuss
English
Read
Edit
Edit source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
Edit source
View history
General
What links here
Related changes
Special pages
Permanent link
Page information
Cite this page
Get shortened URL
Download QR code
Wikimedia Projects
Commons
Wikibooks
Wikidata
Wikinews
Wikipedia
Wikiquote
Wikisource
Wikispecies
Wikivoyage
Wiktionary
Meta-Wiki
Outreach
MediaWiki
Wikimania
Print/export
Create a book
Download as PDF
Printable version
In other projects
Appearance
move to sidebar
hide
From Wikiversity
<
Internet Protocol Analysis
|
Address Assignment
1
A link-local address is an Internet Protocol address that is
.
2
Routers
packets with link-local addresses.
3
Link-local addresses for IPv4 are defined in the address block
.
4
Link-local addresses for IPv6 are defined with the prefix
.
5
Unlike
,
requires a link-local address to be assigned to every network interface on which the
protocol is enabled, even when one or more routable addresses are also assigned.
6
The IPv6 link-local address is required for sublayer operations of
.
7
The Bootstrap Protocol, or BOOTP, is a network protocol used by a network client to
.
8
The Dynamic Host Configuration Protocol (DHCP) is a more advanced protocol for the same purpose as
and has superseded the use of
. DHCP is an extension of
and uses the same datagram format.
9
Most DHCP servers also function as
servers.
10
The BOOTP protocol replaced
.
11
BOOTP, and therefore DHCP, supports the use of a relay agent, which
.
12
The Dynamic Host Configuration Protocol (DHCP) is a network protocol that is used to
.
13
DHCP servers maintain
.
14
Network links without a DHCP server can use
to receive messages from DHCP clients and forward them to DHCP servers.
15
DHCP servers typically grant IP addresses to clients only for
. DHCP clients are responsible for
, and must
.
16
By default, clients attempt to renew their lease using
traffic starting at one half of lease time, also known as
time (T1).
17
By default, clients attempt to renew their lease using
traffic starting at 87.5% of lease time, also known as
time (T2).
18
DHCP servers assign addresses through either
.
19
DHCPv4 operations fall into four basic phases:
. These points are often abbreviated as
.
20
DHCPv4 options provided to clients include
.
21
The base DHCP protocol does not include any mechanism for authentication. Because of this, it is vulnerable to a variety of attacks including
.
22
DHCPv6 operations are similar to DHCPv4, but are described as
. Renewals are processed with
.
23
DHCPv6-PD prefix delegation is used to
.
Category
:
Internet Protocol Analysis