Networking Basics: Connectivity, Network Types, Devices, Intranet/Extranet Concepts

Introduction

Networking basics explains how devices communicate to share files, messages, videos, printers, and internet access.
It connects concepts like network types, topologies, devices, addresses, and security into one clear picture.
If you understand the “who connects to whom” and “how data moves” logic, most MCQs become easy.
In Real Life: When you open a website on Wi-Fi, your device uses a router, IP addressing, and protocols to reach a server and bring the page back.
Exam Point of View: Most questions come from differences (LAN vs WAN, hub vs switch vs router, OSI vs TCP/IP) and matching (device → layer → address type).


1. Basics of Networks and Connectivity

A network is a group of connected devices that share data and resources.
A node is any device on the network, such as a computer, phone, printer, or smart TV.
A link is the connection path, such as copper cable, fiber cable, or wireless signal.

A network works because devices follow protocols. Protocol means “a fixed set of rules” that tells devices how to send, receive, and confirm data.

1.2 What “Connectivity” Really Means

Connectivity means devices can reliably exchange data without confusion, loss, or wrong delivery.
In simple terms, good connectivity needs four things.

  • Correct addressing so data reaches the right device
  • Correct routing so data finds a path across networks
  • Correct delivery method so data arrives in order and without errors
  • Sufficient speed and stable signal so the connection does not drop

1.3 Bandwidth, Throughput, Latency, Jitter, Packet Loss

These terms look similar in options, so learn them as different ideas.

  • Bandwidth: Maximum carrying capacity of a link (like width of a road).
  • Throughput: Actual data delivered per second in real use (like cars actually passing).
  • Latency: Time delay between sending and receiving (like travel time).
  • Jitter: Variation in latency (uneven delay), which harms voice/video calls.
  • Packet loss: Some data packets do not reach the destination, causing buffering and call breaks.

Situational Example: In an online class, if video quality is poor, the reason is often high packet loss or high jitter, not only low bandwidth.


2. Network Types and Coverage Areas

2.1 LAN, MAN, WAN

Network type usually means “how large the area is.”

  • LAN: Covers a small area such as a home, office, lab, or campus building.
  • MAN: Covers a city-level area and often connects many LANs in one city.
  • WAN: Covers a very large area such as a country or the whole world, and it connects many networks together.
Network TypeCoverage AreaSimple ExampleUsual Speed Idea
LANBuilding or local campusSchool lab networkHigh
MANCityCity-wide networkMedium to high
WANCountry to worldInternetVaries

2.2 PAN and CAN

These are smaller exam-friendly add-ons that appear as options.

  • PAN: Personal Area Network, usually a few meters around a person, like Bluetooth between phone and earphones.
  • CAN: Campus Area Network, connects multiple LANs across a campus like a university or large institute.

2.3 Internet vs Intranet vs Extranet

These three are frequently confused because all can use browser-based portals.

  • Internet: Public global network that anyone can access.
  • Intranet: Private internal network used inside an institution for staff and students.
  • Extranet: Controlled extension of an intranet given to selected external users like vendors, parents, partner institutions, or auditors.

Exam Point of View: If the statement says “internal employees only,” it is intranet, and if it says “limited outsiders also get access,” it is extranet.


3. Network Topologies and Their Logic

3.1 Meaning of Topology

Topology means the layout of connections between devices.
It can be physical (real cabling) or logical (how data moves).

3.2 Bus Topology

All devices share one main cable called the backbone.
It is cheap for small setups, but one backbone fault can stop communication for all.

3.3 Star Topology

All devices connect to one central device, usually a switch.
It is easy to manage and expand, but if the central device fails, the network is affected.

3.4 Ring Topology

Devices form a closed loop and data moves through the ring path.
A break can disturb the ring unless extra protection is used.

3.5 Mesh Topology

Devices have multiple paths among them, so alternate paths can carry data when one path fails.
It is reliable, but it needs more cables, cost, and planning.

3.6 Hybrid and Tree Topology

  • Hybrid: Combination of two or more topologies, such as star-bus.
  • Tree: A hierarchical structure, often used when many star networks connect in levels.
TopologyMain StrengthMain WeaknessCommon Use Idea
BusLow costBackbone failure affects allSmall temporary setups
StarEasy managementCentral device failure affects allLabs, offices
RingOrderly flowBreak can disturb networkOlder campus networks
MeshHigh reliabilityHigh cost and complexityBackbone, critical networks
TreeEasy expansion in levelsUpper-level failure affects manyLarge institutions

4. Network Architecture Models

4.1 Client–Server Model

In this model, a central server provides services and clients request those services.
Server means a powerful system that manages users, data, permissions, and services.

Common server services in institutions include these items.

  • Authentication and user login
  • File storage and sharing
  • Website and LMS hosting
  • Email and internal portals
  • Database services for student records

Advantages:

  • Central control and better security management
  • Easy backup and centralized updates
  • Better monitoring of users and access

Limitations:

  • Server cost and maintenance requirement
  • If server fails, services can stop
  • Needs skilled administration

4.2 Peer-to-Peer Model

In this model, each device can act as a client and also share resources like a server.
It is easy to start, but security and control are weaker in many practical cases.

Advantages:

  • Low cost and quick setup
  • Suitable for small sharing tasks
  • No dedicated server needed

Limitations:

  • Hard to manage users and security policies
  • Data may not be consistently backed up
  • Performance drops as users increase
FeatureClient–ServerPeer-to-Peer
ControlCentralDistributed
SecurityStronger when managedUsually weaker
Best useOffices, colleges, banksSmall workgroups
ExpansionScales better with planningStruggles when large

5. OSI Model vs TCP/IP Model and Layer Mapping

5.1 Why We Use Layer Models

A model is a simplified structure used to understand a complex system.
Layering helps you troubleshoot, because each layer has a specific job.

5.2 OSI Model and the 7 Layers

OSI has seven layers, and each layer handles a specific responsibility.

  • Physical layer handles signals and media
  • Data link layer handles local delivery using frames and MAC addressing logic
  • Network layer handles routing using IP addressing logic
  • Transport layer handles end-to-end delivery using TCP or UDP
  • Session layer manages session control between applications
  • Presentation layer handles data format and encryption representation
  • Application layer provides user services like web and email

5.3 TCP/IP Model and the 4 Layers

TCP/IP is the practical internet protocol suite model and is commonly shown with four layers.

  • Link layer handles local network access
  • Internet layer handles IP addressing and routing
  • Transport layer handles TCP or UDP delivery
  • Application layer handles services like HTTP, DNS, and email

5.4 OSI vs TCP/IP Mapping Table

OSI LayersTCP/IP LayersSimple Meaning
Application, Presentation, SessionApplicationUser-level services
TransportTransportEnd-to-end delivery
NetworkInternetRouting across networks
Data Link, PhysicalLinkLocal delivery and signals

Cloudflare also explains that the OSI network layer roughly corresponds to the TCP/IP internet layer.

5.5 Encapsulation and PDU Names

Encapsulation means each layer adds its own header information to help delivery. Encapsulation is an academic word that means “wrapping data step by step.”

  • Application data becomes a segment at transport layer
  • Segment becomes a packet at network layer
  • Packet becomes a frame at data link layer
  • Frame becomes bits at physical layer

This is asked indirectly in MCQs using words like segment, packet, and frame.


6. Addressing Basics and Identifiers

6.1 MAC Address

A MAC address is the hardware identity of a network interface card.
It is mainly used for local delivery inside a LAN, especially by switches.

6.2 IP Address

An IP address is used for addressing and routing across networks.
Cloudflare describes IP as a set of requirements for addressing and routing data on networks.

6.3 IPv4 vs IPv6

  • IPv4: Uses 32-bit addresses and looks like four numbers, such as 192.168.1.10.
  • IPv6: Uses 128-bit addresses and looks like longer hexadecimal groups, and it was created because IPv4 addresses were running out.

6.4 Private IP, Public IP, and NAT

  • Private IP: Used inside your home or office network and is not directly reachable from the internet.
  • Public IP: Used on the internet and is reachable across networks.
  • NAT: Network Address Translation, which allows many private devices to share one public IP through the router.

NAT is a common hidden concept behind “one Wi-Fi and many phones” scenarios.

6.5 Subnet Mask and Default Gateway

  • Subnet mask: Helps identify which part is network and which part is host in an IP address.
  • Default gateway: The router address used when a device wants to reach outside its local network.

6.6 Ports and Basic Supporting Protocols

Ports are like numbered doors in a device that help the correct application receive data.

  • DNS: Converts domain name to IP address, such as converting a website name to an IP.
  • DHCP: Automatically gives IP addresses to devices on a network.
  • ARP: Helps find the MAC address for a known IP inside a LAN.

7. Networking Devices and Media

7.1 Transmission Media

Transmission media means the path through which signals travel.

  • Twisted pair cable is common in LAN wiring
  • Coaxial cable is used in some older setups and cable networks
  • Optical fiber carries light signals and supports long distance and high speed
  • Wireless uses radio waves and is easy to deploy, but it faces interference

7.2 Hub, Switch, Router and More Devices

  • Hub: Sends incoming data to all ports, so it wastes bandwidth and increases collisions.
  • Switch: Sends data to the correct port using MAC-based forwarding logic.
  • Router: Connects different networks and forwards packets using IP-based routing logic.
  • Modem: Converts signals so your home network can communicate with the ISP line.
  • Access Point: Provides Wi-Fi connection to a wired network.
  • Repeater: Extends signal range by repeating signals.
  • Bridge: Connects two LAN segments at data link level.
  • Gateway: Connects networks that use different protocols, and it acts like a translator.
DeviceMain JobCommon Location
HubBroadcast to allRare today
SwitchEfficient LAN forwardingLabs and offices
RouterConnect networks and internetHome and institution edge
ModemISP signal conversionWith internet connection
Access PointWi-Fi accessCampuses and offices
RepeaterExtend rangeLarge buildings

8. Network Security Basics for Institutions

8.1 Core Security Goals

The CIA triad is a classic model where CIA means confidentiality, integrity, and availability.
Confidentiality means data stays private, integrity means data stays correct, and availability means services stay accessible.

8.2 Firewall

A firewall controls incoming and outgoing traffic using rules.
It acts like a gatekeeper between trusted and untrusted networks.

8.3 Wi-Fi Security and WPA2 vs WPA3

WEP is older and weak, while WPA2 and WPA3 are stronger modern standards.
TechTarget explains the evolution and differences among WEP, WPA, WPA2, and WPA3 and highlights WPA3 as the newer improvement.
Android documentation also describes WPA3 as a Wi-Fi Alliance security standard aiming to improve Wi-Fi security with stronger algorithms.

8.4 VPN

A VPN creates an encrypted tunnel over the internet so users can securely access a private network from outside.
Encryption means data is converted into secret form so outsiders cannot easily read it.

Situational Example: A college staff member accessing the intranet portal from home uses a VPN so login data and internal pages remain protected even on public internet.

8.5 Practical Safety Checklist

  • Use strong Wi-Fi passwords and avoid common words
  • Prefer WPA3 where available, and use WPA2 if WPA3 is not supported
  • Keep router firmware updated
  • Avoid open public Wi-Fi for banking without a VPN
  • Use firewall rules to block unnecessary ports and services

9. Wi-Fi Standards and Range Factors

9.1 Wi-Fi 6, Wi-Fi 6E, and Wi-Fi 7

Cisco explains that Wi-Fi 6E extends Wi-Fi 6 into the 6 GHz band and that Wi-Fi 7 is based on IEEE 802.11be.

  • Wi-Fi 6 is linked to IEEE 802.11ax
  • Wi-Fi 6E is Wi-Fi 6 with access to 6 GHz band support
  • Wi-Fi 7 is linked to IEEE 802.11be

9.2 2.4 GHz vs 5 GHz vs 6 GHz

BandRange IdeaSpeed IdeaCommon Use
2.4 GHzLonger rangeLower speedBasic coverage
5 GHzMedium rangeHigher speedStreaming and gaming
6 GHzShorter rangeVery high capacityNewer Wi-Fi 6E and Wi-Fi 7

9.3 Factors That Affect Wi-Fi Range and Quality

  • Wall thickness and building materials reduce signal strength
  • Interference from nearby networks and devices affects stability
  • Router placement matters, so open central placement works better than closed corners
  • Number of connected devices affects throughput per device
  • Device capability and antenna quality affect performance

Key Points – Takeaways

  • A network connects devices (nodes) using links to share data and resources.
  • Connectivity needs correct addressing, routing, delivery control, and stable signal.
  • Bandwidth is capacity, throughput is actual delivery, and latency is delay.
  • LAN covers small areas, MAN covers city areas, and WAN covers very large areas.

Exam Point of View: If the question mentions “area size,” focus on LAN, MAN, WAN, PAN, or CAN, and do not confuse it with topology shapes.

  • Topology is the layout of connections, such as star, bus, ring, mesh, tree, and hybrid.
  • Star is easy to manage, but central device failure impacts many devices.
  • Mesh is highly reliable, but it is costly and complex to implement.
  • Client–server gives centralized control, while peer-to-peer is simple but harder to secure.

Exam Point of View: In device questions, remember switch works mainly with MAC logic inside LAN, and router works mainly with IP logic between networks.

  • OSI has seven layers, while TCP/IP is commonly shown with four layers.
  • OSI network layer corresponds closely to TCP/IP internet layer.
  • IP is used for addressing and routing across networks, while MAC supports local delivery.
  • WPA3 is newer than WPA2, and it aims to improve Wi-Fi security with stronger mechanisms.

Exam Point of View: Many MCQs hide answers in keywords like “broadcast,” “connects networks,” “private internal,” “selected outsiders,” and “encrypted tunnel,” so train yourself to spot these terms quickly.


Examples

Example 1: A college computer lab has 40 computers connected to one switch, and a central server controls student login and file access. This setup is a LAN, it follows a star-like physical structure around the switch, and it uses a client–server model because the server manages users and resources.

Example 2: Two teachers share a file directly between their laptops during a seminar without using a central server. This is peer-to-peer sharing because both devices behave as equals and share resources directly, but it becomes difficult to control permissions if many users join.

Example 3: A university uses an intranet portal for attendance, internal circulars, result publishing, and LMS access, and only authorized staff and students can log in. If the same portal gives limited access to an external auditor or vendor with restricted permissions, that controlled access becomes an extranet use case.

Example 4: A staff member travels to another city and needs access to the college intranet to upload internal reports. The staff member connects to the internet using public Wi-Fi and then uses a VPN to create an encrypted tunnel. This protects the login and data transfer so that outsiders on the same Wi-Fi cannot easily read the communication.


Quick One-shot Revision Notes

  • Network means connected nodes sharing data through links and protocols.
  • Topology means layout, and common shapes are bus, star, ring, mesh, tree, and hybrid.
  • LAN is local, MAN is city-level, and WAN is very large.
  • PAN is personal range, and CAN is campus range.
  • Client–server has centralized control, and peer-to-peer is distributed sharing.
  • Internet is public, intranet is private internal, and extranet is controlled access for selected outsiders.
  • OSI has seven layers.
  • TCP/IP is commonly shown with four layers.
  • Encapsulation means wrapping data step by step across layers.
  • IP supports addressing and routing across networks.
  • MAC supports local delivery inside a LAN.
  • Hub broadcasts, switch forwards inside LAN, and router connects networks.
  • Modem connects your network to ISP line signals, and access point provides Wi-Fi access.
  • Firewall filters traffic using rules, and VPN builds an encrypted tunnel.
  • WPA3 is newer than WPA2 and improves Wi-Fi security approaches.

Mini Practice

Q1) A college wants an internal portal for notices, attendance, and staff files that only campus users can access. Which term fits best
A) Internet
B) Intranet
C) Extranet
D) WAN
Answer: B
Explanation: An intranet is a private internal network portal used inside an institution with restricted authorized access.

Q2) Which device sends data to all connected ports, causing unnecessary traffic in a LAN
A) Router
B) Switch
C) Hub
D) Gateway
Answer: C
Explanation: A hub broadcasts the incoming data to all ports, unlike a switch that forwards to the correct port.

Q3) Assertion (A): OSI model has seven layers.
Reason (R): TCP/IP model is commonly described using four layers.
A) Both A and R are true, and R explains A
B) Both A and R are true, but R does not explain A
C) A is true, but R is false
D) A is false, but R is true
Answer: B
Explanation: Both statements are true, but the reason does not explain why OSI has seven layers; it only states TCP/IP structure.

Q4) Consider the statements about addresses. Choose the correct option
Statements

  1. IP address helps routing across networks
  2. MAC address is mainly used for local delivery in a LAN
    A) Only 1 is correct
    B) Only 2 is correct
    C) Both 1 and 2 are correct
    D) Neither 1 nor 2 is correct
    Answer: C
    Explanation: IP supports routing and MAC supports local delivery, so both statements are correct.

Q5) A student complains that video calls in online class keep freezing even though the internet plan shows high speed. Which reason is most suitable
A) High jitter or packet loss is affecting real-time delivery
B) Topology is always bus topology
C) The network must be a PAN
D) TCP/IP has seven layers
Answer: A
Explanation: Real-time calls suffer when jitter or packet loss is high, even if the plan bandwidth looks large on paper.


FAQs

What is the simplest definition of a computer network

A computer network is a group of devices connected to share data and resources using communication rules.

How is topology different from LAN or WAN

Topology is the connection shape, while LAN or WAN is the coverage area size.

Why is a switch better than a hub

A switch forwards data to the correct port, while a hub broadcasts to all, wasting bandwidth.

What does a VPN do

A VPN creates an encrypted tunnel over the internet for safer access to private networks and secure browsing.

Which is newer between WPA2 and WPA3

WPA3 is newer and aims to improve Wi-Fi security using stronger mechanisms.

What is the key use of IP address

IP addressing helps identify devices and route data across networks.

If you find any mistakes in this article, please let us know through the Contact Us. We'll try to correct them. Thank you.

Scroll to Top