The process of assigning the IP addresses by the DHCP server known as DORA (Discover, Offer, Request, and Acknowledgement).
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
I have a good knowledge on current IT trends.
Create Date
:
Sunday, April 06, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
DHCP, or Dynamic Host Configuration Protocol, is the protocol used to dynamically assigning IP addresses to remote clients. It's used on many local networks, and used almost exclusively by ISPs when assigning IP addresses to computers connecting to the Internet.
Create Date
:
Friday, March 28, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
APIPA stands Auto Private IP Addressing takes effect on Windows 2000 Professional computers if no DHCP server can be contacted. APIPA assigns the computer an IP address within the range of 169.254.0.0 through 169.254.255.254 with a subnet mask of 255.255.0.0.
Create Date
:
Thursday, March 20, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
IIS runs in 2 modes (application isolation modes):
1. worker process isolation mode is a new feature of IIS 6.0.
2. IIS5.0 isolation mode - for compatibility with apps depending on IIS 5.0
Create Date
:
Thursday, March 20, 2008
Click here
to improve the Interview Question, Answer and other fields.
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
A 'daemon' is a software process that runs in the background (continuously) and provides the service to client upon request. For example named is a daemon. When requested it will provide DNS service.
Other examples are:
xinetd (it is a super-daemon, it is responsible for invoking other internet servers when they are needed)
inetd (same as xinetd, but with limited configuration options)
sendmail/postfix (to send/route email)
Apache/httpd (web server)
'server process' run runs one time, when called by a daemon. Once done it will stop. For example telnetd (in.telnetd) or ftpd called from xinetd/inetd daemon . By calling server process from daemon you can save the load and memory. Use a server process for small services such as ftpd, telnetd.
Create Date
:
Wednesday, March 19, 2008
Click here
to improve the Interview Question, Answer and other fields.