Archive for the 'Networking' Category

Installing Samsung CLP 315 w on Windows 7 64 bit OS

If  a Samsung CLP 315w printer installed from a network onto a computer using a Windows 7 64 bit operating system is not printing, and it was already working on a system running Windows XP SP3 and Windows Vista, then follow these steps:

1) Try to print a test page, if that does not work a troubleshoot dialogue will come up.

2) Try the troubleshoot. Follow the directions in the troubleshoot dialogue and see if any of the fixes work.

3) If the troubleshoot does not fix the issue, the problem may be driver related.  Do a google search of “Windows 7 and Samsung CLP 315w” and click on the webpage that is the microsoft windows 7 compatibility page.  From there see if the device is compatible, then see what actions you need to take.  If you need to download software or a driver, click on the manufacturers webpage which should lead you to the download page for the device.

4) Download the most current driver and install.

That should do it.  These steps can be followed for other printers as well.

Did you like this post?

Subscribe To The RSS Feed!
To catch many more articles like this in the future, make it easy on yourself and subscribe to me via RSS. You will not regret it!

Do you have a question?
We will do our best to try and solve any building automation, protocol, integration problem you may have

Benefits of Subnets

This article only explains some of the benefits of subnets, not how to implement a subnet.

1. It provides security.

In larger companies, employees must be able to communicate with other employees from that department. Subnetting allows for the department to have its own subnetwork. Depending on how many departments the company has, each one can have its own private and secure subnetwork, independent from the other networks.

2. It allows organization of resources.

A company has several departments or types of resources: sales, customer care, IT, executive, research. With subnetting, these resources can be organized within the larger network. For example:

192.168.130.x - Executive
192.168.131.x - Research
192.168.132.x - IT
192.168.133.x - Sales
192.168.134.x - Customer Care

3. It speeds up the network.

Using subnets will decrease the size of the broadcast domain, allowing data to reach its destination much faster. For example, a network without subnetting:

192.168.x.y -
There are 255 possible values for x, and for each x there are 255 possible values for y.
This means that there are 255*255 possible recipients in the network broadcast domain.

Having such a large network broadcast domain means the signal must go through each possible recipient until it finds the correct one. To decrease the number of possible recipients, we use subnets. For example:


192.168.132.y -
Here, there are 255 possible values for y within the 132 subnet. The network broadcast domain only contains 255 possible recipients, thus making the network much faster.

Did you like this post?

Subscribe To The RSS Feed!
To catch many more articles like this in the future, make it easy on yourself and subscribe to me via RSS. You will not regret it!

Do you have a question?
We will do our best to try and solve any building automation, protocol, integration problem you may have

How to end a telnet session (Windows, Linux, Mac)

Question: How do I close a telnet session/window?

This article assumes that you’ve started a telnet conection through the Windows command prompt. (you can do so by typing: “telnet address port“)

Answer: To end your current telnet session you must reach the telnet prompt and type quit.

Here are the steps for doing so:
1. Open the telnet prompt by holding down the ‘Ctrl’ key and push the ‘]’ key. (prompt: Microsoft Telnet>)

2. Type quit.

3. Push the ‘Enter’ key.

You can change this default telnet prompt key by starting telnet like this:

telnet –e p  192.168.1.81 (this will change the telnet prompt key to lowercase ‘p’)

Did you like this post?

Subscribe To The RSS Feed!
To catch many more articles like this in the future, make it easy on yourself and subscribe to me via RSS. You will not regret it!

Do you have a question?
We will do our best to try and solve any building automation, protocol, integration problem you may have



Pages