Evaluation 4 Flashcards
What does dynamic channel allocation not assume?
A. Single Channel
B. Dependent Traffic
C. Observable Collisions
D. Carrier Sense or No Carrier Sense
Dependent traffic
What is a difference between slotted ALOHA and pure ALOHA?
In slotted ALOHA a station must wait for the beginning of the next slot to send. In contrast, in pure ALOHA a station has no way of knowing that another frame is already on the way.
Explain a hidden terminal problem.
A hidden terminal is when a station is unable to detect a competitor because it’s too far away.
What cable is used for 10GBase-SR?
Fiber optics
Systems in which multiple users share a common channel in a way that can lead to conflicts are know as __________.
A. Contention System
B. Arbitrary System
C. Conflict System
D. ALOHA system
Contention system
When a station has data to send, it first listens to the channel to see if anyone else is transmitting at that moment. If the channel is idle, the stations sends its data. Otherwise, if the channel is busy, the station just waits until it becomes idle. Then the station transmits a frame. If a collision occurs, the station waits a random amount of time and starts all over again. What is this protocol called?
A. 1-persistent CSMA
B. 2-persistent CSMA
C. P-persistent CSMA
D. Non-persistent CSMA
1-persistent CSMA
______________ is the basis of the classic Ethernet LAN, so it is worth devoting some time to looking at it in detail. It is important to realize that collision detection is an analog process. The station’s hardware must listen to the channel while it is transmitting. If the signal it reads back is different from the signal it is putting out, it knows that a collision is occurring.
A. MACA
B. CSMA/DC
C. CSMA/CA
D. CSMA/CD
CSMA/CD
As a collision-free protocol, this protocol consists fo exact N slots. If station 0 has a frame to send, it transmits a 1 bit during the slot 0. No other station is allowed to transmit during this slot. Regardless of what station 0 does, station 1 gets the opportunity to transmit a 1 bit during slot 1, but only if it has a frame queued. In general, station j may announce that it has a frame to send by inserting a 1 bit into slot j. After all N slots have passed by, each station has complete knowledge of which stations wish to transmit. At that point, they begin transmitting frames in numerical order. What is this protocol called?
A. Collision Detection
B. Collision Avoidence
C. Adaptive tree walk protocol
D. Basic bit-map
Basic bit-map
Now let us look at a different situation: station B transmitting to station A at the same time that station C wants to transmit to station D. If C senses the medium, it will hear a transmission and falsely conclude that it may not send to D. In fact, such a transmission would cause bad reception only in the zone between B and C, where neither of the intended receivers is located. What is this problem called?
A. Hidden station problem
B. Multiple access with collision avoidance (MACA) problem
C. Exposed terminal problem
D. Receiver problem
Exposed terminal problem
A ____________ is a physical layer device that receives, amplifies (i.e., regenerates), and retransmits signals in both directions. As far as the software is concerned, a series of cable segments connected by repeaters is no different from a single cable.
A. Resender
B. Retransmitter
C. Repeater
D. Switch
Repeater