FIT03.04 - SandersIT

Download Report

Transcript FIT03.04 - SandersIT

FIT03.04
Demonstrate knowledge of
network applications and
diagnostics
Network Architectures


The way a network is designed and
built, just as the architecture of a
building refers to its design and
construction
Requires special software to control the
flow of information between users
Client/Server Architecture


Two primary components:
servers and clients
A server is a computer
with the primary
responsibility of servicing
requests, such as
database queries, as they
arrive. All data is stored
here at the server.



A client consists of any
computer on the network
that submits requests to
the server
The relation in a
client/server network can
be identified as a
requester/provider
Requires a network
operating system, like
Windows NT, 2000, or XP
Pro
Peer to Peer Architecture


Information is uniquely decentralized
Each PC acts as both a client
(information requester) and a server
(information provider)

No network administrator

Network is fast/inexpensive to setup
& maintain

Easiest type of network to build, and
perfect for both home and office use

Performance slows down when more
than one user accesses the same
computer at the same time
Network Applications

Application layer is a protocol layer in Office System
Interconnection (OSI) or TCP/IP models




OSI layers provide a description of how network hardware
and software work together in layered fashion to make
communications between computers possible
The model divides network communication into seven
layers
Each layer includes different network activities, equipment,
or protocols
Best known and most widely used guide for visualizing
networking environments
Network Diagnostics Tools

Application
Provides applications with network access

Presentation
Adds a common format for data presentation (syntax) and
provides code formatting

Session
Establishes and monitors communication session between
machines; offers provisions for data expedition, class of service,
and exception reporting

Transport
Breaks up data into smaller pieces and ensures error-free delivery

Network
Addresses and routes messages (Routers operate here)

Data Link
Packages data in frames and establishes sessions (Bridges,
switches operate here)

Physical
Defines hardware (NIC, cabling and connectors) and transfers
data as a serial bit stream (Hubs, repeaters operate here)