Question : Our TCP/IP going through a T1 line and it's "conversion process"

I've got another office that we link together with a T1 data circuit. Both sides have a small box on the wall with a card into it, that is on both sides fo the T1, a box that the Telco provided, I think it's called a DSU?. I plug that into a "T1 extender" on each side that converts it back into TCP/IP and that connects into a switch on both sides. Our network doesnt' know the T1 exists, execpt for the fact that it's only 1.54 in speed.

My questions is a protocol question.

The information going from my network switch to the T1 extender is TCP/IP, and then from that box is converted into something for the T1 cards to go over the Telco lines.

What protocol is this being converted to?

Are the extenders wrapping our TCP/IP packets, or encapsulating them in their own "telco packets" and then unwrapping them at the other side on the other T1 extender on the other side of the line?

I'm trying to troubleshoot connectivity issues to this other building (clinic) and I believe our equipment is all working fine. I think it's the T1 circuit that is going up and down.

This question will turn into a little back and forth on protocol questions because I need to understand the picture here. I understand the TCP over IP, but I don't know how that is goign over the T1 circuit and being converted to some other form and back.

Thanks.



Answer : Our TCP/IP going through a T1 line and it's "conversion process"

T1 is a layer 2 protocol, and the T1 extender usually implements a Ethernet-to-T1 encapsulation.  The T1-extender would receive the Ethernet frame from the switch, take it as-is (header, payload and trailer) and transmit it byte for byte, using T1 line disciplines.  At the other end the reverse happens: The T1-extender would collect all the data out of the T1 signal, re-assemble the Ethernet frame, and send it to the destination switch.  Neither the T1 extender, nor the Carrier's equipment, reads or changes any value in the Ethernet frame.

You can view a T1 as a bit-conveyor: You feed data onto the conveyor at a fixed rate, and the T1 delivers the bits in the same order to the other side with minimal delay.

The T1-extender have to implement some control functions, like buffering to account for the discrepancy in speed (frames are received at 10 or 100Mbps, but can only be transmitted at about 1.5Mbps), but not much more.

In my opinion, the trouble can be with the T1-extender.  Your carrier should be able to provide performance stats for the end-to-end circuit to prove that the T1 is working between the CSU/DSU's.  One possible cause is that the T1-extender receives to many frames, and experience buffer-overflow.  To prevent this, you will need some kind of flow-control, that will be dictated by the T1-extender.  As far as I know, Ethernet does not natively support a flow-control mechanism on full-duplex links, but the T1 extender might have the option to inject an IEEE 802.3x pause frame to  control the flow of packets.

This is all based on theory: I do not have any experience on T1-extenders, and cannot tell you what features typical devices implement.  But I hope the info help you to understand the process.
Random Solutions  
 
programming4us programming4us