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
Ginni has Published 1519 Articles
Ginni
45K+ Views
The services provided by the transport layer are explained below −Address MappingIt means mapping of transport address onto the network address. Whenever a session entity requests to send a transport service data unit (TSDU) to another session entity, it sends its transport service access point address as its identification. The ... Read More
Ginni
52K+ Views
Substitution technique is a classical encryption approach where the characters present in the initial message are restored by the other characters or numbers or by symbols. If the plain text (original message) is treated as the string of bits, thus the substitution technique would restore bit pattern of plain text ... Read More
Ginni
41K+ Views
The I/O interface supports a method by which data is transferred between internal storage and external I/O devices. All the peripherals connected to a computer require special communication connections for interfacing them with the CPU.I/O Bus and Interface ModulesThe I/O bus is the route used for peripheral devices to interact ... Read More
Ginni
28K+ Views
The D flip-flop is a clocked flip-flop with a single digital input 'D'. Each time a D flip-flop is clocked, its output follows the state of 'D'. The D Flip Flop has only two inputs D and CP. The D inputs go precisely to the S input and its complement ... Read More
Ginni
51K+ Views
Query optimization is of great importance for the performance of a relational database, especially for the execution of complex SQL statements. A query optimizer decides the best methods for implementing each query.The query optimizer selects, for instance, whether or not to use indexes for a given query, and which join ... Read More
Ginni
2K+ Views
Frequency-Division Multiplexing (FDM) is an analog method which is used when the channel's bandwidth is higher than the consolidated bandwidths of the signals which are to be broadcasted.In FDM, different frequencies are combined into a single composite signal and are transmitted on the channel. At the receiver end, the reverse ... Read More
Ginni
79K+ Views
To establish a reliable service between two machines on a network, transport protocols are implemented, which somehow resembles the data link protocols implemented at layer 2. The major difference lies in the fact that the data link layer uses a physical channel between two routers while the transport layer uses ... Read More
Ginni
62K+ Views
The main memory is the fundamental storage unit in a computer system. It is associatively large and quick memory and saves programs and information during computer operations. The technology that makes the main memory work is based on semiconductor integrated circuits.RAM is the main memory. Integrated circuit Random Access Memory ... Read More
Ginni
4K+ Views
IOT represents the Internet of Things. It is a network of physical objects or people known as "things" that are installed with applications, electronics, networks, and sensors that enable these objects to collect and exchange information. The objective of IOT is to extend to web connectivity from standard devices such ... Read More
Ginni
4K+ Views
Synchronous protocols take the whole bitstream and drop it into the character of equal size. It is a data transfer approach in which it is a continual flow of information signals followed by computing signal. These protocols facilitate the provision that the broadcaster and the receiver are integrated. This transmission ... Read More