Found 1515 Articles for Computer Network

Difference between DNS and DHCP

Mahesh Parahar
Updated on 16-Jun-2022 12:23:23

12K+ Views

A Domain Name System (DNS) server is used to translate domain names to IP Addresses and vice versa. DHCP is a client/server protocol that automatically assigns an IP address and other configuration information to an Internet Protocol (IP) host.Read through this article to find out more about DNS and DHCP and how they are different from each other.What is DNS?DNS is a hierarchical and decentralized naming system for computers, and other resources that are connected to a private network or the Internet. It connects a variety of bits of data to domain names assigned to each of the participants.DNS transforms ... Read More

Difference between Volatile Memory and Non-Volatile Memory

Kiran Kumar Panigrahi
Updated on 12-Jul-2023 14:35:17

11K+ Views

Volatile memory and non-volatile memory are two distinct types of computer memory with significant differences in terms of their functionality and data storage characteristics. Volatile memory is used for temporary storage and loses its data when the power is removed, while non-volatile memory is used for permanent or long-term storage and preserves data even when the power is off. What is Volatile Memory? Volatile memory is a type of computer memory that requires a continuous power supply to retain data. This means that when the power is turned off or interrupted, the data stored in volatile memory is lost. The ... Read More

Difference between UMA and NUMA

Mahesh Parahar
Updated on 26-Nov-2019 12:20:48

11K+ Views

UMA and NUMA are shared memory models. Multiprocessors are divided among these type of categories. In UMA, Uniform Memory Access, a single memory controller is used and it is applicable for general purpose applications and time sharing applications. In NUMA, Non-Uniform Memory Access, multi memory controllers are used. NUMA is suitable for real-time applications and time critical applications.Following are the important differences between UMA and NUMA.Sr. No.KeyUMANUMA1DefinitionUMA stands for Uniform Memory Access.NUMA stands for Non Uniform Memory Access.2Memory ControllerUMA has single memory controller.NUMA has multiple memory controllers.3Memory AccessUMA memory access is slow.NUMA memory accsss is faster than UMA memory.4BandwidthUMA has ... Read More

Difference between RAM and ROM

Kiran Kumar Panigrahi
Updated on 01-Sep-2023 02:49:10

84K+ Views

In computer systems, memory is a hardware component of the system that stores data and information in the computer. The computer memory can be classified into two main types namely – primary memory and secondary memory. The primary memory is further divided into two main types – RAM and ROM. Read through this article to find out more about RAM and ROM and how they are different from each other. Let's start with some basics of RAM and ROM. What is RAM? RAM stands for Random Access Memory. RAM is a type of primary memory of a computer system. ... Read More

Difference between Hub and Switch

Kiran Kumar Panigrahi
Updated on 10-Aug-2022 09:11:20

19K+ Views

Hubs are basic network devices that operate at the Physical Layer and they do not perform packet filtering or addressing function; they send the data packets to all the connected devices. Switches, on the other hand, function at the Data Link Layer to connect several devices in a network. Switches are mostly utilized to transmit data packets between various network devices such as routers and servers.Read through this article to find out more about hubs and switches and how they are different from each other.What is a Switch?A switch is essentially a piece of hardware or a device responsible for ... Read More

Difference between Router and Modem

Kiran Kumar Panigrahi
Updated on 11-Aug-2022 09:03:38

3K+ Views

Both Routers and Modems are network connecting devices. Routers work at the network layer and are responsible to find the shortest path for a packet, whereas Modems connect a device like desktop, laptop to the Internet. Routers connect devices across multiple networks. Read through this article to find out more about Routers and Modems and how they are different from each other. What is a Modem? A modulator-demodulator, or a modem, is a piece of hardware that transforms data from a digital format designed for direct communication between devices using specific cabling into a format suitable for transmission via ... Read More

Difference between Router and Bridge

Kiran Kumar Panigrahi
Updated on 11-Aug-2022 08:55:37

15K+ Views

Both Routers and Bridges are network connecting devices. Routers work at the network layer and are responsible to find the shortest path for a packet, whereas Bridges connect various devices in a network. Routers connect devices across multiple networks. Read through this article to find out more about routers and bridges and how they are different from each other. What is a Router? A router is a networking device that receives, processes, and sends data packets from one computer network to another. On the Internet, routers are in charge of traffic steering. Data packets are used to send data across ... Read More

Difference between Router and Switch

Kiran Kumar Panigrahi
Updated on 01-Nov-2023 01:06:51

44K+ Views

Both Routers and Switches are network connecting devices. Routers work at the network layer and are responsible to find the shortest path for a packet across the network, whereas Switches connect various devices in a network. Routers connect devices across multiple networks. Read through this article to find out more about these two network devices and how they operate to understand how they are different from each other. What is a Router? Routers are network connecting devices that determine the shortest path for a packet to take to get to its destination. A router's primary function is to connect ... Read More

Difference between Stop and Wait protocol and Sliding Window protocol

Kiran Kumar Panigrahi
Updated on 25-Aug-2022 12:47:13

8K+ Views

Stop and Wait protocol is a protocol for flow control mechanism. In this protocol, the sender sends one frame at a time and waits for acknowledgment from the receiver. Once acknowledged, the sender sends another frame to the receiver. Stop and Wait protocol is also a protocol for flow control mechanism. In this protocol, the sender sends multiple frames at a time and retransmits the frames which are found to be corrupted or damaged. Read through this article to find out more about these two protocols and how they are different from each other. What is Stop and Wait ... Read More

Difference between Wifi and WiMax

Kiran Kumar Panigrahi
Updated on 12-Apr-2023 11:07:29

17K+ Views

WiFi and WiMax are used to create wireless network connections. WiFi is used to create small networks and used to connect printers, computers, gaming consoles, whereas WiMax uses spectrum to deliver connection to network. WiMax is used to provide Internet services such as Mobile Data and hotspots. Go through this article to find out more about the features of WiFi and WiMax and how they are different from each other. What is WiFi? WiFi (Wireless Fidelity) is a combination of wireless network protocols based on the IEEE 802.11 family of standards that are widely used for device networking and Internet ... Read More

Advertisements