Skip to main content

Posts

10 COMMAND PROMPT(CMD) COMMANDS

                                                                                             Command Prompt is a command line interpreter in Windows. It is a command line interface. Using this command prompt, user or administrator can access and control the entire system. In shortly a user can control his/her entire system in a single place. Opening a file, Renaming a file, Moving a file, Initating a application, Terminating the application, Installing application, Installing packages that you need to install, Network Configurations, Installing and Updating system drivers, Made changes in system settings are some of the task or activity done through Command Prompt using  predefined commands. The Windows Operating System has another...

Windows 10 keyboard shortcuts

                                                          These are 10 basic keyboard shortcuts used in Windows 10 for easily accessing the features.  Ctrl+A - Select all   Ctrl+C - Copy  Ctrl+V - Paste  Ctrl+Z - Undo  Ctrl+Y - Redo  Ctrl+H - Replace  Ctrl+F - Find  Ctrl+K - Hyperlink  Ctrl+N - New  Ctrl+X - Cut

What is Cryptography

                                                                                                                                                                                                                                                        It is used to protect t...

HDD vs SSD

                                                                                  The speed of the SSD (Solid State Drive ) is much increase than HDD (Hard Disk Drive). The SSD are more compatible for doing heavy computing r\task  For Example The Intel SSD D5-P5316 is a 15.36TB enterprise grad SSD that offers over 7000mb/s in bandwidth. The 14TB seagate exos 2x14 a compatible HDD offer only upto 500mb/s in bandwidth. These faster speeds lead to performance benefits in several areas such as copying a large file,  Video Editing and Rendering, Animation, Video gaming  But in HDD these tasks are quite impossible to done  SSD uses PCIe interfaces HDD uses SATA Interfaces 

LDAP

                                               LDAP(LIGHTWEIGHT DIRECTORY ACCESS PROTOCOL)                                                    LDAP is an Application Protocol. LDAP is a open, vendor, network, industry standard application protocol distributed directory information service over an IP network. LDAP act as a central repository for authentication purpose The Client may use the following operations Start TLS Bind Compare Search Modify an entry Add a new entry Abandon       Directory Structure:                      The Entity consist of a set of attributes. The attribute has a name and one more values. The attributes are defined in schema. Each entry has a ...

IMAP ( INTERNET MESSAGE ACCESS PROTOCOL )

                                                                                                                           IMAP ( INTERNET MESSAGE ACCESS PROTOCOL ) was Published in 1986. VERSIONS :                                1. Original IMAP                                2. IMAP 2                                3. IMAP 3                                4. IMAP 2 b...

Hypertext Transfer Protocol (HTTP)

                                                                                       Hypertext Transfer Protocol (HTTP) is an Application Layer.It was Developed by Tim Berner's Lee in 1989. HTTP Working as Request and Response. HTTP Gives a way to interact with web resources like html documents. Generally it uses TCP ( Transmission ci=ontrol Protocol )   It is a Protocol to Transfer web contennt over the ihnternet   It is Stateless  HTTP Does not Store any User data   In the Beginning HTTP is used to handle only the html documents   It cannot Handle or Process any images, Videos etc... HTTP Methods:                                      ...