Week 16
Week 16
Week 16
❒ Mesh of interconnected
routers
❒ the fundamental question:
how is data transferred
through network?
❍ circuit switching:
dedicated circuit per
call: telephone net
❍ packet-switching: data
sent through network in
discrete “chunks”.
Ethernet
A local-area network (LAN) protocol developed by
Xerox Corporation in cooperation with DEC and Intel
in 1976. It is one of the most widely implemented LAN
standards.
Originally transmission rates were 3 Megabits per
second (Mb/s) over thick coaxial cable. Media today
include fiber, twisted-pair (copper), and several coaxial
cable types. Rates are upto 10 Gigabits per second or
10,000 Mb/s.
One of the most common local area network (LAN)
wiring schemes, Ethernet has a transmission rate of
10 megabits per second; a newer standard called Fast
Ethernet will carry 100 megabits per second.
Carrier Sense Multiple Access Collision
Detection is a network access method in which
devices that are ready to transmit data first
check the channel for a carrier. If no carrier is
sensed, a device can transmit. If two devices
transmit at once, a collision occurs and each
computer backs off and waits a random amount
of time before attempting to retransmit. This is
the access method used by Ethernet.
Differential Manchester Encoding scheme is
used by Ethernet.
Token Ring
LAN technology in which packets are conveyed
between network end stations by a token
moving continuously around a closed ring
between all the stations. Runs at 4 or 16 Mbps.
A LAN architecture with transmission speeds of
4 or 16 Mbits/sec. Though less popular than
Ethernet, it performs better under heavy load. It
conforms to international standards and is
supported by all major network software
suppliers.
ATM
Asynchronous Transfer Mode A high bandwidth, High
speed (up to 155 Mbps), controlled-delay fixed-size
packet switching and transmission system integrating
multiple data types (voice, video, and data). Uses
fixed-size packets also known as "cells" (ATM is often
referred to as "cell relay").
Communication technology that uses high-bandwidth,
low-delay transport technology, and multiplexing
techniques. Through dedicated media connections it
provides simultaneous transport of voice, video, and
data signals more than 50 times faster than current
technology. May be used in phone and computer
networks of the future.
ISDN
Integrated Services Digital Network (ISDN) is a set of
CCITT/ITU standards for digital transmission over ordinary
telephone copper wire as well as over other media. Home and
business users who install an ISDN adapter (in place of a
modem) can see highly-graphic Web pages arriving very quickly
(up to 128 Kbps). ISDN requires adapters at both ends of the
transmission so your access provider also needs an ISDN
adapter.
Integrated Services Digital Network is a telephone network
facility for transmitting digital and analog information over a
digital network connection.
Integrated Services Digital Network is a way to move data over
existing regular phone lines but at a fast rate. In theory, ISDN
can provide speeds of roughly 128,000 bits-per-second over a
regular phone line, though in practice, most people will be
limited to 56,000 or 64,000 bits-per-second
Frame relay
Frame relay is a telecommunication service designed for cost-
efficient data transmission for intermittent traffic between local
area networks (LANs) and between end-points in a wide area
network (WAN).
A packet-switching protocol for connecting devices on a Wide
Area Network (WAN). Frame relay networks in the United
States support data transfer rates at T-1 (1.544 Mbps) and T-3
(45 Mbps) speeds. Most telephone companies now provide
frame relay service for customers who want connections from
56 Kbps to T-1 speeds.
A fast packet switching protocol. Used mainly in Wide Area
Networks. It differs from ATM in that packets can have variable
length.
Is an efficient data transmission technique used to send digital
information quickly and cheaply to one or many destinations
from one or many end-points. Commonly implemented for voice
and data as an encapsulation technique, used between local
area networks (LANs) over a wide area network (WAN). Each
end-user gets a private line (or leased line) to a frame relay
node.
Network Standards
OSI Layers Model
TCP/IP Layers Model
OSI Layers Model
Physical layer: how to transfer bits correctly
− conversion of bits into signals, what is 0, 1? How long does
a bit lasts?
− Concerned with the physical characteristics of interfaces and
media.
− Concerned with Physical topology, Transmission rate and
transmission mode.
•
edit] Evolution of graphic user interfaces
Data link layer: how to transfer frames correctly
reliably transfer frames over a link, how to identify a frame, error
control, Physical addressing, Access control, Flow control
− Divided into Media Access Control (MAC) and Logical Link
Control (LLC) layers
Network layer: how to send a packet to the destination (hop by
hop)?
− Forwarding, routing, congestion control, segmentation &
reassembly, Logical addressing
Transport: end to end communication or process to process
communication.
− That layer that runs at end points but not at intermediate
hops.
− Connection establishment/management/termination, error
control/flow control/multiplexing, Service-point addressing.
− Reliability
Session layer: allows users to establish session, enhanced
services or Provides mechanism for managing a dialogue
between end-user application processes.
− Supports duplex or half- duplex operations.
− Dialogue control and Synchronization.
Presentation layer: provides general solutions to users.
− Compression/Decompression, syntax translation conversion,
Encryption/Decryption
Application layer: Interfaces directly to and performs common
application services for application processes.
− Variety of protocols/services that are commonly used like
− File transfer (FTP)
− Network virtual terminal. (Telnet).
− Mail services (Email).
− Directory services (Domain/DNS).
TCP/IP Layers Model
TCP/IP reference model:
Application layer (Telnet, FTP SMPT, DNS, NNTP, HTTP)
Transport layer (TCP, UDP)
Internet layer (IP)
Host to Network layer (Ethernet, FDDI, X.25)
TCP/IP reference model
Application layer (Telnet, FTP, SMPT, DNS, HTTP)
– Interfaces directly to and performs common application services for
application processes.
Transport layer (TCP, UDP)
– Allow entities at end hosts to communicate
– TCP (transmission control protocol): reliable connection-oriented
– UDP (user datagram protocol): unreliable connectionless
Internet layer (IP)
– A packet switching network based on connectionless
communication. Hosts send packets into the network and then the
packets travel independently to their destinations.
– Format conversion: for different networks.
– Packet format and protocol: IP
Host to Network layer (Ethernet, FDDI, X.25)
– Undefined, rely on the existing technology - must be able
to send IP packets over this layer.
OSI and TCP/IP Models