Danzer IT Solution

Danzer IT Solution Contact information, map and directions, contact form, opening hours, services, ratings, photos, videos and announcements from Danzer IT Solution, Computer Company, Samakhushi-29, Kathmandu.

24/02/2021
Microsoft Word 2013 Part 1: Introduction to Word
24/02/2021

Microsoft Word 2013 Part 1: Introduction to Word

24/02/2021

To disable the Windows Update service in Services Manager, please follow the steps below:

Press Windows key + R. ...
Search for Windows Update.
Right-click on Windows Update, then select Properties.
Under General tab, set the Startup type to Disabled.
Click Stop.
Click Apply, and then click OK.
Restart your computer.

20/02/2021
13/08/2019
20/04/2016

What is InterVLAN Routing?
InterVLAN Routing is a process that working on a Router for forwarding the traffic from one VLAN to another.

Before having InterVLAN Routing we always used each VLAN to connection different physical interface of router. like this picture

Just provide a correct both (default gateways and ip address) to pcs and it will work find.
Packets would arrive through the first one interface and route through the second one. This solution is simple but not scalable if the network would be increased the interfaces of router would be required too.

Now we used Router-on-a-stick or call InterVLAN Routing to provide connection between VLANS by using 802.1q as a trunk port and the interface will understand the VLAN tags. One interface of router can be many sub-interfaces for many VLANS with different IP address and hosts used sub-interface as a default gateway to go out.so the required is using only one interface of router.

here is a guild-line for configure InterVLAN Routing:

Step 1: Now we are going to configure on switch first
Switch requires 2 vlans ( VLAN 100 & 200)
Now open CLI on switch and following these commands
Switch>enable
Switch database
% Warning: It is recommended to configure VLAN from config mode,
as VLAN database mode is being deprecated. Please consult user
documentation for configuring VTP/VLAN in config mode.
Switch(vlan) 100
VLAN 100 added:
Name: VLAN0100
Switch(vlan) 200
VLAN 200 added:
Name: VLAN0200
Switch(vlan)
APPLY completed.
Exiting….

We need to enable trunk port on the interface 0/1 of switch
Switch t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config) fastEthernet 0/1
Switch(config-if) mode trunk
Switch(config-if)

Assigning VLAN with a correct ports
Switch(config) fastEthernet 0/3
Switch(config-if) access vlan 100
Switch(config-if)
Switch(config) fastEthernet 0/5
Switch(config-if) access vlan 200
Switch(config-if)

Step2: Configuring InterVLAN Routing on Router
Router>enable
Router terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config) fastEthernet 0/0
Router(config-if) shutdown
Router(config-if)
Router(config) fastEthernet 0/0.100
Router(config-subif) dot1Q 100
Router(config-subif) address 192.168.100.1 255.255.255.0
Router(config-subif)
Router(config) fastEthernet 0/0.200
Router(config-subif) dot1Q 200
Router(config-subif) address 192.168.200.1 255.255.255.0
Router(config-subif)

Now let’s assign ip address to PCS with appropriated gatways
assign

This is the result that pinging from PC0 to PC1
PC>ping 192.168.200.2

Pinging 192.168.200.2 with 32 bytes of data:

Request timed out.
Reply from 192.168.200.2: bytes=32 time=0ms TTL=127
Reply from 192.168.200.2: bytes=32 time=0ms TTL=127
Reply from 192.168.200.2: bytes=32 time=0ms TTL=127

Ping statistics for 192.168.200.2:
Packets: Sent = 4, Received = 3, Lost = 1 (25% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms

The OSI (Open System Interconnection) is a conceptual model how data is sending from source to destination over a networ...
20/04/2016

The OSI (Open System Interconnection) is a conceptual model how data is sending from source to destination over a network. The OSI Model developed by ISO (International Organization of Standards) in 1983.

The OSI Model contains seven layers such as:
7. Application Layer
this layer provides support application and end-user processes. communication between users and software application.
this is the closest layer to the user and this layer offers as services like telnet, ftp, and etc.

6. Presentation Layer
The presentation layer is a syntax layer and the way how data representation like (Engcryption & Decryption) by translating from Computer languages (ASCII, EBCDIC, JPEG..etc) to human readable.

5. Session Layer
The session layer is a layer that establish, maintain, terminate and manage between hosts that having communication each others.

4.Transport Layer
The transport layer provides the segmentation packets and sequencing of data that reliable(Transmission Control Protocol) and unreliable(User Datagram Protocol).Moreover, it provides flow control and error recovery.

3.Network Layer
The network layer is the layer that base on routing how the data is sending from source to destination that handle by using logical addressing (IP address) known as Router.

2.Data Link Layer
The data link layer is a layer working on physical network by putting packet into frame network. This layer has two sub layers Local Link Control (LLC) & Media Access Control (Mac address).

1.Physical Layer
The physical layer is working on media interface by sending and receiving data on a carrier network (Convert digital bit into electrical signal).

Anatomy of a PC crash: 7 scenarios, and how to avoid themFirst there's a little stutter. Next a program hangs, and a fun...
26/06/2015

Anatomy of a PC crash: 7 scenarios, and how to avoid them
First there's a little stutter. Next a program hangs, and a funny noise creeps from your machine. Then that familiar blue screen slaps you in the face. Your computer just crashed, and all you can do is sit in the awkward silence of a restart, and hope it wasn't fatal.

There are many possible causes for these hellish episodes, and it's important to be educated on the whys and hows of PC crashes to prevent them in the future. After all, the next crash could be your PC's last. Following is a rundown of seven common causes and solutions.
ADVERTISING
Hardware conflicts

Many blue screens are a result of hardware and installation conflicts. All of your system's components consume IRQs (interrupt request channels) when installed, and every device requires its own channel to function properly. When two devices share the same channel and are used simultaneously, a crash can occur.

Thumb through your Device Manager, and look for any devices marked with a yellow exclamation point. These are the ones with issues, and can usually be fixed with a driver update. Just search your device manufacturer's website for the latest driver software, or, in a pinch, reinstall the offending hardware itself.
The Device Manager will show you devices with conflicts with a yellow exclamation point.
Bad RAM

Bad memory is to blame for many blue screens and failed boots. Fortunately, however, your RAM modules are some of the easiest components to check and replace.

First, use the software utility Memtest86+ to ensure your RAM is the problem. If errors arise, you next need to determine exactly which memory stick is to blame. To do this, remove all the sticks from your system—save one inserted in the primary memory slot. If the system boots fine, and no errors are detected in Memtest86+, continue testing in the same fashion—one stick at a time, inserted in the primary slot—until the system fails to boot, or Memtest86+ indicates problems.

Eventually, you'll nail down exactly which memory module is causing trouble, and then you can replace it with a fresh, clean stick (just make it's fully compatible with your motherboard and other sticks of RAM).
Memtest86+ found some errors with this system.
Heat is thy enemy

Computers get hot. We know this from the loud fans bolted inside our desktops, and the alarming burning sensation we feel on our legs after using a laptop for too long. Everything inside a PC generates heat, and heat can cause components to become unstable and crash your PC. Indeed, computers are designed to crash as a last-ditch effort to protect their own internal components from permanent heat damage.

If you suspect your PC isn't effectively dispersing enough heat, first check to make sure all your fans are spinning properly. If one isn't moving, or appears to be spinning abnormally slow, check its connections to make sure it's properly powered. If all appears fine, but the fan still isn't doing its job, it's best to replace it.

Next, make sure that all of your PC's vents, grates, and filters are unhindered by dust, pet hair, and other gross materials that prevent proper airflow. These areas are hotbeds (pun intended) for heat buildup. If you find any problem areas (see the disgusting example below), use a can of compressed air to clear the airways.

For laptops, make sure that the machine is on a hard, flat surface that won't "smother" the chassis around its vents, thus restricting airflow.
Not only is it gross, it's also killing your computer.

You can monitor the temperature of your CPU with my favorite free monitoring tool, PC Wizard. In addition to other helpful uses, it will show you the real-time temperature of all your system components.

If everything looks good with your airflow but the temperatures continue to rise, check your BIOS settings. If you've messed around with voltage settings during some kind of overclocking escapade, reset the values to their defaults. The more voltage a component receives, the hotter it becomes.
The pea method for applying thermal paste.

If you have recently installed a new CPU, the crashing could stem from a poor application of thermal paste. So remove your heatsink, clean your surfaces with a cotton ball and a little rubbing alcohol, and try again.

There are competing theories on how to apply thermal paste, but your goal is always the same. The thermal compound fills the microscopic valleys on the surfaces of the CPU and heatsink to provide the most even and full contact between the two components. The paste is ineffective when too little—or too much—is applied. So I use the pea-drop method: I place a small, pea-size drop in the middle of the CPU, and then place the heatsink directly on top, letting the natural pressure of the heatsink spread the paste evenly.
Not enough power

It's always fun to cram more powerful components inside your PC, and of course overclocking your CPU will yield performance dividends. But you can only upgrade so far before you begin running low on juice. Your PC will become unstable and unexpectedly restart if you put too much strain on your power supply.

There's no easy way to determine which components are drawing the most power, but your component manufacturers' websites might list power consumption specs online. From there, you can calculate your approximate total power consumption, and compare it to the output of your power supply.
corsair
A 650-watt power supply should be adequate for most systems.

If you determine your PSU can't handle the load of all your components, you have to make some difficult decisions. If you overclocked your CPU, you can return the processor to its original state. Otherwise, you can replace your power-hungry components for less needy ones, or follow the most sensible path and simply upgrade your power supply. A 500- to 650-watt power supply should be able to properly power an average performance PC.
Fragmented hard drive

Your hard drive can become a bit more fragmented—and unstable—every time you save a file, install a program, or delete something. Not only does this slow down the hard drive, it can also give your OS trouble when trying to find necessary files to function. So your system will eventually give up and try again—with a crash.
Defragmenting your PC is as easy as pushing a button.

Run the Disk Defragmenter in your System Tools every week or so to keep your files straightened out. The process is a pain in the butt while using the PC (you can't save data to the disk while it defragments), and it can take upwards of an entire day to complete. So set it and forget it before going to bed or work.

One very important note, however: Defragmenting isn't necessary for solid-state drives. SSDs already store data in a sequential order (as opposed to random order) and can be susceptible to damage if defragmented.
A cluttered Registry

Your PC's Registry is a vast library of system settings—settings that can sometimes lead to blue screens and other instabilities. Indeed, even when programs are uninstalled, their Registry settings can stay behind. The settings are useless to the daily operation of your PC, but can nonetheless lead to system bloat, conflict and errors. Your computer continues to scan these error-ridden Registry entries, slowing everything down. Too much of this, and you can kiss stability goodbye.
Fear the never-ending root folders!

A good Registry cleaner, such as Free Wise, is the perfect tool for clearing away the clutter. Free Wise will scan your Registry, find the problems, and exterminate them, leaving your Registry obstruction free.
The dreaded virus

Yes, malware is a significant cause of blue screens. But, luckily, the solution is simple. Start up your trusted antivirus program, make sure it's up-to-date, and give your system the most robust scan available.
Starting in safe mode (press F8 while the computer is starting) is an easy way to go behind a virus' back to destroy it.

If the virus has disabled your ability to start up your antivirus software, mutter angrily to yourself while you restart in safe mode by pressing F8 before the Windows logo appears. Safe mode will disable any extraneous programs and drivers from launching, and allows just the core operating system to load. Once in safe mode, you should be able to run your antivirus program, and complete a thorough scan from there.
Gather clues to fix the problem

Any information you can pull off a BSOD can provide a problem-solving clue. So when you get a blue screen like the one below, write down as much as you can, and search online for information on the error it's throwing at you. Diagnose the problem and get it solved, because ignoring the problem will make everything worse in the long run.

That's right: Every time the computer crashes and you don't fix it, you make Windows sad.

Address

Samakhushi-29
Kathmandu
00977

Website

Alerts

Be the first to know and let us send you an email when Danzer IT Solution posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Contact The Business

Send a message to Danzer IT Solution:

Share