CompTIA Net+ Module 3 Flashcards
What is instantaneous data transmission ?
What is serial data transmission ?
- Method of transmitting data one bit at a time over a communication channel.
- Types
- Synchronous = Data sent in continuous stream, synchronised by clock signal shared btw sender and receiver
- Asynchronous = Data sent one byte at a time, with start & stop bits added to indicate the beginning and end of each bytes.
What is Synchronous and Asynchronous data transmission ?
What is Parallel Data Transmission ?
- Method of transmitting multiple bits of data simultaneously across multiple channels.
- Higher speeds, short distance
- CPU and Memory (Internal Buses)
What is Baseband Transmission ?
- Transmit signals over channel without modulating the signal into higher frequency.
- Occupies entire bandwidth
What is Broadband Transmission ?
- refers to the high-speed transmission of data over a wide range of frequencies, enabling simultaneous data signals..
What is a channel in communication systems ?
- Pathway for transmitting information.
- Physical Channel: eg twisted pair, coaxial cable, fiber optic).
- Logical Channel: A shared medium divided into multiple virtual channels (e.g., time-division multiplexing, frequency-division multiplexing).
What is contention-based media access ?
What is controlled media access ?
- refers to the process of regulating how multiple devices share a common communication medium to avoid collisions and ensure efficient data transmission
What is multiplexing ? (controlled media access)
- Media access method that takes multiple signals and combines them over a shared medium.
- Time Division Multiplexing(TDM)
- Frequency Division Multiplexing (FDM)
- Code Division Multiplexing(CDM)
- Orthogonal Frequency Division Multiplexing(OFDM)
What is Time Division Multiplexing ?
- Multiple signals share the same frequency band but are transmitted in diff time slots.
What is Frequency Division Multiplexing ?
- in FDM, avail bandwidth divided into sep freq ranges (channels), each signal assigned to sep channel.
What is Multiplexer (Mux) ?
- Is a device that combines multiple data signals from different sources and sends them over a single communication channel
What is Polling ? (Controlled Media Access)
- A technique where a central device continuously checks other devices to see if they have data to send
- variation of polling is Demand Priority.
- Nodes signals state, data to transmit or not
What is framing ?
- Framing is the process of dividing a stream of data into manageable, discrete units called frames.
- Key Functions:
Data Encapsulation: Wraps data in headers and trailers.
Error Detection/Correction: Adds checksums or CRCs.
Addressing: Includes source and destination addresses.
Flow Control: Regulates data transmission rate.
In which order does the OSI model operate ?
- Sending Data = Descending order (Applications to Physical)
- Receiving Data = Ascending order (Physical to Applications)
What is CSMA-CD ?
What is CSMA-CA
- CSMA/CA stands for Carrier Sense Multiple Access with Collision Avoidance. It’s a network protocol used primarily in wireless networks to manage how data packets are transmitted over a shared communication medium, aiming to avoid collisions rather than detect them.
What is Contention Domain ?
What is Broadcast Domain ?
- Is a part of a network where any device can directly send broadcasts to all other devices within the same segment.
Does Contention domain fall under Broadcast domain ?
What is a clock cycle ?
- clock cycle = single electronic pulse of a CPU.
- CPU perform basic operation like writing data.
- Duration of a clock cycle = inverse of the clock frequency.
- In simpler terms, think of it as the heartbeat of the CPU, dictating how fast it can process instructions.
Modern CPUs can complete millions or even billions of clock cycles per second, which is why their speeds are often measured in megahertz (MHz) or gigahertz (GHz)3.
How are frequency, bandwidth and digital signals related ?
- Bandwidth in digital communication is related to data rate (bps).
- Digital Signals transmitted using modulated carrier wave.
- High data rate req high bandwidth, more frequencies to represent rapidly changing 0’s and 1’s
Why are higher frequencies used as carriers in modulation instead of lower frequencies.
- Efficient use of spectrum: more bandwidth at higher end of electromagnetic spectrum.
- Practical antenna size: Antenna size needs to be roughly the size of the wavelength of the signal.
- Lower freq travel further with less interference(less bandwidth and more noise) but higher frequency allows for more bandwidth and data capacity.