Telecommunications, Internet & Wireless Technology – Comprehensive Lecture Notes

Conceptual Foundations

  • Telecommunications: the electronic transmission of signals for communications, enabling data, voice, image, and video exchange across distances.

  • Computer network: two or more interconnected computers that share hardware, software, and data resources.

    • Networks lower communication costs, enable collaboration, and provide ubiquitous access to corporate data.

    • Even the smallest network embodies several layers of technology—hardware, software, and transmission media.

  • Today’s MIS (Management Information Systems) professional must understand networks from both a technical and a business‐value viewpoint (e.g., cost efficiency, competitive advantage, scalability, security).

Basic Network Components

  • Client computer

    • Initiates requests for services (e-mail access, file retrieval, Web browsing, database queries).

  • Dedicated server computer

    • Responds to client requests; stores resources (applications, Web pages, databases, print queues).

  • Network Interface Card (NIC)

    • Physical circuitry inside every connected device; converts computer data into electronic signals and vice-versa.

  • Connection Medium

    • Physical (copper, fiber) or wireless path that carries the signal.

  • Network Operating System (NOS)

    • System software that routes traffic, manages user accounts, coordinates printers/data storage.

    • Can be installed on every node (peer style) or reside mainly on a dedicated server.

    • Popular NOSs: Microsoft Windows Server, Linux (various distributions).

  • Hub

    • Simplest concentrator; repeats every incoming frame out all other ports (no filtering).

  • Switch

    • Learns device MAC addresses; forwards frames only to the appropriate port—improves bandwidth usage and security.

  • Router

    • Reads network-layer (IP) addresses; chooses the best next hop so packets cross multiple networks and reach the correct destination (e.g., enterprise → ISP → Internet).

Illustration: Simple LAN Diagram

  • Client PCs Switch File/Print/Web Server (running NOS)

  • Switch uplinks to a Router

  • Router connects to “Other Networks/Internet” via an ISP link.

Corporate Network Infrastructure (Fig. 7.2)

  • Modern corporations interconnect many distinct network types:

    • Public Switched Telephone Network (PSTN) for legacy voice

    • Private branch exchanges (PBX) & VoIP gateways for internal telephony

    • Corporate wired LANs in office floors (Ethernet @ 10/100/100010/100/1000 Mbps, 1010 Gbps)

    • Wireless LANs (Wi-Fi, 802.11ac/ax802.11ac/ax) for mobile employees

    • Intranet & Extranet servers for employees/partners

    • Internet access through multiple ISPs for redundancy

    • Mobile Wi-Fi and cellular data for field staff

  • Goal: seamless, secure, and high-availability connectivity between end-points, regardless of location.

Protocols & TCP/IP Suite

  • Protocol = formal set of rules governing how devices communicate.

  • Enterprises standardize on TCP/IP (Transmission Control Protocol / Internet Protocol).

    • Invented under DARPA (early 1970s) to interconnect heterogeneous computers.

  • Layered Architecture (encapsulation both at sender & receiver):1. Application layer – HTTP, FTP, SMTP, etc.

    1. Transport layer – TCP (reliable, connection-oriented) or UDP (fast, connectionless).

    2. Internet layer – IP; adds logical addressing and routing.

    3. Network Access (Link) layer – Ethernet, Wi-Fi; converts IP packets into local frames.

  • Conceptual flow:

    • Sender: data ↓ through layers, each prepends a header → bits on medium.

    • Receiver: bits ↑ through layers, headers stripped → original message delivered.

Modems

  • MOdulator-DEModulator: converts digital computer signals analog/wireless carrier.

  • Types:

    • Cable modem – leverages community coaxial TV network; downstream rates commonly 100100+ Mbps.

    • DSL modem – piggybacks on twisted-pair telephone lines; asymmetric speeds (e.g., 5050 Mbps download / 1010 Mbps upload).

    • Wireless modem – connects via 4G/5G cellular or Wi-Fi hotspot; essential for mobile/IoT devices.

Network Size & Scope

Abbrev.

Full Name

Typical Radius

Example

LAN

Local Area Network

500\le 500 m

Office floor, branch site

CAN

Campus Area Network

1\le 1 km

University campus, business park

MAN

Metropolitan Area Network

City‐wide

City government fiber ring

WAN

Wide Area Network

Regional → Global

Corporate MPLS backbone, the Internet

PAN

Personal Area Network

10\le 10 m

Bluetooth headset, smartwatch

(implicit) SMAN

Sensor/Machine Area Network

Varies

Industrial controller clusters

  • LAN details

    • Typically Ethernet star topology with CAT5e/CAT6CAT\,5e/CAT\,6 cabling.

    • Speeds 1010 Mbps → 1010 Gbps; low latency; self-administered.

  • WAN details

    • Uses carrier circuits (leased lines, SONET, satellite) or VPNs over public Internet.

    • Latency higher; intercontinental links may exceed 100100 ms round-trip.

  • MAN details

    • Bridges multiple LANs across a metro; technologies include dark fiber, metro-Ethernet, or fixed wireless.

  • Peer-to-Peer (P2P) LAN

    • ≤10 users share files/printers directly; no dedicated server; ideal for small/home offices.

    • Enhanced collaboration but weaker centralized security/backup.

Physical Transmission Media (Table 7.2 Summarized)

  • Twisted Pair (Copper, e.g., CAT5eCAT\,5e)

    • Pairs of insulated wires twisted to reduce electromagnetic interference.

    • Speeds 1010100100+ Mbps over up to 100100 m.

  • Coaxial Cable

    • Single thick copper core with shielding; speeds to 11 Gbps.

    • Longer runs >100100 m; used by Cable TV & legacy Ethernet.

  • Fiber-Optic Cable

    • Glass strands, data transmitted as laser light pulses.

    • Capacity 1515 Mbps → 66+ Tbps, distances measured in kilometers.

    • Immune to EMI, highest security (difficult to tap), but costly.

  • Wireless Media

    • Electromagnetic spectrum: radio (Wi-Fi, LTE, 5G), microwave (terrestrial & satellite), infrared.

    • Throughput varies (currently up to 600600+ Mbps on Wi-Fi 802.11ac/ax802.11ac/ax; multi-Gbps in 5G mmWave).

Core Internet Services (Table 7.3)

  • Email – asynchronous messaging + file attachments; SMTP, POP3, IMAP.

  • Chat / Instant Messaging – real-time text (e.g., Slack, Teams).

  • Newsgroups – discussion forums (Usenet style); now evolved into Reddit‐like boards.

  • Telnet / SSH – remote login to another computer; manage servers over CLI.

  • FTP / SFTP – bulk file transfer across TCP.

  • World Wide Web – hypertext documents linked via URLs; rendered by browsers; supports multimedia (text, audio, video).

Wireless & Mobile Standards to Explore

  • Cellular Generations: 2G (GSM), 3G (UMTS/CDMA2000), 4G (LTE), 5G (NR); each step ↑ data rates, ↓ latency.

  • Bluetooth – PAN technology, <10 m range; version 5.05.0 supports 22 Mbps + mesh.

  • Wi-Fi – IEEE 802.11802.11 family (a/b/g/n/ac/ax) for LAN mobility.

  • Wi-Max – IEEE 802.16802.16; broadband wireless MAN (~50 km).

  • IEEE – Institute of Electrical and Electronics Engineers, sets many network standards.

  • RFID – Radio-Frequency Identification; tags + readers for inventory, security.

  • NFC – Near Field Communication; short-range contactless payments.

Ethical, Practical & Strategic Considerations

  • Security: Each additional network layer/medium expands the attack surface; best practice is defense in depth (firewalls, IDS/IPS, encryption, strong authentication).

  • Scalability: Choosing switches over hubs and routers with dynamic routing protocols (e.g., OSPF, BGP) helps networks grow without major redesign.

  • QoS (Quality of Service): Critical for VoIP/video; must prioritize delay-sensitive packets.

  • Regulatory Compliance: Telecommunications may be governed by FCC, ITU; data privacy laws (GDPR, HIPAA) influence network design.

  • Cost–Benefit: Fiber offers unmatched speed but higher capex; wireless offers flexibility but may suffer contention/coverage issues.

Key Numbers & Equations to Remember

  • Data Rate conversion: 1Gbps=109 bits/sec1\,\text{Gbps} = 10^9\ \text{bits/sec}, 1Tbps=1012 bits/sec1\,\text{Tbps} = 10^{12}\ \text{bits/sec}.

  • Ethernet frame MTU (Maximum Transmission Unit): 15001500 bytes (standard), affects fragmentation.

  • IPv4 address length: 3232 bits → 2324.3 billion2^{32} \approx 4.3\ \text{billion} addresses.

  • IPv6 address length: 128128 bits → 21282^{128} addresses (virtually inexhaustible).

  • Free-space path loss (wireless): FSPL<em>(dB)=20log</em>10(d)+20log10(f)+32.44\text{FSPL}<em>(dB) = 20\log</em>{10}(d) + 20\log_{10}(f) + 32.44 where dd in km, ff in MHz.

Connections to Previous MIS Topics

  • Databases require reliable LANs for transaction processing systems (TPS).

  • E-commerce platforms depend on WAN/Internet performance.

  • Cloud computing (IaaS, PaaS, SaaS) rides on high-bandwidth, low-latency backbones and robust VPNs.

Real-World Relevance & Scenarios

  • Remote work spike (post-2020) forced enterprises to deploy VPN + unified communications, demonstrating network agility as business continuity enabler.

  • Example: A retail chain upgrades from DSL to fiber backhaul, enabling real-time inventory analytics and customer Wi-Fi, thereby increasing sales and customer satisfaction.

  • Hypothetical: Start-up chooses cloud servers in multiple regions; must architect redundant WAN links and implement SDN for dynamic routing to minimize downtime.

Study Tips

  • Draw OSI vs. TCP/IP layers and annotate common protocols.

  • Memorize distance/speed trade-offs for each medium (CAT5 vs. Fiber).

  • Practice subnetting IPv4 addresses (CIDR notation) to reinforce routing logic.

  • Compare hub, switch, router operation with packet capture tools (e.g., Wireshark).

  • Track current 5G deployment news to appreciate evolving standards.