Page 4 of 7 « First<23456>Last »
Topic Options
#101394 - 2003-05-27 12:00 AM Re: KiXgolf: MOAN - Mother Of All Networks
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
yeah, now we are talking:
quote:
KiXGolf Result = failed (6 out of 9 correct)
rock'n roll!
quess we are all back to square 6? [Razz]
_________________________
!

download KiXnet

Top
#101395 - 2003-05-27 12:01 AM Re: KiXgolf: MOAN - Mother Of All Networks
Sealeopard Offline
KiX Master
*****

Registered: 2001-04-25
Posts: 11164
Loc: Boston, MA, USA
But I added only tow new tests? And you show three failing, thus you still had some work to do even before I added the two additional tests [Big Grin]

[ 27. May 2003, 21:17: Message edited by: sealeopard ]
_________________________
There are two types of vessels, submarines and targets.

Top
#101396 - 2003-05-27 03:37 AM Re: KiXgolf: MOAN - Mother Of All Networks
Howard Bullock Offline
KiX Supporter
*****

Registered: 2000-09-15
Posts: 5809
Loc: Harrisburg, PA USA
Jens, I think you missed a subnet mask that makes TEST #8 true.

255.255.254.0 (/23) is also valid from what my code says. If you agree, then I have working code again.

code:
IP Address         = 10.10.10.2
Network ID = 10.10.10.0
Subnet Mask =
Correct Answer =
Alternative Answer = /24,/25,/26,/27,/28,/29,/30
Your Answer = /23,/24,/25,/26,/27,/28,/29,/30
Your answer is incorrect

code:
KiXtart
KiXtart Version = 4.21
KiXGolf Script = kixgolf_moan.kix

Computer
OS = Windows 2000 Professional
CPU = Intel Pentium III
Speed = 848 MHz
Memory = 512 MB

KiXGolf Scoring Engine
Scoring Engine = 3.0.3

KiXtart Golf Score
Tournament = KiXtart Golf: MOAN - Mother Of All Networks
Processing Start = 2003/05/26 21:33:00.937
Processing End = 2003/05/26 21:33:01.017
Duration = 0000/00/00 00:00:00.080
# Loops = 1
KiXGolf Result = failed (8 out of 9 correct)
KiXGolf Score = 868



[ 27. May 2003, 03:37: Message edited by: Howard Bullock ]
_________________________
Home page: http://www.kixhelp.com/hb/

Top
#101397 - 2003-05-27 07:24 AM Re: KiXgolf: MOAN - Mother Of All Networks
MightyR1 Offline
MM club member
*****

Registered: 1999-09-09
Posts: 1264
Loc: The Netherlands
Could we have a test for a subnetted class B too???
_________________________
Greetz,
Patrick Rutten

- We'll either find a way or make one...
- Knowledge is power; knowing how to find it is more powerful...
- Problems don't exist; they are challenges...

Top
#101398 - 2003-05-27 09:16 AM Re: KiXgolf: MOAN - Mother Of All Networks
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
hoby, I started thinking the same thing...

then I came to the conclusion that there is actually more.
and then decided to go to bed [Big Grin]

why 255.255.252.0 would not be ok, dunno...

maybe there is this thing that 10 (as starting address) is impossible.
_________________________
!

download KiXnet

Top
#101399 - 2003-05-27 01:05 PM Re: KiXgolf: MOAN - Mother Of All Networks
Howard Bullock Offline
KiX Supporter
*****

Registered: 2000-09-15
Posts: 5809
Loc: Harrisburg, PA USA
(10 & 252) equals 8 not 10 so 255.255.252.0 does not work as it changes the NetworkID.

I checked all possible subet mask values from at 8 bits to 31 bits and only the ones I list seem to be valid.

[ 27. May 2003, 13:09: Message edited by: Howard Bullock ]
_________________________
Home page: http://www.kixhelp.com/hb/

Top
#101400 - 2003-05-27 01:26 PM Re: KiXgolf: MOAN - Mother Of All Networks
Howard Bullock Offline
KiX Supporter
*****

Registered: 2000-09-15
Posts: 5809
Loc: Harrisburg, PA USA
Hey! Time for a rollcall. Who is working on this KiXgolf problem beside Lonkero and me?

We seem to be the only takers here.
_________________________
Home page: http://www.kixhelp.com/hb/

Top
#101401 - 2003-05-27 01:48 PM Re: KiXgolf: MOAN - Mother Of All Networks
MightyR1 Offline
MM club member
*****

Registered: 1999-09-09
Posts: 1264
Loc: The Netherlands
Me am Playing Golf too!!!

Damn those class A/B subnets. Can't get the subnetmask/ip-addresses to work... [Mad] [Mad]

Score for determining in-IPrange & NetWorkID = 530
_________________________
Greetz,
Patrick Rutten

- We'll either find a way or make one...
- Knowledge is power; knowing how to find it is more powerful...
- Problems don't exist; they are challenges...

Top
#101402 - 2003-05-27 01:50 PM Re: KiXgolf: MOAN - Mother Of All Networks
MightyR1 Offline
MM club member
*****

Registered: 1999-09-09
Posts: 1264
Loc: The Netherlands
Need an example / result list of determining the possible subnets for a class A/B subnet...

Anyone???
_________________________
Greetz,
Patrick Rutten

- We'll either find a way or make one...
- Knowledge is power; knowing how to find it is more powerful...
- Problems don't exist; they are challenges...

Top
#101403 - 2003-05-27 01:53 PM Re: KiXgolf: MOAN - Mother Of All Networks
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
pat, that's about the score I had there too [Wink]

hoby, I must wonder...
if jens disabled that one as that 254 has only broadcast and network-id and thus the IP can't be there.

damn, this goes tricky... too tricky.

like jens already pointed out, my code broke more when tried to get this piece to work.
I think I'm gonna do total re-write... at least try as that method I figured when woke up and in the buss... it seems like zillion times shorter...
can't know though...
_________________________
!

download KiXnet

Top
#101404 - 2003-05-27 01:55 PM Re: KiXgolf: MOAN - Mother Of All Networks
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
pat, I could write you a code that generates them but that would be too big part of the golf-solution [Wink]
_________________________
!

download KiXnet

Top
#101405 - 2003-05-27 02:25 PM Re: KiXgolf: MOAN - Mother Of All Networks
MightyR1 Offline
MM club member
*****

Registered: 1999-09-09
Posts: 1264
Loc: The Netherlands
K, do NOT send!!!

Spoils the fun [Big Grin]
_________________________
Greetz,
Patrick Rutten

- We'll either find a way or make one...
- Knowledge is power; knowing how to find it is more powerful...
- Problems don't exist; they are challenges...

Top
#101406 - 2003-05-27 03:16 PM Re: KiXgolf: MOAN - Mother Of All Networks
Richard H. Administrator Offline
Administrator
*****

Registered: 2000-01-24
Posts: 4946
Loc: Leatherhead, Surrey, UK
Howard, your calculations are correct.

IP address 10.10.10.2 and mask 255.255.254.0 would give you:
Subnet address: 10.10.10.0
Broadcast address: 10.10.11.255

All addresses in between are valid IP addresses, including 10.10.10.255 and 10.10.11.0

Jens, one question occurs to me. I can't see in the instructions where you are limiting the scope of the masks, so for a network of "10.10.10.0" you could apply a netmask of "10.10.10.255", which would be valid and give you a range of 168,430,336 potential addresses.

I assume that you are only using masks with contiguous bits.

Top
#101407 - 2003-05-27 04:24 PM Re: KiXgolf: MOAN - Mother Of All Networks
Howard Bullock Offline
KiX Supporter
*****

Registered: 2000-09-15
Posts: 5809
Loc: Harrisburg, PA USA
I assumed continous valid subnet mask of 8 through 31 bits starting from the high order side (progressing from left to right).

[ 27. May 2003, 16:27: Message edited by: Howard Bullock ]
_________________________
Home page: http://www.kixhelp.com/hb/

Top
#101408 - 2003-05-27 09:31 PM Re: KiXgolf: MOAN - Mother Of All Networks
Sealeopard Offline
KiX Master
*****

Registered: 2001-04-25
Posts: 11164
Loc: Boston, MA, USA
Just to make it official, test 8 does have 255.255.254.0 or /23 as correct solution.

I've updated the .INI file accordingly. Download the package at http://people.bu.edu/jenmeyer/kixtart/kixgolf_moan.zip

quote:
I assume that you are only using masks with contiguous bits
Yes, that's correct. I believe you actually have to use contiguous bits as this is how CIDR is defined. See for example http://www.cisco.com/warp/public/701/3.html#cidr

I've also covered the 255.255.255.254 or /31 case where you only have two IP addresses, namely the network ID and the broadcast address. Quote from the rules in the Input&Output section:
quote:
Assumtion: Network/broadcast addresses are not available as regular IP addresses though RFC3021 allows /31 networks (two IP addresses where the network/broadcast addresses are used as regular IP addresses)



[ 27. May 2003, 21:40: Message edited by: sealeopard ]
_________________________
There are two types of vessels, submarines and targets.

Top
#101409 - 2003-05-27 09:34 PM Re: KiXgolf: MOAN - Mother Of All Networks
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
although, both cases can make the logic harder or easier, depending of the logic used.
_________________________
!

download KiXnet

Top
#101410 - 2003-05-27 10:20 PM Re: KiXgolf: MOAN - Mother Of All Networks
Howard Bullock Offline
KiX Supporter
*****

Registered: 2000-09-15
Posts: 5809
Loc: Harrisburg, PA USA
code:
KiXtart
KiXtart Version = 4.21
KiXGolf Script = kixgolf_moan.kix

Computer
OS = Windows 2000 Professional
CPU = Intel Pentium III
Speed = 698 MHz
Memory = 512 MB

KiXGolf Scoring Engine
Scoring Engine = 3.0.3

KiXtart Golf Score
Tournament = KiXtart Golf: MOAN - Mother Of All Networks
Processing Start = 2003/05/27 16:24:55.287
Processing End = 2003/05/27 16:24:55.387
Duration = 0000/00/00 00:00:00.100
# Loops = 1
KiXGolf Result = passed (9 out of 9 correct)
KiXGolf Score = 863

Thank you for participating in KiXtart Golf!

_________________________
Home page: http://www.kixhelp.com/hb/

Top
#101411 - 2003-05-28 03:09 AM Re: KiXgolf: MOAN - Mother Of All Networks
Howard Bullock Offline
KiX Supporter
*****

Registered: 2000-09-15
Posts: 5809
Loc: Harrisburg, PA USA
Ok Pat. Why are we not hearing anything from you?
_________________________
Home page: http://www.kixhelp.com/hb/

Top
#101412 - 2003-05-28 08:15 AM Re: KiXgolf: MOAN - Mother Of All Networks
MightyR1 Offline
MM club member
*****

Registered: 1999-09-09
Posts: 1264
Loc: The Netherlands
Rumble Flumble Stumble

Am here... Digging into my TCP/IP documentation.

Discovered my approach is a nogo for the subnets/ip-addresses... Must make redesign [Frown]
_________________________
Greetz,
Patrick Rutten

- We'll either find a way or make one...
- Knowledge is power; knowing how to find it is more powerful...
- Problems don't exist; they are challenges...

Top
#101413 - 2003-05-28 08:54 AM Re: KiXgolf: MOAN - Mother Of All Networks
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
alright!
good to hear that I'm not only mixing ideas and codes [Wink]

think I need to do something to my script as only the isinsubnet-part (all parameters provided) is ready and it already has:
Duration = 0000/00/00 01:49:34.804
_________________________
!

download KiXnet

Top
Page 4 of 7 « First<23456>Last »


Moderator:  Arend_, Allen, Jochen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Mart 
Hop to:
Shout Box

Who's Online
0 registered and 464 anonymous users online.
Newest Members
gespanntleuchten, DaveatAdvanced, Paulo_Alves, UsTaaa, xxJJxx
17864 Registered Users

Generated in 0.082 seconds in which 0.032 seconds were spent on a total of 12 queries. Zlib compression enabled.

Search the board with:
superb Board Search
or try with google:
Google
Web kixtart.org