











CompTIA
Exam Vouchers
Save money on CompTIA exams
| Question of the day
Sign up to receive
interactive practice questions
for MCSE, CompTIA
Cisco and other exams
| TestKing
Get MCSE, MCSD, CCNA, CCNP,A+, N+ and many more | * ExamSheets *
Guide for Success!
Actual Questions & Answers
MCSE, MCSD, A+ ,CCNA, CCNP
Oracle 8i, Oracle 9i Online practice tests
Certification sites Online university Online college Online education Distance learning Software forum Server administration forum Programming resources
|
|  |
| Author |
IP #'s and Packets-Mike Meyers
|
teak
Guest
Registered: Not Yet Location: Country: State: Certifications: Working on:
Total Posts: N/A
|
|
IP #'s and Packets-Mike Meyers
Ok, I am about to graduate-I still don't understand this
What would this be?
127.34.567.0
Compared to
127.34.567.255
Also where can I find good info on packets + Protocols
Finally is RIP a Vertically Diverse Item? I forgot what that thing
was.
I like networking-but the book I have is a real eye ripper. I am sure
If I sit with a Easier Book, Things will materialize.
Thanks-test on Monday-YIKES!
I have to hand it to mike myers-Some folks bash his books, but they do
serve a intended purpose.
I would neevr get through schoolw with out them. I am going to order
His Network Book. thanks Mike!
Thanks To all
tino
Report this post to a moderator
|
|
02-05-03 07:24 PM
|
|
Charles M. Kozierok
Guest
Registered: Not Yet Location: Country: State: Certifications: Working on:
Total Posts: N/A
|
|
Re: IP #'s and Packets-Mike Meyers
In article <49eaf5fc.0302051216.693b60f@posting.google.com>,
teak <teak@linuxmail.org> wrote:
} Ok, I am about to graduate-I still don't understand this
}
} What would this be?
}
} 127.34.567.0
}
} Compared to
}
} 127.34.567.255
Well, they'd both be "invalid" since the third number is too large -- it
can't be over 255. Assuming that you change each to 67, it's still
not clear what you are asking. Since they are both in the 127.x.x.x
block, they are both just loopback addresses. But usually people just
use 127.0.0.1 for that.
If you change the 127 to something else, like say 219, then the first is
the address of a class C (or /24) network. The second (219.34.67.255) is
the directed broadcast address of that network.
} Also where can I find good info on packets + Protocols
Which ones?
} Finally is RIP a Vertically Diverse Item? I forgot what that thing
} was.
"Vertically diverse"? Are you sure that is the right term? I've never
heard it before.
} Thanks-test on Monday-YIKES!
Good luck.
peace,
-*-
charles
Report this post to a moderator
|
|
02-05-03 10:24 PM
|
|
allen953
Guest
Registered: Not Yet Location: Country: State: Certifications: Working on:
Total Posts: N/A
|
|
Re: IP #'s and Packets-Mike Meyers
<snip>
> } Finally is RIP a Vertically Diverse Item? I forgot what that thing
> } was.
>
> "Vertically diverse"? Are you sure that is the right term? I've never
> heard it before.
>
> } Thanks-test on Monday-YIKES!
>
> Good luck.
>
> peace,
>
> -*-
> charles
charles...probably meant "vector distance" (RIP) vice "link state" (OSPF).
AL
Net+ and holding ;-)
Report this post to a moderator
|
|
02-06-03 03:24 AM
|
|
Charles M. Kozierok
Guest
Registered: Not Yet Location: Country: State: Certifications: Working on:
Total Posts: N/A
|
|
Re: IP #'s and Packets-Mike Meyers
In article <Xfl0a.167886$ui1.4904762@news1.east.cox.net>,
allen953 <allen953@cox.net> wrote:
}
} <snip>
}
} > } Finally is RIP a Vertically Diverse Item? I forgot what that thing
} > } was.
} >
} > "Vertically diverse"? Are you sure that is the right term? I've never
} > heard it before.
}
} charles...probably meant "vector distance" (RIP) vice "link state" (OSPF).
Ah! Yes, I should have figured that out. 
Yes, RIP is a distance-vector routing protocol. In fact, it is the classic
example of a DV routing protocol.
peace,
-*-
charles
Report this post to a moderator
|
|
02-06-03 12:24 PM
|
|
Stephen Watkins
Guest
Registered: Not Yet Location: Country: State: Certifications: Working on:
Total Posts: N/A
|
|
Re: IP #'s and Packets-Mike Meyers
Maybe he means:
127.34.67.0 (network address)
127.34.67.255 (broadcast address)
Stephen.
"Charles M. Kozierok" <ixlu@PCGuide.com> wrote in message
news:b1s4fc$qlr$1@reader1.panix.com...
> In article <49eaf5fc.0302051216.693b60f@posting.google.com>,
> teak <teak@linuxmail.org> wrote:
> } Ok, I am about to graduate-I still don't understand this
> }
> } What would this be?
> }
> } 127.34.567.0
> }
> } Compared to
> }
> } 127.34.567.255
>
> Well, they'd both be "invalid" since the third number is too large -- it
> can't be over 255. Assuming that you change each to 67, it's still
> not clear what you are asking. Since they are both in the 127.x.x.x
> block, they are both just loopback addresses. But usually people just
> use 127.0.0.1 for that.
>
> If you change the 127 to something else, like say 219, then the first is
> the address of a class C (or /24) network. The second (219.34.67.255) is
> the directed broadcast address of that network.
>
> } Also where can I find good info on packets + Protocols
>
> Which ones?
>
> } Finally is RIP a Vertically Diverse Item? I forgot what that thing
> } was.
>
> "Vertically diverse"? Are you sure that is the right term? I've never
> heard it before.
>
> } Thanks-test on Monday-YIKES!
>
> Good luck.
>
> peace,
>
> -*-
> charles
Report this post to a moderator
|
|
02-07-03 05:24 AM
|
|
teak
Guest
Registered: Not Yet Location: Country: State: Certifications: Working on:
Total Posts: N/A
|
|
Re: IP #'s and Packets-Mike Meyers
"Stephen Watkins" <swatkins@nospam.clear.net.nz> wrote in message news:<lKH0a.814$324.143983@news02.tsnz.net>...
> Maybe he means:
> 127.34.67.0 (network address)
> 127.34.67.255 (broadcast address)
>
> Stephen.
>
> "Charles M. Kozierok" <ixlu@PCGuide.com> wrote in message
> news:b1s4fc$qlr$1@reader1.panix.com...
> > In article <49eaf5fc.0302051216.693b60f@posting.google.com>,
> > teak <teak@linuxmail.org> wrote:
> > } Ok, I am about to graduate-I still don't understand this
> > }
> > } What would this be?
> > }
> > } 127.34.567.0
> > }
> > } Compared to
> > }
> > } 127.34.567.255
> >
> > Well, they'd both be "invalid" since the third number is too large -- it
> > can't be over 255. Assuming that you change each to 67, it's still
> > not clear what you are asking. Since they are both in the 127.x.x.x
> > block, they are both just loopback addresses. But usually people just
> > use 127.0.0.1 for that.
> >
> > If you change the 127 to something else, like say 219, then the first is
> > the address of a class C (or /24) network. The second (219.34.67.255) is
> > the directed broadcast address of that network.
> >
> > } Also where can I find good info on packets + Protocols
> >
> > Which ones?
> >
> > } Finally is RIP a Vertically Diverse Item? I forgot what that thing
> > } was.
> >
> > "Vertically diverse"? Are you sure that is the right term? I've never
> > heard it before.
> >
> > } Thanks-test on Monday-YIKES!
> >
> > Good luck.
> >
> > peace,
> >
> > -*-
> > charles
Thank you for all your help. All of you. I hope I can pay it back one day.
Yer Bud
Tino
Report this post to a moderator
|
|
02-08-03 06:24 PM
|
|
|
Featured site: MCSE, MCSD, CompTIA, CCNA training videos
Forum Rules: Who Can Read The Forum? Any registered user or guest.
Who Can Post New Topics? Any registered user.
Who Can Post Replies? Any registered user.
Changes: Messages can be edited by their author.
Posts: HTML code is OFF. Smilies are ON. vB code is ON. [IMG] code is OFF. |
|
ExamNotes forum archive
|