Data Communication Flashcards
Components of Data Communication System
Sender: Device transmitting data.
Receiver: Device receiving data.
Transmission Medium: Path for data (e.g., cables, wireless).
Data: Communicated information (text, images, audio, video).
Protocol
Rules for accurate and secure data communication.
Examples: TCP/IP, HTTP, FTP, SMTP.
Bandwidth
Maximum data transmission rate.
Measured in bits per second (bps).
Latency
Delay between data transmission and reception.
Critical for real-time communication.
Error Detection and Correction
Ensures data integrity during transmission.
Techniques: Checksums, parity bits, CRC.
OSI Reference Model
Conceptual framework for network communication protocols.
7 Layers: Each with specific functions.
Why Do We Need OSI Model?
Solves interconnectivity problems.
Allows vendor flexibility for equipment and software.
Developed by ISO in the late 1970s.
Physical Layer (Layer 1)
Transmits raw bit streams over a physical medium.
Components: Cables, switches, NICs.
Protocols: Ethernet, USB, Bluetooth.
Data Link Layer (Layer 2)
Node-to-node data transfer, error detection, and correction.
Components: Switches, bridges.
Protocols: Ethernet, PPP, MAC.
Network Layer (Layer 3)
Device addressing, packet routing between networks.
Components: Routers.
Protocols: IP, ICMP.
Transport Layer (Layer 4)
Ensures complete data transfer, error recovery, and flow control.
Components: Gateways.
Protocols: TCP, UDP.
Session Layer (Layer 5)
Manages sessions between applications.
Protocols: NetBIOS, RPC.
Presentation Layer (Layer 6)
Translates, encrypts, and compresses data.
Protocols: SSL, TLS.
Application Layer (Layer 7)
Provides network services to applications.
Protocols: HTTP, FTP, SMTP, DNS.
Practical Example of OSI Model
Application: Email prepared by client.
Presentation: Email translated to network format.
Session: Session established between servers.
Transport: Email segmented for transmission.
Network: Packets routed with IP addresses.
Data Link: Packets framed for transmission.
Physical: Frames sent as signals.