Term
|
Definition
| Information presented in a form that is agreed upon by the parties creating and using the data |
|
|
Term
|
Definition
| exchange of data between two devices via some form of transmission medium such as a wire cable |
|
|
Term
|
Definition
| the information to be communicated, (text, picture, video) |
|
|
Term
|
Definition
| the pyshical path by which a message travels |
|
|
Term
|
Definition
| a set of rules that govern data communications |
|
|
Term
|
Definition
| Direction of data only going one way |
|
|
Term
|
Definition
| Direction of data going two different ways but not at the same time (walkie talkie) |
|
|
Term
|
Definition
| Data going two directions at all times |
|
|
Term
|
Definition
| a set of devices connected by communication links |
|
|
Term
| Point to point and Multi point |
|
Definition
| Point to point is one station connected to another. Multipoint has multiple stations on the same link |
|
|
Term
|
Definition
| All nodes are connected to all other nodes on the network |
|
|
Term
|
Definition
| All nodes connect to a central hub |
|
|
Term
|
Definition
All nodes connect along a central line or bus* that has two ends One long cable, backbone Ease of installation Difficult reconnection and fault isolation; break in cable, fails network |
|
|
Term
|
Definition
| Easy to install and reconfigure; IBM introduced it; less popular now |
|
|
Term
|
Definition
| Star and bus topologys mixxed together |
|
|
Term
|
Definition
| Open Systems Interconnection model. Introduced in the late 70's by the ISO |
|
|
Term
| Seven layers of the OSI model |
|
Definition
| Physical - Data Link - Network - Transport - Session - Presentation - Application |
|
|
Term
|
Definition
| Responsible for movements of individual bits from one hop (node) to the next. |
|
|
Term
|
Definition
| Responsible for moving frames from one hop (node) to the next. |
|
|
Term
|
Definition
| Delivery of frames from the data link level of one node to the data link layer of another node. |
|
|
Term
|
Definition
| Responsible for the delivery of individual packets from the source host to the destination host. |
|
|
Term
| Source to destination delivery |
|
Definition
| Delivery of packets from the network layer of the sender to the network layer of the reciever not just including the hops along the way but the entire path. |
|
|
Term
|
Definition
| responsible for the delivery of a message from one process to another. |
|
|
Term
| 4 levels of addressing used in TCP/IP |
|
Definition
| Physical, Logical, Port, Specific |
|
|
Term
|
Definition
| the rate of change with respect to time (Change in short span means high freq, long span means low freq) |
|
|
Term
|
Definition
| Means a loss of energy caused by resistance of the medium |
|
|
Term
|
Definition
| The shannon capacity gives us the upper limit; the Nyquist formula tells us how many signal levels we need. |
|
|
Term
|
Definition
| Amplitude of the carrier signal is varied to create signal elements. Both frequency and phase remain constant while the amplitude changes. |
|
|
Term
|
Definition
| The frequency of the carrier signal is varied to represent data. Both peak amplitude and phase remain constant for all signal elements. |
|
|
Term
|
Definition
| The phase of the carrier is varied to represent two or more different signal elements. Both peak amplitude and frequency remain constant as the phase changes. |
|
|
Term
|
Definition
| When the bandwidth of a medium linking two devices is greater than the needed bandwith it can be shared. Multiplexing is techniques taht allow the simultaneous transmission of multiple signals across a single data link. |
|
|
Term
| Frequency Division Multiplexing |
|
Definition
| FDM is an analog multiplexing technique that combines analog signals |
|
|
Term
| Wavelength division multiplexing |
|
Definition
| WDM is an analog multiplexing technique to combine optical signals. It is designed to use the high data rate capablity of fiber optic cable |
|
|
Term
| Synchrounous Time Division Multiplexing |
|
Definition
| TDM is a process that allows several connections to share the high bandwidth of a link. Instead of sharing a portion of a bandwidth as in FDM, time is shared |
|
|
Term
|
Definition
| Combine signals from differennt sources to fit into a larger bandwidth but goals are to prevent eavesdropping and jamming by using redundancy. |
|
|
Term
|
Definition
| means that 2 or more bits in the data unit have changed |
|
|
Term
|
Definition
| the hamming distance between two words is the number of differences between corresponding bits |
|
|
Term
|
Definition
| a k-bit dataword is changed to a n-bit codeword where n=k+1. The extra bit called the parity b it is selected to make the total number of 1's in the code even or odd. |
|
|
Term
|
Definition
| the sum of data is sent along with the data, the reciever adds all the original numbers and compares with the sum. if it equals the sum it assumes no errors. |
|
|
Term
|
Definition
| The data link layer needs to pack bits into frames so that each frame is distinguishable from another. Like putting a letter into an envelope. |
|
|