Module 7 Flashcards
Describe how CSMA/CD works, in terms of CS, MA and CD.
CS (Carrier Sense) means
When a station has a frame to send, The station checks the link if there is any signal (i.e., transmission).
If there is a signal (i.e., electricity), then wait a bit, and go to 2.
Otherwise, send the frame.
CD (Collision Detection) means
CSMA +
The sender keeps listening to the link while it is transmitting a frame.
If there is a signal collision, then stop the transmission, wait a bit, and go to 1.
Otherwise, done.
List two types of channelization.
FDMA
-The available bandwidth of the common channel is divided into bands that are separated by guard bands.
-The same concept as frequency division modulation (FDM)
TDMA
- The bandwidth is just one channel that is timeshared between different stations.
- The same concept as time division modulation (TDM)
Describe the architecture of WLAN.
A BSS without an AP is called an ad hoc network. Two stations communicate directly.
A BSS with an AP is called an infrastructure network.
Any two stations communicate through the AP.
See Figure 15.6 for different types of WLAN.
ISM (Industrial, Scientific, and Medical) bands are used. See Table 15.4.
- 11 – 2.4 GHz; 2 Mbps
- 11a – 5.725 GHz; 54Mpbs
- 11b – 2.4 GHz; 11 Mbps
- 11g – 2.4 GHz; 54 Mbps
Describe the architecture of Bluetooth.
Bluetooth is a wireless LAN technology designed to connect devices of different functions such as telephones, notebooks, computers, cameras, printers, coffee makers, and so on. A
Bluetooth LAN is an ad hoc network, which means that the network is formed spontaneously.
- Master/slave (maximum 8 stations)
- 2.4 GHz ISM band
- 1Mbps; 3Mbps in the 2nd generation TDMA
Match major layers with hub, bridge, switch, router and gateway.
Physical = Hub Data-link = Switch Network = Router
List advantages of using VLANs.
- Flexible logical reconfiguration
- Seperates broadcast domains
- Security
- Easily change/create IP logical networks
- Less networking devices at a central router
Q13-1 Why is there no need for CSMA/CD on a full duplex ethernet LAN.
In a full-duplex Ethernet, each station is connected to the switch and the
media is divided into two channels for sending and receiving. No two stations
compete to access the channels; each channel is dedicated.
Q13-9
A bridge can raise the bandwidth and separate collision domains.
Q13-9 What are the advantages of dividing an Ethernet LAN with a bridge?
A bridge can raise the bandwidth and separate collision domains.
Q13-8 What is the difference between multicast, unicast, and broadcast addresses?
A uni cast address refers to a single device on a network.
192.168.0.1 for example.
A multicast address defines multiple devices on a network.
224.x.x.x - 239.0.0.0
A broadcast address is sent to all devices on a network or LAN segment.
A broadcast address on a given network is usually the last address of the scope.
192.168.0.255 /24
Q13-10 What is the relationship between a switch and a bridge?
A bridge is generally used to separate L2 collision domains. In the past two hubs would be connected via a bridge and this would be two seperate collision domains.
Q17-2 What do we mean when we say a switch can filter traffic? Why is filtering important?
A switch has the intelligence to know which port a frame should be sent out of. This limits
broadcast traffic and collisions and removes the need to use CSMA/CD.
Q17-6 How does a VLAN save a company time and money?
A VLAN allows configuration flexibility of a VLAN by logically defining LANs using software. It
allows a logical LAN to span multiple switches (between offices and or buildings) and to be
reconfigured without having to change the physical configuration.
Q17-1 How is a repeater different from an amplifier?
An amplifier amplifies the signal, as well as noise that may come with the signal, whereas a repeater regenerates the signal, bit for bit, at the original
strength.
Q17-7 How does a VLAN provide extra security for a network?
Members of a VLAN can send broadcast messages with the assurance that
users in other groups will not receive these messages.