WisdomEye Logo
WisdomEye

AS & A Level Computer Science (9618) - Chapter 2: Networking and Communication Systems

Summary

This video provides an overview of communication and networking technologies, covering local and wide area networks, internet infrastructure, and data transmission. It explores various network models like client-server and peer-to-peer, physical topologies, and transmission media including wired and wireless options. The lesson details hardware components, internet protocols like Ethernet and CSMA/CD, and advanced topics such as IP addressing (IPv4, CIDR, NAT), cloud computing, and the Domain Name System. It serves as a comprehensive guide for understanding how computers communicate across different scales and the hardware involved in making global networking possible.

Key Insights

The fundamental distinction between Local Area Networks (LAN) and Wide Area Networks (WAN) lies in ownership and geographic scope.

LANs are typically owned by a single organization, cover small areas like a building, and use twisted-pair cables or Wi-Fi. In contrast, WANs span thousands of kilometers, are leased from Public Switched Telephone Network (PSTN) companies, and utilize fiber optic cables for high-speed transmission between switches, with no end systems directly connected to the WAN itself.

Client-server models differ between Thin and Thick clients based on where data processing occurs.

In a Thin Client setup, the client performs no pre-processing or post-processing; it simply sends input to the server and receives output. In a Thick Client setup, the client can perform processing locally before sending requests to the server and handle additional tasks after receiving output, often downloading and running the application locally rather than relying solely on the server side.

Network topologies define the layout and data transmission methods of connected devices within a network.

The video covers Point-to-Point, Bus, Mesh, and Star topologies. Bus topology uses a single cable for broadcast communication. Mesh connects every device to every other device for high redundancy but requires complex cabling. Star topology uses a central switch or hub, making the network resilient to individual workstation failures unless the central device itself fails.

IP addressing schemes like CIDR, Subnetting, and NAT were developed to combat the shortage of IPv4 addresses.

Classless Inter-Domain Routing (CIDR) uses variable-length subnet masks to allocate addresses more flexibly. Subnetting divides large networks into smaller sub-networks using shared Net IDs to reduce waste. Network Address Translation (NAT) allows multiple devices in a private network to share a single public IP address, significantly extending the life of the IPv4 protocol.

Cloud computing provides scalable computing resources via the internet through different service models.

Cloud computing is categorized into Private (for a single organization) and Public (shared via third-party vendors). It includes Infrastructure as a Service (IaaS) for hardware like remote servers, Platform as a Service (PaaS) for development environments, and Software as a Service (SaaS) for running applications like Microsoft 365 or Google Workspace without local installation.

Sections

Introduction to WAN and LAN

Wide Area Networks (WAN) connect computers across different organizations and vast geographic distances, typically covering thousands of kilometers.

A WAN allows computers in different organizations to be networked over huge distances. Historically, users accessed single computers via terminals, but WANs evolved to connect local networks. Benefits include executing tasks on remote computers with specific software, retrieving archived data from remote servers, and electronic communication between distant users.

Local Area Networks (LAN) are privately owned by organizations and facilitate resource sharing within a limited geographic area like an office.

LANs emerged with the rise of personal computers. They allow organizations to minimize costs by using application servers instead of installing software on every PC. They facilitate file sharing via file servers and enable internal electronic mail, replacing traditional paper memos. LANs typically use twisted-pair cables or Wi-Fi.

The Internet is the global interconnection of diverse networks, enabling worldwide communication using LAN and WAN principles.

The internet, or 'interconnected network', is essentially the global connection of all local and wide area networks. It operates on the same principles as smaller networks but functions at a massive scale, allowing every connected computer in the world to communicate.


Network Models: Client-Server and Peer-to-Peer

The client-server model features an architecture where clients request services and specialized servers fulfill those specific application or data requests.

A client is a device or software (like a web browser) that obtains a service, while a server stores and provides that service (like a web server). This model is ideal for centralized databases, hosting web applications, or conducting e-commerce and financial transactions.

Thin clients rely entirely on servers for processing, while thick clients handle local tasks before and after server communication.

Thin clients send raw input to the server, which does all the work and sends back the output. Thick clients perform pre-processing (like calculating totals in a form) before sending data and post-processing (like formatting data) after receiving output. Thick clients might also run downloaded applications entirely locally.

Peer-to-peer models eliminate the central server, allowing all computers to act as both clients and servers simultaneously.

In a peer-to-peer (P2P) network, no single computer is the dedicated server. Each peer shares resources and helps other peers. This model prevents network congestion because there is no single point of reliance, and it allows parts of files to be downloaded from multiple hosts at once.


Network Topologies and Transmission Modes

Data transmission can occur in simplex, half-duplex, or full-duplex modes, and be sent via unicast, multicast, or broadcast methods.

Simplex is one-way data flow. Half-duplex is two-way but not simultaneous. Full-duplex is two-way simultaneous communication. Regarding methods: Unicast is one-to-one; Multicast is one-to-many; and Broadcast is one-to-all communication within a network segment.

Point-to-point and Bus topologies represent different ways of connecting devices, with Bus topology using a shared cable for transmission.

Point-to-point involves only two computers. Bus topology connects multiple devices using one central cable. In a bus network, every message is broadcast to all devices. A failure in one end system does not impact the others, providing a level of redundancy.

Mesh and Star topologies offer different levels of redundancy and complexity for connecting multiple systems in a network.

In a Mesh topology, every device is connected to every other device, allowing for duplex transmission and multiple routing paths (unicast, multicast, or broadcast), though it requires many cables. Star topology connects all devices to a central switch. If one workstation fails, others remain unaffected, but if the central switch fails, the whole network goes down.


Transmission Media and Satellite Systems

Wired transmission media include copper (twisted pair or coaxial) and fiber optic cables, each with distinct speed and cost profiles.

Twisted pair is used for telephones and LANs. Coaxial is used for cable TV and metropolitan networks. Fiber optic is the standard for long-distance, high-speed cabling because it has the highest data rate and least interference, although it is the most expensive and requires fewer repeaters.

Wireless transmission uses infrared, microwave, or radio waves, each varying in frequency, data rate, and physical penetration capabilities.

Infrared offers high data rates but cannot penetrate walls. Radio waves have the best penetration for long-distance communication despite lower data rates. Choosing a wireless medium depends on the required range, environment, and budget.

Satellites categorized as LEO, MEO, and GEO orbit at different altitudes to facilitate global communications and GPS services.

Low Earth Orbit (LEO) satellites work in constellations for mobile phones. Medium Earth Orbit (MEO) satellites provide GPS; about 10 are needed for global coverage. Geostationary Earth Orbit (GEO) satellites stay over one point on Earth; since they are very high, only 3 are needed for full Earth coverage.


LAN Hardware and Ethernet Protocols

Essential LAN hardware includes terminators, repeaters, bridges, switches, and network interface cards to manage signal flow and connectivity.

Terminators prevent signal reflection in bus networks. Repeaters regenerate weakened signals to full strength. Bridges connect different LAN segments. Switches act as central hubs in star topologies, and a Network Interface Card (NIC) provides a unique physical address for each device to join the network.

Ethernet employs the CSMA/CD protocol to detect and handle data collisions on shared communication mediums.

In Ethernet, CSMA/CD (Carrier Sense Multiple Access with Collision Detection) monitors cable voltage. If a transmitter sees activity, it waits. While transmitting, it checks for collisions. If two devices send at once and collide, they stop, send a jamming signal, and wait a random interval to retry.


Internet Infrastructure and ISP

The internet relies on a tiered system of Internet Service Providers (ISPs) to connect individuals to the global network backbone.

Access ISPs connect individual users or companies. These connect to Regional ISPs (states/regions), which in turn connect to Backbone ISPs that link different countries' networks together, forming the global internet.

Routers act as intelligent nodes in the internet mesh, responsible for finding the most efficient path for data packets.

Routers are present in both the global mesh and within ISP networks. They are responsible for 'route selection', determining the shortest or most optimal path for a message to travel from origin to destination to ensure rapid transmission.

The Public Switched Telephone Network (PSTN) provided the early foundation for internet connectivity through dial-up and broadband evolution.

Originally for voice, PSTN infrastructure supported early internet dial-up. It has since been enhanced with fiber optics and digital technology to provide modern high-speed broadband and cell phone network connectivity via towers.


Internet Applications and Streaming

The World Wide Web and cloud computing are specific applications that utilize the underlying internet infrastructure for data access.

The WWW is a collection of web pages accessed via the internet. Cloud computing allows on-demand access to shared resources. Public clouds (like AWS or Google Workspace) provide infrastructure, platforms, or software to multiple users, while private clouds are dedicated to single organizations.

Media bitstreaming can be categorized into download, on-demand, and real-time methods, each requiring specific bitrates and buffering.

Bitstreaming is the sequential transmission of binary data for video. On-demand streaming allows users to select content at any time. Real-time streaming (like live sports) transmits data as it is generated. Effective streaming requires a bitrate higher than the media's recording rate and sufficient buffering (using high and low watermarks) to prevent lagging.


IP Addressing and Domain Name System (DNS)

IPv4 addressing evolved from classful schemes to classless inter-domain routing (CIDR) to manage address allocation more efficiently.

IPv4 uses 32-bit addresses. Initially, these were split into Classes A, B, and C based on organization size. Because this wasted addresses, CIDR was introduced, adding a suffix to define variable-length network IDs, allowing for more flexible and efficient address use.

Subnetting and NAT are critical techniques used to preserve the limited pool of available IPv4 addresses.

Subnetting divides a single network ID into smaller segments for different departments, significantly reducing wasted host IDs. Network Address Translation (NAT) allows a whole network to use one public IP, assigning private IPs to internal devices, which further helps avoid global IP exhaustion.

The Domain Name System (DNS) translates human-readable URLs into IP addresses through a hierarchical network of servers.

DNS acts like a phonebook for the internet. It is structured hierarchically with Root servers, Top-Level Domain (TLD) servers (like .com), and Second-Level Domains. When a URL is entered, DNS resolves the name by searching these layers until an authoritative IP address is found and returned to the browser.


Ask a Question

*Uses 1 Wisdom coin from your coin balance

Watch Video

Open in YouTube