Unit 5: Data Communication - Subjective Questions
DECAP145 • Practice Questions with Detailed Answers
20 questions
Define data communication. Explain the fundamental components required for a data communication system to function.
Data communication refers to the exchange of data between two or more devices through a transmission medium such as cables or wireless links. For communication to occur, the devices must be part of a communication system made up of hardware and software.
Fundamental Components:
- Message: The information (data) to be communicated. It can be text, numbers, images, audio, or video.
- Sender: The device that sends the data message (e.g., computer, workstation, telephone).
- Receiver: The device that receives the message (e.g., computer, printer, mobile phone).
- Transmission Medium: The physical path through which the message travels from sender to receiver (e.g., twisted-pair cable, coaxial cable, fiber-optic cable, radio waves).
- Protocol: A set of rules that govern data communication. It represents an agreement between the communicating devices; without a protocol, two devices may be connected but cannot communicate.
For effective communication, the system must deliver data to the correct destination, accurately, in a timely manner (low jitter), and completely.
Explain the concept of local and global reach of a network. Distinguish between LAN, MAN, and WAN.
Networks are categorized based on their geographical reach, ranging from a single room to across the globe.
Local Reach vs Global Reach:
- Local reach connects devices within a limited area such as a home, office, or building.
- Global reach connects devices spread across cities, countries, or continents, enabling worldwide communication (e.g., the Internet).
Comparison of Network Types:
-
LAN (Local Area Network):
- Covers a small area (room, building, campus).
- High data transfer speeds.
- Owned and managed privately.
- Example: Office network, computer lab.
-
MAN (Metropolitan Area Network):
- Spans a city or a large campus.
- Larger than a LAN but smaller than a WAN.
- Example: Cable TV network, city-wide Wi-Fi.
-
WAN (Wide Area Network):
- Covers large geographical areas (countries, continents).
- Uses public/leased communication lines.
- Lower speeds compared to LAN, higher latency.
- Example: The Internet is the largest WAN.
The global reach of networks is achieved by interconnecting many LANs and MANs through WANs.
Distinguish between analog and digital signals with suitable diagrams and examples.
Analog Signal:
- A continuous signal that varies smoothly over time.
- Represented by a continuous waveform (e.g., a sine wave).
- Can take infinitely many values within a range.
- Example: Human voice, traditional telephone signals, sound waves.
Digital Signal:
- A discrete signal that has distinct levels, typically two states: and .
- Represented by a square/step waveform.
- Takes only a finite number of values.
- Example: Data stored in computers, signals in digital devices.
Key Differences:
| Basis | Analog Signal | Digital Signal |
|---|---|---|
| Nature | Continuous | Discrete |
| Values | Infinite range | Finite (0 and 1) |
| Waveform | Sine wave | Square wave |
| Noise | More affected | Less affected |
| Example | Voice, sound | Computer data |
Waveform representation:
- Analog: (smooth curve)
- Digital: (steps between and )
Computers work with digital signals, while many communication media originally carried analog signals, requiring conversion devices such as modems.
Describe the process of digital and analog transmission. Why is conversion between the two necessary?
Digital Transmission:
- Data is sent as discrete pulses of electricity or light, representing bits (s and s).
- Offers higher accuracy, better security, and easy error detection.
- Used in modern computer networks and fiber-optic systems.
Analog Transmission:
- Data is sent as continuously varying signals (waves).
- Signal strength weakens over distance and is amplified using amplifiers (which also amplify noise).
- Used in traditional telephone systems and radio broadcasting.
Why Conversion Is Necessary:
- Computers generate digital data, but older telephone lines carry analog signals.
- To send digital data over an analog line, a modem converts digital to analog (modulation) at the sender and analog back to digital (demodulation) at the receiver.
- Similarly, a codec converts analog signals (like voice) into digital form for digital transmission.
Four combinations of transmission:
- Digital data over digital signal
- Digital data over analog signal (modem)
- Analog data over digital signal (codec)
- Analog data over analog signal
Conversion ensures compatibility between different types of data and the available transmission media.
What is a modem? Explain the terms modulation and demodulation with reference to its working.
A modem (short for Modulator-Demodulator) is a device that enables a computer to transmit digital data over analog transmission media such as standard telephone lines.
Working Principle:
-
Modulation:
- The process of converting digital signals from the computer into analog signals suitable for transmission over telephone lines.
- Performed at the sending end.
-
Demodulation:
- The process of converting the received analog signals back into digital signals that the receiving computer can understand.
- Performed at the receiving end.
Data Flow:
- Sending computer produces digital data.
- Sending modem modulates it into analog form.
- The analog signal travels through the telephone line.
- Receiving modem demodulates it back into digital form.
- Receiving computer processes the digital data.
Types of modems:
- Internal modem (fitted inside the computer)
- External modem (separate device connected via a port)
- Wireless modem (uses radio waves)
Modem speed is measured in bps (bits per second) or Kbps/Mbps.
Explain how data communication is carried out using standard telephone lines. What are the limitations of this method?
Standard telephone lines were originally designed to carry analog voice signals. To transmit computer data over them, modems are used.
Process of Data Communication over Telephone Lines:
- The telephone network is known as PSTN (Public Switched Telephone Network).
- Computers generate digital signals which cannot travel directly over analog lines.
- A modem at the sender modulates digital signals into analog form.
- The analog signal travels through the telephone line via switching offices.
- A modem at the receiver demodulates the analog signal back to digital.
- This is the basis of traditional dial-up Internet access.
Limitations:
- Low speed: Dial-up modems are limited to about Kbps.
- Line occupation: The phone line is busy while connected, so calls cannot be made simultaneously (in basic dial-up).
- Noise and errors: Analog lines are prone to noise, causing data errors.
- Not suitable for large data: Poor for multimedia and heavy Internet use.
- Connection time: Requires dialing and establishing a connection each time.
Due to these limitations, digital connections such as DSL, cable, and fiber have largely replaced telephone-line dial-up.
Compare and contrast serial and parallel data transmission. Which is preferred for long-distance communication and why?
Serial Transmission:
- Data bits are sent one after another over a single communication line.
- Requires only one wire (plus ground/control).
- Slower per line but reliable over long distances.
- Example: USB, Ethernet, telephone communication.
Parallel Transmission:
- Multiple bits are sent simultaneously over separate parallel lines (e.g., 8 bits at once).
- Faster over short distances.
- Requires multiple wires, making it costly and bulky.
- Suffers from skew (bits arriving at slightly different times) over long distances.
- Example: Old printer connections, internal computer buses.
Comparison:
| Basis | Serial | Parallel |
|---|---|---|
| Data flow | One bit at a time | Multiple bits together |
| Wires needed | Few | Many |
| Speed | Slower per channel | Faster (short range) |
| Cost | Low | High |
| Distance | Long | Short |
Preferred for long distance: Serial transmission is preferred because it uses fewer wires (reducing cost) and avoids the skew and crosstalk problems that affect parallel lines over long distances.
Explain the three modes of data transmission: simplex, half-duplex, and full-duplex, with examples.
Data transmission modes define the direction of signal flow between two connected devices.
1. Simplex Mode:
- Communication is unidirectional (one direction only).
- One device only sends; the other only receives.
- The entire channel capacity is used for one-way transmission.
- Example: Keyboard to computer, radio and television broadcasting.
2. Half-Duplex Mode:
- Communication is bidirectional but not simultaneous.
- Each device can send and receive, but only one at a time.
- The channel is shared for both directions alternately.
- Example: Walkie-talkies (push-to-talk).
3. Full-Duplex Mode:
- Communication is bidirectional and simultaneous.
- Both devices can send and receive at the same time.
- The channel capacity is shared by signals traveling in both directions.
- Example: Telephone conversation, mobile phones.
Summary:
| Mode | Direction | Simultaneous? | Example |
|---|---|---|---|
| Simplex | One-way | No | TV broadcast |
| Half-Duplex | Two-way | No | Walkie-talkie |
| Full-Duplex | Two-way | Yes | Telephone |
What are digital data connections? Explain DSL and ISDN as methods of using digital data connections.
Digital data connections transmit data in purely digital form, offering higher speeds and better quality than analog dial-up connections. They eliminate the need for full digital-to-analog conversion.
1. DSL (Digital Subscriber Line):
- Uses existing copper telephone lines to carry digital data at high speed.
- Allows simultaneous use of voice and Internet because it operates on higher frequencies than voice.
- ADSL (Asymmetric DSL) provides faster download than upload speeds, ideal for home users.
- Provides an always-on connection (no dialing required).
2. ISDN (Integrated Services Digital Network):
- An early digital telephone service that transmits voice, data, and video over digital lines.
- Uses two channel types:
- B (Bearer) channels: carry data/voice ( Kbps each).
- D (Delta) channel: carries control/signaling information.
- BRI (Basic Rate Interface): 2 B channels + 1 D channel.
- PRI (Primary Rate Interface): used by businesses with more channels.
Advantages of digital connections:
- Faster speeds
- Less noise/errors
- Always-on connectivity
- Simultaneous voice and data
Describe various types of digital data connection technologies used to access the Internet (DSL, Cable, Leased Line, Fiber).
Several digital connection technologies provide fast Internet access:
1. DSL (Digital Subscriber Line):
- Uses copper telephone lines for digital data.
- Always-on connection; voice and data simultaneously.
- Speed depends on distance from the exchange.
2. Cable Internet:
- Uses coaxial TV cable infrastructure.
- Provides high-speed shared connection among neighborhood users.
- Speed may drop during peak usage due to sharing.
3. Leased Line:
- A dedicated permanent connection between two points.
- Offers guaranteed, symmetric bandwidth.
- Expensive; used by businesses needing reliable connectivity.
- Example: T1 and T3 lines.
4. Fiber-Optic Connection (FTTH):
- Transmits data as light pulses through glass fibers.
- Extremely high speeds and bandwidth.
- Immune to electromagnetic interference; low signal loss.
- Example: Fiber to the Home broadband.
Comparison of Speed (approximate):
| Technology | Medium | Speed |
|---|---|---|
| DSL | Copper phone line | Up to a few Mbps |
| Cable | Coaxial cable | Tens of Mbps |
| Leased Line (T1) | Dedicated line | Mbps |
| Fiber | Optical fiber | Hundreds of Mbps to Gbps |
Fiber currently offers the highest performance for both local and global reach.
What is a wireless network? Explain its advantages and disadvantages compared to wired networks.
A wireless network is a computer network that connects devices using radio waves, microwaves, or infrared signals instead of physical cables. Devices communicate through the air using transmitters and receivers.
Examples: Wi-Fi, Bluetooth, cellular networks, satellite communication.
Advantages:
- Mobility: Users can move freely while staying connected.
- Easy installation: No cabling required, reducing setup cost and effort.
- Scalability: Easy to add new devices.
- Accessibility: Reaches areas where cabling is difficult.
- Reduced clutter: No tangle of wires.
Disadvantages:
- Security risks: Signals travel through air and can be intercepted more easily.
- Interference: Affected by walls, other devices, and weather.
- Lower speed/reliability: Generally slower and less stable than wired links.
- Limited range: Signal strength decreases with distance.
- Health/regulatory concerns: Radio frequency usage is regulated.
Conclusion: Wireless networks offer great flexibility and mobility, making them ideal for homes, offices, and public spaces, though wired networks still lead in speed and security.
Explain different types of wireless networks based on their coverage: WPAN, WLAN, WMAN, and WWAN.
Wireless networks are classified by their geographical coverage area:
1. WPAN (Wireless Personal Area Network):
- Very short range (a few meters).
- Connects personal devices.
- Technologies: Bluetooth, Infrared (IrDA), Zigbee.
- Example: Wireless mouse, headset connection.
2. WLAN (Wireless Local Area Network):
- Covers a building or campus (up to ~100 m).
- Based on Wi-Fi (IEEE 802.11) standards.
- Uses access points to connect devices.
- Example: Home or office Wi-Fi.
3. WMAN (Wireless Metropolitan Area Network):
- Covers a city or metropolitan area.
- Technology: WiMAX (IEEE 802.16).
- Example: City-wide wireless broadband.
4. WWAN (Wireless Wide Area Network):
- Covers large regions, countries, or worldwide.
- Uses cellular networks (3G, 4G, 5G) and satellites.
- Example: Mobile phone data networks.
Summary:
| Type | Range | Technology |
|---|---|---|
| WPAN | Few meters | Bluetooth |
| WLAN | Building | Wi-Fi |
| WMAN | City | WiMAX |
| WWAN | Country/Global | Cellular, Satellite |
Explain Wi-Fi technology. How does it work and what are its common standards?
Wi-Fi (Wireless Fidelity) is a wireless networking technology that allows devices to connect to a network and the Internet using radio waves, based on the IEEE 802.11 standards.
How Wi-Fi Works:
- A wireless router/access point connects to the wired Internet and broadcasts a wireless signal.
- Devices with wireless adapters (laptops, phones) detect the signal.
- Data is transmitted between the device and the access point using radio frequencies (commonly GHz and GHz bands).
- The access point acts as a bridge between wireless devices and the wired network.
Common Wi-Fi Standards (IEEE 802.11):
| Standard | Frequency | Approx. Max Speed |
|---|---|---|
| 802.11b | GHz | Mbps |
| 802.11g | GHz | Mbps |
| 802.11n | / GHz | Mbps |
| 802.11ac | GHz | Several Gbps |
| 802.11ax (Wi-Fi 6) | / GHz | Higher efficiency |
Security: Wi-Fi uses protocols like WEP, WPA, WPA2, and WPA3 for encryption and protection against unauthorized access.
Wi-Fi is widely used in homes, offices, and public hotspots for its convenience and mobility.
Describe Bluetooth technology. Compare it with Wi-Fi.
Bluetooth is a short-range wireless technology used to exchange data between devices over short distances using radio waves in the GHz band. It is designed for Wireless Personal Area Networks (WPAN).
Features of Bluetooth:
- Short range (typically up to meters).
- Low power consumption.
- Connects devices to form a small network called a piconet.
- Used for wireless mice, keyboards, headsets, speakers, and file transfer.
Working:
- One device acts as master and others as slaves.
- Devices discover and pair with each other before communicating.
- Uses frequency hopping to reduce interference.
Comparison of Bluetooth and Wi-Fi:
| Basis | Bluetooth | Wi-Fi |
|---|---|---|
| Range | ~ m | ~ m |
| Speed | Lower | Higher |
| Power use | Very low | Higher |
| Purpose | Device-to-device | Internet/network access |
| Network type | WPAN | WLAN |
Conclusion: Bluetooth is ideal for connecting personal peripherals over short distances with low power, while Wi-Fi is suited for high-speed network and Internet access over larger areas.
Explain the working of cellular (mobile) networks. Describe the evolution from 1G to 5G.
Cellular networks are wireless wide area networks (WWAN) that divide a geographical region into small areas called cells, each served by a base station (cell tower). Mobile devices connect to the nearest tower, and as users move, the connection is handed over to the next cell without dropping.
Working:
- Each cell has a base station with a transmitter/receiver.
- Devices communicate via radio frequencies with the base station.
- Base stations connect to a Mobile Switching Center (MSC) which routes calls/data.
- Handover allows seamless movement between cells.
Evolution of Cellular Technology:
- 1G: Analog voice only; poor quality, no data.
- 2G: Digital voice; introduced SMS and basic data (GPRS/EDGE).
- 3G: Faster data; enabled mobile Internet, video calls.
- 4G (LTE): High-speed broadband; supports HD streaming, online gaming.
- 5G: Very high speed, ultra-low latency; supports IoT, smart devices, and massive connectivity.
Key benefit: Cellular networks provide the global reach of wireless connectivity, enabling mobile communication almost anywhere.
Define bandwidth, bit rate, and baud rate. Explain the relationship between them.
Bandwidth:
- The range of frequencies a channel can carry, or informally the data-carrying capacity of a link.
- Measured in Hz (for frequency) or bps (for digital capacity).
- Higher bandwidth means more data can be transmitted per second.
Bit Rate:
- The number of bits transmitted per second.
- Measured in bps (bits per second), Kbps, Mbps, Gbps.
- Example: A link transmitting bits per second has a bit rate of bps.
Baud Rate:
- The number of signal units (symbols) transmitted per second.
- Each signal unit may carry one or more bits.
Relationship:
where is the number of bits per signal unit.
- If each signal carries bit, then bit rate = baud rate.
- If each signal carries bits, then bit rate = baud rate.
Example: If baud rate = baud and each symbol carries bits:
Higher bandwidth generally supports higher bit rates.
Explain various transmission media used in data communication, classifying them into guided and unguided media.
Transmission media are the physical or wireless paths through which data travels from sender to receiver. They are broadly classified into guided (wired) and unguided (wireless) media.
1. Guided (Wired) Media: Signals travel through a solid medium.
- Twisted Pair Cable:
- Two insulated copper wires twisted together.
- Types: UTP (Unshielded) and STP (Shielded).
- Cheap, easy to install; used in telephone lines and LANs.
- Coaxial Cable:
- Central copper conductor surrounded by insulation and shielding.
- Higher bandwidth than twisted pair.
- Used in cable TV and older networks.
- Fiber-Optic Cable:
- Transmits data as light through glass/plastic fibers.
- Very high speed and bandwidth, immune to interference.
- Used for backbone and high-speed links.
2. Unguided (Wireless) Media: Signals travel through air/space.
- Radio Waves: Omnidirectional; used in Wi-Fi, AM/FM radio.
- Microwaves: Line-of-sight; used in long-distance and satellite links.
- Infrared: Short-range, line-of-sight; used in remote controls.
Comparison:
| Basis | Guided | Unguided |
|---|---|---|
| Path | Physical cable | Air/space |
| Mobility | Limited | High |
| Security | Higher | Lower |
| Example | Fiber, coaxial | Wi-Fi, satellite |
Distinguish between synchronous and asynchronous transmission.
Both are methods of serial data transmission that differ in how data timing and synchronization are handled.
Asynchronous Transmission:
- Data is sent one character (byte) at a time.
- Each character is framed with a start bit and stop bit(s).
- No common clock; the receiver resynchronizes at each character.
- Simple and inexpensive but slower due to extra start/stop bits (overhead).
- Example: Keyboard-to-computer communication.
Synchronous Transmission:
- Data is sent in a continuous stream of blocks (frames) without start/stop bits.
- Sender and receiver are synchronized using a common clock or timing signals.
- Faster and more efficient for large data transfers.
- More complex and costly.
- Example: High-speed data transfer between computers.
Comparison:
| Basis | Asynchronous | Synchronous |
|---|---|---|
| Unit | Character/byte | Block/frame |
| Start/stop bits | Required | Not required |
| Clock | Not shared | Shared |
| Speed | Slower | Faster |
| Cost | Low | High |
| Overhead | High | Low |
Asynchronous suits small, irregular data; synchronous suits large, continuous data.
Explain the concept of modulation techniques used in modems: Amplitude, Frequency, and Phase modulation.
Modulation is the process of modifying a carrier signal to carry digital data over analog media. There are three basic digital-to-analog modulation techniques:
1. Amplitude Shift Keying (ASK) / Amplitude Modulation:
- The amplitude (height) of the carrier wave is varied according to the data bit.
- A high amplitude may represent and low amplitude represent .
- Simple but very sensitive to noise.
2. Frequency Shift Keying (FSK) / Frequency Modulation:
- The frequency of the carrier wave is varied to represent data.
- One frequency represents , another represents .
- More resistant to noise than ASK.
3. Phase Shift Keying (PSK) / Phase Modulation:
- The phase of the carrier wave is changed to represent data.
- A phase shift indicates a change in bit value.
- More reliable and efficient; widely used in modern modems.
Summary:
| Technique | Parameter Changed | Noise Resistance |
|---|---|---|
| ASK | Amplitude | Low |
| FSK | Frequency | Medium |
| PSK | Phase | High |
Advanced modems combine techniques (e.g., QAM combines amplitude and phase) to achieve higher data rates.
Discuss the applications and security concerns of wireless networks in modern communication.
Wireless networks have become essential for personal, business, and global communication.
Applications of Wireless Networks:
- Internet Access: Wi-Fi hotspots in homes, offices, cafes, and airports.
- Mobile Communication: Cellular networks (3G/4G/5G) for calls and data.
- Smart Homes & IoT: Connecting appliances, sensors, and devices wirelessly.
- Healthcare: Remote patient monitoring and wireless medical devices.
- Business: Wireless LANs for flexible workplaces.
- Navigation: GPS and satellite-based positioning.
- Entertainment: Streaming, gaming, and wireless audio (Bluetooth).
Security Concerns:
- Eavesdropping: Signals travel through air and can be intercepted.
- Unauthorized access: Intruders may connect to unsecured networks.
- Data theft: Sensitive data can be captured if not encrypted.
- Man-in-the-middle attacks: Attackers intercept and alter communication.
- Rogue access points: Fake hotspots trick users into connecting.
Security Measures:
- Use strong encryption (WPA2/WPA3).
- Set strong passwords and change default settings.
- Enable firewalls and MAC address filtering.
- Use VPNs for secure remote access.
- Regularly update firmware.
Conclusion: While wireless networks offer great convenience and mobility, robust security practices are essential to protect data and privacy.
Define data communication. Explain the fundamental components required for a data communication system to function.
Data communication refers to the exchange of data between two or more devices through a transmission medium such as cables or wireless links. For communication to occur, the devices must be part of a communication system made up of hardware and software.
Fundamental Components:
- Message: The information (data) to be communicated. It can be text, numbers, images, audio, or video.
- Sender: The device that sends the data message (e.g., computer, workstation, telephone).
- Receiver: The device that receives the message (e.g., computer, printer, mobile phone).
- Transmission Medium: The physical path through which the message travels from sender to receiver (e.g., twisted-pair cable, coaxial cable, fiber-optic cable, radio waves).
- Protocol: A set of rules that govern data communication. It represents an agreement between the communicating devices; without a protocol, two devices may be connected but cannot communicate.
For effective communication, the system must deliver data to the correct destination, accurately, in a timely manner (low jitter), and completely.
Did this save you a night before the exam?
LPU Notes is free, and it stays free. Ads cover part of the server bill. The rest comes out of a student's own pocket: the domain, the storage, and keeping the site up through the weeks everyone needs it at once.
The payment button didn't load. An ad blocker or a filtered network is the usual reason. to try again.
Nothing here is ever locked, and nothing unlocks. Chip in only if it was worth it. What it pays for →