Zusammenfassung der Ressource
Networking
- A network is a collection of connected
computers plus their peripherals
- Each device on a network is called a node
- LAN
- A LAN is confined to one site, connected using
equipment owned by the organisation, and maintained
by the organisation (or it may be outsourced)
- Advantages: Central data storage makes data sharing possible and convenient,
and backups easier to do, computers are easily updated or reconfigured centrally,
they can easily be monitored, security policies can be centrally administered,
users can communicate with each other, expensive peripherals can be shared
- Drawbacks: maintenance incurs
ban expense; specialist staff may
be needed, network problems
might affect all users, security
may be a problem because data is
accessible from many places
- WAN
- Wide area network which
covers a large geographical area
- Often connect LANs together, they make
use of publicly available telecoms facilities,
they allow a business to functions, allow a
business to function from any location
- Hardware
- Network
interface
controller
- Each device on a network needs an
NIC (LAN adapter) which are usually
built into the motherboard
- Every NIC has a MAC
address stored in
ROM so each node
can be identified
- Cables
- Connenctions between most devices on LANs are made
with copper cable (normally UTP (unshielded twisted
pair) which is light, flexible and easy to install)
- Fibre-optic cable is used for longer distances
and use outside (transmits by light waves)
- Hubs
- Devices that connect many network devices
together making them into a single network
segment (a defined part of a network)
- Have a number of input
and output ports and a
signal arriving at one end
is transmitted to all others
- Switches
- Connect and act as bridges so networks can
function as one (different from hub as only
transmits message to intended device)
- Wireless
access point
- Allows LAN connections
without the need for
physical cables using WiFi
- Often connected to a router
so can save money because
cable is not needed
- Security risks can be dealt with encryption,
hiding broadcast identities and allowing
access to only certain MAC addresses
- Routers
- It receives data in the
form of packets and
forwards them (often
to another router
- They direct traffic
through large networks,
notably the internet
- Small routers in the home
connect computers to teh
Internet Service Provider
- Types
- Client-server network
- One or more servers provide
services to many client
machines where the user works
- Servers are computers that are set up to handle
network functions (high-end computers with enough
storage and speed), can be virtual where one physical
machine can take on more than one servers functions
- Typical servers include: database
server, file server, mail server, print
server, web server, gaming server
- Advantage is that machines are
dedicated (immediate needs) so
it's efficient and high speed
- Peer-to-peer
- All computers are equal
- each node serves the
needs of the user as well
as the network function
- Easy to set up but maintenance is more
difficult, security is poor and tend to be
slow because of multitasking
- Useful on the internet where files can be
shared directly between users without
the need to go through web servers
- Topologies
- Bus
- The computers and other devices
are attached to a single backbone
- A terminator prevents reflection of
signals which travel in either direction
- Plus: easy to set up, cheap
- Negative: problems with
backbone can bring the
whole network down,
limited distance covered,
many data collisions slow
the network down
- Star
- Client machines are connected to a central
switch or hub, which is usually connected to
one or more servers (signals either direction)
- Plus: robust (problems don't affect the whole
network), fewer data collision than bus so faster
- Negative: needs expertise, can be expensive because more building
work involved and more network hardware and software needed
- Ring
- Data passes through each node, carried in data units called tokens
- Plus: very fast - no collisions
- Negative: problems in backbone can bring whole
network down and data passes through every node
so makes network vulnerable to malfunctions