In Computer Science, networks are classified by how large of a geographical area they cover. You probably know about LAN (Local Area Network) and WAN (Wide Area Network). But what is a MAN?
LAN: Local Area Network (covers a single building/office).
MAN: Metropolitan Area Network (covers an entire city or campus).
WAN: Wide Area Network (covers a country or the whole globe, e.g., The Internet).
In computer networking, MAN stands for Metropolitan Area Network.
A MAN is a computer network that is larger than a single building (LAN) but smaller than a global country-wide network (WAN). As the name 'Metropolitan' suggests, this network spans across an entire city, a large college campus, or a metropolitan area.
How does it work? It usually works by connecting several smaller Local Area Networks (LANs) together using high-speed fiber-optic cables so that data can be shared quickly across the city.
In computer networking, MAN stands for Metropolitan Area Network. It is a network that covers an entire city or a large campus.
Binary Search Program in C (Algorithm & Code)
Learn how to write a Binary Search program in C. Understand the divide and conquer algorithm, time complexity, and see a fully working C code example.
What is the Full Form of BIT in Computer Science?
Learn the full form of BIT in computer science. Understand what a Binary Digit is, how it stores data as 0 or 1, and the difference between bits and bytes.
What is the Full Form of BMP?
Learn the full form of BMP in computer graphics. Discover what a Bitmap Image File is, how it stores pixels, and why these image files are so large.
Bubble Sort Algorithm and Program in C
Learn how the Bubble Sort algorithm works in C programming. Understand the logic of swapping adjacent elements and get the complete C code example.
Call by Value vs Call by Reference in C
Learn the difference between call by value and call by reference in C programming. Understand pointers, memory addresses, and see swapping examples.
Turn this guide into revision flashcards, a practice exam, or an AI-generated podcast โ free, no signup required.