0% found this document useful (0 votes)
24 views4 pages

Document

Uploaded by

firzaismail045
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views4 pages

Document

Uploaded by

firzaismail045
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Data Communications and Networking Cheat Sheet

1. Definition of Data Communication

Data Communication refers to the exchange of data between devices through a transmission medium. It
enables devices to send and receive information, facilitating communication over distances.

2. Components of Data Communication

Sender: The device that sends the data (e.g., a computer).

Receiver: The device that receives the data (e.g., another computer).

Message: The information to be communicated.

Medium: The physical path over which the message travels (e.g., cables, wireless signals).

Protocol: The set of rules that govern data communication, ensuring proper transmission and interpretation.

3. Types of Data Communication

Analog Communication: Transmits data as continuous signals (e.g., traditional telephone lines).

Digital Communication: Transmits data as discrete signals (e.g., computer data).

4. Modes of Data Transmission

Simplex: Data transmission occurs in one direction only (e.g., keyboard to CPU).

Half-Duplex: Data transmission can occur in both directions, but not simultaneously (e.g., walkie-talkies).

Full Duplex: Data transmission can occur in both directions simultaneously (e.g., telephone conversations).

5. Types of Networks

Local Area Network (LAN):

Covers a small geographical area (e.g., home, office).

High-speed data transfer.

Examples: Ethernet, Wi-Fi.

Wide Area Network (WAN):

Covers large geographical areas (e.g., cities, countries).


Connects multiple LANs.

Example: The Internet.

Metropolitan Area Network (MAN):

Covers a city or large campus.

Connects multiple LANs within the area.

Personal Area Network (PAN):

Covers a very small area (e.g., a few meters).

Used for connecting personal devices (e.g., Bluetooth).

Storage Area Network (SAN):

A dedicated network for data storage devices.

Provides access to consolidated storage.

6. Network Topologies

Bus Topology: All devices share a single communication line. Easy to implement but can lead to data collisions.

Star Topology: All devices are connected to a central hub. Easy to manage and troubleshoot but relies on the
central device.

Ring Topology: Devices are connected in a circular fashion. Data travels in one direction; easy to install but if
one device fails, the entire network can be affected.

Mesh Topology: Every device is connected to multiple other devices. Offers redundancy and reliability but is
complex and expensive.

Hybrid Topology: Combines two or more different topologies.

7. Networking Devices

Router: Connects different networks and routes data between them.

Switch: Connects devices within a LAN and uses MAC addresses to forward data to the correct device.

Hub: A basic networking device that connects multiple Ethernet devices, making them act as a single network
segment.

Bridge: Connects two or more LAN segments, filtering traffic to reduce collisions.

Gateway: Acts as a "gate" between two networks, translating different protocols.

Modem: Converts digital data from a computer into analog for transmission over phone lines and vice versa.

8. Network Protocols

TCP/IP (Transmission Control Protocol/Internet Protocol): The foundational protocol suite for the Internet,
enabling communication between devices.

HTTP (Hypertext Transfer Protocol): Protocol for transferring web pages on the Internet.

HTTPS (HTTP Secure): Secure version of HTTP using encryption.

FTP (File Transfer Protocol): Protocol for transferring files between computers on a network.

SMTP (Simple Mail Transfer Protocol): Protocol for sending emails.

POP3/IMAP (Post Office Protocol/Internet Message Access Protocol): Protocols for retrieving emails.

9. Data Transmission Techniques

Serial Transmission: Data is sent one bit at a time over a single channel (e.g., USB).

Parallel Transmission: Multiple bits are sent simultaneously over multiple channels (e.g., old printers).

10. Error Detection and Correction

Parity Bit: A bit added to data to ensure an even or odd number of 1s.

Checksum: A value calculated from the data for error checking.

Cyclic Redundancy Check (CRC): A complex error-checking algorithm that detects changes to raw data.

11. Bandwidth and Latency

Bandwidth: The maximum data transfer rate of a network (measured in bits per second).

Latency: The time taken for data to travel from sender to receiver. Measured in milliseconds.

12. Security in Data Communication

Encryption: The process of converting data into a secure format to prevent unauthorized access.

Firewalls: Devices or software that monitor and control incoming and outgoing network traffic based on
security rules.

VPN (Virtual Private Network): Creates a secure connection over the Internet, allowing remote access to a
private network.
13. Wireless Communication

Wi-Fi: A technology that allows devices to connect to a network wirelessly.

Bluetooth: A short-range wireless technology for connecting devices (e.g., headphones, mice).

Cellular Networks: Wireless communication networks that connect mobile devices using cell towers (e.g., 4G,
5G).

14. Future Trends in Data Communications and Networking

5G Technology: The next generation of mobile networks offering higher speeds and lower latency.

IoT (Internet of Things): Connecting everyday devices to the Internet for data exchange.

Software-Defined Networking (SDN): An approach to networking that uses software-based controllers or


application programming interfaces (APIs) to direct traffic on the network.

You might also like