











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 |
Where does a packet go
|
anna c
Guest
Registered: Not Yet Location: Country: State: Certifications: Working on:
Total Posts: N/A
|
|
Where does a packet go
Hello all,
Let's say you have a bridge connected on part of a LAN (star
configuration). On one side of bridge you have 3 computers A, B, C.
On the other side of bridge you have computers X, Y, Z. Computer A
wants to send data to computer C. Does the packets first go to the
bridge and then the bridge directs them to Computer C or does the
packets go to Computer B and then are sent to Computer C? In other
words, Im wondering do packets leave Computer A's NIC then travels to
the bridge or do they go straight to Computer C? Thanx!!!
Report this post to a moderator
|
|
12-18-02 07:24 PM
|
|
Paul Womar
Guest
Registered: Not Yet Location: Country: State: Certifications: Working on:
Total Posts: N/A
|
|
Re: Where does a packet go
anna c <cwesthaven@hotmail.com> wrote:
> Hello all,
> Let's say you have a bridge connected on part of a LAN (star
> configuration). On one side of bridge you have 3 computers A, B, C.
> On the other side of bridge you have computers X, Y, Z. Computer A
> wants to send data to computer C. Does the packets first go to the
> bridge and then the bridge directs them to Computer C or does the
> packets go to Computer B and then are sent to Computer C? In other
> words, Im wondering do packets leave Computer A's NIC then travels to
> the bridge or do they go straight to Computer C? Thanx!!!
They go to all devices on the same segment, including the bridge, in
this case the bridge will know that it does not need to pass it on so it
will do nthing with it.
--
-> The email address in this message *IS* Valid <-
Report this post to a moderator
|
|
12-18-02 08:24 PM
|
|
Crazymiclo30
Guest
Registered: Not Yet Location: Country: State: Certifications: Working on:
Total Posts: N/A
|
|
Re: Where does a packet go
>Subject: Re: Where does a packet go
>From: {$PW$}@womar.co.uk (Paul Womar)
>Date: 12/18/2002 3:34 PM Eastern Standard Time
>Message-id: <1fnemgh.1gsrvpv28a83aN%{$PW$}@womar.co.uk>
>
>anna c <cwesthaven@hotmail.com> wrote:
>
>> Hello all,
>> Let's say you have a bridge connected on part of a LAN (star
>> configuration). On one side of bridge you have 3 computers A, B, C.
>> On the other side of bridge you have computers X, Y, Z. Computer A
>> wants to send data to computer C. Does the packets first go to the
>> bridge and then the bridge directs them to Computer C or does the
>> packets go to Computer B and then are sent to Computer C? In other
>> words, Im wondering do packets leave Computer A's NIC then travels to
>> the bridge or do they go straight to Computer C? Thanx!!!
>
>They go to all devices on the same segment, including the bridge, in
>this case the bridge will know that it does not need to pass it on so it
>will do nthing with it.
>--
>-> The email address in this message *IS* Valid <-
>
>
The answer given here is correct. To expand on it to make it more clear. If a
packet is sent from A to C then the bridge, B & C will all receive the packet.
Computers X, Y and Z will not.
crazymiclo
A+
Report this post to a moderator
|
|
12-19-02 01:24 AM
|
|
Andy Barkl
Guest
Registered: Not Yet Location: Country: State: Certifications: Working on:
Total Posts: N/A
|
|
Re: Where does a packet go
"anna c" <cwesthaven@hotmail.com> wrote in message
news:7e04dc8b.0212181211.3bd86942@posting.google.com...
> Hello all,
> Let's say you have a bridge connected on part of a LAN (star
> configuration). On one side of bridge you have 3 computers A, B, C.
> On the other side of bridge you have computers X, Y, Z. Computer A
> wants to send data to computer C. Does the packets first go to the
> bridge and then the bridge directs them to Computer C or does the
> packets go to Computer B and then are sent to Computer C? In other
> words, Im wondering do packets leave Computer A's NIC then travels to
> the bridge or do they go straight to Computer C? Thanx!!!
All workstations would receive a copy of the packet or frame but if their
MAC address was not in the destination of the frame they would discard the
message. The bridge will also receive a copy and if it knows workstation C
is on the same bridge port as workstation A, then it too will discard the
frame.
Report this post to a moderator
|
|
12-19-02 03:24 AM
|
|
Barry Watzman
Guest
Registered: Not Yet Location: Country: State: Certifications: Working on:
Total Posts: N/A
|
|
Re: Where does a packet go
All computers on a given network see all packets. The network is a
logical bus, even if it's a physical star.
If the device is truly a bridge, it will pass all packets
unconditionally. A true bridge simply connects two networks that are
physically dissimilar in some way (for example, ABC are ethernet, XYZ
are token ring), "bridging" the two physically dissimilar networks into
a single logical network. A true bridge would pass all packets, thus
all 6 computers (and the bridge) would see all packets, but 5 of the 6
would discard the packet because it was not addressed to them.
However, the term "bridge" is used loosely, and in fact the "bridge"
might technically encompass some capabilities of a switch and/or a
router. In this case, it would apply intelligence and only pass
messages (packets) that needed to get "to the other side". However,
common casual useage aside, if this is what's happening then the device
has capabilities that extend beyond the stict [minimal] definition of a
bridge, encompassing at least some capabilities of either a switch
and/or a router.
anna c wrote:
> Hello all,
> Let's say you have a bridge connected on part of a LAN (star
> configuration). On one side of bridge you have 3 computers A, B, C.
> On the other side of bridge you have computers X, Y, Z. Computer A
> wants to send data to computer C. Does the packets first go to the
> bridge and then the bridge directs them to Computer C or does the
> packets go to Computer B and then are sent to Computer C? In other
> words, Im wondering do packets leave Computer A's NIC then travels to
> the bridge or do they go straight to Computer C? Thanx!!!
Report this post to a moderator
|
|
12-24-02 05:24 AM
|
|
Howard Phillips
Guest
Registered: Not Yet Location: Country: State: Certifications: Working on:
Total Posts: N/A
|
|
Re: Where does a packet go
Please forgive me and feel free to correct me where I err, but I would like
to clarify a few of the terms you threw around. I feel that your response,
while well intentioned may not be completely accurate.
"Barry Watzman" <Watzman@neo.rr.com> wrote in message
news:3E07FC9E.3060209@neo.rr.com...
> All computers on a given network see all packets. The network is a
> logical bus, even if it's a physical star.
Technical point; a 'network' can be anything from 2 computers and a
crossover cable to the entire internet. Here are a few terms to provide a
more precise description of what you might mean:
Segment, this is the logical or physical equivelent of a bus, all packets
generated or broadcast on a segment are seen by all hosts (nodes) on that
segment.
Collision Domain, Cisco term equivelent to a segment.
Broadcast Domain, Cisco term for an area of a network bound by routers.
Broadcasts have all 1s in the MAC address and are seen by all nodes on a
segment regardless of layer 2 switching.
> If the device is truly a bridge, it will pass all packets
> unconditionally. A true bridge simply connects two networks that are
> physically dissimilar in some way (for example, ABC are ethernet, XYZ
> are token ring), "bridging" the two physically dissimilar networks into
> a single logical network. A true bridge would pass all packets, thus
> all 6 computers (and the bridge) would see all packets, but 5 of the 6
> would discard the packet because it was not addressed to them.
More definitions:
Repeater, a device which reconditions and amplifies signals to extend the
physical size of a network. Repeaters forward all traffic to all ports
regardless of MAC or logical address.
Bridge, a device which creates seperate collision domains within a broadcast
domain. Bridges inspect the destination MAC address of packets and only
forward packets to ports on which that MAC address resides.
Translational Bridge, a bridge capable of reformatting packets for different
transport media. For example a translational bridge could connect a token
ring ethernet to a 10baseT ethernet. Since this is still a bridge only
those packets which require translation to reach their destination are
translated.
> However, the term "bridge" is used loosely, and in fact the "bridge"
> might technically encompass some capabilities of a switch and/or a
> router. In this case, it would apply intelligence and only pass
> messages (packets) that needed to get "to the other side". However,
> common casual useage aside, if this is what's happening then the device
> has capabilities that extend beyond the stict [minimal] definition of a
> bridge, encompassing at least some capabilities of either a switch
> and/or a router.
The term bridge is in fact used loosely, however should be used exactly when
preparing for the Network+ test, or any other certification.
I hope I recalled these terms correctly and that I haven't come off as
either and idiot or a pompous XXX.
Howard Phillips
> anna c wrote:
> > Hello all,
> > Let's say you have a bridge connected on part of a LAN (star
> > configuration). On one side of bridge you have 3 computers A, B, C.
> > On the other side of bridge you have computers X, Y, Z. Computer A
> > wants to send data to computer C. Does the packets first go to the
> > bridge and then the bridge directs them to Computer C or does the
> > packets go to Computer B and then are sent to Computer C? In other
> > words, Im wondering do packets leave Computer A's NIC then travels to
> > the bridge or do they go straight to Computer C? Thanx!!!
>
Report this post to a moderator
|
|
12-25-02 04:24 AM
|
|
Gareth
Guest
Registered: Not Yet Location: Country: State: Certifications: Working on:
Total Posts: N/A
|
|
Re: Where does a packet go
"Howard Phillips" <Howard.Phillips@removethis.cosmic.com> wrote in message
news:PfbO9.36891$VA5.5904713@news1.news.adelphia.net...
> Please forgive me and feel free to correct me where I err, but I would
like
> to clarify a few of the terms you threw around. I feel that your
response,
> while well intentioned may not be completely accurate.
>
> "Barry Watzman" <Watzman@neo.rr.com> wrote in message
> news:3E07FC9E.3060209@neo.rr.com...
> > All computers on a given network see all packets. The network is a
> > logical bus, even if it's a physical star.
>
> Technical point; a 'network' can be anything from 2 computers and a
> crossover cable to the entire internet. Here are a few terms to provide a
> more precise description of what you might mean:
>
> Segment, this is the logical or physical equivelent of a bus, all packets
> generated or broadcast on a segment are seen by all hosts (nodes) on that
> segment.
>
> Collision Domain, Cisco term equivelent to a segment.
>
> Broadcast Domain, Cisco term for an area of a network bound by routers.
> Broadcasts have all 1s in the MAC address and are seen by all nodes on a
> segment regardless of layer 2 switching.
>
> > If the device is truly a bridge, it will pass all packets
> > unconditionally. A true bridge simply connects two networks that are
> > physically dissimilar in some way (for example, ABC are ethernet, XYZ
> > are token ring), "bridging" the two physically dissimilar networks into
> > a single logical network. A true bridge would pass all packets, thus
> > all 6 computers (and the bridge) would see all packets, but 5 of the 6
> > would discard the packet because it was not addressed to them.
>
> More definitions:
> Repeater, a device which reconditions and amplifies signals to extend the
> physical size of a network. Repeaters forward all traffic to all ports
> regardless of MAC or logical address.
>
> Bridge, a device which creates seperate collision domains within a
broadcast
> domain. Bridges inspect the destination MAC address of packets and only
> forward packets to ports on which that MAC address resides.
>
> Translational Bridge, a bridge capable of reformatting packets for
different
> transport media. For example a translational bridge could connect a token
> ring ethernet to a 10baseT ethernet. Since this is still a bridge only
> those packets which require translation to reach their destination are
> translated.
>
> > However, the term "bridge" is used loosely, and in fact the "bridge"
> > might technically encompass some capabilities of a switch and/or a
> > router. In this case, it would apply intelligence and only pass
> > messages (packets) that needed to get "to the other side". However,
> > common casual useage aside, if this is what's happening then the device
> > has capabilities that extend beyond the stict [minimal] definition of a
> > bridge, encompassing at least some capabilities of either a switch
> > and/or a router.
>
> The term bridge is in fact used loosely, however should be used exactly
when
> preparing for the Network+ test, or any other certification.
>
> I hope I recalled these terms correctly and that I haven't come off as
> either and idiot or a pompous XXX.
> Howard Phillips
> > anna c wrote:
> > > Hello all,
> > > Let's say you have a bridge connected on part of a LAN (star
> > > configuration). On one side of bridge you have 3 computers A, B, C.
> > > On the other side of bridge you have computers X, Y, Z. Computer A
> > > wants to send data to computer C. Does the packets first go to the
> > > bridge and then the bridge directs them to Computer C or does the
> > > packets go to Computer B and then are sent to Computer C? In other
> > > words, Im wondering do packets leave Computer A's NIC then travels to
> > > the bridge or do they go straight to Computer C? Thanx!!!
All seems okay Howard, but to be honest I think the biggest error would be
in calling the data package a "packet" - frame would be more correct :-)
G.
Report this post to a moderator
|
|
12-27-02 08: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
|