Module 4-Part2 Client Server Architecture
Module 4-Part2 Client Server Architecture
3. Network Layer
•Responsible for routing and addressing data across networks.
•Assigns unique network addresses and segments data into packets.
4.Transport Layer
•Ensures error-free, end-to-end transmission.
•Manages flow control and allows multiple transport addresses to share a single network
address.
5. Session Layer
•Manages communication sessions between two processors.
•Handles session creation, maintenance, and termination.
6. Presentation Layer
•Translates data formats between different systems.
•Ensures that data is readable across platforms.
7. Application Layer
•Provides interfaces for applications to communicate over the network.
•Messages enter and exit the OSI protocol stack at this level.
OSI Reference Model
Communications Interface Technology
1. Network Communication Basics
• Communication between client workstations and servers occurs via:
• Physical infrastructure (cables, devices)
• Software (protocol implementations)
• Four essential components of network communication:
• Sender: Device that creates and transmits data.
• Message: Digital data being sent.
• Medium: Physical material (wires, airwaves) carrying the data.
• Receiver: Destination device.
2. Communication Protocols & OSI Model
• Devices follow protocols to communicate effectively.
• The Open Systems Interconnection (OSI) model by ISO consists of seven layers, each
defining specific network functions and protocols.
Communications Interface Technology…..
5. Ethernet
• Most widely used LAN technology (over 84% adoption worldwide).
• Uses a shared transmission medium (coaxial cables, twisted pair, fiber optics).
• Characteristics:
• Simple implementation & management
• Cost-effective
• Flexible topology
• Interoperable standards
• Two key Ethernet components:
• Data Terminal Equipment (DTE) (PCs, file servers)
• Data Communication Equipment (DCE) (Switches, routers, modems)
6. Token Ring
• Developed by IBM, standardized as IEEE 802.5.
• Uses token-passing for data transmission.
• Prevents collisions by ensuring only one device transmits at a time.
• More reliable and efficient than early Ethernet implementations.
Communications Interface Technology…..
7. FDDI (Fiber Distributed Data Interface)
• High-speed fiber-optic LAN technology.
• Supports dual-ring architecture:
• Primary ring (data transmission)
• Secondary ring (backup or additional bandwidth)
• Can extend up to 200 km and support thousands of users.
• Higher reliability and performance compared to Ethernet.
8. TCP/IP (Internet Protocol Suite)
• Standard protocol suite for internet and network communication.
• Key components:
• TCP (Transmission Control Protocol) – Ensures reliable data transfer.
• IP (Internet Protocol) – Handles addressing and routing.
• Used for:
• Connecting different networks.
• Routing traffic through routers and bridges.
• Standard for most commercial networks.
Communications Interface Technology…..
• It is used to connect Local Area Networks (LANs) and transmit data across Wide Area Networks
(WANs).
• It is a better alternative to a point-to-point network for connecting multiple nodes that require
separate dedicated links to be established between each pair of nodes.
• Also, it provides a congestion control mechanism to reduce the network overheads due to
congestion. It does not have an error control and flow management mechanism.
Wide Area Network (WAN) Technologies…..
Frame Relay
• Components: Requires an access line and a Committed Information Rate (CIR).
• Flexibility: Can exceed CIR at times for efficient transfers.
• Virtual Private Networks (VPNs): Uses virtual circuits over a shared public infrastructure.
• Security: Defined closed user groups prevent unauthorized access.
• Advantages:
1.High speed
2.Scalable
3.Reduced network congestion
4.Cost-efficient
5.Secured connection
• Disadvantages:
1.Lacks error control mechanism
2.Delay in packet transfer
3.Less reliable
Wide Area Network (WAN) Technologies…..
Switched Multimegabit Data Service (SMDS)
• High-Speed Cell-Relay Service: Uses 53-byte ATM-like cells for transmission.
• Supports Mixed Media: Handles voice, video, and data traffic.
• Connectionless: Unlike Frame Relay, does not require pre-established circuits.
• Precursor to ATM: Provides early features of Asynchronous Transfer Mode (ATM).
How SMDS Works
• SMDS operates over a packet-switched network using a connectionless protocol.
• Data is divided into small packets (cells) and transmitted independently across
the network.
• The network routes each packet based on its destination address, similar to how
IP-based networks function.
Wide Area Network (WAN) Technologies…..
ATM in WAN
Overview of ATM in WAN
• Asynchronous Transfer Mode (ATM) is a high-speed, cell-switching, and multiplexing
technology used in Wide Area Networks (WANs) for transmitting voice, video, and data over
a unified network. It is designed for low-latency, high-throughput networking, making it ideal
for large-scale enterprise and carrier networks.
Key Features of ATM
• Cell-Based Switching: Uses fixed-size 53-byte cells (5-byte header + 48-byte payload), which
allows efficient transmission and reduced delay variation.
• High-Speed Performance: Supports data transfer rates from 1.5 Mbps (T1) to 622 Mbps (OC-
12) and beyond.
• Quality of Service (QoS): Provides multiple service classes for different types of data (voice,
video, and data).
• Scalability: Can operate in LAN, MAN, and WAN environments, making it suitable for both
small and large networks.
• Connection-Oriented Communication: Establishes virtual circuits before data transmission,
ensuring reliable data delivery.
Wide Area Network (WAN) Technologies…..
• ATM in WAN
ATM Network Components
• ATM Switches: Core devices that manage cell switching and routing.
• ATM End Systems: Devices like workstations and routers that generate and receive ATM traffic.
• Virtual Circuits (VCs): Logical connections established before communication, classified into:
• Permanent Virtual Circuits (PVCs): Predefined, always available connections.
• Switched Virtual Circuits (SVCs): Dynamically established and released connections.
Advantages of ATM in WAN
• High Throughput: Handles large volumes of traffic efficiently.
• Low Latency & Jitter: Ideal for real-time applications like VoIP and video streaming.
• Integrated Services: Supports multiple traffic types (voice, video, and data) on a single network.
• Quality of Service (QoS): Provides guaranteed bandwidth and prioritization for critical applications.
Disadvantages of ATM in WAN
• High Complexity: Requires specialized hardware and expertise to manage.
• High Cost: More expensive than newer technologies like MPLS and Ethernet WAN.
• Fixed Cell Size Overhead: 53-byte cell structure introduces inefficiency, especially for small data packets.
• Declining Adoption: Replaced by MPLS (Multiprotocol Label Switching) and Ethernet WAN in modern networks.
Applications of ATM in WAN
• Telecommunications Backbone: Used by carriers for high-speed, QoS-driven transport.
• Financial Networks: Supports real-time trading and transactions.
• Multimedia Streaming: Ensures low-latency video and audio transmission.
• Corporate WANs: Connects remote offices with guaranteed bandwidth.
Wide Area Network (WAN) Technologies…..