Introduction To Networks
Introduction To Networks
TMC 1253
Data Communication and
Networks
.
Session Topics
Data communications
Networks
The Internet
Protocol and Standards
Objectives
This course should act as a general overview to the the
field Data Communications and Computer network
Understand the fundamental of Data Communication and
Computer Network
Understand the key role of Data Communication and
Computer Network in providing integration within an
organization
Demonstrate detailed knowledge of application of Data
Communications and networking technologies
Collaboration
Decision requirement
Access information accurately
Sharing
Questions
Data Communication
Communication is the process of sharing
information
Telecommunication
Communication at a distance
Tele is far in Greek
Traditionally speech
Sound, pictures, text, ...
Data Communication
Data communication exchange of data between
two device via some form of transmission medium
Communication devices must be part of a communication
system
Combination of Hardware and software
Protocol
Communications protocols includes a
treatment of protocol architectures as well as
analysis of individual protocols at various
layers of the architecture
TCP/IP
OSI Layer
Question
Can we consider milk cans and a string system
as a Data Comm. System?
Think!!!
Based on the following scenario, discuss the problem of
it:
- if you let the string go slack
- If you and your partner both talk at the same time
- If your partner doesn't talk to you
- If your receiver decides not to play anymore
Networks
What is networks?
It is a set of devices (nodes) connected by
media links
A node: a computer, printer and others
Communication channels: the link connecting
the devices
Example of Enterprise
Network
Example of campus
network
Network Criteria
Network Criteria (How to evaluate networks)
Performance types of hardware / software,
transmission medium, users
Reliability frequency of failure, recovery time,
catastrophe (fire, earthquake, etc)
Security unauthorized access, viruses, etc
Basic Concept
Basic Concept
Type of Connection
physical Topology
Transmission Mode
Categories of Network
Internetwork
Type of Connection
refers to the way two or more communication devices attach
to a link
2 possible line configurations :
point-to-point
provide a dedicate link between two devices
the entire capacity of the channel is reserved
most point-to-point line configurations use an actual
length of wire or cable to connect the two ends, but
other options such as microwave or satellite are also
possible
2004 Ken Baldauf, All rights reserved.
Point-to-point connection
Multipoint
multipoint
more than two specific devices share a single link
In a multipoint environment, the capacity of the
channel is shared.
If several devices can use the link simultaneously, it is a
spatially shared line configuration.
If users must take turns, it is a time-shared line
configuration
Multipoint connection
Physical Topology
Topology - the way a network laid out, either physically or logically.
Two or more devices connect to a link, and two or more links forms a
topology.
There are five basic topologies possible: mesh, star, tree, bus, and
ring.
Two relationships are possible:
Peer-to-Peer, where the devices share link equally.
Primary-secondary :where one device controls traffic and others
must transmit through it.
Ring and mesh topologies are more convenient for peer-to-peer
transmission, while star and tree are more convenient for primarysecondary.
A bus topology is equally convenient for either.
Categories of topology
Topology - Mesh
Topology - Mesh
In a mesh topology, every devices has a dedicated point-to-point link
to every other device.
The term dedicated means that the link carries traffic only between
the two devices it connects.
A fully connected mesh network therefore has n(n-1)/2 physical
channels to link n devices.
To accommodate that many links every device on the network must
have n-1 input/output (I/O) ports.
Example:
Ques1: Given a 5 device mesh, calculate how many
links are there in that network?
Ans: n = 5, so number of links = 5(5-1)/2 ..or .. 5(4)/2 ..
or .. 20/2 .. or .. 10.
Ques2: From the example above, each machine would
require:
n-1 .. or .. 5-1 .. or .. 4 ports.
Topology Star
Topology Star
In a star topology, each device has a dedicated point-to-point link
only to a central controller, usually called a hub.
The controller acts as an exchange: If one device wants to send data
to another, it sends to the controller, which then relays the data to the
other connected devices.
Cheaper than mesh topology
Easy to install and configure
Addition and deletion involve only one connection: between that
devices and the hub
Robustness
Star topology
Source: http://www.chetbacon.com/LessonPlans/xstar-top.htm
2004 Ken Baldauf, All rights reserved.
Topology - Tree
Tree
A tree topology is a variation of a star
The central hub in the tree is an active hub
An active hub contains a repeater, which is hardware device that
regenerates the received bit patterns before sending them out.
The secondary hub may be active or passive hubs.
Each passive hubs contains a set of resistors to balance the circuit
linking the connected device.
Advantages and disadvantages: same as star topology
Topology - Bus
Bus
Bus topology
Topology - Ring
Ring
In a ring topology, each device has a dedicated point-topoint configuration only with the two devices on either
side of it.
A signal is passed along the ring in one direction, from
device to device until it reaches its destination.
Each device in the ring incorporates a repeater.
Ring topology
Constraints:
ring length and number of devices.
Constraint in unidirectional can be solved by dual ring or a switch
capable of closing off the break.
Topology - Hybrid
Hybrid topology
Several topologies as subnetworks linked together
in a larger topology
Two different topologies can be connected to each
other via a central controller in a star topology.
Transmission Mode
TRANSMISSION MODE
The term transmission mode is used to define the direction of signal
flow between two linked devices.
There are three types of transmission modes: simplex, half-duplex,
full duplex
Simplex
In simplex, communication is unidirectional. Eg: keyboard
Half-duplex
Each station can both transmit and receive, but not at the same time.
The entire capacity of a channel is taken over by whichever of the two
devices is transmitting at the time. Eg: walkie-talkie
Transmission Mode
Simplex
Half Duplex
Full Duplex
Categories of Network
LAN
Local Area Network (LAN)
Privately owned and links the devices in a single office, building or
campus.
LAN size limited to a few kilometers.
LAN share resources between PCs (or workstations).
The resources include hardware (printer), software (application
program) or data.
One of the computers in LAN may be given a large capacity disk drive
and become a server to the other clients.
LAN only use one type of transmission medium.
The most common LAN topologies are bus and star.
Speeds can increase to 1000Mbps (1 Gbps).
2004 Ken Baldauf, All rights reserved.
LAN
MAN
Metropolitan Area Network (MAN)
Designed to extend over an entire city.
Maybe a single network, or connecting a number
of LANs into a larger network
MAN can be owned by a private company or
public company, such as a local telephone
company.
MAN
WAN
Wide Area Network (WAN)
Provides long distance transmission of data, voice, video,
image, over large geographical areas country, continent
or the whole world.
WANS is usually in combination of public, leased or private
communication devices.
WAN which wholly owned by a single company is often
referred to as an enterprise network.
WAN
Interconnection of Networks
Internetwork / internet
When two or more networks are connected
The Internet
Internet today
Protocol
Protocol- a set of rules that govern all aspects
of information communication.
It defines what is communicated, how it is
communicated, and when it is communicated.
Key elements of a protocol are syntax,
semantics, and timing.
Protocol (cont.)
Syntax - the format or layout of the message
Semantics - what to do with the different parts
as defined by the syntax.
Timing - the actual speed of data transmission.
Standards
A standards provides a model for
development, makes it possible for a product
to work regardless of the individual
manufacturer.
Categories of Standards
WCB/McGraw-Hill
The McGraw-Hill
Companies,
Inc., 1998
2004 Ken Baldauf,
All rights reserved.
Standard (cont.)
Standards organizations
Conclusion
From Cisco CCNA:
Computers are vital components of every network.
The more you know about computers, the easier it is
to understand networks.
Knowledge about how a computer functions makes it
easier to understand networks.
Think of the internal components of a PC as a
network of devices, all attached to the system bus.
Question
Q&A