Sie sind auf Seite 1von 30

COMPUTER NETWORKS

Liu wen

COMMON TYPES OF NETWORK


Most networks are controlled by the use of servers. There are different types
of servers, for examples:
File servers, which allow users to save and load data/files
Application servers, which deal with the distribution software to each computer
Printer servers, which ensure printing from devices on the network is done in a queue, for
example
Proxy servers, which are used as a buffer between WANs and LANs

LOCAL AREA NETWORKS (LAN)


A LAN is usually within one building or certainly not over a large geographical area. A typical LAN will
consist of a number of computers and devices which will be connected to hubs or switches. To allow the
LAN to connect to the internet; in doing so it then becomes part of a wide are network (WAN).
Advantages of networking computers together using LANs:
The sharing of resources

Communication between users


A network administrator to control and monitor all aspects of the network.
However, there are also disadvantages:
Easier spread of viruses throughout the whole network
The development of printer queues, which can be frustrating
Slower access to external networks, such as the internet.
Increased security risk when compared to stand-alone computers
The fact that if the main server breaks down , in most cases the network will no longer function.

RING NETWORKS
Ring networks are becoming less popular. Every computer in the network is connected in a
ring, including the server. Data is transmitted around the ring and each computer only
removes data which is relevant to it.
Advantages:
Ring networks work well under heavy loading
It is possible to create very large networks using this topology
Disadvantages:
If there is a fault in the wiring between two computers then the whole network will fail.
Adding a new device or computer to the network can be difficult since it has to be placed
between two existing devices.

BUS NETWORKS
In a bus networks, each computer or device is connected to a common central line. Data
travels along this central line until it reaches the computer or device that requires in. The ends
of the line have terminators to prevent.
Advantages:
It is easy to add a new computer or device to the network
If one device or computer fails, it doesnt affect the rest of the network
This type of network doesnt need a hub or a switch and also requires less cabling than
Disadvantages:
It is difficult to isolate any fault on the network

If the central line has a fault then the whole network fails
This is becoming an increasingly outdated topology for network design
Its performance worsens noticeably as more and more devices/computers are added.

STAR NETWORKS
Each computer or device is connected via a central hub or switch. Data is sent to the hub
which they sends out data along every cable to every computer or device.
Advantages
If one computer or device fail, then the rest of the computer network is unaffected.

Problems on the network are easy to identity and work can be carried out on a faulty device
without affecting the rest of the network.
It is easy to expand the network
Disadvantages
If the central hub breaks down, the whole network crahses

TREE NETWORK
A tree network has a central line connecting together a series of satr networks. The server is
also connected to this central line. Because of its flexibility, and the fact that it has the
advantages of both bus and star networks, this topology is becoming increasingly popular.
The advantages and disadvantages are the same as for bus and star networks.

WIRELESS LANS (WLANS)


WLANs are similar to LANs but there are no wires or cables. They provide wirless network
communications over fairly short distances using radio or infrared signals instead of cables.
Devices, known as access point (APs) are connected into the wired network at fixed location.
Because of the limited range, most commercial WLANs need several Aps to permit
uninterrupted wireless communications.

Advantages
All computer can access the same services and resources
There is no cabling to individual computers and devices so safety is improve.
The system is more flexible, since users can move their laptops from their desks.

Disadvantages
There may be problems of interference which can effect the signal
The data transfer rate is slower than in a wired LAN.

WIFI
WiFi refers to any system where it is possible to connect to a network or to a
single computer through wireless communications. WiFi systems rely on some
form of AP, which uses radio frequency technology to enable the device to
receive and send signals.

Note that WiFi is not short for wireless fidelity. Rather, it is the trademark name
for any product which is based on the IEEE standard.
WiFi hotspots are places where you can access WiFi. They exist in public
places such as airports, hotels and internet caf. It is possible to logon to free
WiFi hotsoports unless they are protected by password. Software exists which
can be loaded on laptop computer which then searches for non-protected
WiFi systems.

BLUETOOTH
Bluetooth is an example of wireless personal area working (WPAN)
technology. Spread spectrum transmission is used to provide wireless links
between mobile phones, computers and other handheld devices and allow
connection to the internet.

With this system, it is possible to create a small home network.

WIDE ARE NETWORKS


A wide area network (WAN) is basically formed by a number of LANs being
connected together through either a router or a modem. Some companies
will set up private WANs. This is expansive but comes with the advantage of
much enhanced security.

NETWORK DEVICES
MODEMS
Modem means modulator demodulator and is a device which converts a
computers digital signal into an analogue signal for transmission over an
existing telephone line.
Modems are used to allow computers to connect to networks over a long
distances using existing telephone networks
Dial-up modems operate at transmission speeds of about 60 kilobits per
second, which is quite slow by todays standards.
Although the ADSL modems still use the existing telephone network, unlike
dial-up modems they do not tie up the line while accessing the internet, so
the land-line telephone can still be used at the same time.

NETWORK HUBS
Network hubs are hardware devices that can have a number of
devices/computers connected to them. Its main task to take any data
received via one of the pots and then send out this data from all of the pots.
Each computer/device will receive the data, whether it is relevant or not.

SWITCHES
Switches are similar to hubs but are more efficient in the way they distribute
data. A hub learns which devices are connected to which ports. Each
device has a media access control (MAC) address which identifies it
uniquely. Data packets sent to the switch will have a MAC address giving
the source and receiving device.
If a device X is always sending the switch data via port 4 then it learns that X
must be connected to that port. This means that the network traffic only
goes to where it is needed and so a switch is more efficient than a hub,
especially when the network is very busy.

BRIDGES
Bridges are devices that connect one LAN to another LAN that uses the
same protocol. They decide whether a message from a user is going to
another user on the same LAN or to a user on a different LAN.
In network that use bridges, workstation addresses are not specific to their
location and therefore messages are actually sent out to every workstation
on the network. However, only the target workstation accept this message.
Networks using bridges are interconnected LANs since sending out every
message to every workstation would flood a large network with unnecessary
traffic.

ROUTERS
Since large companies often have more than one network there are
occasions when the computers in one network want to communicate with
the computers in one of the other networks. Routers are often used to
connect LANs together and also connect them to the internet.

Routers inspect the data packages sent to it from any computer on any of
the networks connected to it. Since every computer on the same network
has the same first part of an internet protocol (IP) address, the router is able
to send the data package to the appropriate switch and it will then be
delivered using the mac destination address in the data packet. If this mac
address doesnt match any device on the network it passes on to another
switch on the same network until the device is found.

HTTP PROXY SERVERS


This is a special type of server that acts as a buffer between WAN and a LAN.
The server passes on the service requests to the internet and then passes
back the requested pages. It therefore retrieves web pages and passes
them on to the computer that made the request. Any page retrieved from
the internet is stored on the server, which means that when a different
computer requests the same page it is available immediately thus
considerably speeding up the browsing process.

THE INTERNET
WEBSITES

The web is made up of millions of those websites and millions of web pages . Web pages are
documents on a computer screen which may consist of text, pictures, sounds, animation or
video. A website consists of many of these pages linked together.
The website shows these hyperlinks to allow users to navigate between web pages. These
hyperlinks are often shown as blue underlined text. An alphanumeric form is usually used
which has the format: protocol://site address/path/filename.
Where protocol is usually http
Site address consists of: host computer name, domain name, domain type and the country
code

Computer name is usually www


Domain name is the name of the website
Domain type is commonly one of the following: .com, .org, .co, .net, .gov
Examples of country code include: .uk, .us, .de, .cy, .vn

Path is the web page


File name is the item of the webpage

ACCESSING THE INTERNET


An ISP is a company that provides users with access to the internet, usually
for a fee. When a user registers with an ISP, an account is set up and they are
given login details, which include a username and a password. Most IPs also
provide an email account.

Emails allow attachments. An email address contain 2 parts:


example1@yahoo.co.uk OR example2@yahoo.com

INTRANETS
Many companies use an intranet as well as internet. Intranets is a computer
network based on internet technology that is designed to meet the internal
needs for sharing information within a single organisation/company. Reasons
for doing this:

It is safer since there is less chance of external hacking or viruses


it is possible to prevent employees from accessing unwanted websites
It is now worth comparing the internet with intranets:
The term internet come from the phrase international network
The term intranet comes from the phrase internal restricted access network

NETWORK SECURITY
The security problems when using networks such as the internet are well
documented. There are various security threats to network and there are
many equally varied ways of combating the threat.

USER IDS
When logging on to any network system, a user will be asked to type in a
User ID. The assigns the user privilege once the logon procedure is successful.

PASSWORDS
After keying in the user ID, the user will then be requested to type in their
password. This should be a combination of letters and numbers which would
be difficult for somebody else to guess. When the password is types in it often
shows on the screen as ****** so nobody overlooking can see what the user
has typed in. if the password doesnt match up with the user ID then access
will be denied. Many systems ask for the password to be typed in twice as a
verification check. To help protect the system, users are only allowed to type
in their password a finite number of times three times is usually maximum
number of tries alloed before the system locks the user out.

ENCRYPTION
Encryption is the converting of data into a code by scrambling it or
encoding it. This is done by employing encryption software. Since the data is
all jumbled up it appears meaningless to a hacker or anyone who illegally
accesses the data. It should be stressed that this technique doesnt prevent
illegal access.
The system works like this:
A user writes a message and the computer sending this message uses an
encryption key to encode the data

At the other end, the receiving computer has a decryption key which its uses
to decode the message. Note that the data when the message was sent is
important since this formed part of encryption algorithm.

AUTHENTICATION TECHNIQUES
There are many ways in which a computer user can prove who they are. This
is called authentication, and a type of authentication is used in the banking.
Most systems adopt the following authentication logic:
something that you know - PIN/password

Something belonging to you your bank card


Something unique to you your fingerprints
At least two of these are needed at the moment when a user has to prove
who they are.
Something you know surname, reference number, PIN, date last logged on
Something belonging to you card put into card reader to produce the 8digit code

COMMUNICATION METHODS
FAX
With this system, documents are scanned electronically and converted into
a bit map image. The receiving fax machine converts this electronic image
and prints it out on paper.
It is also possible to generate fax signals from a computer to allow files and
documents to be sent to a fax machine. Fax/modem software in the
computer converts the image into a form recognized by a fax machine.

EMAIL
This is an electronic method for sending text and attachments from one
computer to another over a network
Advantages:
The speed of sending and receiving replies using the email system
The low cost, since stamps, paper and envelopes are not needed
Not needing to leave home to send the email
Disadvantages
The possibility of virus threats and hacking
The need for the email address to be completely correct
The inability to send bulky objects via emails.

VIDEO CONFERENCING
This is a method o communication between people at 2 locations. The
system works in real time and uses additional hardware. There are potential
problems with those systems such as time lag, sound and picture quality can
be poor.

However, these systems are becoming more and more popular at the cost
of travelling increases and the risk of terrorist attacks becomes higher.

VOIP
Voice over internet protocol (VOIP) is a method used to talk to people using
the internet. It converts sound

Thank you for watching!!!


YOLO!!!!!!!!

Das könnte Ihnen auch gefallen