unit1a
unit1a
2
Four fundamental characteristics
• Delivery. The system must deliver data to the correct destination. Data must be
received by the intended device or user.
• Accuracy The system must deliver the data accurately. Data that have been
altered in transmission and left uncorrected are unusable.
• Timeliness The system must deliver data in a timely manner. Data delivered late
are useless.
3
Figure 1.1 Five components of data communication
4
Components of data communication
• Message
• Sender
• Receiver
• Transmission medium
• Protocol
5
Data Representation
• TEXT – unicode (32 bits to represent character) - ASCII.
• NUMBERS
6
Figure 1.2 Data flow (simplex, half-duplex, and full-duplex)
7
1-2 NETWORKS
9
Network Criteria
Performance
•
• Transmission and response times, throughput and delay.
Reliability
Security
1)Point to Point: (P to P)
Dedicated link to be utilized only by end devices.
2) Multipoint (Multidrop):
Many end devices share the link capacity.
11
Figure 1.3 Types of connections: point-to-point and multipoint
12
Physical Topology
13
Topology
• The term physical topology refers to the way in which
a network is laid out physically.
14
Figure 1.4 Categories of
topology
15
Figure 1.5 A fully connected mesh topology (five
devices)
16
Physical Topology
• A) Mesh:
In a mesh topology, every device has a dedicated point-to-
point link to every other device.
17
Mesh Topoology
• Advantages:
Fast communication, Robust and Privacy
(Security), easy fault identification and fault
isolation
19
Physical Topology (cont..)
B) Star:
•Devices are connected Point to Point to a central “Hub” (Controller
Exchanger).
20
Advantages:
Disadvantage:
Example:
•High-speed LAN 21
A bus topology connecting three stations
22
BUS Topology
• A bus topology is multipoint.
23
BUS Topology
Advantage
• Ease of installation, Less Cabling
Disadvantages
•Limit number of nodes on the bus due to signal power loss with
distance.
•In addition, a fault or break in the bus cable stops all
transmission.
Example:
Bus topology was the one of the first topologies used in the
design of early local area networks. Traditional Ethernet LANs
can use a bus topology
24
A ring topology connecting six stations
25
RING TOPOLOGY
• In a Ring topology, each device has a dedicated point-to-point
connection with only the two devices on either side of it.
26
Advantage
• Easy to install and reconfigure.
• To add or delete a device requires changing only two connections
Disadvantage
•A break in the ring (such as a disabled station) can disable the entire
network
Example
•Earlier IBM LANs
27
Figure 1.9 A hybrid topology: a star backbone with three bus
networks
28
Categories of Networks
I. Local Area Networks (LAN)
•Local area network is the network which is made within the
office, room or building.
•Few Kilometers Connects devices (PCs, printers, servers.)
within the same room, building, company, and campus.
•Topologies most used are bus, ring and star.
Examples of LAN:-
•Networking in home, office.
•Networking between two computers.
•Wi-Fi (When we consider wireless LAN)
29
Figure 1.10 An isolated LAN connecting 12 computers to a hub in a closet
30
31
Wide Area Networks (WAN):
•Wide area network is a network which is used to connect different local area
networks (LAN).
•Local area networks are connected to one another through a device called
router.
32
33
Metropolitan area network (MAN)
•Thus, MANs are larger than LANs but smaller than wide area networks
(WAN).
34
35
Switching Techniques
In large networks there might be multiple paths linking sender and receiver.
Information may be switched as it travels through various communication
channels. The typical switching techniques available for digital traffic are,
• Circuit Switching
• Packet Switching
Circuit Switching
• Dedicated communication path between two
stations
• Three phases
– Establish
– Transfer
– Disconnect
• Must have switching capacity and channel
capacity to establish connection
• Must have intelligence to work out routing
38
Circuit Switching -Drawbacks
• Inefficient
– Channel capacity dedicated for duration of
connection
– If no data, capacity wasted
• Set up (connection) takes time
• Once connected, transfer is transparent
• Developed for voice traffic (phone)
Packet switch
• Data transmitted in small packets
– Longer messages split into series of packets
– Each packet contains a portion of user data plus
some control info
• Control info
– Routing (addressing) info
• Packets are received, stored briefly (buffered)
and past on to the next node
– Store and forward
41
Advantages
• Line efficiency
– Single node to node link can be shared by many packets over time
– Packets queued and transmitted as fast as possible
• Data rate conversion
– Each station connects to the local node at its own speed
– Nodes buffer data if required to equalize rates
• Packets are accepted even when network is busy
– Delivery may slow down
• Priorities can be used
Figure 1.11 WANs: a switched WAN and a point-to-point WAN
43
Figure 1.12 A heterogeneous network made of four WANs and two LANs
44
1-3 THE INTERNET
45
The Internet
• Internet evolved from Advanced Research Projects Agency
Network (ARPANET).
46
The Internet:
• Huge number of interconnected Networks (100000’s) private
organized, e.g.’ government, schools, research facilities, in
many countries.
47
Figure 1.13 Hierarchical organization of the Internet
48
Internet Elements
49
Internet Architecture
50
1-4 PROTOCOLS AND STANDARDS
1.54
What is a standard?
– • A “ standard is set of guidelines” to users and
manufactures to ensure interconnectivity.
55