While the line between LANs and WANs is ill defined I will include notes on ISPs and Regional Network Operators under the umbrella of WANs.
A circuit is established before data is transferred. The circuit cannot be used by other services if it has already been established between two services. However, the connection is always there, and will not be unavailable when you want to send data.
Data is grouped into packets before it is sent. Network is shared with all other devices, and they can all talk (roughly) at the same time. Since everyone can talk at once it should support Quality of Service (packet prioritization)
Historically, WANs didn’t communicate using ethernet. (But, this is changing with new fiber networks.) Instead they use/used different protocols, namely T1/T3 and SONET.
The earliest digital signal. It uses 8 bits of data sampled 8000 times a second. This gives it a total data throughput of 64 kbps. This can satisfactorily send a human voice, but has been superceded with better technologies.
A DS1 frame contains 24 DS0 “channels” (and a frame bit.) 8,000 frames are sent per second giving a data rate of 1.544 Mbps.
A DS3 frame contains 672 DS0 channels (and a frame bit.)
The T-level networks are copper based regional networks. They transmit digital data between regional hubs (usually owned by an ISP.)
These operate using Point to Point connections, so frame headers are very simple.
The analogous (but not exact same) Europe standards are called E1 and E3.
Wires | Connector | DS0 Channels | Data Rate | |
---|---|---|---|---|
T1 | 2 tx, 2 rx | RJ-48C | 24 | 1.544 Mbps |
E1 | 2 tx, 2 rx | RJ-48C | 32 | 2.048 Mbps |
T3 | 672 | 44.736 Mbps | ||
E3 | 512 | 34.368 Mbps |
A physical device that connects a customer’s network to a T1 or T3 phoneline. Can also be used to connect T1 and E1 lines.
Another point to point protocol used in WANs. Can combine multiple DS1, DS3, and E1 signals into one single frame.
These set the standards for different data throughputs over optical cables. The standards increase in data throughput.
The STS protocol specifies a frame that is sent over SONET networks. The Overhead is similar to a header, and specifies the signaling and protocol information (e.g. OC-1 - OC-768) Correlate directly to different OC standards.
A method for sending multiple signals over an optical cable at one time. Gives each signal it’s own wavelength. The newest version, Dense WDM (DWDM) can send up to about 150 signals at once Each signal is capable of the full data throughput. So, WDM essentially multiplies the data throughput by the number of signals being used.
This too uses multiple wavelengths but is simpler to implement than DWDM. Can also send data over longer distances than DWDM.
At the end of a Point to Point connection the data needs to be sent to multiple hosts. Therefore, more complicated addressing is needed. At these terminuses a pat switching device unpacks packets from the T1, T3, STM, etc frames and directs them to the correct host.
This is a protocol that sits somewhere inbetween Datalink and Network. The protocol inserts one or more “Labels” inbetween the Ethernet frame and IP packet headers Here is a typical MPLS Label:
[ Label | Experimental Bits | BLS | TTL ]
This schema allows routers that are MPLS capable to be put into the network and route standard traffic with minimal changes to the IP packets being sent.
An implementation of Ethernet on a city-wide scale.
One of two classes of connections from a LAN to a WAN. These create a connection whenver data needs to be transfered, then after the connection is dropped.
These specify the maximum baud-rate a modem is capable of. When two modems communicate they negotiate the largest V standard supported by both.
Similar to the PTSN, but communicates to the customer using digital signals.
A type of connection to the WAN that is always available, even when data is not being transferred.
Not much different from ISDN, except that the connection is never terminated.
Notes on Computers
AWS · Bash · C · C++ · Cyber Security · Git · LaTeX · Linux · Networking · Python · Raspberry Pi · Tools · Vim
Notes on Math & Physics
Information Theory · Linear Algebra · Solid State Physics
Copyright 2021 · Eric D. Weise