
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Found 454 Articles for Computer Engineering

7K+ 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

5K+ 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

13K+ 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

21K+ Views
Go-Back-N is a data link layer protocol that uses a sliding window method for reliable and sequential delivery of data frames. It is a case of sliding window protocol having to send window size of N and receiving window size of 1.Selective Repeat Protocol is also a data link layer protocol that uses sliding window method for reliable delivery of data frames. Here, only the erroneous or lost frames are retransmitted, while the good frames are received and buffered.Read through this article to find out how these two data link layer protocols work and what are the major differences between ... Read More

56K+ Views
The Aloha Protocol allows several stations to send data frames over the same communication channel at the same time. This protocol is a straightforward communication method in which each network station is given equal priority and works independently.Aloha is a medium access control (MAC) protocol for transmission of data via a shared network channel. Using this protocol, several data streams originating from multiple nodes are transferred through a multi-point transmission channel.There are two types of Aloha protocols − Pure Aloha and Slotted Aloha.In Pure Aloha, the time of transmission is continuous. Whenever a station has an available frame, it sends ... Read More

5K+ Views
IMAP and POP3 are the most widely used standard protocol for email retrieval. Both these protocols are supported by almost all current email clients and servers. Go through this article to find out more about POP3 and IMAP, how they function, and what are the major differences between these two protocols.What is POP3?POP3 (or Post Office Protocol Version 3) is an application layer protocol used by email clients to retrieve email messages from mail servers over TCP/IP network. POP was designed to move the messages from server to local disk but version 3 has the option of leaving a copy ... Read More

1K+ Views
Short Interframe Spacing (SIFS), is the time interval required by a wireless device in between receiving a frame and responding to the frame. It is used in Distributed coordination function (DCF) scheme, which is a mandatory technique used to prevent collisions in IEEE 802.11-based WLAN standard (Wi-Fi).The duration of SIFS is equal to the sum of delays in radio frequency (RF), Physical Layer Convergence Procedure (PLCP) and processing delay of MAC (medium access control) layer.In IEEE 802.11 networks, SIFS is the interframe spacing maintained before and after the transmission of an acknowledgment frame and Clear To Send (CTS) frame.TechniqueThe role ... Read More

1K+ Views
Distributed coordination function (DCF) is a mandatory technique used to prevent collisions in IEEE 802.11-based WLAN standard (Wi-Fi). It is a medium access control (MAC) sublayer technique used in areas where carrier-sense multiple access with collision avoidance (CSMA/CA) is used.Using DCF technique, a station needs to sense the status of the wireless channel before it can place its request to transmit a frame. The time interval that a station should wait before it sends its request frame is known as DCF Interframe Spacing (DIFS).TechniqueWhen a station has a frame to transmit, it waits for a random backoff time.At the end ... Read More

1K+ Views
In IEEE 802.11 wireless LANs, automatic power save delivery (APSD) is a mechanism that aims to reduce power consumption by the devices connected in the network. It was originally introduced to IEEE 802.11e in 2005.TechniqueAPSD is generally deployed in infrastructure BSS (basic service set). In infrastructure BSS, there is are access points (APs) which are basically wireless routers forming the base stations for access. All the wireless devices i.e. clients communicate with each other through the APs. When a client has frames to send it sends the frames to the corresponding AP along with the destination address. The AP then ... Read More

4K+ Views
In computer networks, beacon frames management frames used in IEEE 802.11 based wireless local area networks (WLANs). A beacon frame contains network information needed by a station before it can transmit a frame. They are used for announcing the presence of devices in a WLAN as well as synchronisation of the devices and services.Beacon frames are used as a part of BSS (basic service set). In infrastructure BSS, there is are access points (APs) that are wireless routers forming the base stations for access. All the devices communicate with each other through APs. The APs transmit beacon frames periodically so ... Read More