Chapter Two Networking
Chapter Two Networking
Chapter Two Networking
Networking Components
Networking Components
• The components required to operate a network can be
divided into two major categories.
• Hardware
• Software
• The hardware components of a network consist of all
physical parts that we can see and touch. The following
five items are good examples to be mentioned.
• Server
• Workstation/Client
• Transmission media
• Network Interface Cards (NIC)
• A concentrator/network connectivity
devices/internetworking devices, or wiring center
• The software necessary to operate a network
consists of three items
• Network operating system (NOS)
• The operating system of the workstation
• Server software
• Client software
Hardware network components
The Server
• The server functions as the central repository
resources/services the network provides. Usually
the server is also responsible for controlling
which users on which computers in the network
are granted access to a service.
• File Servers
• A file server stands at the heart of most
networks. It is a very fast computer with a large
amount of RAM and storage space, along with a
fast network interface card. The network
operating system software resides on this
computer, along with any applications software
and data files that need to be shared
• The file server controls the communication of information
between the nodes on a network. For example, it may be
asked to send a word processor program to one
workstation, receive a database file from another
workstation, and store an e-mail message during the same
time period. This requires a computer that can store a lot of
information and share it very quickly. File servers should
have at least the following characteristics:
• 800 megahertz or faster microprocessor (Pentium 3 or 4,
G4 or G5)
• High RAM capacity
• A fast hard drive with at least 120 gigabytes of storage
• A RAID (Redundant Array of Inexpensive Disks) to preserve
data after a disk casualty
• A tape back-up unit (i.e. DAT, JAZ, Zip, or CD-RW drive)
• Numerous expansion slots
• Fast network interface card
Workstations/Clients
• A place where the services of the server are used.
Usually not as good as the server in one way or
another.
• All of the user computers connected to a network
are called workstations or clients. A typical
workstation is a computer that is configured with
a network interface card, networking software,
and the appropriate cables. Workstations do not
necessarily need floppy disk drives because files
can be saved on the file server. Almost any
computer can serve as a workstation/client
Transmission media
• Transmission media broadly categorized into two:
• Guided/wired or bounded transmission media and
• Unguided/wireless or unbounded transmission
media.
• Cabling –Guided transmission Medias
• This is what connects the file server and
workstations/clients. Another phrase for cabling is
transmission media. There are various types of
guided transmission media, including coaxial cable
(Thicknet and Thinnet), Twisted-pair cable (shielded
(STP) and unshielded (UTP)), and Fiber-optic.
What is Network Cabling?
• Cable is the medium through which information
usually moves from one network device to
another. There are several types of cable which
are commonly used with LANs. In some cases, a
network will utilize only one type of cable, other
networks will use a variety of cable types. The
type of cable chosen for a network is related to
the network's topology, protocol, and size.
Understanding the characteristics of different
types of cable and how they relate to other
aspects of a network is necessary for the
development of a successful network.
• The following sections discuss the types of
cable medias used in networks and other
related topics.
• Twisted pair cable
– Unshielded Twisted Pair (UTP) Cable
– Shielded Twisted Pair (STP) Cable
• Coaxial Cable
• Fiber Optic Cable
Twisted pair
• In its simplest form, twisted-pair cable consists of two
insulated strands of copper wire twisted around each
other. The two types of twisted-pair cables are:
unshielded twisted-pair (UTP) and shielded twisted-pair
(STP) cable.
• Unshielded Twisted Pair (UTP) Cable
• UTP is the most popular type of twisted-pair cable and
is fast becoming the most popular LAN cabling. It is
cheap and easy to use. However, its performance over
long distances is not as good as coaxial cable. The
maximum cable length segment of UTP is 100 meters.
There are a number of different types (or categories) of
UTP cable, which differ in their
Categories of Unshielded Twisted Pair
Category Use
Category
Voice Only (Telephone Wire)
1
Category
Data to 4 Mbps (Local Talk)
2
Category
Data to 10 Mbps (Ethernet)
3
Category
Data to 20 Mbps (16 Mbps Token Ring)
4
Category
Data to 100 Mbps (Fast Ethernet)
5
Unshielded Twisted Pair Connector
A hub is a center point in a network. Much like an airline hub, a network hub is the center point where all
Hub network traffic passes through on an Ethernet network. If you think about a star network topology, a hub
is always in the middle of the star, and all data transmitted on the network passes through that hub.
A bridge is a method of segmenting networks into two or more sections. Data transmitted on one
segment only passes through to the other segment if the receiving computer is on that other
Bridge
segment. This can speed up networks were the bandwidth is almost complete used by splitting network
traffic into useable chunks.
A router examines the source and destination addresses of network traffic and decides where it should
go. Rather than have the signal transmitted to every node, the router decides which route is best by use
of a Router Table. When several routers are connected together, they can allow communication over
Router inter-networks (large networks made up of smaller networks) without the bandwidth problems of having
one giant network.
A router is a router and a bridge combined. It is used for both network segmentation and routing purposes. Most routers are inherently
routers now, as the two tasks are quite similar.
Software network components
The Network Operating System
• What is a Network Operating System?
• Unlike operating systems, such as DOS and
Windows that are designed for single users to
control one computer, network operating systems
(NOS) coordinate the activities of multiple
computers across a network. The network
operating system acts as a director to keep the
network running smoothly.
– The network operating system is the software that
resides on the server. The network operating system,
or NOS, controls virtually all the activity on the
network.
– The NOS manages access to the resource on the
server and handles security of the resource on the
server.
– It provides true multi-user capabilities and is
probably the most important part of the network.
• The two major types of network operating
systems are:
• Peer-to-Peer
• Client/Server
Peer-to-Peer
• Peer-to-peer network operating systems allow
users to share resources and files located on their
computers and to access shared resources found
on other computers. However, they do not have a
file server or a centralized management source
(See fig. below). In a peer-to-peer network, all
computers are considered equal; they all have
the same abilities to use the resources available
on the network. Peer-to-peer networks are
designed primarily for small to medium local area
networks.
Advantages of a peer-to-peer network: