Skip to main content

Posts

B.com 3rd Year - Economy Development & Policy In India (C-103) Latest 20...

CCNA Routing and Switching Advanced......

# Switch   *It is a network devices.   *It works at layer 2 of OSI Model.   *It is used to connect more than one end devices for sharing purpose, security, etc.  # Ma nageable Switch: Those switches which can be configured by administrator i.e., administrator can modify the default configuration of switch. They have a console port. # Unma nageable Switch: Those switches which cannot be configured by administrator. They already have a default configuration. They don't have a console port. Setting Passwords Five passwords are used to secure your Cisco Switch: console, auxiliary, telnet (VTY), enable password, and enable secret. The enable secret and enable password are used to set the password that’s used to secure privileged mode. This will prompt a user for a password when the enable command is used. The other three are used to configure a password when user mode is accessed through the console port, through the auxiliary port, or via Telnet. ...

JAVA For Beginners...

Java Java is a programming language and a computing platform for application development. It was first released by Sun Microsystem in 1995 and later acquired by Oracle Corporation. It is one of the most used programming languages. Java Platform Java platform is a collection of programs that help to develop and run programs written in the Java programming language. Java platform includes an execution engine, a compiler, and a set of libraries. JAVA is platform-independent language. It is not specific to any processor or operating system. To understand JAVA programming language, we need to understand some basic concept of how a computer program can run a command and execute the action. PC A computer is an electronic device capable of performing computations, and we all know that it is composed of a monitor, keyboard, mouse, and memory to store information. But the most important component of the computer is a PROCESSOR. Which does all thinking of computer, but...

Introduction To CCNA

CCNA is a popular certification course among computer network engineers. It is estimated that more than 1 million CCNA certificates have been awarded since it was first launched in 1998. The CCNA certificate covers a broad range of networking concepts. It helps candidates to prepare for the latest network technologies they are likely to work on. What is CCNA? Cisco Certified Network Associate often known as CCNA. It is an IT network certification course offered by Cisco. It is a certification program valid for all type of engineers. It includes entry-level network engineers, Network Administrators, Network Support Engineers and Network Specialists. Some of the common topics covered under CCNA certification include: OSI models IP addressing WLAN and VLAN Network security and management (ACL included) Routers / routing protocols ( EIGRP, OSPF, and RIP) IP Routing Network Device Security Troubleshooting Note that Cisco certification is valid only for 3 year...

Parts of CPU

 Motherboard A  motherboard  (sometimes alternatively known as the mainboard, system board, baseboard, planar board or logic board, or colloquially, a mobo) is the main printed circuit board (PCB) found in general purpose microcomputers and other expandable systems. Motherboard components Expansion slots (PCI Express, PCI, and AGP) 3-pin case fan connectors. Back pane connectors. Heat sink. 4-Pin (P4) power connector. CPU Socket. Northbridge Southbridge BIOS Chip  Processor  SMPS - Switched Mode Power Supply  Hard Drive  RAM - Random Access Memory  ROM - Read Only Memory  Cabinet  DVD Writer

Types of Cables and its ports

RS-232 An  RS - 232  serial port was once a standard feature of a personal computer, used for connections to modems, printers, mice, data storage, uninterruptible power supplies, and other peripheral devices. RS -232C    RS-232 stands for  Recommend Standard number 232 and C is the latest revision of the standard. The serial ports on most computers use a subset of the  RS -232C standard. The full  RS -232C standard specifies a 25-pin "D" connector of which 22 pins are used. RJ-45 The  RJ-45  style connectors and  ports  are also commonly found on Ethernet, serial and ATM IMA cards and interfaces. ... These are commonly referred to as Ethernet.

Group Policy Management

AppLocker Policy AppLocker is a set of Group Policy settings that evolved from Software Restriction Policies, to restrict which applications can run on a corporate network, including the ability to restrict based on the application’s version number or publisher. Click on Start Button –Control Panel – Click on View by: Large Icons –Administrative Tools – Local Security Policy. Expand Application Control policies---Expand Applocker---then expand Executable rules--After that right click on executable rules---new rules---then next---choose your need allow or deny-----Select users-----Provide path---Next---Create---Click on Yes. For Update of policy: open cmd---type gpupdate /force---enter. Note: Executable rules:  .exe ,  .com Windows Installer rules:  .msi ,  .msp Scripts rules:  .ps1 ,  .bat ,  .cmd ,  .vbs ,  .js Notes: Publisher rules :  This condition identifies an application based on...