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 @ Mbps, Gbps)
• Wireless LANs (Wi-Fi, ) 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.
Transport layer – TCP (reliable, connection-oriented) or UDP (fast, connectionless).
Internet layer – IP; adds logical addressing and routing.
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 + Mbps.
• DSL modem – piggybacks on twisted-pair telephone lines; asymmetric speeds (e.g., Mbps download / 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 | m | Office floor, branch site |
CAN | Campus Area Network | 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 | m | Bluetooth headset, smartwatch |
(implicit) SMAN | Sensor/Machine Area Network | Varies | Industrial controller clusters |
LAN details
• Typically Ethernet star topology with cabling.
• Speeds Mbps → 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 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., )
• Pairs of insulated wires twisted to reduce electromagnetic interference.
• Speeds –+ Mbps over up to m.
Coaxial Cable
• Single thick copper core with shielding; speeds to Gbps.
• Longer runs > m; used by Cable TV & legacy Ethernet.
Fiber-Optic Cable
• Glass strands, data transmitted as laser light pulses.
• Capacity Mbps → + 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 + Mbps on Wi-Fi ; 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 supports Mbps + mesh.
Wi-Fi – IEEE family (a/b/g/n/ac/ax) for LAN mobility.
Wi-Max – IEEE ; 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: , .
Ethernet frame MTU (Maximum Transmission Unit): bytes (standard), affects fragmentation.
IPv4 address length: bits → addresses.
IPv6 address length: bits → addresses (virtually inexhaustible).
Free-space path loss (wireless): where in km, 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.