Hello All!!
First of thanks to God for putting me in a position to even be taking these test. Next off, BDH Websters, for this awesome site. Once you know the material, these braindumps and the Transcenders are all you need to pass the tests. Knowing the material and passing the tests are two totally separate things entirely. I studied the braindumps and did one transcender in one day, then reviewed a little more, took a transcender another day, and then took the last transcender the day of the test. Total study time is something like 1-2 hours a day + transcenders. Brain dumps and transcenders, braindumps and transcenders, braindumps and transcenders are all you need to pass (but not necessarily know anything!!). You found the braindumps, now go buy the transcenders or find some transwhatevers at alt.binaries.warez.nt and use those. This method got me a 931 on TCP/IP.
Here��s my tcp/ip subnetting chart
n | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
D | 128 | 64 | 32 | 16 | 8 | 4 | 2 | 1 |
SN Mask | 128 | 192 | 224 | 240 | 248 | 252 | 254 | 255 |
# of SNs | 0 | 2 | 6 | 14 | 30 | 62 | 126 | 254 |
# of Host ID��s | Class A | 2^(24-n)-2 | ||||||
Class B | 2^(16-n)-2 | |||||||
Class C | 2^(8-n)-2 |
N= # of bits borrowed
D = # valid host id ranges begin with and is a multiple of. Ie D -2D is one subnet, 2D - 3D is another until XD = SN mask which is invalid.
SN Mask= Subnet mask. This will be the mask of your subnet. Ie. Class A = 255.SNMask.0.0 Class B= 255.255.SN Mask.0, Class C= 255.255.255.SN mask.
# of Subnets = how many subnets you need. Pick the # that is greater to or equal to the # of subnets that you need.
# of host IDs = Use these formulas to figure out whether or not you will have enough host ids after subnetting.
Here��s how to memorize the table.
Here are a few questions I "remember" from the test. I thought that 1-19 were the most challenging. Number 20-48 were gimmes, and 49-58 were not so difficult but required some thought. Here are a few from 1-20.
I chose "b" because I figured that the wks would send the req. to a default gateway if it knew the request was for a diff. Subnet. I can��t be "a" because if the request was known to be remote, it would send it directly to the gateway and wouldn��t need to arp, and then why arp the server unless you think the server is on your subnet.
When you enter FTP 131.107.16.12 you connect to a server on a remote subnet. When you enter
FTP developer you cannot connect.
I chose "a" because I knew that the IP number is correct if I can connect to the proper server using IP number. That only leaves the host name to be questionable. FQDNs are not necessary if the systems are on the same network. The Host file is a text file and is NOT case sensitive even though UNIX names are, it doesn��t matter for windows.
Some irrelevant stuff
IP address 142.170.2.222
Subnet Mask 255.255.0.0
Default gateway 142.170.2.1
Primary Wins Server142.170.2.46
I chose "a" because there is nothing to do with NB scope IDs or Node type necessarily. If there were it would be mentioned in the question. The IP address is not out of range given this current situation unless the subnet mask is wrong. In this scenario, everything is on the same network.
I chose "d". It cannot be "a" because NT explorer doesn��t need DNS. It can��t be "b" because the Default gateway was used to run FTP. The server must have a default gateway to have returned an answer from ftp, or is that directed? In any case, the browsing service wouldn��t detect the server if the server hasn��t registered with the master browser and NT explorer uses the browse list.
Like I said, I thought that these were the more difficult ones, so like everyone else says, DON��T TRUST MY ANSWERS!!!!! Look it up for yourself.