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/Name Resolution/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
|
Name Resolution
1
The
file is a computer file used in an operating system to map hostnames to IP addresses.
2
The hosts file contains lines of text consisting of
.
3
Comments in the hosts file are indicated by
.
4
The location of the hosts file on Windows systems is
.
5
The
file may be used to define any hostname or domain name for use by the local system.
6
The hosts file represents
for malicious software.
7
The Domain Name System (DNS) is a
for computers, services, or any resource connected to the Internet or a private network.
8
The Domain Name System
the responsibility of assigning domain names and mapping those names to IP addresses.
name servers are assigned to be responsible for their particular domains, and in turn can assign other
name servers for their sub-domains.
9
A domain name consists of one or more parts, technically called
, that are concatenated and delimited by
.
10
The hierarchy of domains within a domain name descends from
to
.
11
Each label in a domain name may contain up to
characters. The full domain name may not exceed a total length of
characters.
12
Common DNS record types include
(address),
(IPv6 address),
(canonical or alias name),
(mail exchange),
(name server),
(pointer),
(start of authority), and
(text).
13
A
query is one in which the DNS server provides a record for a domain for which it is authoritative itself, or it provides a partial result without querying other servers.
14
A
query is one for which the DNS server will fully answer the query (or give an error) by querying other name servers as needed.
15
Caching DNS servers cache DNS queries and perform recursive queries to
.
16
A reverse lookup is a query of the DNS for
using the IPv4 domain
or the IPv6 domain
, and reverse lookup IP addresses are specified in
order.
17
Link Local Multicast Name Resolution (LLMNR) is a protocol based on the Domain Name System (DNS) packet format that allows both IPv4 and IPv6 hosts to
.
18
LLMNR responders listen on UDP port
on IPv4 address
and IPv6 address
.
19
NetBIOS over TCP/IP (NBT) is a networking protocol that allows
.
20
NetBIOS provides three distinct services:
,
, and
.
21
NetBIOS is a legacy protocol used to support computers and applications that predate
and do not support
.
Category
:
Internet Protocol Analysis