Exam 2

Réussis tes devoirs et examens dès maintenant avec Quizwiz!

Gaussian noise is a special type of attenuation.

False

Most computer networks managed by a host mainframe computer use contention media access control.

False

With modem communications, the receiving modem converts the incoming digital signal from the telephone line into an analog signal that can be understood by the computer.

False

Multimode fiber is capable of longer transmission distances than single mode fiber.

False

WDM is a version of FDM used in fiber-optic cables.

True

Cyclical redundancy check is one of the most popular polynomial error-checking schemes.

True

The data link layer accepts messages from the network layer and controls the hardware that transmits them.

True

The physical and data link layers of wired Ethernet have been refined over the years as a collection of standards under the IEEE 802.3 workgroup.

True

Cross-talk:

occurs when one circuit picks up signals in another

How do information bits differ from overhead bits?

Information bits are those used to convey the user's meaning. Overhead bits are used for purposes such as error checking, and marking the start and end of characters and packets.

Amplitude, frequency and phase are all characteristics of a sound wave.

True

What is the purpose of multiplexing?

A multiplexer puts two or more simultaneous transmissions on a single communication circuit. Multiplexing a voice telephone call means that two or more separate conversations are sent simultaneously over one communication circuit between two different cities. Multiplexing a data communication network means that two or more messages are sent simultaneously over one communication circuit. In general, no person or device is aware of the multiplexer; it is "transparent."

How does a multipoint circuit differ from a point-to-point circuit?

A point-to-point configuration is so named because it goes from one point to another (e.g., one computer to another computer). These circuits sometimes are called dedicated circuits because they are dedicated to the use of these two computers. In a multipoint configuration (also called a shared circuit), many computers are connected on the same circuit. This means that each must share the circuit with the others, much like a party line in telephone communications. The disadvantage is that only one computer can use the circuit at a time. Multipoint configurations are cheaper than point-to-point configurations.

What is the maximum data rate of an analog circuit with a 10 MHz bandwidth using 64-QAM and V.44?

A circuit with a 10 MHz bandwidth using 64-QAM can provide up to 60 Mbps. A V.44 modem can provide as much as 6:1 compression ratio, depending on the type of data sent. Thus, the maximum data rate of 64-QAM with compression is 360 Mbps.

How do amplifiers differ from repeaters?

An amplifier takes the incoming signal, increases its strength, and retransmits it on the next section of the circuit. They are typically used on analog circuits such as the telephone company's voice circuits. On analog circuits, it is important to recognize that the noise and distortion are also amplified, along with the signal. Repeaters are commonly used on digital circuits. A repeater receives the incoming signal, translates it into a digital message, and retransmits the message. Because the message is re-created at each repeater, noise and distortion from the previous circuit are not amplified.

Explain how pulse code modulation (PCM) works.

Analog voice data must be translated into a series of binary digits before they can be transmitted. With PAM-based methods, the amplitude of the sound wave is sampled at regular intervals, and translated into a binary number. The most commonly used type of PAM is Pulse Code Modulation (PCM). With PCM, the input voice signal is sampled 8000 times per second. Each time the input voice signal is sampled, eight bits are generated. Therefore, the transmission speed on the digital circuit must be 64,000 bits per second (8 bits per sample x 8,000 samples per second) in order to transmit a voice signal when it is in digital form.

What is the symbol rate of a digital circuit providing 100 Mbps if it uses bipolar NRz signaling?

B = s * n 100 Mbps = s * 1 bit per symbol Symbol rate is 100 Mhz

What is the capacity of a digital circuit with a symbol rate of 10 MHz using Manchester encoding?

B = s * n B = (10 MHz) * 1 bit per symbol Capacity is 10 Mbps

What is bandwidth? What is the bandwidth in a traditional North American telephone circuit?

Bandwidth refers to a range of frequencies. It is the difference between the highest and the lowest frequencies in a band; thus the bandwidth of human voice is from 20 Hz to 14,000 Hz or 13,880 Hz. The bandwidth of a voice grade telephone circuit is from 0 to 4000 Hz, or 4000 Hz; however, not all of this is available for use by telephone or data communications equipment. To start, there is a 300-hertz guardband at the bottom of the bandwidth and a 700-hertz guardband at the top. These prevent data transmissions from interfering with other transmissions when these circuits are multiplexed using frequency division multiplexing. This leaves the bandwidth from 300 to 3300 hertz or a total of 3000 Hz for voice or data transmission.

Briefly describe how checksum works.

Checksum error checking adds a checksum (typically 1 byte) is added to the end of the message. The checksum is calculated by adding the decimal value of each character in the message, dividing the sum by 255, and then using the remainder as the checksum. The same approach is used at the receiving end. If the receiver gets the same result, the block has been received correctly.

What is coding?

Coding is the representation of one set of symbols by another set of symbols. In data communications, this coding is a specific arrangement of binary 0s and 1s used to represent letters, numbers, and other symbols that have meaning.

How does analog data differ from digital data?

Computers produce digital data that are binary, either on or off. In contrast, telephones produce analog data whose electrical signals are shaped like the sound waves they transfer. Analog data are signals that vary continuously within a range of values (e.g., temperature is analog).

How does cyclical redundancy checking (CRC) work?

Cyclical redundancy check (CRC) adds 8, 16, 24 or 32 bits to the message. With CRC, a message is treated as one long binary number, P. Before transmission, the data link layer (or hardware device) divides P by a fixed binary number, G, resulting in a whole number, Q, and a remainder, R/G. So, P/G = Q + R/G. For example, if P = 58 and G = 8, then Q = 7 and R = 2. G is chosen so that the remainder R will be either 8 bits, 16 bits, 24 bits, or 32 bits. The remainder, R, is appended to the message as the error checking characters before transmission. The receiving hardware divides the received message by the same G, which generates an R. The receiving hardware checks to ascertain whether the received R agrees with the locally generated R. If it does not, the message is assumed to be in error.

How does DSL (digital subscriber line) work?

DSL services are quite new, and not all common carriers offer them. In general, DSL services have advanced more quickly in the Canada (and Europe, Australia and Asia) than in the United States due to their newer telephone networks from the end offices to the customer. Unlike other services that operate through the telephone network end-to-end from the sender to the receiver, DSL only operates in the local loop from the carrier's end office to the customer's telephone. DSL uses the existing local loop cable, but places one DSL network interface device (called customer premises equipment (CPE)) in the home or business and another one in the common carrier's end office. The end office DSL device is then connected to a high speed digital line from the end office to elsewhere in the carrier's network (often an Internet service provider) using some other service (e.g., T carrier, SMDS -Switched Multimegabit Data Service).

Clearly explain the differences among analog data, analog transmission, digital data, and digital transmission.

Data can be transmitted through a circuit in the same form they are produced. Most computers, for example, transmit their data through digital circuits to printers and other attached devices. Likewise, analog voice data can be transmitted through telephone networks in analog form. In general, networks designed primarily to transmit digital computer data tend to use digital transmission, and networks designed primarily to transmit analog voice data tend to use analog transmission (at least for some parts of the transmission).

Why is data compression so useful?

Data compression can increase throughput of data over a communication link literally by compressing the data. A 2:1 compression ratio means that for every two characters in the original signal, only one is needed in the compressed signal (e.g., if the original signal contained 1000 bytes, only 500 would needed in the compressed signal). In 1996, ITU-T revised the V.34 standard to include a higher data rate 33.6 Kbps. This revision is popularly known as V.34+. The faster data rate is accomplished by using a new form of TCM (Transmission Control Module) that averages 9.8 bits per symbol (symbol rate remains at 3429).

Describe the frame layouts for SDLC, Ethernet, and PPP.

Each SDLC frame begins and ends with a special bit pattern, known as the flag. The address field identifies the destination. The length of the address field is usually 8 bits but can be set at 16 bits; all computers on the same network must use the same length. The control field identifies the kind of frame that is being transmitted, either information or supervisory. An information frame is used for the transfer and reception of messages, frame numbering of contiguous frames, and the like. A supervisory frame is used to transmit acknowledgments (ACKs and NAKs). The message field is of variable length and is the user's message. The frame check sequence field is a 16-bit or 32-bit cyclical redundancy checking (CRC) code. For a typical Ethernet packet, the destination address specifies the receiver, while the source address specifies the sender. The length indicates the length in 8-bit bytes of the message portion of the packet. The LLC control and SNAP control are used to pass control information between the sender and receiver. These are often used to indicate the type of network layer protocol the packet contains (e.g., TCP/IP or IPX/SPX as described in Chapter 6). The maximum length of the message is 1492 bytes. The packet ends with a CRC-32 frame check sequence used for error detection. The PPP frame is similar to the SDLC frame. The frame starts with a flag and has a one-byte address. It also contains a control field which is rarely used. The protocol field indicates what type of data is contained. The message portion is variable in length and may be up to 1,500 bytes long. The frame check sequence is either CRC-16 or -32. The frame ends with a flag.

Briefly describe how even parity and odd parity work.

Even parity is when the seven bits of an ASCII character have an even (2, 4, or 6) number of 1s, and therefore a 0 is placed in the eighth parity position. Odd parity is when the seven bits of an ASCII character have an odd (1, 3, 5, or 7) number of 1s, and therefore a 1 is placed in the eighth parity position.

A physical circuit refers to the transmission characteristics of the connection, such as the speed at which data is being sent through the connection.

False

Another term for stop-and-wait ARQ is sliding window.

False

Digital transmission occurs when the signal sent over the transmission media constantly varies among an infinite number of states.

False

What is oversampling?

For voice digitization, one typically samples at twice the highest frequency transmitted, or a minimum of 8,000 times a second. Sampling more frequently than this will improve signal quality. For example, CDs sample at 44,100 times a second and use 16 bits per sample to produce almost error-free music.

Under what circumstances is forward error-correction desirable?

Forward error correction is commonly used in satellite transmission. A round trip from the Earth station to the satellite and back includes a significant delay. Error rates can fluctuate depending on the condition of equipment, sun spots, or the weather. Indeed, some weather conditions make it impossible to transmit without some errors, making forward error correction essential. Compared to satellite equipment costs, the additional cost of forward error correction is insignificant.

How does forward error correction work? How is it different from other error-correction methods?

Forward error correction uses codes containing sufficient redundancy to prevent errors by detecting and correcting them at the receiving end without retransmission of the original message. The redundancy, or extra bits required, varies with different schemes. It ranges from a small percentage of extra bits to 100 percent redundancy, with the number of error detecting bits roughly equaling the number of data bits.

Frequency division multiplexing (FDM)?

Frequency division multiplexing can be described as dividing 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 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.

Describe how data could be transmitted using frequency modulation.

Frequency modulation (FM) (also called frequency shift keying (FSK)), is a modulation technique whereby each 0 or 1 is represented by a number of waves per second (i.e., a different frequency). In this case, the amplitude does not vary. One frequency (i.e., a certain number of waves per second) is defined to be a one, and a different frequency (a different number of waves per second) is defined to be a zero.

Describe three types of guided media.

Guided media are those in which the message flows through a physical media such as a twisted pair wire, coaxial cable, or fiber optic cable; the media "guides" the signal.

If you were buying a multiplexer, why would you choose either TDM or FDM? Why?

If buying a multiplexer, you would choose TDM over FDM. In general, TDM is preferred to FDM, because it provides higher data transmission speeds and because TDM multiplexers are cheaper. Time division multiplexing generally is more efficient than frequency division multiplexing, because it does not need guardbands. Guardbands use "space" on the circuit that otherwise could be used to transmit data. It is not uncommon to have time division multiplexers that share a line among 32 different low speed terminals. It is easy to change the number of channels in a time division multiplexer. Time division multiplexers generally are less costly to maintain.

What is 64- QAM?

If we use 64-QAM, the bit rate is six times the symbol rate. A circuit with a 10 MHz bandwidth using 64-QAM can provide up to 60 Mbps.

What is the function of inverse multiplexing (IMUX)?

Inverse multiplexing (IMUX) combines several low speed circuits to make them appear as one high-speed circuit to the user.

Describe how data could be transmitted using a combination of modulation techniques.

It is possible to use amplitude modulation, frequency modulation, and phase modulation techniques on the same circuit. For example, we could combine amplitude modulation with four defined amplitudes (capable of sending two bits) with frequency modulation with four defined frequencies (capable of sending two bits) to enable us to send four bits on the same symbol.

Which of the following is true about roll call polling?

It typically involves some waiting because the server has to wait for a response from the polled client or terminal.

What is media access control, and why is it important?

Media access control handles when the message gets sent. Media access control becomes important when several computers share the same communication circuit, such as a point-to-point configuration with a half duplex line that requires computers to take turns, or a multipoint configuration in which several computers share the same circuit. Here, it is critical to ensure that no two computers attempt to transmit data at the same time -- or if they do, there must be a way to recover from the problem. Media access control is critical in local area networks.

What is a modem?

Modem is an acronym for MOdulator/DEModulator. A modem takes the digital electrical pulses received from a computer, terminal, or microcomputer and converts them into a continuous analog signal that is needed for transmission over an analog voice grade circuit. Modems are either internal (i.e., inside the computer) or external (i.e., connected to the computer by a cable).

Explain why most telephone company circuits are now digital.

Most telephone company circuits are now digital because digital transmission is "better" than analog transmission. Specifically, digital transmission offers several key benefits over analog transmission:

What is the term used to describe the placing of two or more signals on a single circuit?

Multiplexing is the term used to describe the placing of two or more signals on a single circuit.

Briefly define noise.

Noise consists of undesirable electrical signals, or, in the instance of fiber optic cable, undesirable light. Noise is typically introduced by equipment or natural disturbances, and it can seriously degrade the performance of a communication circuit. Noise manifests itself as extra bits, missing bits, or bits that have been "flipped," (i.e., changed from 1 to 0 or vice versa).

What is quadrature amplitude modulation (QAM)?

One popular technique is quadrature amplitude modulation (QAM). QAM involves splitting the symbol into eight different phases (three bits) and two different amplitudes (one bit), for a total of 16 different possible values. Thus, one symbol in QAM can represent four bits.

How is data transmitted in parallel?

Parallel mode is the way the internal transfer of binary data takes place inside a computer. If the internal structure of the computer is 8-bit, then all eight bits of the data element are transferred between main memory and the central processing unit simultaneously on 8 separate connections. The same is true of computers that use a 32-bit structure; all 32 bits are transferred simultaneously on 32 connections.

Describe how data could be transmitted using phase modulation.

Phase modulation (PM) (also called phase shift keying (PSK)), is the most difficult to understand. Phase refers to the direction in which the wave begins. Until now, the waves we have shown start by moving up and to the right (this is called a 0º phase wave). Waves can also start down and to the right. This is called a phase of 180º. With phase modulation, one phase is defined to be a zero and the other phase is defined to be a one.

What is quantizing error?

Quantizing error is the difference between the replicated analog signal and its original form, shown with jagged "steps" rather than the original, smooth flow. Voice transmissions using digitized signals that have a great deal of quantizing error will sound metallic or machinelike to the human ear.

Are large frame sizes better than small frame sizes? Explain.

Selecting the right frame size can have a great effect on performance. There is an optimal frame size that is not so small that packets have low efficiency by carrying too little information for too much overhead, nor so large as to incur the risk of more errors and thus longer and more frequent retransmission. The optimal frame size is dependent on the specific application and the pattern of messages it generates.

What feature distinguishes serial mode from parallel mode?

Serial mode is distinguished from parallel mode by the time cycle in which the bits are transmitted. Parallel implies that all bits of a character are transmitted, followed by a time delay, and then all bits of the next character are transmitted, followed by a time delay. Serial implies that characters are sent one bit at a time, with each bit followed by a time delay. Put another way, parallel is character-by-character and serial is bit-by-bit.

What are three ways of reducing errors and the types of noise they affect?

Shielding (protecting wires by covering them with an insulating coating) is one of the best ways to prevent impulse noise, cross-talk and intermodulation noise. Moving cables away from sources of noise (especially power sources) can also reduce impulse noise cross-talk and intermodulation noise. For impulse noise, this means avoiding lights and heavy machinery. Locating communication cables away from power cables is always a good idea. For cross-talk, this means physically separating the cables from other communication cables. Cross-talk and intermodulation noise is often caused by improper multiplexing. Changing multiplexing techniques (e.g., from FDM to TDM), or changing the frequencies or size of the guardbands in frequency division multiplexing can help.

What are three important characteristics of a sound wave?

Sounds waves have three important characteristics. The first is the height of the wave, called amplitude. Our ears detect amplitude as the loudness or volume of sound. The second characteristic is the length of the wave, usually expressed as the number of waves per second or frequency. Frequency is expressed in hertz (Hz). Our ears detect frequency as the pitch of the sound. Human hearing ranges from about 20 hertz to about 14,000 hertz, although some people can hear up to 20,000 hertz. The third characteristic is the phase, refers to the direction in which the wave begins.

Statistical time division multiplexing (STDM)?

Statistical time division multiplexing is the exception to the rule that the capacity of the multiplexed circuit must equal the sum of the circuits it combines. STDM allows more terminals or computers to be connected to a circuit than FDM or TDM. STDM is called statistical because selecting the transmission speed for the multiplexed circuit is based on a statistical analysis of the usage requirements of the circuits to be multiplexed. STDM is like TDM, except that each frame has a terminal address and no blanks are sent.

What does the data link layer do?

The data link layer controls the way messages are sent on the physical media. The data link layer handles three functions: media access control, message delineation, and error control. The data link layer accepts messages from the network layer and controls the hardware that actually transmits them. The data link layer is responsible for getting a message from one computer to another without errors. The data link layer also accepts streams of bits from the physical layer and organizes them into coherent messages that it passes to the network layer.

What factors affect transmission speed?

The factors that affect the transmission speed are the number of bits per signal sample and the number of samples per second.

Which is better, controlled access or contention? Explain.

The key consideration for which is better is throughput -- which approach will permit the largest amount of user data to be transmitted through the network. In most of the 1990s, contention approaches worked better than controlled approaches for small networks that have low usage. In this case, each computer can transmit when necessary, without waiting for permission. In high volume networks, where many computers want to transmit at the same time, the well-controlled circuit originally prevented collisions and delivered better throughput in such networks. Today contention-based systems have been improved to the point where they deliver substantially better throughput and are competitive because of hardware cost considerations.

Is the bit rate the same as the symbol rate? Explain.

The terms bit rate (i.e., the number bits per second transmitted) and baud rate are used incorrectly much of the time. They often are used interchangeably, but they are not the same. In reality, the network designer or network user is interested in bits per second because it is the bits that are assembled into characters, characters into words and, thus, business information. Because of the confusion over the term baud rate among the general public, ITU-T now recommends the term baud rate be replaced by the term symbol rate. The bit rate and the symbol rate (or baud rate) are the same only when one bit is sent on each symbol. For example, if we use amplitude modulation with two amplitudes, we send one bit on one symbol. Here the bit rate equals the symbol rate. However, if we use QAM, we can send four bits on every symbol; the bit rate would be four times the symbol rate.

Describe the three types of data flows.

The three types of data flows are simplex, half-duplex and full duplex. Simplex is one-way transmission, such as that in radio or TV transmission. Half duplex is two-way transmission, but you can transmit in only one direction at a time. A half duplex communication link is similar to a walkie-talkie link; only one computer can transmit at a time. With full duplex transmission, you can transmit in both directions simultaneously, with no turnaround time.

Some experts argue that MODEMs may soon become obsolete. Do you agree? Why or why not?

The traditional context of MODEM no doubt has become obsolete. We no longer can consider a MODEM a device that connects two computers by merely modulating and demodulating transmission signals over the Public Switched Network at speeds ranging up to 56Kbps. This type of MODEM now must be evaluated in light of newer technologies such as xDSL MODEMs and Cable MODEMs each of which generates, propagates and transmits signals at far greater speeds. In addition we must evaluate the traditional MODEMs as well in light of newer protocols and compression techniques which have greatly improved overall bandwidth and throughput with the traditional types of MODEMs. In short, though many new forms of MODEMs and MODEM supported technology have come in to play, the traditional MODEM continues to be a cost-effective and flexible means of networking if your bandwidth requirements remain under the 56Kbps threshold.

Briefly describe three important coding schemes.

There are three predominant coding schemes in use today. United States of America Standard Code for Information Interchange (USASCII), or more commonly ASCII, is the most popular code for data communications and is the standard code on most terminals and microcomputers. There are two types of ASCII; one is a 7-bit code that has 128 valid character combinations, and the other is an 8-bit code that has 256 combinations. Extended Binary Coded Decimal Interchange Code (EBCDIC) is IBM's standard information code. This code has 8 bits, giving 256 valid character combinations.

Define two fundamental types of errors.

There are two fundamental types of errors: human errors and network errors. Human errors, such as a mistake in typing a number, usually are controlled through the application program. Network errors, such as those that occur during transmission, are controlled by the network hardware and software. There are two categories of network errors: corrupted data (data that have been changed) and lost data.

Time division multiplexing (TDM)?

Time division multiplexing shares a communication circuit among two or more terminals by having them take turns, dividing the circuit "vertically." In TDM, one character is taken from each terminal in turn, transmitted down the circuit, and delivered to the appropriate device at the far end. Time on the circuit is allocated even when data are not be transmitted, so that some capacity is wasted when terminals are idle.

What is transmission efficiency?

Transmission efficiency is defined as the total number of information bits (i.e., bits in the message sent by the user) divided by the total bits in transmission (i.e., information bits plus overhead bits).

One form of interference with satellite transmission is called raindrop attenuation in which the transmissions are absorbed by heavy rain.

True

What is the maximum capacity of an analog circuit with a bandwidth of 4,000 Hz using QAM?

Under perfect circumstances, the maximum symbol rate is about 4,000 symbols per second. If we were to use QAM (4 bits per symbol), the maximum data rate would be 4 bits per symbol X 4,000 symbols per second = 16,000 bps.

What data compression standard uses Lempel-Ziv encoding? Describe how it works.

V.42bis, the ISO standard for data compression, uses Lempel-Ziv encoding. As a message is being transmitted, Lempel-Ziv encoding builds a dictionary of two, three, and four character combinations that occur in the message. Any time the same character pattern reoccurs in the message, the index to the dictionary entry is transmitted rather than sending the actual data. V.42bis compression can be added to almost any modem standard; thus a V.32 modem providing a data rate of 14,400 bps, could provide a data rate of 57,600 bps when upgraded to use V.42bis.

What is VoIP?

Voice over IP is commonly used to transmit phone conversations over the digital networks. VoIP uses digital phones with built-in codecs to convert analog to digital.

Wavelength division multiplexing (WDM)?

Wavelength division multiplexing is a version of FDM used in fiber optic cables. WDM works by using lasers to transmit different frequencies of light (i.e., colors) through the same fiber optic cable; each channel is assigned a different frequency so that the light generated by one laser does not interfere with the light produced by another. WDM permits up to 40 simultaneous circuits each transmitting up to 10 Gbps, giving a total network capacity in one fiber optic cable of 400 Gbps (i.e., 400 billion bits per second).

Fiber optic cable

Which of the following media has the lowest error rates and the highest transmission speeds?

Describe four types of wireless media.

Wireless media are those in which the message is broadcast through the air, such as radio, infrared, microwave, or satellite.

Describe how data could be transmitted using amplitude modulation.

With amplitude modulation (AM) (also called amplitude shift keying (ASK)), the amplitude or height of the wave is changed. One amplitude is defined to be zero, and another amplitude is defined to be a one.

Under what conditions is media access control unimportant?

With point-to-point full duplex configurations, media access control is unnecessary because there are only two computers on the circuit and full duplex permits either computer to transmit at anytime. There is no media access control.

Compare and contrast roll-call polling, hub polling (or token passing), and contention.

With roll call polling, the front end processor works consecutively through a list of clients, first polling terminal 1, then terminal 2, and so on, until all are polled. Roll call polling can be modified to select clients in priority so that some get polled more often than others. For example, one could increase the priority of terminal 1 by using a polling sequence such as 1, 2, 3, 1, 4, 5, 1, 6, 7, 1, 8, 9. Hub polling is often used in LAN multipoint configurations (i.e., token ring) that do not have a central host computer. One computer starts the poll and passes it to the next computer on the multipoint circuit, which sends its message and passes the poll to the next. That computer then passes the poll to the next, and so on, until it reaches the first computer, which restarts the process again. Contention is the opposite of controlled access. Computers wait until the circuit is free (i.e., no other computers are transmitting), and then transmit whenever they have data to send. Contention is commonly used in Ethernet local area networks

Compare and contrast stop-and-wait ARQ and continuous ARQ.

With stop-and-wait ARQ, the sender stops and waits for a response from the receiver after each message or data packet. After receiving a packet, the receiver sends either an acknowledgment (ACK) if the message was received without error, or a negative acknowledgment (NAK) if the message contained an error. If it is an NAK, the sender resends the previous message. If it is an ACK, the sender continues with the next message. Stop-and-wait ARQ is by definition, a half duplex transmission technique. With continuous ARQ, the sender does not wait for an acknowledgment after sending a message; it immediately sends the next one. While the messages are being transmitted, the sender examines the stream of returning acknowledgments. If it receives an NAK, the sender retransmits the needed messages. Continuous ARQ is by definition a full duplex transmission technique, because both the sender and the receiver are transmitting simultaneously (the sender is sending messages, and the receiver is sending ACKs and NAKs).

How does bipolar signaling differ from unipolar signaling? Why is Manchester encoding more popular than either?

With unipolar signaling, the voltage is always positive or negative (like a dc current). In bipolar signaling, the 1's and 0's vary from a plus voltage to a minus voltage (like an ac current). In general, bipolar signaling experiences fewer errors than unipolar signaling because the signals are more distinct. Manchester encoding is a special type of bipolar signaling in which the signal is changed from a high to low or from low to high in the middle of the signal. A change from high to low is used to represent a 1 (or a 0), while the opposite (a change low to high) is used to represent a 0 (or a 1). Manchester encoding is less susceptible to having errors go undetected, because if there is no transition in mid-signal the receive knows that an error must have occurred.

Is there any difference in the error rates of lower-speed lines and of higher-speed lines?

Yes, normally lower speed lines have higher error rates because (1) leased lines can be conditioned to prevent noise, but dial-up lines can not and (2) dial-up lines have less stable transmission parameters.

Modulation

____________ refers to changing the shape of the sound wave in different ways to represent a 1 or a 0.

Calculating the actual throughput of a data communication network is:

complex because many factors affect throughput

Optical media is:

less likely to suffer from noise than electrical media


Ensembles d'études connexes

Ch 7 - Management and Leadership

View Set

Chapter 5: Consumer Markets and Consumer Buyer Behavior

View Set

Multiplication to 12 ( with sound )

View Set

Motivation and Attitudes (Khan Academy)

View Set