Get answers.  Share knowledge.  Collaborate with peers.




Are all wifi protocols backwards compatible?
yes you can communicate with it. should not give you any problem. at home i have a mixture of N and G running and it works fine ===================== Labnuke99: 802.11A operates on the 5GHz spectrum (54Mb/s max). 802.11B (11Mb/s) / 802.11G (54Mb/s) operate at 2.4GHz spectrum. 802.11A is NOT compatible with 802.11B/G. So, not all [...]

View Answer   |  May 16, 2013  6:56 PM
802.11, 802.11g, 802.11n, Wireless, Wireless Access Points, Wireless in 2010, Wireless standards
answered by:
32,645 pts.

USB wireless adaptor as input source to router
Is the USB adaptor for connecting to a 3G network for Internet access ? If it is, then you need to look for a MiFi router. The MiFi router will connect to the 3G and also provide a local WiFi network for you to attach your wireless devices so they can share the 3G internet. [...]

View Answer   |  May 16, 2013  5:59 AM
Network, router, USB, Wireless
answered by:
15 pts.

constructor overloading in C++
If you have two constructors with the same number and types of parameters, then you are not overloading the constructor, but declaring it twice, and you will get an error at compile time.

View Answer   |  May 15, 2013  2:22 PM
C programming, C++
answered by:
63,535 pts.

Report second try
Thank you for visiting ITKE. We are happy to help you with solving specific IT questions, but need as much information as possible to do so. Let us know about the problem you are trying to solve, how you are approaching it and what work you’ve done so far, and we can help guide you [...]

View Answer   |  May 15, 2013  3:04 AM
SQL, Visual Basic
answered by:
0 pts.

Uploading cached files
Thank you for visiting ITKE. We are happy to help you with solving specific IT questions, but need as much information as possible to do so. Let us know about the problem you are trying to solve, how you are approaching it and what work you’ve done so far, and we can help guide you [...]

View Answer   |  May 15, 2013  2:54 PM
File upload, Gmail, Google docs, Remote server administration
answered by:
16,755 pts.

rply soon
Mac address are supposed to be Globally Unique, MAC addresses are 12-digit hexadecimal numbers (48 bits in length) –With all the pc’s in the world it would be impossible to never have a duplicate Mac address. IP Address are not Globally Unique in the sense. A device uses a ip address for a set amount [...]

View Answer   |  May 15, 2013  5:37 PM
Availability, Cabling, Hardware, Hubs, IPv4, IPv6, Networking, Routers, Switches
answered by:
210 pts.

ICT Resources
Thank you for visiting ITKE. We are happy to help you with solving specific IT questions, but need as much information as possible to do so. Let us know about the problem you are trying to solve, how you are approaching it and what work you’ve done so far, and we can help guide you [...]

View Answer   |  May 15, 2013  1:22 PM
ICT Services
answered by:
335 pts.

How do I create a database using C language?
Thank you for visiting ITKE. We are happy to help you with solving specific IT questions, but need as much information as possible to do so. Let us know about the problem you are trying to solve, how you are approaching it and what work you’ve done so far, and we can help guide you [...]

View Answer   |  May 15, 2013  4:01 AM
C++, CREATE DATABASE statement, Data base design, Database, Database management
answered by:
2,600 pts.

Microsoft exchange 2003
What part do you have questions about. Do they have active directory yet? How big are they? Are they prepared to isolate the exchange server from the internet using a firewall and email relay, (highly recommended)? Do they require clustering to accomodate failover? The internal network shouldn’t require changes if it is a sound design. [...]

View Answer   |  May 15, 2013  12:04 PM
Active Directory, Availability, Bandwidth, Cabling, Cisco, DataCenter, Desktops, DHCP, DNS, Hardware, Hubs, Juniper Networks, Lucent, Management, Microsoft Windows, Network monitoring, Networking, Networking services, Nortel, OS, Project management, Routers, Security, Servers, SQL Server, Switches
answered by:
0 pts.

The Future of the MAC address
A MAC address is made up of 6 bytes written as 12 hex digits. For example: 00-80-C8-E3-4C-BD. Of this address, the first 3 bytes (00-80-C8) identifies the card’s manufacturer. The IEEE is the body that assigns manufacturers their IDs, called Organizationally Unique Identifiers. So, this leaves 3 bytes which can be assigned by the manufacturer [...]

View Answer   |  May 15, 2013  11:58 PM
MAC address
answered by:
15 pts.

CONTROL-M
This article will help you solve your problem.

View Answer   |  May 15, 2013  7:26 AM
ctrl-m
answered by:
10,615 pts.

How many meters of patch cable can we use to connect a LAN?
Here are some good basic guidelines and tips. =================== There really is no limitation on total LAN cable length in a network. The distance limitation is between devices that generate the signal. This is typically 100M for copper. _________________________________________ You really should use a structured system for connectivity rather than point-to-point patch cables. But for [...]

View Answer   |  May 15, 2013  4:09 PM
Cabling, Data center network cabling, LAN, Local area networks, Network cabling, Networking, Networking Equipment, Patch cables
answered by:
640 pts.

Data warehouse vs Database
All data warehouses are databases, not all databases are data warehouses. Basically a database is any system which keeps data in a table format. Here’s the definition: “A computer database is a structured collection of records or data that is stored in a computer system so that a computer program or person using a query [...]

View Answer   |  May 15, 2013  11:12 AM
Data base design, Data warehouse
answered by:
15 pts.

Java —- 100% OO Language
This is the best way I can sum it up: OOP emphasizes making the programming language fit the constraints of the representation. Think of a bike (it is an object). It has many parts bolts, screws, chains, bars, etc. It has many functions. In Java you would program with the intent to model those functions. [...]

View Answer   |  May 15, 2013  3:56 PM
Java, Object-oriented programming
answered by:
15 pts.

RAID DP vs. RAID 4
Check out this: RAID tutorial: Picking the Right RAID level – SearchSMBStorage and RAID – SearchStorage.

View Answer   |  May 15, 2013  6:52 AM
Oracle, RAID 4, RAID DP
answered by:
8,200 pts.

HP T-TR Status Client error
Check to see what is in the startup folder and the RUN key in the registry (startupcpl is a good tool for this). HP is known for lots of “crapware“. It sounds like maybe one of these programs has been incorrectly removed or some of the required files or settings are missing. ******* technochic Actually [...]

View Answer   |  May 15, 2013  6:03 PM
CPU overload, CPU Utilization, Hewlett-Packard, HP T-TR
answered by:
56,975 pts.

Buffer overflow detection technique
A buffer overflow is an anomaly where a program, while writing data to a buffer, overruns the buffer’s boundary and overwrites adjacent memory. There are several techniques: 1. NOP sled technique: A NOP-sled is the oldest and most widely known technique for successfully exploiting a stack buffer overflow. It solves the problem of finding the [...]

View Answer   |  May 15, 2013  8:18 PM
Buffer overflow, Computer programming, Security
answered by:
63,535 pts.

How Volume Shadow Copy works in Windows system?
Hi, I think you’ll find the answer here and here. I hope this helps. Kind Regards, Joeri Puttevls

View Answer   |  May 15, 2013  12:31 PM
Backup, Backup software, Volume Shadow Copy, Windows backup software
answered by:
30 pts.

Routing confusion
Some vendors, like Cisco, have proprietary routing protocols that don’t “play well with others” and don’t meet routing standards for interoperability. Other vendors use standard routing protocols. This article on routing protocols might help you better understand the various routing protocols and their differences/similarities. Don’t misunderstand me, Cisco does use standard routing protocols, but like [...]

View Answer   |  May 15, 2013  1:36 PM
Cisco, D-Link, Linksys, Routers, Routing and switching
answered by:
32,645 pts.

What is the difference between SQL and T-SQL?
SQL refers to the base Structured Query Language which is an ANSI Standard. T-SQL, also known as Transact-SQL, is a “superset” of SQL which is used by Microsoft SQL Server and Sybase SQL Server. T-SQL supports all the commands that SQL supports, but SQL doesn’t support all the commands that T-SQL supports. For more info: [...]

View Answer   |  May 15, 2013  3:31 PM
SQL, T-SQL
answered by:
440 pts.