A concise evolving definition for Information Technology (IT) or enterprise networking comes from, http://www.techweb.com/encyclopedia/, and it is shown below. A more extensive definition may be found here, http://en.wikipedia.org/wiki/Information_technology . See also, Web site http://en.wikipedia.org/wiki/Web_site , Web portal http://en.wikipedia.org/wiki/Portals , Web service http://en.wikipedia.org/wiki/Web_service and Internet history, http://www.computerhistory.org/exhibits/internet_history/ .



"Enterprise Networking

The networking infrastructure in a large enterprise with multiple computer systems and networks of different types is extraordinarily complex. Due to the myriad of interfaces that are required, much of what goes on has little to do with the real data processing of the payroll and orders. An enormous amount of effort goes into planning the integration of disparate networks and systems and managing them, and, planning again for yet more interfaces as marketing pressures force vendors to develop new techniques that routinely change the ground rules.

Application Development And Configuration Management

There are a large number of programming languages and development tools for writing today's applications. Each development system has its own visual programming interface for building GUI front ends and its own fourth-generation language (4GLs) for doing the business logic. Programmers are always learning new languages to meet the next generation.

Traditional programming has given way to programming for graphical user interfaces and object-oriented methods, two technologies with steep learning curves for the traditional programmer.

Programming managers are responsible for maintaining legacy systems in traditional languages while developing new systems in newer languages. They must also find ways to keep track of all the program modules and ancillary files that make up an application when several programmers work on a project. Stand-alone version control and configuration management programs handle this, and parts of these systems are increasingly being built into the development systems themselves (see configuration management).

Database Management

Like all software, a database management system (DBMS) must support the hardware platform and operating system it runs in. In order to move a DBMS to another platform, a version must be available for the new hardware and operating system. The common database language between client and server is SQL, but each DBMS vendor implements its own rendition of SQL, requiring a special SQL interface to most every DBMS.

For certain kinds of applications, relational databases (RDBMSs) have given way to object-oriented databases (OODBMSs) or unified databases that are both relational and object oriented. This puts a new slant on learning about data structures and the way they are processed.

Database administrators must select the DBMS or DBMSs that efficiently process the daily transactions and also provide sufficient horsepower for decision support. They must decide when and how to split the operation into different databases, one for daily work, the other for ad hoc queries. They must also create the structure of the database by designing the record layouts and their relationships to each other.

Operating Systems/Network Operating Systems

Operating systems are the master control programs that run the computer system. Single-user operating systems, such as Windows and Mac, are used in the clients, and multiuser network operating systems, such as Windows NT/2000, Unix and NetWare, are used in the servers. Windows is the clear winner on the desktop, but Windows 2000 and Unix compete with each other for the server side.

The operating system sets the standard for the programs that run under it. The choice of operating system combined with the hardware platform determines which ready-made applications can be purchased to work on it.

Systems programmers and IT managers must determine when newer versions of operating systems make sense and plan how to integrate them into existing environments.

Communications Protocols

Communications protocols determine the format and rules for how the transmitted data are framed and managed from the sending station to the receiving station. Exchanging data and messages between PCs, Macs, mainframes and Unix servers used to mean designing networks for a multiprotocol environment. Today, most enterprises have migrated their proprietary protocols (IBM's SNA, Apple's AppleTalk, Novell's IPX/SPX, Microsoft's NetBEUI) to the Unix-based TCP/IP protocol, which is the transport of the Internet.

LANs

Transmission from station to station within a LAN is performed by the LAN access method, or data link protocol, which is typically Ethernet. As traffic expands within an organization, higher bandwidth is required, causing organizations to plan for faster Ethernet connections (from 100 Mbps to 1,000 Mbps to 10,000 Mbps).

Repeaters, bridges, routers, gateways, hubs and switches are the devices used to extend, convert, route and manage traffic in an enterprise network. Increasingly, one device takes on the job of another (a router does bridging, a hub does routing). Over the years, vendor offerings have been dizzying.

Network traffic is becoming as jammed as the Los Angeles freeways. Network administrators have to analyze current network traffic in light of future business plans and increasing use of Web pages, images, sound and video files. They have to determine when to increase network bandwidth while maintaining existing networks, which today have become the technical lifeblood of an enterprise.

WANs

Transmitting data to remote locations requires the use of private lines or public switched services offered by local and long distance carriers and Internet providers. Connections can be as simple as dialing up via modem or by leasing private lines, such as T1 and T3. Switched 56, frame relay, ISDN, SMDS and ATM offer a variety of switched services in which you pay for the digital traffic you use. With Internet access, you typically pay a fixed amount per month based on the total bandwidth of the connection.

Laptop use has created a tremendous need for remote access to LANs. Network administrators have to design LANs with a combination of remote access and remote control capability to allow mobile workers access to their databases and processing functions.

Network Management

Network management is the monitoring and control of LANs and WANs from a central management console. It requires network management software, such as IBM's NetView and HP's OpenView. The Internet's SNMP has become the de facto standard management protocol, but there are many network management programs and options. For example, there are more than 30 third-party add-ons for HP's popular OpenView software.

Systems and Storage Management

Systems management includes a variety of functions for managing computers in a networked environment, including software distribution, version control, backup & recovery, printer spooling, job scheduling, virus protection and performance and capacity planning. Network management may also fall under the systems management umbrella.

Storage management has become critical for two reasons. First, there is an ever-increasing demand for storage due to the Internet, document management and data warehousing as well as increasing daily transaction volume in growing companies. Secondly, finding the time window in a 7x24 operation to copy huge databases for backup, archiving and disaster recovery has become more difficult.

Electronic Mail

Electronic mail uses a store and forward system so that it can be safely kept in a "mailbox" until it is retrieved. Most earlier proprietary mail systems have given way to Internet mail protocols; however, some still remain within the enterprise. No matter which mail system is used, keeping the network safe from e-mail viruses via attachments and other methods is an ongoing challenge.

The Internet and Intranets

As if everything mentioned above isn't enough to keep the technical staff busy, the World Wide Web came along in the mid 1990s with the force of a tornado, and nothing in the IT world would ever be the same. Now the Internet sets many of the standards, and the browser has become an interface for accessing just about everything. Every component of system software from operating system to database management system, as well as every application on the market, was revamped in some manner to be Internet compliant. Today, almost every new application deals with the Internet in some manner.

In Summary...Happy Computing!"