| Author |
Enforcers 216 QOD (12/9)
|
|
| enforcer 2003-09-12, 8:30 am |
| ruscorp troubleshooting his IP network. DHCP is enabled on the network. ruscorp runs the ipconfig /all command. Which of the following will be displayed (Choose all that apply)?
A. The date that the computer's IP address lease was obtained
B. The date that the computer's IP address lease will expire
C. The date that the DHCP service was started
D. IP address of the DHCP server
E. List of shares on PC
Answer on Monday
33 | |
| karlisi 2003-09-12, 8:58 am |
| A B D | |
|
| A. The date that the computer's IP address lease was obtained
B. The date that the computer's IP address lease will expire
C. The date that the DHCP service was started | |
| Fugaz13 2003-09-12, 12:13 pm |
| A, B, and C at a workstation.
At any servers with static IP like DNS...
None of the above. | |
| ruscorp 2003-09-12, 12:22 pm |
| A. The date that the computer's IP address lease was obtained
B. The date that the computer's IP address lease will expire
C. The date that the DHCP service was started | |
| sanjbatra 2003-09-14, 5:12 am |
| A. The date that the computer's IP address lease was obtained
B. The date that the computer's IP address lease will expire
D. IP address of the DHCP server
 | |
|
|
|
| let me correct my self and say ABD
i thought C was saying the date the lease was started but reading this choise again proves me wrong | |
| rathore 2003-09-15, 3:37 am |
| ABD | |
| hairy51 2003-09-15, 3:38 am |
| ABD | |
| Particle 2003-09-15, 5:11 am |
| On a DHCP client machine:
ABD
On the DHCP server:
None of the options | |
| enforcer 2003-09-15, 5:18 am |
| quote: Originally posted by enforcer
ruscorp troubleshooting his IP network. DHCP is enabled on the network. ruscorp runs the ipconfig /all command. Which of the following will be displayed (Choose all that apply)?
A. The date that the computer's IP address lease was obtained
B. The date that the computer's IP address lease will expire
C. The date that the DHCP service was started
D. IP address of the DHCP server
E. List of shares on PC
Answer on Monday
the answer is A,B & D
be careful to read the question fully, and all the answer fully, before jumping in with an answer 
When troubleshooting a TCP/IP networking problem, begin by checking the TCP/IP configuration on the computer experiencing the problem. Use the ipconfig command to get the host computer configuration information, including the IP address, subnet mask, and default gateway.
When Ipconfig is used with the /all switch, it produces a detailed configuration report for all interfaces, including any configured remote access adapters. Ipconfig output may be redirected to a file and pasted into other documents. To do so, type ipconfig > <directory\file name>. The output is placed in the directory you specified with the file name you specified.
The output of Ipconfig can be reviewed to find any problems in the computer network configuration. For example, if a computer has been configured with an IP address that is a duplicate of an existing IP address that has already been detected, the subnet mask appears as 0.0.0.0.
The following example illustrates the results of an ipconfig /all command on a computer that is configured to use a DHCP server for automatic TCP/IP configuration, and WINS and DNS servers for name resolution:
Windows NT IP Configuration
Host Name . . . . . . . . . : testpc1.reskit.com
Node Type . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . : No
WINS Proxy Enabled. . . . . : No
Ethernet adapter Local Area Connection:
Adapter Domain Name . . . . : dns.reskit.com
DNS Servers . . . . . . . . : 172.16.14.119
Description . . . . . . . . : ELNK3 Ethernet Adapter.
Physical Address. . . . . . : 00-20-AF-1D-2B-91
DHCP Enabled. . . . . . . . : Yes
IP Address. . . . . . . . . : 172.16.48.10
Subnet Mask . . . . . . . . : 255.255.248.0
Default Gateway . . . . . . : 172.16.48.03
DHCP Server . . . . . . . . : 172.16.48.03
Primary WINS Server . . . . : 172.16.48.04
Secondary WINS Server . . . : 172.16.48.05
Lease Obtained. . . . . . . : Sunday, May 2, 1999 11:43:01 PM
Lease Expires . . . . . . . : Wednesday, May 5, 1999 11:43:01 PM.
reference: http://www.microsoft.com/WINDOWS200...bd_trb_moxl.htm | |
| BlackhawksFan 2003-10-17, 6:27 am |
| Does anyone know if there is a paramater for command line so one could pipe that ipconfig info to a text file on the desktop?
such as the parameter %systemroot% would use the installation folder such as: c:\winnt>
I tried %desktop% and that didn't seem to work on an NT machine here at work. | |
| enforcer 2003-10-17, 7:11 am |
| what OS?
in 2000 desktop is usually in \documents and settings\all users\desktop
whereas in NT it was winnt\profiles\all users\desktop
I don't think there is a enviroment variable for desktop | |
| BlackhawksFan 2003-10-17, 10:22 am |
| Enforcer, to make a long story short these are the kinda things I am after.
http://www.jsiinc.com/SUBG/TIP3200/rh3239.htm
I guess you call them 'enviornment variables' I did not know the proper term. Now to find a complete list of these somewhere... anything to help cut down on my 'typo count' when in the command console lol
The closest thing I can come up with is %userprofile%\desktop\ wich is still shorter than "c:\documents and settings\user\desktop\" Make sense?
BTW: Thanks for the practice questions 
quote: Originally posted by enforcer
what OS?
in 2000 desktop is usually in \documents and settings\all users\desktop
whereas in NT it was winnt\profiles\all users\desktop
I don't think there is a enviroment variable for desktop
| |
| enforcer 2003-10-17, 11:41 am |
| yeah makes sense
you're welcome | |
|
| ipconfig/all > myfile.txt
will do the trick
quote: Originally posted by BlackhawksFan
Does anyone know if there is a paramater for command line so one could pipe that ipconfig info to a text file on the desktop?
such as the parameter %systemroot% would use the installation folder such as: c:\winnt>
I tried %desktop% and that didn't seem to work on an NT machine here at work.
|
|
|
|