473,612 Members | 2,129 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Delays in connecting to printers on LAN

19 New Member
I am currently in charge of a very slow LAN comprising of 40 machines. I welcome any means of improving the speed on this network. My most pressing problem is with the printers on the network. They are mostly inaccessible by machines other than the ones they are connected to. Any suggestion would be welcomed.

Thank you all in advance.
Jul 4 '08 #1
7 2036
numberwhun
3,509 Recognized Expert Moderator Specialist
First, we need to know what OS you are working with. Second, I am moving this to the Networking forum as you have posted it in the Member Introductions area.

Next time, please post your questions in the forum appropriate to their topic.

Regards,

Jeff
Jul 6 '08 #2
sicarie
4,677 Recognized Expert Moderator Specialist
I am currently in charge of a very slow LAN comprising of 40 machines. I welcome any means of improving the speed on this network. My most pressing problem is with the printers on the network. They are mostly inaccessible by machines other than the ones they are connected to. Any suggestion would be welcomed.

Thank you all in advance.
LAN Speed is usually a combination of both network hardware as well as individual device usage. If your computers themselves are busy doing things like computational algorithms or are just filled with malware, they will not be able to utilize the network as the CPU is being used for something else.

My recommendation would be to 1) make the printers network printers (you said that they were directly connected to several devices, which is probably not the best way to go with 15 printers), and then 2) create several network diagrams - start with a high-level one to see what your topology looks like, and then break that down into individual layers or segments, complete with individual specifications including the device specs as well as the type of wire connection between devices.

From that, you'll be able to determine your throughput (which is the load that the worst device in your network can handle), and see if that matches your actual throughput (you'll need to implement logging or some sort of monitoring capability on all your routers to check this. I'd also recommend doing this more than once, and more than twenty times if you are able (maybe once a day throughout a month, or even a few months, if you can) - which will allow you to get a good average and reduce anomalies.
Jul 7 '08 #3
Mohammed Seidu
19 New Member
Thank you very much for those ideas. I am currently working on changing direct pc printers to network printers. As for the creation of network diagrams, I am a novice in networking and would be glad if you can give me a link to any resource that might help. I am actually a programmer.
Once again thank you.

LAN Speed is usually a combination of both network hardware as well as individual device usage. If your computers themselves are busy doing things like computational algorithms or are just filled with malware, they will not be able to utilize the network as the CPU is being used for something else.

My recommendation would be to 1) make the printers network printers (you said that they were directly connected to several devices, which is probably not the best way to go with 15 printers), and then 2) create several network diagrams - start with a high-level one to see what your topology looks like, and then break that down into individual layers or segments, complete with individual specifications including the device specs as well as the type of wire connection between devices.

From that, you'll be able to determine your throughput (which is the load that the worst device in your network can handle), and see if that matches your actual throughput (you'll need to implement logging or some sort of monitoring capability on all your routers to check this. I'd also recommend doing this more than once, and more than twenty times if you are able (maybe once a day throughout a month, or even a few months, if you can) - which will allow you to get a good average and reduce anomalies.
Jul 7 '08 #4
sicarie
4,677 Recognized Expert Moderator Specialist
Thank you very much for those ideas. I am currently working on changing direct pc printers to network printers. As for the creation of network diagrams, I am a novice in networking and would be glad if you can give me a link to any resource that might help. I am actually a programmer.
Once again thank you.
In the creation of a network diagram, the diagram is actually the last and most trivial part. It allows you to visualize and solidify that which you have researched, but the most important part is getting that information about each device and piece of hardware.

In general, you will need the hardware version, software version, average throughput, and advertised throughput (found on any device spec sheet available either online or from the vendor). This will vary based on load, the age of all that stuff, etc...

I would recommend starting with two tests - test the speed of your network internally, and the speed of it going to an external site. That will tell you if the speeds are different or not (roughly - once again, I'd recommend doing this more than once) and you will have a general path of focus. From there, you can profile your network devices and the cables connecting them, and then go to the individual servers or desktops as necessary. It may be you have a vary old core router, and that is where the slowdown is. Or it may be that you have two or three PC's that are greatly infected with malware and that is clogging up your network.

If you are looking for the visualization tool, Microsoft's Visio is the most commonly used tool for this.
Jul 8 '08 #5
Mohammed Seidu
19 New Member
Thank you once again.
I forgot to mention my operating system which windows server 2000.
I run the tracert command on two separate ip addresses from the server and below is what i get:

Tracing route to 192.168.*.35 over a maximum of 30 hops

1 * * * Request timed out.
2 * * * Request timed out.
3 * * * Request timed out.
4 * * * Request timed out.
5 * * * Request timed out.
6 * * * Request timed out.
7 * * * Request timed out.
8 * * * Request timed out.
9 * * * Request timed out.
10 * * * Request timed out.
11 * * * Request timed out.
12 * * * Request timed out.
13 * * * Request timed out.
14 * * * Request timed out.
15 * * * Request timed out.
16 * * * Request timed out.
17 * * * Request timed out.
18 * * * Request timed out.
19 * * * Request timed out.
20 * * * Request timed out.
21 * * * Request timed out.
22 * * * Request timed out.
23 * * * Request timed out.
24 * * * Request timed out.
25 * * * Request timed out.
26 * * * Request timed out.
27 * * * Request timed out.
28 * * * Request timed out.
29 * * * Request timed out.
30 * * * Request timed out.

Tracing route to CASHOFFICE [192.168.*.27]
over a maximum of 30 hops:

1 <10 ms <10 ms <10 ms CASHOFFICE [192.168.*.27]

Trace complete.

what does this mean and how does it help in resolving the problem.

In the creation of a network diagram, the diagram is actually the last and most trivial part. It allows you to visualize and solidify that which you have researched, but the most important part is getting that information about each device and piece of hardware.

In general, you will need the hardware version, software version, average throughput, and advertised throughput (found on any device spec sheet available either online or from the vendor). This will vary based on load, the age of all that stuff, etc...

I would recommend starting with two tests - test the speed of your network internally, and the speed of it going to an external site. That will tell you if the speeds are different or not (roughly - once again, I'd recommend doing this more than once) and you will have a general path of focus. From there, you can profile your network devices and the cables connecting them, and then go to the individual servers or desktops as necessary. It may be you have a vary old core router, and that is where the slowdown is. Or it may be that you have two or three PC's that are greatly infected with malware and that is clogging up your network.

If you are looking for the visualization tool, Microsoft's Visio is the most commonly used tool for this.
Jul 8 '08 #6
RevBooter
69 New Member
Hi,

Can you ping the printers?

I am assuming you are not using managed switches? e.g. cisco and just a 24 port freecom "switch"

Cheers!
Jul 8 '08 #7
Mohammed Seidu
19 New Member
I can't currently ping the printers as they are not network printers but can ping the machines they are attached to.
I am using two 24-port switches with 10/100mbps speed. The brand names are D-LINK and LINKSYS.

By the way do you have any idea as to how the tracert result displayed in by previous submission might help in tracing the source of delay?

Hi,

Can you ping the printers?

I am assuming you are not using managed switches? e.g. cisco and just a 24 port freecom "switch"

Cheers!
Jul 9 '08 #8

Sign in to post your reply or Sign up for a free account.

Similar topics

5
5888
by: Aaron_TekRecycle.com | last post by:
Someone must have done this before?!? I have VBS code that will Enumerate all the Printers in the AD and Add the Printer Connection to the client... I'm just not a web developer so I need some example code or hand-holding on the web integration portion. Anyone? "Aaron_TekRecycle.com" <aaron_NAME@DOMAIN_tekrecycle.com> wrote in message
1
1483
by: Vanessa | last post by:
Hi, I'm trying to loop through all the printers in my computer system using WMI. However, I found out that it doesn't really get the correct number of printers in my system. I have 16 printers in my printers & faxes. However, when I use the WMI to retrieve the printers in my system, it only retrieve 13 printers instead of 16.
1
1194
by: (PeteCresswell) | last post by:
Looks like they're doing something with printers because locally-installed printers are available in the client view of the remote PC. Can't make anything happen, however, with drives. Would be nice to be able to send data back-and-forth between the client (where I'm working) and the remote PC at the customer's site. Right now, I'm using email. --
7
9069
by: trint | last post by:
How can I add all the network printers to a combobox? Thanks, Trint
2
6214
by: Tessa | last post by:
Hi, We have a .net web application, and are trying to use PrinterSettings.InstalledPrinters to list the printers installed on the webserver. (Windows 2003 server R2, IIS 6, .net framework 2.0.) The printers installed on the web server under the account used by asp.net for this web application are network printers that are shared by other computers that are on our domain. Permission has been granted for everyone to print to them. The...
4
10880
by: duffaz | last post by:
I am trying to I am trying to connect to an SQL Server using a vb.net program. It works if I put it on the SQL Server computer, but will not connect over my local network that is set up as a workgroup. I get the following message: Login failed for user 'DELL4100\Guest' DELL4100 is the computer name where the sql server is on. The connection string is: Data Source=dell4100;Database=dbname;User ID=dbn;Password=password; I have also...
5
6674
by: lmttag | last post by:
ASP.NET 2.0 (C#) application Intranet application (not on the Internet) Using Windows authentication and impersonation Windows Server 2003 (IIS6) Server is a member server on a domain Logged into server as a domain user that is in the local Administrators group on the server Workstation is on the same domain Logged into the workstation as a domain user, which is also in the local Administrators group on the server and workstation
0
1576
by: Ravigwipro | last post by:
Hi, I m able to get the printers object to know what are the printers had been installed and all. here my requirement is i have to write a data from VB to MS Word. for the page setup i have to get printer info. problem here i m facing is , i m getting the printer info and am able to write the complete document in that case it is working fine..but while generation of document if it gets fail due to some runtime error, in the immediate run...
4
5262
by: Frank Rizzo | last post by:
I basically need a list of printers that's returned by the Find Printers dialog ( http://www.sqleffects.com/mystuff/findPrinters.png ). I've tried the path of DirectoryEntry entry = new DirectoryEntry(strPath); DirectorySearcher mySearcher = new DirectorySearcher(entry); mySearcher.Filter = "(objectCategory=printer)" foreach(SearchResult result in mySearcher.FindAll()) { strName = result.GetDirectoryEntry().Name;
0
8162
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8105
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8565
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8246
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
4045
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4109
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2550
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1695
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1413
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.