Sie sind auf Seite 1von 119

www.allsyllabus.

com

SYLLABUS

Unit 1: Hrs: 06
Layered Tasks, OSI model, Layers in OSI model, TCP/IP Suite, Addressing.
Telephone and cable networks for data transmission, Telephone Networks, Dial up
modem, DSL, Cable TV for data transmission.

Unit 2: Data Link control Hrs: 07


Framing, Flow & Error control, Protocols, Noiseless channels & Noisy channels, HDLC.

Unit 3: Multiple Accesses Hrs: 06


Random access, Controlled access, channelization

Unit 4: Hrs: 07
IEEE standards, standard Ethernet, changes in the standards, Fast Ethernet, Gigabit

m
Ethernet, Wireless LAN IEEE 802.11

co
Unit 5: Hrs: 06

s.
Connecting LANs, Backbone and virtual LANs, Connecting devices, Backbone
networks, Virtual LANs.
bu
Unit 6: Hrs: 07
la
Network layer, Logical addressing, IPv4 addresses, IPv6 addresses, IPv4 and IPv6
transition from IPv4 to IPv6.
yl
lls

Unit 7: Hrs: 06
Delivery, Forwarding, Unicast Routing protocols, Multicast Routing protocols
.a

Unit 8: Hrs: 06
w

Transport layer process to process delivery, UDP, TCP, Domain name system,
w

Resolution.
w

Prescribed & Reference Books:

Sl. Book
Particulars Book Title Book Author
No. Publications
Data Communication 4th Ed, 2006,
1 Prescribed Books B Forouzan
& Networking TMH
James F. Kursoe, 2nd Ed, 2003,
2 Computer Networks
Keith W. Ross Pearson
Reference Books Introduction to Data
3 communication & Wayne Tomasi 2007, Pearson
Networking

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

INDEX SHEET

SL.
Particulars Page no.
No.
PART A
1 Unit 1: Introduction 01 11
layered tasks 04
The OSI model 05
Layers in the OSI model 07
TCP/IP Protocol suite 09
Addressing 10
Recommended questions 11

m
2 Unit 2: Data Link control 12 31
Framing

co
13
Flow & Error Control 14

s.
PROTOCOLS 15
Noiseless channels 15
bu
Noisy channels 19
High-level Data Link Control (HDLC) 30
la
Recommended questions 31
yl

3 Unit 3: Multiple Accesses 32 43


Introduction 33
lls

Random access 33
.a

Controlled access 39
channelization 41
w

Recommended questions 43
w

4 Unit 4: IEEE standards 44 57


w

IEEE Standards 45
Standard Ethernet 46
Changes in the standard 50
Fast Ethernet 52
Gigabit Ethernet 54
Recommended questions 57
PART B
5 Unit 5: Connecting devices 58 66
Connecting devices 59
Backbone Network 64
Virtual LANs 65
Recommended questions 66

Page 1

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

6 Unit 6: Network layer 67 90


IPv4 Addresses 68
IPv6 Addresses 73
IPv4 protocol 78
IPv6 Protocol 84
Recommended questions 90
7 Unit 7: Delivery & Forwarding 91 103
Delivery 92
Forwarding 93
Unicast Routing Protocols 94
Multicast Routing Protocols 102
Recommended questions 103
8 Unit 8: Transport layer 104 119

m
Process to process Delivery 105

co
User Datagram Protocol (UDP) 108
Transmission Control Protocol 111

s.
Recommended questions bu 119
la
yl
lls
.a
w
w
w

Page 2

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

PART A

Unit 1: Network Architecture Hrs: 06

Syllabus:

Section 1: Layered Tasks, OSI model, Layers in OSI model, TCP/IP Suite, Addressing
Section 2: Telephone and cable networks for data transmission, Telephone Networks,
Dial up modem, DSL, Cable TV for data transmission.

m
Recommended readings:

co
Text Book: Data Communication & Networking, B Forouzan, 4e, TMH

s.
Sec 1: Chapter 2 page 27 to 50
Sec 2: Chapter 9 page 241 to 260
bu
la
yl
lls
.a
w
w
w

Page 3

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

1.1 Layered Tasks:

Consider two friends who communicate through mail

m
co
s.
bu
la
Fig (i): Tasks involved in sending a letter
yl

In the above fig (i), we have a sender, a receiver & a carrier that transports the letter. There is a
lls

hierarchy of tasks.
.a

At the sender site:


The sender writes the letter, inserts the letter in an envelope, writes the sender & receiver
w

addresses, and drops the letter in a mail box.


w

Middle layer: The letter is picked up by a letter carrier and delivered to the post office.
Lower Layer: The letter is sorted at the post office, a carrier transports the letter.
w

On the way:
The letter is then on its way to the recipient. On the way to the recipients local post office, the
letter may actually go through a central office. In addition, it may be transported by truck, train,
airplane, boat, or a combination of these.

At the receiver site:


Lower layer: The carrier transports the letter to the post office.
Middle Layer: The letter is sorted & delivered to the recipients mailbox.
Higher Layer: The receiver picks up the letter, opens the envelope, and reads it.

Page 4

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

Hierarchy:
The task of transporting the letter between the sender and the receiver is done by the carrier. The
tasks must be done in the order given in the hierarchy. At the sender site, the letter must be
written and dropped in the mailbox before being picked up by the letter carrier and delivered to
the post office. At the receiver site, the letter must be dropped in the recipient mailbox before
being picked up & read by the recipient.
Services:
Each layer at the sending site uses the services of the layer immediately below it. The sender at
the higher layer uses the services of the middle layer. The middle layer uses the services of the
lower layer. The lower layer uses the services of the carrier.

1.2 The OSI model:

m
co
s.
bu
la
yl
lls
.a

Fig (ii): Seven layers of the OSI model


w

The OSI model shown in fig (ii) is based on the proposal developed by the International
Standards Organization (ISO) as a first step towards international standardization of the
w

protocols used in the various layers. The model is called the OSI (Open System Interconnection)
w

reference model because it deals with connecting open systems, i.e., systems that are open for
communication with other systems. The purpose of the OSI model is to show how to facilitate
communication between different systems without requiring changes to the logic of the
underlying hardware and software.

The OSI model is not a protocol; it is a model for understanding and designing a network
architecture that is flexible, robust and interoperable.

The OSI model is a layered framework for the design of network systems that allows
communication between all types of computer systems. It consists of seven separate but related
layers, each of which defines a part of the process of moving information across a network. The
principles that were applied to arrive at the seven layers are as follows:

* A layer should be created where a different level of abstraction is needed.

Page 5

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

* Each layer should perform a well-defined function.


* The function of each layer should be chosen with an eye toward defining internationally
standardized protocols.
* The layer boundaries should be chosen to minimize the information flow across the interfaces.
* The number of layers should be large enough that distinct functions need not be thrown
together in the same layer out of necessity and small enough that the architecture does not
become unwieldy.

Layered Architecture:
The OSI model is composed of seven layers: Physical, Data link, Network, Transport, Session,
Presentation, Application layers. Fig (iii) shows the layers involved when a message travels from
A to B, it may pass through many intermediate nodes. These intermediate nodes involve only the
first 3 layers of the OSI model.

Within a single machine, each layer calls upon the services of the layer just below it, layer 3 for

m
ex. Uses the services provided by layer 2 & provides services for layer 4. Between machines,
layer X on one machine communicates with layer X on another machine. This communication is

co
governed by an agreed upon series of rules & Conventions called protocols. The processes on
each machine that communicate at a given layer are called peer to peer processes.

s.
Communication between machines is therefore a peer to peer process using the protocols
appropriate to a given layer.
bu
la
yl
lls
.a
w
w
w

Fig (iii): Interaction between layers in the OSI model


Page 6

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

1.3: Layers in the OSI model:


i) Physical Layer:

Physical Layer is responsible for movements of individual bits from one node to the
next

m
Physical characteristics of interfaces & medium, type of transmission medium.

co
Representation of bits.
Data rate.

s.
Synchronization of bits.
Line configuration.
bu
Physical topology Mesh, Star, Ring, Bus, Hybrid.
Transmission mode Simplex, Half-duplex, Full-duplex.
la
yl

ii) Data Link Layer:


lls

Data link layer is responsible for moving frames from one node to the next.
.a
w
w
w

Framing.
Physical addressing.
Flow control.
Error control.
Access control.

iii) Network Layer:

Page 7

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

Network layer is responsible for the delivery of individual packets from the source host
to the destination host.

Logical addressing.
Routing.
iv) Transport Layer:

Transport layer is responsible for the delivery of a message from one process to

m
another.

co
s.
bu
la

Service-point addressing.
yl

Segmentation and reassembly.


Connection control.
lls

Flow control.
Error control.
.a
w

v) Session Layer:
w

The session layer is responsible for dialog control and synchronization.


w

From Presentation Layer To Presentation Layer

H5 H5

syn syn syn sy syn sy


n n
Session Session
Layer To Transport Layer Layer From Transport Layer

Dialog control.
Synchronization.

vi) Presentation Layer:

Page 8

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

The Presentation layer is responsible for translation, compression, and encryption.

From Application Layer To Application Layer

H6 Data H6 Data

Presentation Presentation
Layer To Session Layer Layer From Session Layer

Concerned with syntax and semantics of the information.


Translation.
Encryption.
Compression.

m
vii) Application Layer:

co
The Application layer is responsible for providing services to the user.

s.
bu
la
yl
lls

Network virtual terminal.


.a

File transfer, access, and management.



w

Mail services.
Directory services.
w
w

1.4 TCP/IP Protocol suite:

The TCP/IP protocol suite has four layers: Host to Network, Internet, Transport and
Application. Comparing TCP/IP to OSI model: the Host to Network layer is equivalent to the
combination of physical and data link layers, the Internet layer is equivalent to the network layer,
the Transport layer in TCP/IP taking care of part of the duties of the session layer, and the
application layer is roughly doing the job of the session, presentation, & application layers.

Page 9

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

Application
Application
Presentation TELN
SMTP FTP HTTP
DNS SNMP ET
Session

Transport SCTP TCP UDP

Network ICMP IGMP


(Internet)
IP RARP ARP

Data Link
Protocols defined by the underlying networks (host-to-network)
Physical

m
1.5 Addressing:

co
Four levels of addresses are used in an internet employing the TCP/IP Protocols:

s.
i) Physical addresses
ii) Logical addresses
bu
iii) Port addresses
iv) Specific addresses
la
yl

Application Processes Specific


Address
lls
.a

Transport SCTP TCP UDP Port Address


w
w

Network Logical
(Internet)
IP Address
w

Data Link
Underlying physical
network Physical
Physical Address

Each address is related to a specific layer in the TCP/IP architecture, as shown in the above fig.

Page 10

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

Recommended questions:

1) List at-least 5 main responsibilities of Data link layer & Transport layer of OSI
reference model.
2) What is layered architecture? Explain the interaction between the layers using
a suitable diagram.
3) What are the responsibilities of the network layer in the internet model?
4) Name some services provided by the application layer in the internet model.
5) What is the difference between a port address, a logical address and a physical
layer address?
6) What is a peer-to-peer process?
7) What are the concerns of the physical layer in the internet model?
8) What are the headers and trailers, and how do they get added and removed?

m
co
s.
bu
la
yl
lls
.a
w
w
w

Page 11

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

Unit 2: Data Link control Hrs: 07

Syllabus:

Framing, Flow & Error control, Protocols, Noiseless channels & Noisy channels, HDLC.

Recommended readings:

Text Book: Data Communication & Networking, B Forouzan, 4e, TMH

Chapter 11 page 307 to 346

m
co
s.
bu
la
yl
lls
.a
w
w
w

Page 12

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

2.1 Framing:

Framing in the data link layer separates a message from one source to a destination by adding a
sender address & a destination address. The destination address defines where the packet is to
go; the sender address helps the recipient acknowledge the receipt. Although the whole message
could be packed in one frame, that is not normally done. One reason is that a frame can be very
large, making flow & error control very inefficient. When a message is carried in one very large
frame, even a single-bit error would require the retransmission of the whole message. When a
message is divided into smaller frames, a single-bit error affects only that small frame.

Frames can be of fixed or variable size.

i) Fixed-size framing:

In this there is no need for defining the boundaries of the frames, the size itself can be used as a

m
delimiter.

co
Ex: ATM wide area network which uses frames of fixed size called cells.

ii) Variable-size framing:

s.
bu
In this, we need a way to define the end of the frame and the beginning of the next.
Ex: LAN
la
Historically 2 approaches were used for variable size framing: Character-oriented & bit-oriented.
yl

a) Character-oriented approach:
lls
.a

Data from upper layer


Variable no. of characters
w

Flag Header .... Trailer Flag


w
w

Character oriented protocol Byte Stuffing & De-stuffing

Page 13

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

Data from upper layer


Flag ESC

Stuffed
Frame sent
Fla Header ESC Flag ESC ESC Trailer Flag
g
Extra 2 bytes
Frame received
Fla Header ESC Flag ESC ESC Trailer Flag
g
Unstuffed

Flag ESC

Data to upper layer

b) Bit-oriented approach:

m
Data from upper layer

co
Variable no. of bits
01111110 Header 0111101011011011110 Trailer 01111110

s.
bu
Bit oriented protocol Bit Stuffing & De-stuffing
la

Bit stuffing is the process of adding one extra 0 whenever five consecutive 1s follow a 0 in the
yl

data, so that the receiver doesnt mistake the pattern 01111110 for a flag
lls

Data from upper layer


.a

0001111111001111101000
w

Frame sent Stuffed


w

01111110 Header 000111110110011111001000 Trailer 01111110


w

Frame received Extra 2 bits


01111110 Header 000111110110011111001000 Trailer 01111110

Unstuffed
0001111111001111101000

Data to upper layer

2.2 Flow & Error Control:

Page 14

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

Flow Control:

Any receiving device has a limited speed at which it can process incoming data and a
limited amount of memory in which to store incoming data.
The flow of data must not be allowed to overwhelm the receiver.
The receiver must be able to tell the sender to halt transmission until it is once again able
to receive.
Flow control refers to a set of procedures used to restrict the amount of data that the
sender can send before waiting for acknowledgement.

Error Control:
Errors occur due to noises in the channel.
Error control is both error detection & error correction.
In the data link layer error control refers to methods of error detection and retransmission.

m
To sender should add certain amount of redundant bits to the data, based on which the
receiver will be able to detect errors.

co
2.3 PROTOCOLS:

s.
A protocol is a set of rules that govern data communication.
bu
A protocol defines what, how it is communicated, and when it is communicated.
The key elements of a protocol are syntax, semantics & timing.
la
Syntax refers to the structure or format of the data, i.e., the order in which they are
presented.
yl

Semantics refers to the meaning of each section of bits.


lls

Timing refers to when data should be sent & how fast they can be sent.
Protocols are implemented in software by using any of the common programming
.a

languages.
w

The protocols in the data link layer are classified as


w

Protocols
w

For noiseless For noisy


channel channel
Simplest Stop-and-wait
ARQ
Stop-and-wait Go-Back-N ARQ
Selective repeat
ARQ
2.4 Noiseless channels:

i) Simplest protocol:

Assumptions in this protocol are:

Page 15

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

Data transfer is unidirectional.


Both sender & receiver network layers are always ready.
Processing time can be ignored.
Infinite buffer space is available.
Frames are never damaged or lost.

Design:

Sender Receiver

Network Get data Deliver data Network

Data link Data link

Send frame Receive


Physical Physical
frame
Data frames

m
Request from
Event: network layer

co
Repeat forever Repeat forever

Algorithm for Algorithm for

s.
sender site receiver site
bu
Notification from
Event: physical layer

Sender-site algorithm for the Simplest Protocol:


la

While(true) //Repeat forever


yl

{
waitForEvent(); //Sleep until an event occurs
lls

if(event(requestTosend)) //there is a packet to send


{
.a

GetData(); //get data from n/w layer


MakeFrame(); //make a frame
w

SendFrame(); //send the frame


}
w

}
w

Receiver-site algorithm for the Simplest Protocol:

While(true) //Repeat forever


{
waitForEvent(); //Sleep until an event occurs
if(event(ArrivalNotification)) //data frame arrived
{
ReceiveFrame(); //receive frame from the physical layer
ExtractData(); //extract data from a frame
deliverData(); //deliver the data to the n/w layer
}
}

Page 16

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

Flow diagram to illustrate simplest protocol:

Sender Receiver

A B
Request Frame
Arrival
Request
Frame
Arrival
Request Frame
Arrival

m
Time Time

co
ii) Stop - & - Wait Protocol:

s.
Assumptions in this protocol are:
bu
Data transfer is unidirectional.
la
Both sender & receiver network layers are always ready.
Receiver doesnt have enough storage space.
yl

Receiver is slower than sender in processing.


lls

Frames are never damaged or lost.


.a

Design:
w

Sender Receiver
w

Network Get Deliver Network


data data
w

Data link Data link

Receive Send Receive Send


Physical frame frame frame frame Physical
Data frames

ACK Frame

Request from
Event:
network layer

Repeat forever Repeat forever

Algorithm for Algorithm for


sender site receiver site

Notification from Notification from


Event: Event: physical layer
physical layer

Page 17

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

Sender-site algorithm for the Stop-&-wait Protocol:

While(true) //Repeat forever


Cansend = true //Allow the first frame to go
{
waitForEvent(); //Sleep until an event occurs
if(event(requestTosend) AND cansend) //there is a packet to send
{
GetData(); //get data from n/w layer
MakeFrame(); //make a frame
SendFrame(); //send the frame
cansend = false; //cant send until ACK arrives
}
waitForEvent(); //Sleep until an event occurs
if(Event(ArrivalNotification))//an ACK has arrived
{
ReceiveFrame(); //Receive the ACK frame

m
cansend = true;
}

co
}

s.
Receiver-site algorithm for the Stop-&-Wait Protocol:
bu
While(true) //Repeat forever
{
waitForEvent(); //Sleep until an event occurs
la
if(event(ArrivalNotification)) //data frame arrived
{
yl

ReceiveFrame(); //receive frame from the physical layer


ExtractData(); //extract data from a frame
lls

deliverData(); //deliver the data to the n/w layer


SendFrame(); //Send an ACK frame
.a

}
}
w
w

Flow diagram to illustrate Stop-&-Wait protocol:


w

Sender Receiver

A B
Request Frame
Arrival
Arrival ACK
Request Frame
Arrival
Arrival ACK

Time Time

Page 18

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

2.5 Noisy channels:

Assumptions are:

Data transfer is unidirectional, but half-duplex link.


Both sender & receiver network layers are always ready.
Receiver doesnt have enough storage space.
Receiver is slower than sender in processing.
Frames are damaged or lost because of the noises in the channel.

i) Stop - & - Wait Automatic Repeat Request (ARQ):

Adds a simple error control mechanism to the Stop-&-Wait protocol.


Error detection & retransmission is used for error control.
Sending device keeps a copy of the last frame transmitted until acknowledgement for that

m
frame is received.

co
Data frames uses Sequence numbers, to avoid duplication of frames.
Range of sequence numbers = 2m 1.
ACK frame uses Acknowledgement number, & always announces the sequence number

s.
of the next frame expected.
bu
Timers are used in case of loss of ACK frames.
Design:
la

Sn Next Rn Next
yl

frame to frame to
send receive
0 1 0 1 0 0 1 0 1 0
lls

Sender Receiver
Data frames
Get Deliver
.a

Network Network
data data
seqNo
w

Data link ACK Frame Data link

Receive Send
w

Receiv Send
Physical frame fram Physical
e frame ackNo
frame e
w

Event Repeat Repeat


: from
Request forever for
Algorithm forever for
Algorithm
network layer sender site
Time receiver site
Out
Event
:
Event Notification Event Notification
: from physical : from physical
layer layer

Sender-site algorithm:

Page 19

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

Sn = 0; //Frame 0 should be sent first


Cansend = true //Allow the first request to go
While(true) //Repeat forever
{
waitForEvent(); //Sleep until an event occurs
if(event(requestTosend) AND cansend) //there is a packet to send
{
GetData(); //get data from n/w layer
MakeFrame(Sn); //make a frame
StoreFrame(Sn); //copy of frame
SendFrame(Sn); //send the frame
StartTimer();
Sn = Sn + 1; //Mod-2 addition
cansend = false; //cant send until ACK arrives
}
waitForEvent(); //Sleep until an event occurs
if(Event(ArrivalNotification)) //an ACK has arrived
{
ReceiveFrame(ackNo); //Receive the ACK frame

m
if( not corrupted AND ackNo == Sn) // valid ACK
{

co
Stoptimer();
purgeframe(Sn-1);
cansend = true;

s.
}
}
If(Event(Timeout))
bu
{
StartTimer();
la
ResendFrame(Sn-1);
}
yl

}
lls

Receiver-site algorithm:
.a

Rn = 0; //Frame 0 expected to arrive first


While(true) //Repeat forever
w

{
w

waitForEvent(); //Sleep until an event occurs


if(event(ArrivalNotification)) //data frame arrived
w

{
ReceiveFrame(); //receive frame from the physical layer
if(Corrupted(Frame))
sleep();
if(seqNo == Rn)
{
ExtractData(); //extract data from a frame
DeliverData(); //deliver the data to the n/w layer
Rn = Rn +1;
}
SendFrame(); //Send an ACK frame
}
}

Page 20

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

Flow diagram:
Sender Receiver
Rn
A B
Sn
0 1 0 1 0 Initially
Start Request Frame 0
0 1 0 1 0 Rn
Sn
Stop Arrival
ACK 1 0 1 0 1 0 Arrival
0 1 0 1 0
Sn
Start Request Frame 1
0 1 0 1 0
Timer-out
Sn Lost
restart Timeout Frame 1
0 1 0 1 0 Rn
Sn resent
Stop
ACK 0 0 1 0 1 0 Arrival
Arrival 0 1 0 1 0
Sn
Start Request Frame 0 Rn
0 1 0 1 0
Sn
ACK 1 0 1 0 1 0 Arrival
Timer-out
Timeout Frame 0 Lost
restart 0 1 0 1 0 Rn
Sn
resent
ACK 1 0 1 0 1 0 Arrival
Stop Arrival 0 1 0 1 0 Discard, Duplicate

m
Time Time

co
ii) Go-Back-N ARQ Protocol:

Bandwidth-Delay product.
s.
bu
Pipelining.
Sequence numbers range from 0 to 2m 1.
la
Sliding window is an abstract concept that defines the range of sequence numbers that is
the concern of the Sender & Receiver.
yl

Timers timer for the first outstanding frame always expires first, we resend all
lls

outstanding frames when this timer expires.


Acknowledgement sends ACK for safe and in order frames, receiver will be silent for
.a

corrupted & out of order frames.


Resending a frame when the timer expires, the sender resends all the outstanding
w

frames.
w

Send window for Go-Back-N ARQ


w

Page 21

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

a) Send window before sliding


Sf Send window, First Sn
Send window,
outstanding frame Next frame to
send
1 1 1 0 1 2 3 4 5 6 7 8 9 1 1 1 1 1 1 0 1
3 4 5 0 1 2 3 4 5
Frames Frames sent, but not Frames that can be sent, Frames that
already acknowledged but not received from cant be sent
acknowledged (outstanding) upper layer
Send window, size Ssize = 2m 1

b) Send window after sliding


Sf Sn

1 1 1 0 1 2 3 4 5 6 7 8 9 1 1 1 1 1 1 0 1
3 4 5 0 1 2 3 4 5

Sf Sn

m
1 1 1 0 1 2 3 4 5 6 7 8 9 1 1 1 1 1 1 0 1

co
3 4 5 0 1 2 3 4 5

s.
Receive window for Go-Back-N ARQ
bu
a) Receive window
la
Rn Receive window, next frame expected
yl

13 14 15 0 1 2 3 4 5 6 7 8 9 10 11 12 13 1 15 0 1
lls

4
Frames already Frames that cant be received until the
received & window slides
.a

acknowledged
w

b) Window after sliding


w

Rn
w

13 14 15 0 1 2 3 4 5 6 7 8 9 10 11 12 13 1 15 0 1
4

Design:

Page 22

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

Sf First Sn Next Rn Next


outstandi frame to frame to
ng send receive

Sender Receiver
Data frames
Network Get Deliver Network
data data
seqNo
ACK Frame
Data link Data link

Receiv Send Receive Send


ackNo
Physical e frame frame frame Physical
frame

m
co
Event: Repeat Repeat
Request from forever forever

s.
Algorithm for Algorithm for
network layer
sender site receiver site
Time
bu
Out
Event:

Event: Notification Event: Notification


la
from physical from physical
layer layer
yl
lls

Window size for Go-Back-N ARQ:


.a
w
w
w

Page 23

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

Sender-site algorithm:

Sw = 2m 1;
Sf = 0;
Sn = 0; //Frame 0 should be sent first
While(true) //Repeat forever
{
waitForEvent(); //Sleep until an event occurs
if(event(requestTosend)) //there is a packet to send
{
if(Sn Sf >= Sw) //If window is full
Sleep();
GetData(); //get data from n/w layer
MakeFrame(Sn); //make a frame
StoreFrame(Sn); //copy of frame
SendFrame(Sn); //send the frame

m
StartTimer();
Sn = Sn + 1; //Mod-2 addition

co
if(timer not running); //cant send until ACK arrives
StartTimer();

s.
}
if(Event(ArrivalNotification)) //an ACK has arrived
bu
{
Receive (ACK); //Receive the ACK frame
if(corrupted (ACK))
la
Sleep();
if((ackNo > Sf && (ackNo <= Sn)))
yl

While(Sf <= ackNo)


{
lls

Purgeframe(Sn-1);
Sf = Sf + 1;
.a

}
StopTimer();
w

}
If(Event(Timeout))
w

{
StartTimer();
w

Temp = Sf;
While(Temp < Sn)
{
SendFrame(Sf); //sendframe(temp);
Sf = Sf + 1; //temp = temp+1;
}
}
}

Receiver-site algorithm :

Rn = 0; //Frame 0 expected to arrive first


While(true) //Repeat forever
{
Page 24

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

waitForEvent(); //Sleep until an event occurs


if(event(ArrivalNotification)) //data frame arrived
{
ReceiveFrame(); //receive frame from the physical layer
if(Corrupted(Frame))
sleep();
if(seqNo == Rn)
{
DeliverData(); //deliver the data to the n/w layer
Rn = Rn +1; //Slide window
SendACK(Rn);
}
}
}

m
Stop-and-Wait ARQ is actually a Go-Back-N ARQ in which there are only two sequence
numbers and the send window size is 1.

co
i.e., m = 1; 2m 1 = 1

iii) Selective Repeat ARQ Protocol:


s.
bu
In a noisy link frame has a higher probability of damage, means resending of multiple
la
frames.
This uses more bandwidth & slows down the transmission.
yl

Instead of sending N frames when just one frame is damaged, a mechanism is required to
lls

resend only the damaged frame.


Sequence numbers range from 0 to 2m 1.
.a

Both send & receive window size = 2(m 1).


w

Send window for Selective Repeat ARQ:


w

Sf Send window, FirstSn Send window,


outstanding frame Next frame to
w

send
1 1 1 0 1 2 3 4 5 6 7 8 9 1 1 1 1 1 1 0 1
3 4 5 0 1 2 3 4 5
Frames already Frames sent, but Frames that
Frames that can be
acknowledged not acknowledged sent cant be sent
Send window, size Ssize = 2m 1

Receive window for Selective Repeat ARQ:

Page 25

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

Rn Receive window, Next


frame expected

1 14 1 0 1 2 3 4 5 6 7 8 9 1 1 1 1 1 1 0 1
3 5 Frames that can be received and stored 0 1 2 3 4 5
Frames already for later delivery. Colored boxes, already Frames that
received
received cant be
Rsize = 2m 1 received

Design:

Sf First Sn Next Rn Next


outstandi frame to frame to

m
ng send receive

co
Sender Receiver
Data frames
Get Deliver

s.
Network Network
data bu ACK or NAK data
seqNo
Data link Data link
ackNo
la
or Receive Send
Receiv Send
Physical e frame nakNo frame frame Physical
yl

frame
lls
.a

Event:
Repeat Repeat
w

Request from forever


Algorithm for forever for
Algorithm
network layer
sender site
w

receiver site
Time
Out
Event:
w

Event: Notification Event: Notification


from physical from physical
layer layer

Window size for Selective Repeat ARQ:

Page 26

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

m
co
Sender-site algorithm:

s.
Sw = 2m-1 ;
bu
Sf = 0;
Sn = 0; //Frame 0 should be sent first
la
While(true) //Repeat forever
{
yl

waitForEvent(); //Sleep until an event occurs


if(event(requestTosend)) //there is a packet to send
lls

{
if(Sn Sf >= Sw) //If window is full
.a

Sleep();
w

GetData(); //get data from n/w layer


MakeFrame(Sn); //make a frame
w

StoreFrame(Sn); //copy of frame


SendFrame(Sn); //send the frame
w

Sn = Sn + 1;
StartTimer(Sn);
}
if(Event(ArrivalNotification)) //an ACK has arrived
{ Receive (frame); //Receive the ACK frame
if (corrupted (frame))
Sleep();
if (FrameType == NAK)
if (nakNo between Sf & Sn)
{ resend(nakNo);
StartTimer(nakNo);
}
if (FrameType == ACK)
if (ackNo between Sf & Sn)
Page 27

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

{ While (Sf <= ackNo)


{
Purge (Sf);
StopTimer (Sf);
Sf = Sf + 1;
}
}
}
If (Event (Timeout (t)))
{
StartTimer(t);
SendFrame(t);
}
}

m
Receiver-site algorithm :

co
Rn = 0; //Frame 0 expected to arrive first
Naksent = false;

s.
AckNeeded = false;
Repeat( for all slots)
bu
Marked (slot) = false;
la
While(true) //Repeat forever
{
yl

waitForEvent(); //Sleep until an event occurs


lls

if(event(ArrivalNotification)) //data frame arrived


{
.a

ReceiveFrame();
if(Corrupted(Frame) && NOT NakSent)
w

{
SendNAK(Rn);
w

Naksent = true;
w

sleep();
}
if(seqNo < > Rn && NOT Naksent)
{ SendNAK(Rn);
Naksent = true;
if((seqno in window) && (!Marked(seqno)))
{ StoreFrame(seqNo);
Marked(seqNo) = true;
while(Marked(Rn))
{ DeliverData(Rn); //deliver the data to the n/w layer
purge(Rn);
Rn = Rn +1; //Slide window
AckNeeded = true; }
if(AckNeeded)

Page 28

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

{ SendACK(Rn);
AckNeeded = false;
NakSent = false; }
}
}
}
}

Piggybacking

When the data transfer is bidirectional, i.e., from node A to node B and from node B to
node A, the control information also needs to flow in both the directions.
Efficiency can be improved if the control information can be passed to the other end
along with the data itself which is flowing to that end. This concept is called as
piggybacking.

m
Flow diagram:

co
Rn

s.
Initial Sf Sn Sender Receive Initial
r 0 1 2 3 4 5 6 7
0 1 2 3 4 5 6 7 0 A B
Sn
bu
0 Sf
Request Frame 0 Rn
0 1 2 3 4 5 6 7 0 Initial
la
Sf Sn
ACK 1
0 1 2 3 4 5 6 7
Arrival
Arrival
0 1 2 S3 4 5 6 7 0 Frame 0
yl

1 Sf n

Frame 1 delivered
Request
0 1 2 3 4 5 6 7 0
lls

Sf Sn Lost
2 Request Frame 2 Rn
0 1 2 3 4 5 6 7 0
.a

Sf Sn
3 NAK 1 0 1 2 3 4 5 6 7
Arrival
Request Frame 3
0 1 2 3 4 5 6 7 0 Rn
w

Sf Sn
Frame 1 0 1 2 3 4 5 6 7 Arrival
1 Arrival
w

0 1 2 3 4 5 6 7 0 resent Rn
ACK 4
Sf Sn
0 1 2 3 4 5 6 7 Arrival
w

Arrival 0 1 2 3 4 5 6 7 0 Frames 1, 2, 3
delivered

Time Time

Page 29

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

2.6 High-level Data Link Control (HDLC):

HDLC is a bit-oriented protocol for communication over point-to-point and multipoint


links.
It implements the ARQ mechanisms.
HDLC provides two common transfer modes.

m
co
Frame format :

s.
bu
la
yl
lls
.a
w

Information frames (I-Frames) :


w
w

Supervisory frames (I-Frames) :

Page 30

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

Unnumbered frames (I-Frames) :

Code Command Response Meaning


00 001 Set normal response mode
11 011 SNRME Set normal response mode (extended)
11 100 SABM DM Set asynchronous balanced mode or disconnect mode

m
11 110 SABME Set asynchronous balanced mode (extended)

co
00 000 UI UI Unnumbered information
00 110 UA Unnumbered acknowledgment

s.
00 010 DISC RD Disconnect or request disconnect
bu
10 000 SIM RIM Set initialization mode or request information mode
00 100 UP Unnumbered poll
la
11 001 RSET Reset
11 101 XID XID Exchange ID
yl

10 001 FRMR FRMR Frame reject


lls
.a

Recommended questions:
w
w

1. What are the three protocols considered for noisy channels?


w

2. Define framing and the reason for its need.


3. Compare and contrast the G0-Back-N ARQ protocol with Selective repeat ARQ.
4. Briefly describe the services provided by the data link layer.
5. Define piggybacking and its uses.
6. Compare and contrast byte-stuffing and bit-stuffing. Which technique is used in
byte-oriented protocols? Which technique is used in bit-oriented protocols?
7. Which all the protocols of data link layer uses pipelining concept?
8. Compare and contrast flow control and error control.
9. Compare and contrast HDLC with PPP. Which one is byte-oriented; which one is
bit-oriented?
10. Explain the reason for moving from stop-and-wait ARQ protocol to the Go-Back-
N ARQ protocol.

Page 31

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

Unit 3: Multiple Accesses Hrs: 06

Syllabus:

Random access, Controlled access, channelization

Recommended readings:

Text Book: Data Communication & Networking, B Forouzan, 4e, TMH

Chapter 12 page 363 to 396

m
co
s.
bu
la
yl
lls
.a
w
w
w

Page 32

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

3.1 Introduction:

Data link layer has two sub layers: Upper sub layer Data link Control & Lower sub
layer Multiple access Control.
The upper sub layer is responsible for flow and error control.
The lower sub layer is responsible for multiple access resolution.
When the nodes are connected using a dedicated link, lower sub layer is not required, but
when the nodes are connected using a multipoint link (broadcast), multiple access
resolution is required.

Taxonomy of Multiple access protocols

m
co
s.
bu
la
yl
lls
.a

3.2 RANDOM ACCESS


No station is superior to another station and none is assigned control over another.
w

No station permits, or does not permit, another station to send.


w

At each instance, a station that has data to send uses a procedure defined by the protocol
to make a decision on whether or not to send.
w

Transmission is random among the stations.


Each station has the right to the medium without being controlled by any other station.
All stations compete with one another to access the medium. Random access methods are
also called as contention methods.
If more than one station tries to send, there is an access conflict collision, frames will
be either destroyed or modified.

Page 33

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

i) ALOHA

The earliest random access method, was developed at the university of Hawaii in early

m
1970.
It was designed for a radio (wireless) LAN, but it can be used on any shared medium.

co
The medium is shared between the stations. When a station sends data, another station
may attempt to do so at the same time. The data from the two stations collide and become

s.
garbled.
bu
a) PURE ALOHA
la
The original ALOHA protocol is called pure ALOHA.
Each station sends a frame whenever it has a frame to send.
yl

Since there is only one channel to share, there is possibility of collision between frames
lls

from different stations.


.a

Frames in a pure ALOHA network


w
w

Station 1 Frame 1.1 Frame 1.2


w

Time

Frame 2.1 Frame 2.2


Station 2
Time

Frame 3.1 Frame 3.2


Station 3
Time

Frame 4.1 Frame 4.2


Station 4
Time
Collision Collision
duration duration

Even if one bit of a frame coexists on the channel with one bit from another frame, there
is a collision and both will be destroyed.

Page 34

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

Retransmission of frames are required for the destroyed frames.


The pure ALOHA protocol relies on acknowledgements from the receiver. When a
station sends a frame, it expects the receiver to send an acknowledgement.
If the acknowledgement does not arrive after a time-out period, the station assumes that
the ACK has been destroyed and resends a frame.
A collision involves two or more stations. If all these stations try to resend their frames
after the time-out, the frames will collide again.
Pure ALOHA dictates that when the time-out period passes, each station waits a random
amount of time before resending its frame. This time is called back-off time TB. This
randomness will help avoid more collisions.
To prevent congesting the channel with retransmitted frames, pure ALOHA dictates that
after a maximum number of retransmission attempts Kmax, a station must give up and try
later.

Procedure for pure ALOHA protocol

m
Station has a
Start

co
frame to send

s.
bu K=0
Wait TB time
(TB = R * Tp or R *
Tfr Send the
frame
la
yl

Choose a random Wait time-


number R out time (2 *
lls

between 0 & 2k Tp)


1 No
.a

Kmax is K> K=K+1 No ACK


normally Kmax received
w

?
15
Yes Yes
w

Abort Success
w

Vulnerable time for pure ALOHA


B s end A s end
collides with collides with
As beginning Cs beginning

Be E
gi B nd
n
Be E
gi A nd
n
Be E
gi C nd
n
t Tfr t t + Tfr time

Vulnerable time = 2 * Tfr

Throughput
Page 35

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

G = average number of frames generated by the system during one frame transmission time.

Successful transmissions for pure ALOHA is


S = G * e-2G

The maximum throughput, Smax is for G = . i.e., Smax = 0.184 = 18.4%.

b) SLOTTED ALOHA

Frames in a slotted ALOHA network

Collision Collision

m
duration duration

co
Frame 1.1 Frame 1.2
Station 1
Time

s.
Frame 2.1 Frame 2.2
Station 2
bu Time

Frame 3.1 Frame 3.2


la
Station 3
Time
yl

Frame 4.1 Frame 4.2


Station 4
lls

Time
Slot 1 Slot 2 Slot 3 Slot 4 Slot 5 Slot 6 Slot 7
.a

Slotted ALOHA Vulnerable time = Tfr


w
w

Vulnerable time for slotted ALOHA


w

A collides with C

Be En
gi B d
n
Be En
gi A d
n
Be En
gi C d
n
t Tfr t t + Tfr time

Vulnerable time = Tfr

Page 36

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

Throughput

G = average number of frames generated by the system during one frame transmission time.

Successful transmissions for pure ALOHA is


S = G * e-G

The maximum throughput, Smax is for G =1 i.e., Smax = 0.368 = 36.8%.

C) Carrier Sense Multiple Access (CSMA)

The chance of collision can be reduced if a station senses the medium before trying to use
it. CSMA requires that each station first listen to the medium before sending. CSMA is

m
based on the principle sense before transmit or listen before talk.

co
s.
bu
la
yl
lls
.a
w

CSMA can reduce the possibility of collision, but it cant eliminate it. The reason for this
w

is shown in the above figure, a space and time model of a CSMA network. Stations are
w

connected to a shared channel. The possibility of collision still exists because of the
propagation delay.

Persistence strategies

C) Carrier Sense Multiple Access with collision detection (CSMA/CD)


Page 37

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

The CSMA method does not specify the procedure following the collision. CSMA with
collision detection augments the algorithm to handle the collision.

m
co
In this method, a station monitors the medium after it sends a frame to see if the
transmission was successful. If so, the station is finished. If, however, there is a collision,

s.
the frame is sent again.
bu
D) Carrier Sense Multiple Access with collision avoidance (CSMA/CA)
la

The basic idea behind CSMA/CD is that a station needs to be able to receive while
yl

transmitting to detect a collision. When there is no collision, the station receives one
lls

signal; its own signal. When there is a collision, the station receives two signals; its own
signal and the signal transmitted by the second station.
.a

Collisions are avoided by deferring transmissions even if the channel is found idle. When
w

an idle channel is found, the station does not send immediately. It waits for a period of
w

time called the interframe space or IFS. Even though the channel may appear idle when it
is sensed, a distant stations signal has not yet reached this station. The IFS time allows
w

the front of the transmitted signal by the distant station to reach this station.

Page 38

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

m
co
s.
bu
la

3.3 CONTROLLED ACCESS


yl
lls

In controlled access, the stations consult one another to find which station has the right to
send. A station cant send unless it has been authorized by other stations.
.a
w

a) Reservation:
w
w

In the reservation method, a station needs to make a reservation before sending the data.
Time is divided into intervals. In each interval, a reservation frame precedes the data
frames sent in the interval.

b) Polling:
Polling works with topologies in which one device is designated as a primary station and
the other devices are secondary stations. All data exchanges must be made through the
primary device even when the ultimate destination is a secondary device.

Page 39

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

The select function is used whenever the primary device has something to send. The poll
function is used by the primary device to solicit transmissions from the secondary device.

c) Token Passing:

m
co
s.
bu
la

In the token-passing method, the stations in a network are organized in a logical ring.
yl

Token management is needed for this access method. Stations must be limited in the time
they can have possession of the token. The token must be monitored to ensure it has not
lls

been lost or destroyed.


.a
w
w
w

Page 40

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

3.4 CHANNELIZATION

a) Frequency Division Multiple Access (FDMA)

In FDMA, the bandwidth is divided into channels. Each station is allocated a band to
send its data. Each station also uses a band pass filter to confine the transmitter
frequencies. To prevent station interferences, the allocated bands are separated from one
another by small guard bands.

m
co
s.
bu
la
yl

b) Time Division Multiple Access (TDMA)


lls
.a
w
w
w

In TDMA, the stations share the bandwidth of the channel in time. Each station is
allocated a time slot during which it can send data. Each station transmits its data in its
assigned time slot.

Page 41

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

c) Code Division Multiple Access (CDMA)

CDMA differs from FDMA because only one channel occupies the entire bandwidth of
the link and it differs from TDMA because all stations can send data simultaneously.

m
co
s.
bu
la
yl
lls
.a
w
w
w

Chip sequences

Page 42

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

Sharing channel in CDMA

m
co
s.
1)
bu
la
yl
lls
.a
w
w

2)
w

Page 43

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

3)

m
co
s.
bu
la
Recommended questions:
yl

1. Define controlled access and list three protocols in this category.


lls

2. Compare and contrast a random access protocol with a channelization protocol.


3. Define channelization and explain the three protocols.
.a

4. List and explain the three categories of multiple access protocols.


5. Explain why collision is an issue in a random access protocol but not in controlled
w

access or channelizing protocols.


w

6. Compare and contrast a random access protocol with a controlled access protocol.
w

Page 44

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

Unit 4: Hrs: 07

Syllabus:

IEEE standards, standard Ethernet, changes in the standards, Fast Ethernet, Gigabit
Ethernet, Wireless LAN IEEE 802.11

Recommended readings:

Text Book: Data Communication & Networking, B Forouzan, 4e, TMH

Chapter 13 page 395 to 417

m
Chapter 14 page 421 to 434

co
s.
bu
la
yl
lls
.a
w
w
w

Page 45

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

4.1 IEEE Standards

m
co
s.
bu
la
yl
lls
.a
w
w
w

4.2 Standard Ethernet

Page 46

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

m
co
s.
bu
la
yl
lls
.a
w
w
w

Page 47

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

m
co
s.
bu
la
yl
lls
.a
w
w
w

Page 48

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

m
co
s.
bu
la
yl
lls
.a
w
w
w

Page 49

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

4.3 Changes in the standard:

m
co
s.
bu
la
yl
lls
.a
w
w
w

Page 50

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

m
co
s.
bu
la
yl
lls
.a
w
w
w

Page 51

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

4.4 Fast Ethernet:

m
co
s.
bu
la
yl
lls
.a
w
w
w

Page 52

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

m
co
s.
bu
la
yl
lls
.a
w
w
w

Page 53

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

4.5 Gigabit Ethernet:

m
co
s.
bu
la
yl
lls
.a
w
w
w

Page 54

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

m
co
s.
bu
la
yl
lls
.a
w
w
w

Page 55

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

m
co
s.
bu
la
yl
lls
.a
w
w
w

Page 56

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

m
co
s.
bu
la
yl

Recommended questions:
lls
.a
w
w
w

Page 57

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

PART B
Unit 5: Hrs: 06

Syllabus:

Connecting LANs, Backbone and virtual LANs, Connecting devices, Backbone


networks, Virtual LANs.

Recommended readings:

m
Text Book: Data Communication & Networking, B Forouzan, 4e, TMH

co
Chapter 15 page 445 to 463

s.
bu
la
yl
lls
.a
w
w
w

Page 58

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

5.1 Connecting devices:

Application Application
Gateway
Transport Transport
Network Router or three-layer switch Network
Data link Bridge or two-layer switch Data link
Physical Repeater or
Hub
Physical
Passive Hub

PASSIVE HUB
* A passive hub is just a connector.

m
* It connects the wires coming from different branches.
* Its location in the Internet model is below the physical layer

co
REPEATERS

s.
bu
la
yl
lls
.a

* Signals that carry information can travel a fixed distance & faces attenuation.
w

* A repeater receives a weakened signal, regenerates the original bit pattern and sends the
refreshed signal.
w
w

Repeater Vs Amplifier
* An amplifier cant discriminate between the intended signal and noise, it amplifies
equally everything fed into it.
* A repeater doesnt amplify the signal, it regenerates the signal.

REPEATERS

Page 59

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

* A repeater is a device that operates only in the physical layer.


* A repeater can extend the physical length of a LAN.
* Repeater doesnt connect two LANs, & of different protocols, it connects two segments
of same LAN.
* The location of a repeater on a link is vital.
* Repeaters overcome the restriction of 10Base5 Ethernet.

ACTIVE HUBS

m
co
* An active hub is actually a multi-port repeater.

s.
* It is normally used tocreate connections between stations in a physical star topology.
bu
* Hubs can also be used to create multiple levels of hierarchy.
* The hierarchical use of hubs removes the length limitation of 10Base-T.
la

BRIDGES
yl

* A Bridge operates in both the Physical and the Data link layer.
lls

* As a Physical layer device, it regenerates the signal it receives.


* As a data link layer device, the bridge can check the physical addresses contained in the
.a

frame.
* Compared to the repeaters, a BRIDGE has a filtering capability forwarding &
w

dropping of frames.
w

* If the frame is to be forwarded, the port must be specified.


* A bridge has a table used in filtering decisions.
w

* A bridge doesnt change the physical addresses contained in the frame.

Page 60

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

BRIDGES - Filtering

m
Transparent bridges

co
* A Transparent bridge is a bridge in which the stations are completely unaware of

s.
bridges existence. bu
* If a bridge is added or deleted from the system, reconfiguration of the stations is
unnecessary.
la
* According to IEEE 802.1d, a system equipped with transparent bridges must meet three
criteria.
yl

1. Forwarding.
lls

2. Learning.
3. Loops should not be present.
.a

Learning Process
w
w
w

Page 61

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

Loop Problem

m
co
s.
bu
Spanning Tree
la

B LA B
yl

N1
1 2
lls

LA B LA
N2 3 N3
.a

B LA B
w

N4
4 5
w

a. Actual b. Graph
system representation
w

B LA B
B LA B N1
N1 1 2
1 2
LA B LA
LA B LA N2 N3
N2 N3
3
3
B LA B
B LA B N4
N4 4 5
4 5
c. Shortest path d. Spanning tree

Page 62

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

SOURCE ROUTING BRIDGES

m
* Alternate method to prevent Loops in the system with redundant bridges.

co
* Filtering frames is done by the source station, to some extent by the destination station
also.

s.
* A sending station defines the bridges that the frame must visit.
* The frames contain not only the source and destination addresses, but also the addresses
bu
of the bridges to be visited.
* The source gets the addresses through exchange of special frames with the destination
la
prior to sending data frames.
yl

* Ex.- Token ring LANs


lls

Bridges connecting different LANs


.a

Ex.- Ethernet LAN to a Wireless LAN


w

* Frame Format.
w

* Maximum data size.


* Data rate.
w

* Bit order.
* Security.
* Multimedia support

TWO-LAYER SWITCHES

* A Two-layer switch is a bridge with multiple ports and a design that allows better
performance.
* As a bridge, two-layer switch makes a filtering decision based on physical address of
the frame it received.
* It is more sophisticated it can have a buffer to hold the frames for processing.
* Ex Cut-through switches.

Page 63

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

ROUTERS or THREE-LAYER SWITCH

* A ROUTER is a three-layer device that routes packets based on their logical addresses.
* A router normally connects LANs & WANs in the internet and has a routing table that
is used for making decisions about the route.
* the routing tables are normally dynamic and are updated using routing protocols.
** A Three-Layer switch is a router, but a faster and more sophisticated.

GATEWAY

* A GATEWAY is normally a computer that operates in all five layers of the internet
model and seven layers of the OSI model.
* A Gateway takes an application message, reads it and interprets it means it can be

m
used as a connecting device between two internetworks that use different models.

co
* A network designed to use the OSI model can be connected to another network using
the internet model.

s.
* Gateways can provide security. bu
la

5. 2 BACKBONE NETWORK
yl
lls

* A Backbone network allows several LANs to be connected.


* The backbone is itself a LAN that uses a LAN protocol such as Ethernet.
.a

* Different configurations of Backbone networks:


1. Star backbone.
w

2. Bus backbone.
w
w

1. Star Backbone 2. Bus Backbone

Connecting Remote LANs with bridges

Page 64

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

A point-to-point link acts as a LAN without stations in a remote backbone connected by


remote bridges.

5.3 VIRTUAL LANs

m
co
s.
bu
VLAN
1
la

VLAN
2
yl

VLAN
3
lls
.a

A switch using VLAN software


w
w
w

Two switches in a backbone using VLAN software


Page 65

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

m
Recommended questions:

co
1. What is the difference between a forwarding port and a blocking port?
2. What is the basis for a membership in a VLAN?

s.
3. What is the difference between a bus backbone and a star backbone?
bu
4. How does a VLAN reduce network traffic?
5. How is a hub related to a repeater?
la
6. How does a repeater extend the length of a LAN?
7. What is a transparent bridge?
yl
lls
.a
w
w
w

Page 66

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

Unit 6: Hrs: 07

Syllabus:

Network layer, Logical addressing, IPv4 addresses, IPv6 addresses, IPv4 and IPv6
transition from IPv4 to IPv6.

Recommended readings:

Text Book: Data Communication & Networking, B Forouzan, 4e, TMH

Chapter 19 page 549 to 572

m
Chapter 20 page 582 to 605

co
s.
bu
la
yl
lls
.a
w
w
w

Page 67

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

6.1 IPv4 Addresses

m
co
s.
bu
la
yl
lls
.a
w
w
w

Page 68

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

m
co
s.
bu
la
yl
lls
.a
w
w
w

Page 69

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

m
co
s.
bu
la
yl
lls
.a
w
w
w

Page 70

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

m
co
s.
bu
la
yl
lls
.a
w
w
w

Page 71

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

m
co
s.
bu
la
yl
lls
.a
w
w
w

Page 72

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

6.2 IPv6 Addresses

m
co
s.
bu
la
yl
lls
.a
w
w
w

Page 73

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

m
co
s.
bu
la
yl
lls
.a
w
w
w

Page 74

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

m
co
s.
bu
la
yl
lls
.a
w
w
w

Page 75

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

m
co
s.
bu
la
yl
lls
.a
w
w
w

Page 76

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

m
co
s.
bu
la
yl
lls
.a
w
w
w

Page 77

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

6.3 IPv4 protocol:

m
co
s.
bu
la
yl
lls
.a
w
w
w

Page 78

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

m
co
s.
bu
IPv4 Datagram format:
la
yl
lls
.a
w
w
w

Page 79

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

m
co
s.
bu
la
yl
lls
.a
w
w
w

Page 80

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

m
co
s.
bu
la
yl
lls
.a
w
w
w

Page 81

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

m
co
s.
bu
la
yl
lls
.a
w
w
w

Page 82

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

m
co
s.
bu
la
yl
lls
.a
w
w
w

Page 83

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

m
co
s.
bu
la
yl
lls
.a
w

6.4 IPv6 Protocol


w
w

Page 84

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

m
co
s.
bu
la
yl
lls

IPv6 packet format:


.a
w
w
w

Page 85

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

m
co
s.
bu
la
yl
lls
.a
w
w
w

Page 86

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

m
co
s.
bu
la
yl
lls
.a
w
w
w

Page 87

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

m
co
s.
bu
la
yl
lls
.a

Comparison between IPv4 and IPv6:


w
w
w

Page 88

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

Transition from IPv4 to IPv6:

m
co
s.
bu
la
yl
lls
.a
w
w
w

Page 89

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

m
Recommended questions:

co
s.
bu
la
yl
lls
.a
w
w
w

Page 90

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

Unit 7: Hrs: 06

Syllabus:

Delivery, Forwarding, Unicast Routing protocols, Multicast Routing protocols

Recommended readings:

Text Book: Data Communication & Networking, B Forouzan, 4e, TMH

Chapter 22: Page 647 to 697

m
co
s.
bu
la
yl
lls
.a
w
w
w

Page 91

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

7.1 Delivery:

Direct versus Indirect delivery

m
co
s.
bu
la
yl
lls
.a
w
w
w

Page 92

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

7.2 Forwarding:

m
co
s.
bu
la
yl
lls
.a
w
w
w

Page 93

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

m
co
s.
bu
7.3 Unicast Routing Protocols
la
yl
lls
.a
w
w
w

Page 94

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

m
co
s.
bu
la
yl
lls
.a
w
w
w

Page 95

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

1. Distance Vector Routing

m
co
s.
bu
la
yl
lls
.a
w
w
w

Page 96

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

m
co
s.
bu
la
yl
lls
.a
w
w
w

Page 97

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

m
2. Routing Information Protocol (RIP)

co
s.
bu
la
yl
lls
.a
w
w
w

Page 98

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

m
co
s.
bu
la
yl

4. Path Vector Routing


lls
.a
w
w
w

Page 99

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

m
co
s.
bu
la
yl
lls
.a
w
w
w

Page 100

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

m
co
s.
bu
la
yl
lls
.a
w
w
w

Page 101

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

7.4 Multicast Routing Protocols

m
co
s.
bu
la
yl
lls
.a
w
w
w

Page 102

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

Recommended questions:

m
co
s.
bu
la
yl
lls
.a
w
w
w

Page 103

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

Unit 8: Hrs: 06

Syllabus:

Transport layer process to process delivery, UDP, TCP, Domain name system,
Resolution.

Recommended readings:

Text Book: Data Communication & Networking, B Forouzan, 4e, TMH

Chapter 23 page 703 to 753

m
co
s.
bu
la
yl
lls
.a
w
w
w

Page 104

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

8.1 Process to process Delivery:

* Real communication in the Internet takes place between two processes.


* Several processes may be running on both the source & destination host.
* A mechanism is required to deliver data from one of these processes running on the

m
source host to the corresponding process running on the destination host.
* The Transport Layer is responsible for process-to-process delivery.

co
* Two processes communicate in a client/server relationship.

s.
Client/Server Paradigm bu
* The most common method of achieving Process-to-Process delivery is Client/Server
Paradigm.
la

* A process on the local host, called a client needs service from a process usually on the
yl

remote host, called a server.


* Both Client & Server have the same name.
lls

* Local Host, Local Process, Remote Host, Remote Process must be defined for
.a

communication.
w

Addressing
w
w

* To choose among the multiple processes running on the Host, Port numbers are
required.
* The destination port number is needed for delivery, and source port number is needed
for reply.
Page 105

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

* In the Internet model, the port numbers are 16-bit integers: 0 to 65535.
* The client process defines itself with a port number, chosen randomly, called
EPHEMERAL (temporary) port number.
* The server process must also define itself with a port number, but not chosen randomly.
The server uses the Universal port numbers called WELL-KNOWN port numbers.

IANA ranges

m
co
* WELL-KNOWN ports: The ports ranging from 0 to 1023 are assigned and controlled
by IANA.

s.
* REGISTERED ports: The ports ranging from 1024 to 49, 151 are not assigned or
bu
controlled by IANA. They can only be registered with IANA to prevent duplication.
* DYNAMIC ports: The ports ranging from 49, 152 to 65,535 are neither controlled nor
registered. They can be used by any process. These are the Ephemeral ports.
la
yl

Socket addresses
lls
.a
w
w
w

* A Transport layer protocol needs a pair of socket addresses: the Client socket address
and the Server socket address.
* The IP header contains the IP address & the UDP or TCP contains the port numbers.

Multiplexing & De-multiplexing

Page 106

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

Multiplexing:
* many-to-one relationship at the sender site.
* protocol accepts messages from different processes, differentiated by their assigned
port numbers.
* adds the header, & passes the packet to the network layer.

m
co
De-multiplexing:
* one-to-many relationship at the receiver site.

s.
* protocol accepts datagram from the network layer, checks errors, drops the header and
delivers each message to the appropriate process based on the port number.
bu
la
Connectionless Vs Connection-oriented service
yl

Connectionless:
lls

* no connection establishment prior to the data transfer.


* the packets may be delayed or lost or may arrive out of sequence.
.a

* Ex: UDP
connection-oriented:
w

* a connection is first established b/w the sender and the receiver, data are transferred and
w

then the connection is released.


* Ex: TCP, SCTP
w

Reliable Vs Unreliable

Reliable:
* Reliable protocol guarantees successful data transmission by implementing flow &
error control mechanisms
Unreliable:
* doesnt guarantee successful data transmission. It doesnt implement any error or flow
control mechanism

Page 107

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

USER DATAGRAM PROTOCOL (UDP)

* Is called a connectionless, unreliable transport protocol.


* it doesnt add anything to the services of IP except to provide process-to-process
communication instead of host-to-host communication.
* it performs very limited error checking.
* if a process wants to send a small message and doesnt care much about reliability, it
can use UDP.

WELL-KNOWN port numbers for UDP

Port Protocol Description

m
7 Echo Echoes a received datagram back to the sender
9 Discard Discards any datagram that is received

co
11 Users Active users
13 Daytime Returns the date and the time

s.
17 Quote Returns a quote of the day
bu
19 Chargen Returns a string of characters
53 Nameserver Domain Name Service
la
67 Bootps Server port to download bootstrap information
68 Bootpc Client port to download bootstrap information
yl

69 TFTP Trivial File Transfer Protocol


lls

111 RPC Remote Procedure Call


123 NTP Network Time Protocol
.a

161 SNMP Simple Network Management Protocol


w

162 SNMP Simple Network Management Protocol (trap)


w
w

User Datagram format

* UDP packets, called user datagrams have a fixed-size header of 8 bytes.

Page 108

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

Source port number:


* used by the processes running on the source host.
* it is 16-bit long: 0 to 65,535

m
* if the source host is client, the port number is an ephemeral port number requested by
process & chosen by UDP software running on the host.

co
* if the source host is server, the port number is an well-known.

s.
Destination port number: bu
* used by the processes running on the destination host.
* it is 16-bit long: 0 to 65,535
la
* if the destination host is client, the port number is an ephemeral port number requested
by process & chosen by UDP software running on the host.
yl

* if the destination host is server, the port number is an well-known.


lls

Total Length:
.a

* it is 16-bit long, defines the total length of the user datagram plus data.
* 16-bits can define a total length of 0 to 65,535 bytes, but the total length needs to be
w

much less, because a UDP datagram is stored in a IP datagram with a total length of
w

65,535 bytes.
w

Checksum:
* used to detect the errors over the entire datagram.
* calculation & inclusion of the checksum in a user datagram is optional.
* if the checksum is not calculated, the field is filled with 1s.

UDP operation

Connectionless service:
* there is no connection establishment and no connection termination.
* each user datagram is an independent datagram, there is no relationship between the
datagrams even if they are coming from the same source process and destined for the
same process.

Page 109

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

* this means that user datagrams can travel on different paths.


* the user datagrams are not numbered

Flow and Error control:


* UDP is very simple, unreliable transport protocol.
* there is no Flow & Error control.
* lack of flow control & error control means that the process using UDP should provide
these mechanisms.

Encapsulation & Decapsulation:


* to send message from one process to another, the UDP protocol encapsulates and
decapsulates messages in an IP datagram.

Queuing

m
Daytime client Daytime server

co
s.
bu
Outgoing Incoming Outgoing Incoming
la
queue queue queue queue
yl
lls

Port 52000 Port 13


UDP UDP
.a
w

Queues at the client:


* At the client site, when a process starts, a port number is requested, both the incoming
w

and outgoing queues associated with each process are created.


w

* queues opened by the client are identified by ephemeral port numbers.


* the queues function as long as the process is running, when the process terminates, the
queues are destroyed.
Outgoing queue at the client:
* client process sends the messages to the outgoing queue, UDP removes one by one
from the queue and adds the UDP header, delivers them to the IP.
* an outgoing queue may overflow, in that case OS can ask the client process to wait
before sending more messages.

Incoming queue at the client:


* incoming messages for the client are delivered to the client process through the
incoming queue.
* all the incoming messages for one particular client program, whether coming from the

Page 110

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

same or a different server, are sent to the same queue.


* if there is no such incoming queue, the user datagrams are discarded and notified to the
server by sending a port unreachable message.
* an incoming queue can overflow, in that case the UDP drops the user datagram and
asks for a port unreachable message to be sent to the server.

Queues at server:
* at the server site, a server asks for incoming and outgoing queues using its well-known
port number, when it starts running.
* the queues remain open as long as the server process is running.
Incoming queue:
* when a message arrives for a server, UDP sends the received user datagram to the end
of the incoming queue.
* all the incoming messages for one particular server process, whether coming from the

m
same or a different client, are sent to the same queue.
* if there is no such queue, UDP discards the user datagram and asks ICMP to send a port

co
unreachable message to the client.
* an incoming queue can overflow, in case, the UDP drops the user datagram and sends

s.
the port unreachable message to the client.
bu
Outgoing queue at the server:
la
* when a server wants to respond to a client, it sends messages to the outgoing queue.
* UDP removes one by one and, after adding the UDP header, delivers them to IP.
yl

* an outgoing queue can overflow, in that case, the OS asks the server to wait before
lls

sending any more messages.


.a

Use of UDP
w

* UDP is suitable for a process that requires simple request-response communication with
w

little concern for flow and error control.


* UDP is suitable for a process with internal flow and error control mechanisms. Ex.
w

TFTP.
* It is a suitable transport protocol for multicasting.
* UDP is used for management processes such as SNMP.
* UDP is used for some route updating protocols such as Routing Information Protocol
(RIP).

TRANSMISSION CONTROL PROTOCOL

* TCP is a connection-oriented, reliable transport protocol.


* it adds connection-oriented and reliability features to the services of IP.

Page 111

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

TCP services:
i) Process to process communication:
* TCP provides process-to-process communication using the port numbers.
ii) Stream Delivery Service:
* TCP is a stream-oriented protocol allows sending process to deliver data as a stream
of bytes and allows the receiving process to obtain data as a stream of bytes.

m
co
TCP Services

s.
Sending and Receiving buffers: bu
* because the sending & receiving processes may not write or read data at the same
speed, TCP needs buffers for storage.
* two buffers for sending and receiving.
la

* one way to implement a buffer is to use a circular array of 1-byte locations.


yl
lls
.a
w
w
w

Segments:
* the IP layer, as a service provider for TCP, needs to send data in packets, not as a
stream of bytes.
* at the transport layer, TCP groups a number of bytes together into a packet called a
Segment.
* TCP adds a header to each segment and delivers to the IP layer.
* the segments are encapsulated in the IP datagram and transmitted.

Page 112

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

iii) Full-Duplex Communication:


* TCP offers full-duplex service, in which data can flow in both directions at the same
time.
iv) Connection-oriented service:

m
* when a process at site A wants to send and receive data from another process at site B,
the following occurs.

co
1. the 2 TCPs establish a connection between them.
2. data are exchanged in both directions.

s.
3. the connection is terminated.
v) Reliable service:
bu
* it uses an acknowledgement mechanism to check the safe and sound arrival of data.
la
TCP Features
yl

i) Numbering system:
lls

BYTE NUMBER:
* the bytes of the data being transferred in each connection are numbered by TCP.
.a

* the numbering starts with a randomly generated number.


w

SEQUENCE NUMBER
* after the bytes have been numbered, TCP assigns a sequence number to each segment
w

that is being sent.


w

* the sequence number for each segment is the number of the first byte carried in that
segment.
ACKNOWLEDGEMENT NUMBER
* each party uses an acknowledgement number to confirm the bytes it has received, i.e.,
acknowledgement number defines the number of the next byte it expects to receive.
* the acknowledgement numbers are cumulative.

ii) Flow Control:


* the receiver of the data controls the amount of data that are to be sent by the sender.
* the numbering system allows TCP to use a byte-oriented flow control.

Page 113

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

iii) Error Control:


* to provide reliable service, TCP implements an error control mechanism.

iv) Congestion Control:


* the amount of data sent by a sender is not only controlled by the receiver, but is also
determined by the level of congestion in the network.

TCP Segment format

m
co
s.
bu
la

* the segment consists of a 20- to 60- byte header, followed by data from the
yl

application process.
lls

i) Source port address:


* a 16-bit field that defines the port number of the application program in the host that is
.a

sending the segment.


w

ii) Destination port address:


* a 16-bit field that defines the port number of the application program in the host that is
w

receiving the segment.


w

iii) Sequence number:


* a 32-bit field defines the number assigned to the first byte of data contained in the
segment.
iv) Acknowledgement number:
* a 32-bit field defines the byte number that the receiver of the segment is expecting to
receive from the other party.
v) Header Length:
* this 4-bit field indicates the number of 4-byte words in the TCP header. The value of
this field can be 5 to 15.
vi) Reserved:
* this 6-bit field reserved for future use.
vii) Control:
* this field defines 6 different control bits or flags. One or more of these bits can be set at
Page 114

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

a time.
* these bits enable flow control, connection establishment and termination, connection
abortion, and the mode of data transfer in TCP.

Flag Description

URG The value of the urgent pointer field is valid.

m
co
ACK The value of the acknowledgment field is valid.
PSH Push the data.

s.
RST The connection must be reset.
bu
SYN Synchronize sequence numbers during connection.
la
FIN Terminate the connection.
yl

viii) Window size:


* this 16-bit field defines the total size of window, in bytes, that the other party must
lls

maintain. The maximum size of the window is 65,535 bytes.


* this value is normally referred to as the receiving window and is determined by the
.a

receiver. The sender must obey the dictation of the receiver in this case.
w

ix) Checksum:
* 16-bit field contains the checksum, and its inclusion in TCP is mandatory.
w

x) Urgent pointer:
w

* this 16-bit field, which is valid only if the urgent flag is set, is used when the segment
contains urgent data.
* it defines the number that must be added to the sequence number to obtain the number
of the last urgent byte in the data section of the segment.
xi) Options:
* there can be up to 40 bytes of optional information in the TCP header.

TCP connection

* a connection-oriented transport protocol establishes a virtual path between the source


and destination.
* all the segments belonging to a message are then sent over this virtual path.
* using a single virtual pathway for the entire message facilitates the acknowledgement
Page 115

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

process as well as transmission of damaged or lost frames.


* In TCP connection-oriented transmission requires three phases:
1. Connection Establishment
2. Data Transfer
3. Connection Termination

Connection Establishment
* The connection establishment in TCP is called Three-way Handshaking.

Client Server

A: ACK flag
S: SYN flag

Active open
Seq:8000 Passive open

m
A S

co
SYN

Seq:15000
ack: 8001

s.
A S bu
SYN + ACK * Simultaneous open
Seq:8000 * SYN Flooding attack
Ack: 15001
la
A
yl

ACK
Time Time

Data Transfer
lls
.a

Client Server

A: ACK flag
P: PSH flag
w

Seq:8001
w

Ack: 15001
w

A P
Data: bytes 8001 9000

Seq:9001
Ack: 15001
A P
Data: bytes 9001 10000

Seq:15001
Ack: 10001
A P
Data: bytes 15001 17000

Seq:10000
Ack: 17001
Time A Time

Page 116

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

Connection Termination

* Any of the two parties involved in exchanging data can close the connection.

Client Server
A: ACK flag
F: FIN flag

Active close
Seq:x
Ack: y
A F

FIN

m
Passive close
Seq:y
ack: x+1

co
A F

s.
FIN + ACK
Seq:X
bu
Ack: y+1
A
la

ACK
Time Time
yl
lls
.a
w
w
w

Page 117

vtu.allsyllabus.com
www.allsyllabus.com
Computer Communication Networks 06EC71

Recommended questions:

m
co
s.
bu
la
yl
lls
.a
w
w
w

Page 118

vtu.allsyllabus.com

Das könnte Ihnen auch gefallen