Found 1627 Articles for Computer Network

Difference between Private and Public IP addresses

Kiran Kumar Panigrahi
Updated on 14-Sep-2023 15:45:32

22K+ Views

What is an IP Address? An IP address (Internet Protocol address) is a numerical identifier, such as 192.0.2.1, that is associated with a computer network that communicates using the Internet Protocol. An IP address is used for two purposes: identifying a host or network interface, and addressing a specific location. An IP address has two primary functions: it identifies the host, or more particularly its network interface; and it indicates the host's position in the network, allowing a path to be established to that host. IP addresses can be either Public or Private. Read through this article to ... Read More

Difference between MAC Address and IP Address

Mahesh Parahar
Updated on 19-Aug-2022 12:38:43

8K+ Views

Both MAC Address and IP Address are used to uniquely identify a machine on the internet. MAC address is provided by the chip maker while IP Address is provided by the Internet Service Provider. Mac Address Media Access Control (MAC) address is a physical address that works at the data link layer of the OSI model. A MAC address is a 48 or 64-bit address associated with a network adapter. MAC addresses are linked to the hardware of the network adapters, hence they are also known as the "hardware address" or "physical address." MAC addresses uniquely identify the adapter ... Read More

Difference between Connection-oriented and Connection-less Services

Kiran Kumar Panigrahi
Updated on 22-Aug-2022 11:29:57

2K+ Views

Connection-oriented and Connection-less Services are used to establish connections between two or more devices. Connection-oriented Services A connection-oriented service is one that establishes a dedicated connection between the communicating entities before data communication commences. It is modeled after the telephone system. To use a connection-oriented service, the user first establishes a connection, uses it and then releases it. In connection-oriented services, the data streams/packets are delivered to the receiver in the same order in which they have been sent by the sender. Connection-oriented services may be done in either of the following ways − Circuit-switched connection: In circuit ... Read More

Difference between MAN and WAN

Kiran Kumar Panigrahi
Updated on 11-Aug-2022 08:51:54

6K+ Views

A Metropolitan Area Network (MAN) is a medium-sized network but it covers a larger area than a LAN. It often covers multiple cities or towns. In contrast, a Wide Area Network (WAN) is a much larger network than LAN and MAN. A WAN in general is a network of local area networks (LANs) that link to other LANs via telephone lines and radio waves. Go through this article to find out more about MAN and WAN and how they are different from each other. What is a Metropolitan Area Network (MAN)? A MAN is comparable to a ... Read More

Difference between LAN and MAN

Kiran Kumar Panigrahi
Updated on 22-Aug-2022 12:30:08

4K+ Views

Both LAN and MAN are computer networks that differ in terms of the geographical area they cover. LANs are private networks limited to a particular geographical area in the range of a few kilometers, while MANs cover a larger area that can span multiple cities and towns.Read through this article to find out the major differences between a LAN and a MAN.Local Area Network (LAN)A Local Area Network is a private network that connects computers and devices within a limited area like an office, a building, or a campus. On a small scale, LANs are used to connect personal computers ... Read More

Difference between LAN, MAN and WAN

Kiran Kumar Panigrahi
Updated on 04-Oct-2023 21:49:14

22K+ Views

When several computers are connected together and are able to communicate with one another, it is called a computer network. Computer networks are designed to share data and information among the computers of the network. Depending on the operating geographical area, computer networks are of the three major types, namely LAN, MAN, and WAN. All the three computer networks are designed for the same purpose, i.e., for sharing information among the computers. But, they are different in many ways, which we are going to highlight in this article. Let's start with some basics of LAN, MAN, and WAN. What ... Read More

Difference between LAN and WAN

Kiran Kumar Panigrahi
Updated on 22-Aug-2022 11:43:54

2K+ Views

A WAN in general is a network of local area networks (LANs) that link to other LANs via telephone lines and radio waves. WAN connections can include both wired and wireless technologies. Wired WAN services include carrier Ethernet, commercial broadband Internet links, etc., whereas wireless WAN technologies include cellular data networks like 4G LTE, public Wi-Fi, satellite networks.LANs are privately owned and span a smaller geographical area (restricted to a few kilometers). It can be used in various settings, including offices, residences, hospitals, and schools. The setup and management of a LAN is quite straightforward.Go through this article to find ... Read More

Difference between TDM and FDM

Kiran Kumar Panigrahi
Updated on 02-Nov-2023 01:04:06

29K+ Views

Frequency Division Multiplexing (FDM) is an analog method which is used when the bandwidth of a connection is higher than the linked bandwidth of the signals which are to be communicatedTime Division Multiplexing (TDM) is a digital method where each sender is given the entire possession of the whole bandwidth of the channel for a fixed duration of time. After this, the control is given to the next sender, and the process continues on a round-robin basis.Read through this article to find out how these two multiplexing techniques work and what are the major differences between TDM and FDM.What is ... Read More

Difference between CPU and GPU

Mahesh Parahar
Updated on 26-Nov-2019 11:01:10

422 Views

CPU and GPU are processor units. CPU is considered as the brain of the computer and consists of ALU (Arithmetic Logic Unit) which stores the information, performs calculations and CU(Control Unit) which performs instructions and branching. GPU is used to enhanced the images, videos of the computer. It mainly have ALUs.Following are the important differences between CPU and GPU.Sr. No.KeyCPUGPU1DefinitionCPU stands for Central Processing Unit.GPU stands for Graphical Processing Unit.2EmphasisCPU focuses on low latency.GPU focuses on high throughput.3Memory consumptionCPU consumes more memory than GPU.GPU memory requirements are low.4SpeedCPU speed is less than GPU.GPU is faster than CPU.5CoresCPU cores are powerfulGPU ... Read More

Difference between stateless and stateful protocols

Kiran Kumar Panigrahi
Updated on 27-Jul-2022 09:42:27

12K+ Views

A stateless protocol is one in which each communication is treated as a separate event, unrelated to other communications of the same type.A stateful protocol, on the other hand, is the polar opposite of a stateless protocol, in which each communication is treated as part of a broader sequence.Read through this article to find out more about stateless and stateful protocols and how they are different from each other.What is Stateful Protocol?In Stateful Protocol, when a client sends a request to the server, it expects a response; it resends the request if it does not receive one.Stateful applications and procedures ... Read More

Advertisements