Network Administration
 
HOME | CONTACT US | SITE MAP

Recent Searches:
Search: Network Administration
Search: Network Security
Search: Network Admin

Partner Sites:
Web Inceptions, Inc.
Domain Name Sales
Domain Registration Alerts


New Sites:
Supernatural Photography
Bargain Scrapbooks
Challenge Workshop
Virtual Pets
Reconcilable Differences
The Love Bible
Advanced Navigation
PUA
Hyper Seduction
Advanced Defense
Party Confidential
Spice Chefs
Adventure Climbers
Independent Cycling
Organic Parenting
Affordable Beach Living
Coach Promotion
Nightlife Photographer
Affordable Home Broker
Interior Updates
Real Estate Bailout
Serenity Photography
Advanced Exports
Enhanced Photography
Smart Custody
Adventure By Nature
The Wine You Love
Bridal Insight
Inspirational Instruction
Coral Adventures
NetworkAdministration.info
Tuesday, March 09, 2010


Networking Basics

A network is a group of computers, printers, and other devices that are connected together with cables. The sharing of data and resources. Information travels over the cables, allowing network users to exchange documents & data with each other, print to the same printers, and generally share any hardware or software that is connected to the network. Each computer, printer, or other peripheral device that is connected to the network is called a node. Networks can have tens, thousands, or even millions of nodes. Cabling:The two most popular types of network cabling are twisted-pair (also known


as 10BaseT) and thin coax (also known as 10Base2). 10BaseT cabling looks like ordinary telephone wire, except that it has 8 wires inside instead of 4. Thin coax looks like the copper coaxial cabling that's often used to connect a VCR to a TV set. Network Adapter:A network computer is connected to the network cabling with a network interface card, (also called a "NIC", "nick", or network adapter). Some NICs are installed inside of a computer: the PC is opened up and a network card is plugged directly into one of the computer's internal expansion slots. 286, 386, and many 486 computers have 16-bit slots, so a 16-bit NIC is needed. Faster computers, like high-speed 486s and Pentiums, , often have 32-bit, or PCI slots. These PCs require 32-bit NICs to achieve the fastest networking speeds possible for speed-critical applications like desktop video, multimedia, publishing, and databases. And if a computer is going to be used with a Fast Ethernet network, it will need a network adapter that supports 100Mbps data speeds as well. HubsThe last piece of the networking puzzle is called a hub. A hub is a box that is used to gather groups of PCs together at a central location with 10BaseT cabling. If you're networking a small group of computers together, you may be able to get by with a hub, some 10BaseT cables, and a handful of network adapters. Larger networks often use a thin coax "backbone" that connects a row of 10BaseT hubs together. Each hub, in turn, may connect a handful of computer together using 10BaseT cabling, which allows you to build networks of tens, hundreds, or thousands of nodes.

Like network cards, hubs are available in both standard (10Mbps) and Fast Ethernet (100Mbps) versions. LANs (Local Area Networks)A network is any collection of independent computers that communicate with one another over a shared network medium. LANs are networks usually confined to a geographic area, such as a single building or a college campus. LANs can be small, linking as few as three computers, but often link hundreds of computers used by thousands of people. The development of standard networking protocols and media has resulted in worldwide proliferation of LANs throughout business and educational organizations. WANs (Wide Area Networks)Often a network is located in multiple physical places. Wide area networking combines multiple LANs that are geographically separate. This is accomplished by connecting the different LANs using services such as dedicated leased phone lines, dial-up phone lines (both synchronous and asynchronous), satellite links, and data packet carrier services. Wide area networking can be as simple as a modem and remote access server for employees to dial into, or it can be as complex as hundreds of branch offices globally linked using special routing protocols and filters to minimize the expense of sending data sent over vast distances. InternetThe Internet is a system of linked networks that are worldwide in scope and facilitate data communication services such as remote login, file transfer, electronic mail, the World Wide Web and newsgroups.

With the meteoric rise in demand for connectivity, the Internet has become a communications highway for millions of users. The Internet was initially restricted to military and academic institutions, but now it is a full-fledged conduit for any and all forms of information and commerce. Internet websites now provide personal, educational, political and economic resources to every corner of the planet. IntranetWith the advancements made in browser-based software for the Internet, many private organizations are implementing intranets. An intranet is a private network utilizing Internet-type tools, but available only within that organization. For large organizations, an intranet provides an easy access mode to corporate information for employees. EthernetEthernet is the most popular physical layer LAN technology in use today. Other LAN types include Token Ring, Fast Ethernet, Fiber Distributed Data Interface (FDDI), Asynchronous Transfer Mode (ATM) and LocalTalk. Ethernet is popular because it strikes a good balance between speed, cost and ease of installation. These benefits, combined with wide acceptance in the computer marketplace and the ability to support virtually all popular network protocols, make Ethernet an ideal networking technology for most computer users today. The Institute for Electrical and Electronic Engineers (IEEE) defines the Ethernet standard as IEEE Standard 802. 3. This standard defines rules for configuring an Ethernet network as well as specifying how elements in an Ethernet network interact with one another. By adhering to the IEEE standard, network equipment and network protocols can communicate efficiently. ProtocolsNetwork protocols are standards that allow computers to communicate. A protocol defines how computers identify one another on a network, the form that the data should take in transit, and how this information is processed once it reaches its final destination. Protocols also define procedures for handling lost or damaged transmissions or "packets. " TCP/IP (for UNIX, Windows NT, Windows 95 and other platforms), IPX (for Novell NetWare), DECnet (for networking Digital Equipment Corp. computers), AppleTalk (for Macintosh computers), and NetBIOS/NetBEUI (for LAN Manager and Windows NT networks) are the main types of network protocols in use today.

Although each network protocol is different, they all share the same physical cabling. This common method of accessing the physical network allows multiple protocols to peacefully coexist over the network media, and allows the builder of a network to use common hardware for a variety of protocols. This concept is known as "protocol independence," which means that devices that are compatible at the physical and data link layers allow the user to run many different protocols over the same medium. TopologiesA network topology is the geometric arrangement of nodes and cable links in a LAN, and is used in two general configurations: bus and star. These two topologies define how nodes are connected to one another. A node is an active device connected to the network, such as a computer or a printer. A node can also be a piece of networking equipment such as a hub, switch or a router. A bus topology consists of nodes linked together in a series with each node connected to a long cable or bus. Many nodes can tap into the bus and begin communication with all other nodes on that cable segment. A break anywhere in the cable will usually cause the entire segment to be inoperable until the break is repaired. Examples of bus topology include 10BASE2 and 10BASE5.

10BASE-T Ethernet and Fast Ethernet use a star topology, in which access is controlled by a central computer. Generally a computer is located at one end of the segment, and the other end is terminated in central location with a hub. Because UTP is often run in conjunction with telephone cabling, this central location can be a telephone closet or other area where it is convenient to connect the UTP segment to a backbone. The primary advantage of this type of network is reliability, for if one of these 'point-to-point' segments has a break, it will only affect the two nodes on that link. Other computer users on the network continue to operate as if that segment were nonexistent. Peer-to-Peer NetworksA peer-to-peer network allows two or more PCs to pool their resources together. Individual resources like disk drives, CD-ROM drives, and even printers are transformed into shared, collective resources that are accessible from every PC. Unlike client-server networks, where network information is stored on a centralized file server PC and made available to tens, hundreds, or thousands client PCs, the information stored across peer-to-peer networks is uniquely decentralized. Because peer-to-peer PCs have their own hard disk drives that are accessible by all computers, each PC acts as both a client (information requestor) and a server (information provider). A peer-to-peer network can be built with either 10BaseT cabling and a hub or with a thin coax backbone. 10BaseT is best for small workgroups of 16 or fewer users that don't span long distances, or for workgroups that have one or more portable computers that may be disconnected from the network from time to time. After the networking hardware has been installed, a peer-to-peer network software package must be installed onto all of the PCs. Such a package allows information to be transferred back and forth between the PCs, hard disks, and other devices when users request it. Popular peer-to-peer NOS software includes

Most NOSs allow each peer-to-peer user to determine which resources will be available for use by other users. Specific hard & floppy disk drives, directories or files, printers, and other resources can be attached or detached from the network via software. When one user's disk has been configured so that it is "sharable", it will usually appear as a new drive to the other users. In other words, if user A has an A and C drive on his computer, and user B configures his entire C drive as sharable, user A will suddenly have an A, C, and D drive (user A's D drive is actually user B's C drive). Directories work in a similar fashion. If user A has an A & C drive, and user B configures his "C:WINDOWS" and "C:DOS" directories as sharable, user A may suddenly have an A, C, D, and E

drive (user A's D is user B's C:WINDOWS, and E is user B's C:DOS). Did you get all of that?Because drives can be easily shared between peer-to-peer PCs, applications only need to be installed on one computer--not two or three. If users have one copy of Microsoft Word, for example, it can be installed on user A's computer--and still used by user B. The advantages of peer-to-peer over client-server NOSs include:

?No need for a network administrator

?Network is fast/inexpensive to setup & maintain

?Each PC can make backup copies of its data to other PCs for security. By far the easiest type of network to build, peer-to-peer is perfect for both home and office use. Client-Server NetworksIn a client-server environment like Windows NT or Novell NetWare, files are stored on a centralized, high speed file server PC that is made available to client PCs. Network access speeds are usually faster than those found on peer-to-peer networks, which is reasonable given the vast numbers of clients that this architecture can support. Nearly all network services like printing and electronic mail are routed through the file server, which allows networking tasks to be tracked. Inefficient network segments can be reworked to make them faster, and users' activities can be closely monitored. Public data and applications are stored on the file server, where they are run from client PCs' locations, which makes upgrading software a simple task--network administrators can simply upgrade the applications stored on the file server, rather than having to physically upgrade each client PC. In the client-server diagram below, the client PCs are shown to be separate and subordinate to the file server. The clients' primary applications and files are stored in a common location. File servers are often set up so that each user on the network has access to his or her "own" directory, along with a range of "public" directories where applications are stored. If the two clients below want to communicate with each other, they must go through the file server to do it. A message from one client to another is first sent to the file server, where it is then routed to its destination. With tens or hundreds of client PCs, a file server is the only way to manage the often complex and simultaneous operations that large networks require. Computer Networking is the very important and the crucial part of the Information Technology. Millions of the computers are networked together to form the Internet. Networking plays a important role in every kind of organization from small to medium sized, in Banks, Multinataional Companies, Stock Exchanges, Air Ports, Hospitals, Police Stations, Post Offices, Colleges, Universities, and even in home, in short networking plays an important role everywhere where computers are used. This article will be interesting for the students, network professionals and for the people who are interested in the computer networkingThis article is created and submitted by Kashif Raza

http://www. networkingtutorials. net

Author:
Kashif Raza




More great sites:
Active Outpost | Actor Registry | Adventures To Go | Affordable Immigration | Antique Brokerage | Antique Collector | Antique Gallery | Antiques Outpost | Band Beat | Bargain Expert | Beach Party | Better Health Today | Bible Supply | Bid Advertising | Body Spirit Mind | Body Today | Brand Expert | Bridal Plans | Bridal Thriftshop | Bride Sale | Bulk Stamps | Business Outpost | Buy Freelance | Buy In Hawaii | Camera Lover | Camera Source | Camping Tools | Career Facts | Casting Alert | Casting Corner | Cat MD | Celebrity Cats | Celebrity Collections | Celebrity Photographer | Celebrity Reporter | Charming Gifts | Chat Factory | City Sellers | Click Ratings | Community Views | Conflict of Interest | Conserve Electricity | Contractor Showcase | CPA Wire | Craft Kit | Craft Sellers | Create Object | Creative Invitations | Creative Marketer | Creative Marketers | Creativity Showcase | Crime Facts | Custom Home Furnishings | Cycle Babble | Cycle Directory | Database Guru | Date a Senior | Dealer Showrooms | Dealers Showcase | Dealers Village | Designer Bridal Gowns | Designer Home Sales | Desolated | Developer Daily | Digital Reseller | Dining HotSpots | Dive Swap | Dog Sellers | Dolphin Adventures | Domain Hotsheet | Dream Handbook | Dream Showroom | Earth Body Mind | Electric Webs | Endless Wealth | Entertain Works | Executive Locator | Expert Architect | Expert LegalHelp | Expert Movers |

Do you have a web site? Please link to us!


NetworkAdministration.info: Networking Basics

More Network Administration information:

Article: Ten Great Careers For Computer Geeks Ten Great Careers For Computer Geeks

Article: Ten Great Careers For Computer? eeks Ten Great Careers For Computer? eeks

Article: Road Warrior At Risk: The Dangers Of Ad-Hoc Wireless Networking Road Warrior At Risk: The Dangers Of Ad-Hoc Wireless Networking

Article: Network Security 101 Network Security 101

Article: Computer Consulting and Virtual IT Computer Consulting and Virtual IT

Article: Your Job Search -- a Marketing Campaign? Your Job Search -- a Marketing Campaign?

Article: How to Select a Web Site Host How to Select a Web Site Host

Article: CCNA 640-801 Certification Primer CCNA 640-801 Certification Primer

Article: Create a Business Continuity Plan to Save Your Business? Create a Business Continuity Plan to Save Your Business?

Article: How To Take Good Care Of Your Computer Even If You Are A Clueless Newbie How To Take Good Care Of Your Computer Even If You Are A Clueless Newbie

Article: Network Security? Not With a P2P Network! Network Security? Not With a P2P Network!

Article: Small Business Computer Security the Basics Small Business Computer Security the Basics

Article: The New Paradigm for Entrepreneurial Success The New Paradigm for Entrepreneurial Success

Article: 3 Ways Computers Can Hurt Your Ministry - Part 2 - Weak Network Security 3 Ways Computers Can Hurt Your Ministry - Part 2 - Weak Network Security

Article: Windows vs Linux : Hosting Windows vs Linux : Hosting

Article: How To Give Away Your Personal Information How To Give Away Your Personal Information

Article: Certification for Freelancers and Home-Based Business Owners Certification for Freelancers and Home-Based Business Owners

Article: IPv6 - Next Step In IP Security IPv6 - Next Step In IP Security

Article: Networking Basics Networking Basics

Article: Beware of Spyware Beware of Spyware

Article: 3 Ways Computers Can Hurt Your Ministry - Part 1 - Ineffective Data Backups 3 Ways Computers Can Hurt Your Ministry - Part 1 - Ineffective Data Backups

Article: How to Be an Editors First Choice How to Be an Editors First Choice

Article: Retailers Give the Finger to Underage Alcohol and Tobacco Use Retailers Give the Finger to Underage Alcohol and Tobacco Use

Article: Virus Prevention 101 Virus Prevention 101

Article: 6 Essential Steps to Protect Your Computer On the Internet For Free 6 Essential Steps to Protect Your Computer On the Internet For Free


Network Administration
Network Security Network Admin

Related Items:
Hewlett Packard
Winmx
Gateway
Computer
Mp3
Hard Drive
Network Administration
Buy Computer
Computer Rental
Whois
Security Capabilities
Security Capability
Application Security Threat
Sun Solaris Administration
Wan Administration
Solaris Sysadmin
Clearcase Admin
Unix Shell
My Security
Unix Setup
Change Audit
Lan Admin
Wan Administrator
Unix Svr
Solaris System Admin
Hp Ux Administration
Clearcase Administrator
Security Hole
Unix Sysadmin
Linux System Admin
Net Admin
Electronic Data Security
Security Experts
Security Architecture
Linux Sysadmin
Lotus Notes Administrator
Layered Security
Lan Administrator
Network Admins
Unix System Admin
Information Technology
It Management
Networking
Personal Computer
Security And Privacy
Security Issues
Network Management
Systems Management
Computer Engineering
It Jobs
Computer Network
Pc Software
Network Monitoring
Systems Integration
Security News
It Careers
Computer Products
Network Performance
It Consulting
Network Devices
Linux Os
Network Equipment
Networking Solutions
Network Analysis
Endpoint Security
Security Appliance
Remote Management
Network Administrators
Security Company
Pc Security
Network Monitor
New Computers
Secure Network
Pc Monitor
System Integrator
Network Analyzer
Learning Management System
It Asset Management
Pc Memory
Firewall Security
Training Administration
It Consultancy
Network Firewall
Unix Administration
Network Analyzers
Linux System Administration
Application Monitoring
Computer Financing
Computer Shopping
Best Computers
Lan Administration
Network Monitoring Tools
Arcsight
Learn Unix
Security Management Software
Linux Consultant
Portable Storage Security
It Consulting Firms
Network Engineer Jobs
Network Careers
Computer Hardware Security
Security Vulnerability Assessment
Training Admin
Managed Network Security
Network Plus Training
Computer Networking Course

 
Copyright © 2000-2006 NetworkAdministration.info. All Rights Reserved.
Home | Contact Us | About Us | Site Map | Add URL