Dimensions of Computer Network
Last Updated :
28 Mar, 2023
Dimensions of computer networks mean under what characteristics or factors can the computer networks be categorized. Computer networks can be divided into different groups under the pattern which recognizes the transmission of information or messages by the sender to the receiver and the area it covers for message delivery.
Computer networks are divided into two dimensions:
- Transmission technology
- Scale
These dimensions are further divided into sub-categories.
Classification of computer networks according to transmission technology:
- Broadcast networks
- Point-to-point networks
Broadcast Networks
Broadcast networks are networks that have a single sender and multiple receivers using a common transmission channel. Short messages sent by any sender are received by all others. An address field within the packet specifies to whom it is sent. The message is sent to all the receivers using their own transmission channel.
Broadcasting is a mode of operation in which a packet is sent to a number of receivers using a unique id in the address field. In Multicasting, the message is sent to the targeted or specific members of the network.
Point-to-Point Networks
It consists of many connections between individual pairs of devices.
Two broadcast networks are:
Bus: When several devices are connected to a single cable of transmission then it is called a bus.
Ring: In Ring topology, there is a circular data path. Each of the devices is connected to two other devices in the network.
Broadcast networks can be, depending on how the channel is allocated, further divided into:
- Static - uses round-robin algorithms. It wastes channel capacity.
- Dynamic - Channel allocation could be centralized or decentralized.
Classification of Networks by Scale
We can note that the classification of the network can be defined by another factor which is the distance between the devices for the transmission of information. Distance is important as a classification characteristic because different techniques are used at different scales.
Local Area Network: Local area networks (LANs) are privately owned, within a distance of up to a few kilometers in size. They are differentiated from other kinds of networks by three characteristics:
- Size
- Transmission technology
- Topology
LANs are restricted in size. LANs transmission technology often consists of a single cable to which all devices are attached. Traditional LANs run at speed of 10 to 100 Mbps.
Metropolitan Area Network: A metropolitan area network (MAN) is a larger network than LAN. It might cover a group of nearby corporate offices or a city and might be either private or public. If LAN covers a school or office campus then MAN would cover a city or a group of offices.
Wide Area Networks: These cover a large geographical area, Establishing WAN would need transmission cables, routers, hosts, switches, etc.
Similar Reads
Delays in Computer Network
The delays, here, means the time for which the processing of a particular packet takes place. We have the following types of delays in computer networks: 1. Transmission Delay: The time taken to transmit a packet from the host to the transmission medium is called Transmission delay. For example, if
3 min read
Functionality of Computer Network
Prerequisite - Basics of Computer Networking, Network goals, Layers of OSI Model, Transport Layer responsibilities When a client is present on one machine and server is present on another machine, then making a connection between them, is called computer network.Computer networks share common device
4 min read
Computer Network Models
Designing and managing networks is a challenging process that requires integrating various technologies such as software, hardware, firmware and electrical systems. To simplify this task, the concept of layering was introduced. Layers isolate specific tasks, operate independently and rely on one ano
5 min read
Types of Errors in Computer Network
Computer networks are the backbone of communication systems by which data and information can be exchanged between multiple communicating devices and users. In modern days, computer networks are essential for daily work life real-time video streaming, online gaming, various communicative application
7 min read
Payload in Computer Networks
During the transmission of data using Internet Protocol from sender to receiver, data is sent in the form of packets. Each packet contains a header and data, which is referred to as payload. Headers are appended to payload for transport and are discarded once they successfully reach their destinatio
2 min read
Microwaves in Computer Networks
Data transfer speed and reliability are two main contexts of the realm of computer networks. In the modern days, microwave connectivity medium has gained popularity for its blazing fast data transmission capability and reliability. Microwaves are nothing but a special type of electromagnetic spectru
4 min read
What is Computer Networking?
Computer networking is like having a group of friends who all have phones and can call or text each other. In computer networking, instead of phones, we have computers and instead of phone lines, we use cables, Wi-Fi, or other methods to connect them. When computers are connected to a network, they
15+ min read
Uses of Computer Network
Computer networks were utilized to facilitate data transmission fast and amongst numerous computers. Through them, people, government, and society at large can explore and have unlimited access to the available information and resources, interact and engage with other people, and conduct their busin
5 min read
Protocol Hierarchies in Computer Network
A Protocol Hierarchy is a fixed set of rules and conventions that govern the communication between two or more computers. The hierarchical structure allows for modular design, interoperability, and ease of implementation in computer networks. What is Protocol?A protocol is simply defined as a set of
3 min read
Types of Computer Networks
A computer network is a system that connects many independent computers to share information (data) and resources. The integration of computers and other different devices allows users to communicate more easily. It is a collection of two or more computer systems that are linked together. A network
11 min read