T.R | Title | User | Personal Name | Date | Lines |
---|
23.1 | What KINDS of bridges? | AKO569::JOY | So many men, so few with brains | Tue Jan 02 1990 14:04 | 12 |
| One of the biggest issues with bridging 802.* protocols to FDDI will be
if the bridge is designed to be a translating bridge or an
encapsulating bridge. Fibronics bridges of today are encapsulating, so
they aren't nearly as versatile as our translating bridge will be as
far as connectivity between nodes on the FDDI ring or the Ethernet LAN.
I would imagine that if all translating bridges are used on the FDDI
ring, then there shouldn't be a problem of connectivity/message-passing
between various other LAN technologies, i.e. 802.3 to 802.5 with the
FDDI ring as the go-between.
Debbie
|
23.2 | Applies to Data? | MORK::CASE | SWS DNT DVO | Tue Jan 02 1990 16:50 | 12 |
| Good point. I was aware that our bridge will be translating, but does
this mean that it could handle the encoding or ordering of the data
portion of the packet? I though that the translation function would
handle the addressing and packet header(s), translating from one
standard to the other, but ignore the data portion of the packet and
pass it intact to the destination address. If so, we would have a
problem with the destination thinking it's reading 802.3-style data,
when it's really from an 802.5 source.
I'll do some more checking in other notes files on bridges in general,
as I'm sure the issues could pertain to bridging any dissimilar
topologies.
|
23.3 | Only at the ES | KYOA::MENNER | People everywhere just wanna be free | Fri Jan 05 1990 01:45 | 4 |
|
The correct presentation of user data involves a higher level protocol
(for example: OSI layers 6 & 7) which would be implemented at the end
systems only (and not at bridges/routers).
|
23.4 | Where do the bits go? | SUBWAY::BRIGGS | Have datascope, will travel. | Mon Jan 08 1990 17:08 | 10 |
|
If a directly attached FDDI system sends a packet larger than
max Ethernet frame size to an Ethernet segment is the packet
truncated or somehow fragmented.
Stated differently, what is the translating 10/100 bridges policy
in forward this sort of packet?
I realize that this is not a major concern because higher lever
protocols should set the maximum {packet, segment, ru...} size.
|
23.5 | | KONING::KONING | NI1D @FN42eq | Mon Jan 08 1990 19:03 | 14 |
| 802.5 has a larger maximum message size than FDDI; only Ethernet has a
smaller limit.
As for bit order, the real issue there is between FDDI and Ethernet,
since FDDI follows the 802.5 backwards bit order. The answer is that
the bridge will do the right thing here, so that both addresses and
data come across in the way the various networks expect to see them.
(There's a caveat: if addresses are contained in the data portion of a
message, then the bridge doesn't know about that, of course. For those
cases, it's up to the various protocols to agree on a standard
encoding. For the most important ones, such as ARP, that agreement has
been reached.)
paul
|