Found 1515 Articles for Computer Network

Digital Audio Broadcasting (DAB)

sudhir sharma
Updated on 27-Feb-2023 11:53:53

7K+ Views

Radio broadcasting has come a long way since its inception over a century ago. From analog to digital, radio broadcasting has evolved to provide listeners with high-quality audio that can be received on a variety of devices. One of the latest advances in radio broadcasting is Digital Audio Broadcasting (DAB), a technology that is changing the way we listen to radio. What is DAB? DAB is a digital radio broadcasting system that uses digital audio compression to transmit audio signals over the airwaves. Unlike traditional analog radio, DAB offers higher quality audio and a wider range of features, such as ... Read More

Spread Spectrum Communications - Definition & Techniques

sudhir sharma
Updated on 27-Feb-2023 11:52:09

1K+ Views

Spread Spectrum Communication, a technique used to enhance the reliability and security of wireless transmissions. Spread spectrum communication involves spreading a signal over a wide range of frequencies, which makes it difficult for unauthorized users to intercept or jam the signal. This technique employs different methods to spread the signal, including direct sequence spread spectrum (DSSS) and frequency hopping spread spectrum (FHSS). DSSS multiplies the original signal with a random sequence of bits, known as a spreading code, to spread the signal over a wide range of frequencies. On the other hand, FHSS hops the signal between different frequencies over ... Read More

Bearer Types Used for WAP in GSM

sudhir sharma
Updated on 27-Feb-2023 16:27:05

995 Views

You may be interested in learning more about Wireless Application Protocol (WAP) in Global System for Mobile Communications (GSM). One of the crucial elements in understanding WAP in GSM is knowing the bearer types used in this context. A bearer type is a means of carrying data between two points. In the case of WAP in GSM, there are two bearer types used, circuit-switched (CS) and packet-switched (PS). CS bearer types are established when a phone call is initiated, and data is transferred through the same channel as the voice call. This method is relatively slower, but it is more ... Read More

How Applications Coexist over TCP and UDP?

sudhir sharma
Updated on 27-Feb-2023 11:48:41

621 Views

When computers communicate over the internet, they follow a set of rules and protocols to ensure that data reaches its intended destination. These protocols outline how data is sent, received, and processed by computers, and are necessary for ensuring that the communication is successful. Transmission Control Protocol (TCP) is a reliable protocol that guarantees data is delivered in the correct order and without any errors. It's used for web browsing, file transfers, and email since these applications require reliable and ordered data delivery. User Datagram Protocol (UDP) is a lightweight but less reliable protocol. Unlike TCP, UDP doesn't guarantee reliability ... Read More

2-tier and 3-tier Architecture in Networking

sudhir sharma
Updated on 27-Feb-2023 11:43:42

4K+ Views

Architecture in networking refers to the way a network is designed and organized, serving as the blueprint for the interaction and cooperation between different components and systems. Effective network architecture is crucial for a successful network setup and requires careful planning and design. When it comes to classifying network architecture, a common division is single-tier, two-tier, or three-tier. In a two-tier architecture, the network is separated into a client tier where the end-user interacts with the system, and a server tier where applications, data, and processing power reside. This clear separation of responsibilities makes the network easier to manage, secure, ... Read More

The Symmetric Cipher Model

sudhir sharma
Updated on 27-Feb-2023 11:40:54

3K+ Views

Encrypting sensitive information is like locking up your valuables in a strongbox, making sure that only those with the key can access it. And one tried and true method for doing so is the Symmetric Cipher Model, also known as Secret Key Cryptography. This encryption model is like having a secret handshake between the sender and receiver, where they both hold the same key to encrypt and decrypt the information being sent. It's fast, simple, and secure all rolled into one, much like killing two birds with one stone. Some of the top reasons to use the Symmetric Cipher Model ... Read More

Schiper Eggli Sandoz Protocol

sudhir sharma
Updated on 27-Feb-2023 16:21:37

849 Views

The Schiper Eggli Sandoz (SES) protocol, a storied and valiant champion of networking, has a mission to find the best path for data packets to traverse through the network. With a heart of a poet, it distributes the routing information to all routers in the network, rather than entrusting the task to a single central routing table. Such a noble and democratic approach results in more dynamic and efficient routing, as well as rapid recovery from network failures. The SES protocol, armed with the power of the Bellman-Ford algorithm and the cunning of split horizon, determines the shortest path for ... Read More

Poison Reverse vs Split Horizon

sudhir sharma
Updated on 27-Feb-2023 16:17:26

2K+ Views

Routing protocols are used to determine the best path for data to travel through a network. They are responsible for maintaining and updating routing tables, which are used by routers to determine the best path for data to travel through a network. There are several different types of routing protocols, each with their own unique characteristics and uses. One of the most commonly used routing protocols is Poison Reverse. Poison Reverse is a technique used to prevent routing loops by marking a route as invalid if it is learned from a neighbor that is not the next hop. This technique ... Read More

How to hide an IP address

sudhir sharma
Updated on 27-Feb-2023 11:32:07

714 Views

An IP address is like a digital fingerprint, revealing your location and identity online. But just like how you can put on a disguise to hide your physical identity, you can also conceal your IP address to protect your privacy and security. Here are a few methods to do so − I. Using a Virtual Private Network (VPN) Think of a VPN as a cloak of invisibility for your internet browsing. It creates a secure tunnel for all your online activity, and assigns you a new IP address from a different location, making it appear as though you are somewhere ... Read More

Caesar Cipher in Cryptography

Satish Kumar
Updated on 08-Feb-2023 20:31:16

7K+ Views

The Caesar Cipher is a simple substitution cipher named after Julius Caesar, who reportedly used it to communicate with his officials. The technique involves shifting each letter in a message by a fixed number of positions in the alphabet. For example, with a shift of 3, A would be replaced by D, B would become E, and so on. The Caesar Cipher is relatively easy to break and is considered to be a very weak form of encryption, but it served its purpose for Julius Caesar. It's still used for educational and recreational purposes. Algorithm for Caesar Cipher Here is ... Read More

Advertisements