Chapter 3 - Physical Layer Flashcards

(31 cards)

1
Q

Physical circuit

A

The actual wire used to connect two devices.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Logical circuit

A

Transmission characteristics of the connection

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the difference between digital and analog data?

A

Digital data is binary, meaining values are 0 or 1; analog data can take any value in a wide range of possibilities.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Why is digital transmission better than analog?

A

1) Digital transmission produces fewer errors than analog transmission. Because the transmitted data are binary (only two distinct values), it is easier to detect and correct errors.

2) Digital transmission permits higher maximum transmission rates. Fiber-optic cable, for example, is designed for digital transmission.

3) Digital transmission is more efficient. It is possible to send more data through a given circuit using digital rather than analog transmission.

4 )Digital transmission is more secure because it is easier to encrypt.

5) Finally, and most importantly, integrating voice, video, and data on the same circuit is far simpler with digital transmission.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Circuit configuration

A

The basic physical layout of the circuit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Point-to-point circuit

A

Goes from one point to another. Sometimes called dedicated circuits because they are dedicated to the use of two computers. This type is used when computers generate enough data to fill the capacity of the communication circuit.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Multipoint circuit

A

In this configuration, many computers are connected to the same circuit. Only one computer can use the circuit at a time, but they reduce the amount of cable required and use the communication circuit more efficiently. Also called a shared circuit.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Simplex transmission

A

One-way transmission, such as with radios and TVs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Half-duplex transmission

A

Two-way transmission, but you can only transmit in one direction at a time. Similar to a walkie-talkie link.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Full-duplex transmission

A

Allows you to transmit in both directions simultaneously, with no turnaround time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Multiplexing

A

To break one high-speed physical communication circuit into several lower-speed logical circuits so that many different devices can simultaneously use it but still “think” that they have their own separate circuits

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are the four types of multiplexing?

A

frequency division multiplexing (FDM), time-division multiplexing (TDM), statistical time-division multiplexing (STDM), and wavelength division multiplexing (WDM).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Frequency Division Multiplexing (FDM)

A

Divides the circuit “horizontally” so that many signals can travel a single communication circuit simultaneously. The circuit is divided into a series of separate channels, each transmitting on a different frequency, much like a series of different radio or TV stations. All signals exist in the media at the same time, but because they are on different frequencies, they do not interfere with each other.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Time Division Multiplexing (TDM)

A

shares a communication circuit among two or more computers by having them take turns, dividing the circuit vertically, so to speak.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Statistical Time-Division Multiplexing (STDM)

A

Called statistical because the selection of transmission speed for the multiplexed circuit is based on a statistical analysis of the usage requirements of the circuits to be multiplexed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Wavelength Division Multiplexing (WDM)

A

A version of FDM used in fiber-optic cables. When fiber-optic cables were first developed, the devices attached to them were designed to use only one color of light generated by a laser or LED.

17
Q

Digital Subscriber Line (DSL)

A

Allows for simultaneous transmission of voice (phone calls), data going to the Internet (called upstream data), and data coming to your house from the Internet (called downstream data).

18
Q

Guided Media

A

Those in which the message flows through a physical medium such as a twisted-pair wire, coaxial cable, or fiber-optic cable; the medium “guides” the signal.

19
Q

Wireless media

A

Those in which the message is broadcast through the air, such as microwave or satellite.

20
Q

Twisted-pair cable

A

An insulated pair of wires that can be packed quite close together to minimize the electromagnetic interference between one pair and any other pair in the bundle.

21
Q

Coaxial cable

A

Copper core with an outer shell. Less prone to interference and errors than basic low-cost twisted-pair wires, but three times as expensive for few benefits.

22
Q

Fiber-optic cable

A

Uses high-speed streams of light pulses from lasers or LEDs (light-emitting diodes) that carry information inside hair-thin strands of glass called optical fibers.

23
Q

Radio transmission

A

One of the most commonly used forms of wireless media. Each device or computer on a network has a radio receiver/transmitter with a specific frequency range.

24
Q

Microwave Transmission

A

High-frequency radio communication beam that is transmitted over a direct line-of-sight path between any two points.

25
Satellite transmission
Similar to microwave transmission, except it involves a satellite many miles up in space.
26
What are the three predominant coding schemes in use today?
ASCII, ISO 8859, and Unicode.
27
Serial transmission
A stream of data is sent over a communication circuit sequentially in a bit-by-bit fashion
28
Digital transmission
Transmission of binary electrical or light pulses. Can be unipolar or bipolar.
29
Manchester encoding
A special type of bipolar signaling in which the signal is changed from high to low or low to high in the middle of the signal. Ethernet uses this.
30
Explain analog transmission of digital data
Modems are used to translate the digital data produced by computers into the analog signals for transmission in today’s voice communication circuits. Both the sender and receiver need to have a modem. Data are transmitted by changing (or modulating) a carrier sound wave’s amplitude (height), frequency (length), or phase (shape) to indicate a binary 1 or 0.
31
Explain digital transmission of analog data.
Because digital transmission is better, analog voice data are sometimes converted to digital transmission. Pulse Code Modulation (PCM) is the most commonly used technique. PCM samples the amplitude of the incoming voice signal 8,000 times per second and uses 8 bits to represent the signal. PCM produces a reasonable approximation of the human voice, but more sophisticated techniques are needed to adequately reproduce more complex sounds such as music.