0% found this document useful (0 votes)
65 views55 pages

TOBB ETU Bil457/Bil557 Wireless Networks September 17, 2008

This document discusses different types of communication networks including traditional and high-speed LANs and WANs. It describes the key characteristics of WANs and LANs such as scope, data rates, and ownership. The document also covers switching concepts in networks including circuit switching and packet switching. It provides details on protocols used in networks with a focus on the TCP/IP protocol suite, including layers, applications, and a comparison to the OSI model.

Uploaded by

cvravikumar
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
65 views55 pages

TOBB ETU Bil457/Bil557 Wireless Networks September 17, 2008

This document discusses different types of communication networks including traditional and high-speed LANs and WANs. It describes the key characteristics of WANs and LANs such as scope, data rates, and ownership. The document also covers switching concepts in networks including circuit switching and packet switching. It provides details on protocols used in networks with a focus on the TCP/IP protocol suite, including layers, applications, and a comparison to the OSI model.

Uploaded by

cvravikumar
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 55

TOBB ETU Bil457/Bil557

Wireless Networks
Lecture 02
September 17, 2008
Communication Networks

Chapter 3
Types of Communication
Networks
 Traditional
 Traditional local area network (LAN)
 Traditional wide area network (WAN)
 Higher-speed
 High-speed local area network (LAN)
 Metropolitan area network (MAN)
 High-speed wide area network (WAN)
Speed and Distance of
Communications Networks
Characteristics of WANs
 Covers large geographical areas
 Circuits provided by a common carrier
 Consists of interconnected switching nodes
 Traditional WANs provide modest capacity
 64000 bps common
 Business subscribers using T-1 service – 1.544 Mbps common
 Higher-speed WANs use optical fiber and transmission
technique known as asynchronous transfer mode (ATM)
 10s and 100s of Mbps common
Characteristics of LANs
 Like WAN, LAN interconnects a variety of
devices and provides a means for
information exchange among them
 Traditional LANs
 Provide data rates of 1 to 20 Mbps
 High-speed LANS
 Provide data rates of 100 Mbps to 1 Gbps
Differences between LANs and
WANs
 Scope of a LAN is smaller
 LAN interconnects devices within a single
building or cluster of buildings
 LAN usually owned by organization that
owns the attached devices
 For WANs, most of network assets are not
owned by same organization
 Internal data rate of LAN is much greater
Switching Terms
 Switching Nodes:
 Intermediate switching device that moves data
 Not concerned with content of data
 Stations:
 End devices that wish to communicate
 Each station is connected to a switching node
 Communications Network:
 A collection of switching nodes
Switched Network
Observations of Figure 3.3
 Some nodes connect only to other nodes
(e.g., 5 and 7)
 Some nodes connect to one or more stations
 Node-node links usually multiplexed links
 Frequency-division multiplexing (FDM)
 Time-division multiplexing (TDM)
 Not a direct link between every node pair
Techniques Used in Switched
Networks
 Circuit switching
 Dedicated communications path between two
stations
 E.g., public telephone network
 Packet switching
 Message is broken into a series of packets
 Each node determines next leg of transmission
for each packet
Phases of Circuit Switching
 Circuit establishment
 An end to end circuit is established through switching
nodes
 Information Transfer
 Information transmitted through the network
 Data may be analog voice, digitized voice, or binary
data
 Circuit disconnect
 Circuit is terminated
 Each node deallocates dedicated resources
Characteristics of Circuit
Switching
 Can be inefficient
 Channel capacity dedicated for duration of connection
 Utilization not 100%
 Delay prior to signal transfer for establishment
 Once established, network is transparent to users
 Information transmitted at fixed data rate with
only propagation delay
Components of Public
Telecommunications Network
 Subscribers - devices that attach to the network;
mostly telephones
 Subscriber line - link between subscriber and
network
 Also called subscriber loop or local loop
 Exchanges - switching centers in the network
 A switching centers that support subscribers is an end
office
 Trunks - branches between exchanges
Circuit Switching
How Packet Switching Works
 Data is transmitted in blocks, called packets
 Before sending, the message is broken into
a series of packets
 Typical packet length is 1000 octets (bytes)
 Packets consists of a portion of data plus a
packet header that includes control information
 At each node en route, packet is received,
stored briefly and passed to the next node
The Use of Packets
Packet
Switching
Packet Switching Advantages
 Line efficiency is greater
 Many packets over time can dynamically share the same node
to node link
 Packet-switching networks can carry out data-rate
conversion
 Two stations with different data rates can exchange
information
 Unlike circuit-switching networks that block calls when
traffic is heavy, packet-switching still accepts packets,
but with increased delivery delay
 Priorities can be used
Disadvantages of Packet
Switching
 Each packet switching node introduces a delay
 Overall packet delay can vary substantially
 This is referred to as jitter
 Caused by differing packet sizes, routes taken and
varying delay in the switches
 Each packet requires overhead information
 Includes destination and sequencing information
 Reduces communication capacity
 More processing required at each node
Packet Switching Networks -
Datagram
 Each packet treated independently, without
reference to previous packets
 Each node chooses next node on packet’s path
 Packets don’t necessarily follow same route and
may arrive out of sequence
 Exit node restores packets to original order
 Responsibility of exit node or destination to detect
loss of packet and how to recover
Packet Switching Networks –
Datagram
 Advantages:
 Call setup phase is avoided
 Because it’s more primitive, it’s more flexible
 Datagram delivery is more reliable
Packet Switching Networks –
Virtual Circuit
 Preplanned route established before packets sent
 All packets between source and destination follow
this route
 Routing decision not required by nodes for each
packet
 Emulates a circuit in a circuit switching network
but is not a dedicated path
 Packets still buffered at each node and queued for
output over a line
Packet Switching Networks –
Virtual Circuit
 Advantages:
 Packets arrive in original order
 Packets arrive correctly
 Packets transmitted more rapidly without
routing decisions made at each node
Datagram versus Virtual Circuit
Asynchronous Transfer Mode
(ATM)
 Also known as cell relay
 Operates at high data rates
 Resembles packet switching
 Involves transfer of data in discrete chunks, like packet
switching
 Allows multiple logical connections to be multiplexed
over a single physical interface
 Minimal error and flow control capabilities reduces
overhead processing and size
 Fixed-size cells simplify processing at ATM nodes
ATM Terminology
 Virtual channel connection (VCC)
 Logical connection in ATM
 Basic unit of switching in ATM network
 Analogous to a virtual circuit in packet switching networks
 Exchanges variable-rate, full-duplex flow of fixed-size cells
 Virtual path connection (VPC)
 Bundle of VCCs that have the same end points
Protocols and the TCP/IP Suite

Chapter 4
Key Features of a Protocol
 Syntax
 Concerns the format of the data blocks
 Semantics
 Includes control information for coordination
and error handling
 Timing
 Includes speed matching and sequencing
Agents Involved in
Communication
 Applications
 Exchange data between computers (e.g.,
electronic mail)
 Computers
 Connected to networks
 Networks
 Transfers data from one computer to another
TCP/IP Layers
 Physical layer
 Network access layer
 Internet layer
 Host-to-host, or transport layer
 Application layer
TCP/IP Physical Layer
 Covers the physical interface between a
data transmission device and a
transmission medium or network
 Physical layer specifies:
 Characteristics of the transmission medium
 The nature of the signals
 The data rate
 Other related matters
TCP/IP Network Access Layer
 Concerned with the exchange of data
between an end system and the network to
which it's attached
 Software used depends on type of network
 Circuit switching
 Packet switching (e.g., X.25)
 LANs (e.g., Ethernet)
 Others
T:TCP/IP Internet Layer
 Uses internet protocol (IP)
 Provides routing functions to allow data to
traverse multiple interconnected networks
 Implemented in end systems and routers
TCP/IP Host-to-Host, or
Transport Layer
 Commonly uses transmission control
protocol (TCP)
 Provides reliability during data exchange
 Completeness
 Order
TCP/IP Application Layer
 Logic supports user applications
 Uses separate modules that are peculiar to
each different type of application
Protocol Data Units (PDUs)
TCP/IP Concepts
Common TCP/IP Applications
 Simple mail transfer protocol (SMTP)
 Provides a basic electronic mail facility
 File Transfer Protocol (FTP)
 Allows files to be sent from one system to
another
 TELNET
 Provides a remote logon capability
Layers of the OSI
Model
Comparison of OSI and TCP/IP
TCP/IP Architecture Dominance
 TCP/IP protocols matured quicker than
similar OSI protocols
 When the need for interoperability across
networks was recognized, only TCP/IP was
available and ready to go
 OSI model is unnecessarily complex
 Accomplishes in seven layers what TCP/IP
does with fewer layers
Elements of Standardization
within OSI Framework
 Protocol Specification
 Format of protocol data units (PDUs) exchanged
 Semantics of all fields
 Allowable sequence of PDUs
 Service Definition
 Functional description that defines what services are
provided, but not how the services are to be provided
 Addressing
 Entities are referenced by means of a service access
point (SAP)
Internetworking Terms
 Communication network – facility that provides a
data transfer service among devices attached to the
network
 Internet – collection of communication networks,
interconnected by bridges/routers
 Intranet – internet used by an organization for
internal purposes
 Provides key Internet applications
 Can exist as an isolated, self-contained internet
Internetworking Terms
 End System (ES) – device used to support
end-user applications or services
 Intermediate System (IS) – device used to
connect two networks
 Bridge – an IS used to connect two LANs
that use similar LAN protocols
 Router - an IS used to connect two
networks that may or may not be similar
Functions of a Router
 Provide a link between networks
 Provide for the routing and delivery of data
between processes on end systems attached
to different networks
 Provide these functions in such a way as not
to require modifications of the networking
architecture of any of the attached
subnetworks
Network Differences Routers
Must Accommodate
 Addressing schemes
 Different schemes for assigning addresses
 Maximum packet sizes
 Different maximum packet sizes requires segmentation
 Interfaces
 Differing hardware and software interfaces
 Reliability
 Network may provide unreliable service
Internetworking Example
TCP/IP:
Action at
Sender
TCP/IP: Action at Router
TCP/IP:
Action at
Receiver
IP Headers
IP Address Formats
TCP
TCP & UDP Headers

You might also like