Net PDF
Net PDF
R. Anderson
What is a Network?
A connection of two or more computers so that they can share resources.
Printers/Scanners
Many users in an office can send their documents to be
printed to a single printer
Applications
Many organizations today have a main system that runs
their software and makes it accessible from each computer
within a organization
Eg. Banks make account management system accessible from each bank-
tellers computer
Data
Many organizations have data relevant to clients that they
need on a day-to-day basis. Networks allow the storing of
information on a single network resource that is accessible
to all employees.
benefits II
Remote Access
Networks allow you to access electronic data from geographically remote
locations.
Eg. If connected to the internet, you can access files stored on a computer in
any part of the world that is also connected to the internet.
Improvements in communication
Information can be sent and retrieved much faster compared to manual
processes.
Reduced Paper & Printing Costs
A document can be made accessible on a network resource instead of
printing and handing it out to each person for which it is intended.
Categories of Networks
Local Area Network [LAN]
Usually covers a relatively small geographic area
eg. Home/office/Plaza
Ideal for sharing resources such as printers & Disks
Metropolitan Area Network [MAN]
Usually covers a city or a defined metropolitan region of a country
Usually provides data exchange or shared data
Wide Area Network [WAN]
Usually covers a relatively large geographic area
Made up by many smaller networks [LAN]
Usually provides data exchange or shared data
Network Topologies
A network topology defines how
devices/nodes on a network are linked to
the physical media.
Bus Topology
Star Topology
Ring Topology
Bus Topology
Linear Transmission Medium terminated at both ends
Nodes attached directly to the bus
[ a Bus is a path for data transmission]
Normally used for small temporary transmission
Break in the bus link makes the entire network
inoperable
Difficult to identify the problem if the entire network
shuts down.
Not meant to be used as a stand-alone solution in a
large building.
Bus Topology Diagram
Ring Topology
Manages the interaction of software and application data between network devices
Provides synchronization between user tasks by placing checkpoints in data the data
stream
i.e Ensuring that the data between processes on separate network devices is in sync
according to the specification of a particular application.
OSI: Presentation Layer
Responsible for translation of data to the appropriate
transmission format;
Examples: converting an EBCDIC-coded text file to an ASCII-
coded file
Made of insulated copper wire twisted around each other to form wire
pairs.
Limited to couple hundred meters due to ATTENUATION
Susceptible to crosstalk
Crosstalk occurs when pairs of wires carrying signals interfere with each other.
Unshielded Twisted Pair (UTP)
No sheathing around wires
Telephone, LAN
10/100/1000 Mbps
Shielded Twisted Pair
Sheathing around copper wire to cut down interference from electromagnetic
radiation
16/155/500 Mbps
Coaxial Cable
Two Conductors
Centre cable insulated by plastic foam
Second conductor, foil wrap
Protective cladding & outer Sheath
The inner and outer conductors must have a terminator
at each end for electrical signals to flow through the
cable i.e for data communication to be possible
Moderate to low ATTENUATION [with repeaters can
extend to thousands of meters]
10/100 Mbps
Fiber Optic
Light Conducting Glass in a plastic fibers
and protective cladding with a outer
Sheath
Does not carry electricity;
Ideal for high voltage areas
Transmission Supported for long
distances due to low ATTENNUATION
[kilometres]
Up to 4000 Mbps
Network Hardware
Network Interface Card [NIC]
Repeaters
Bridges
Routers
Switches
Network Interface Cards
[Network Adapters]
Modern bridges
Same basic functionality
as described for bridge
More advanced filtering
features for performance
optimization
What is Routing?
Selecting paths in a computer network along which to send data.
Routing directs the passing of logically addressed packets from their source
network, toward their ultimate destination through intermediary nodes;
typically using hardware devices called routers.
The routing process usually directs forwarding on the basis of routing tables
which maintain a record of the best routes to various network destinations.
Routing differs from bridging in its assumption that address-structures
imply the proximity of similar addresses within the network, thus allowing
a single routing-table entry to represent the route to a group of addresses.
Routing outperforms bridging in large networks, and it has become the
dominant form of path-discovery on the Internet.
Routers
A router acts as a junction between two or more networks to transfer data packets
among them.
Routers connect networks together the way that on-ramps or major intersections
connect streets to both highways and freeways, etc. The street signs at the
intersection (routing table) show which way the packets need to flow.
So for example, a router at home connects the Internet service provider's (ISP)
network (usually on an Internet address) together with the LAN in the home
(typically using a range of private IP addresses) and a single broadcast domain.
In order to route packets, a router communicates with other routers using routing
protocols and using this information creates and maintains a routing table. The
routing table stores the best routes to certain network destinations, the "routing
metrics" associated with those routes, and the path to the next hop router.
Network Protocol
Protocol is the set of standard rules for data representation, signalling,
authentication, and error detection required to send information over a
communications channel.
NIC Protocols:
Token Ring
all computers are connected in a ring or star topology and a bit- or token-passing
scheme is used in order to prevent the collision of data between two computers that
want to send messages at the same time.
Ethernet LAN
typically uses coaxial cable or special grades of twisted pair wires.
Ethernet is also used in wireless LANs.
The most commonly installed Ethernet systems are called 10BASE-T and provide
transmission speeds up to 10 Mbps.
Devices are connected to the cable and compete for access using a Carrier Sense
Multiple Access with Collision Detection (CSMA/CD ) protocol.
Network Protocol Examples
- Physical Layer
Integrated Services Digital Network (ISDN) is a circuit-
switched telephone network system, designed to allow digital
transmission of voice and data over ordinary telephone copper
wires, resulting in better quality and higher speeds than that
available with the PSTN system. More broadly, ISDN is a set of
protocols for establishing and breaking circuit switched
connections, and for advanced call features for the user.
Synchronous optical networking, is a method for
communicating digital information using lasers or light-emitting
diodes (LEDs) over optical fiber. The method was developed to
replace the Plesiochronous Digital Hierarchy (PDH) system for
transporting large amounts of telephone and data traffic and to
allow for interoperability between equipment from different
vendors.
Protocol Examples
- Data Link Layer
Ethernet is a large, diverse family of frame-based
computer networking technologies for local area
networks (LANs).
Simple Mail Transfer Protocol (SMTP) is the de facto standard for e-mail transmissions across the Internet.