Unit I Part I
Unit I Part I
Unit I
Introduction
Half-Duplex
• Each station can both transmit and receive, but not at the same
time.
• When one device is sending, the other can only receive, and
vice versa.
• Use the entire capacity for each direction of data transmission.
Full-Duplex(Duplex)
• Both stations can transmit and receive simultaneously.
• Used when both directions is required at all the time.
• The capacity of the channel must be divided between the two
directions.
1-2 NETWORKS
Course Code :(KCS- 603) Course Name:Computer Networks
Network Criteria
x0010_Physical Structures
Type of Connection
Point to Point - single transmitter and receiver
Entire capacity of the channel used between two devices
Multipoint - multiple recipients of single transmission
The capacity of the channel is shared, either spatially(If several devices use
the link simultaneously) or temporally(If devices must take turns- timeshared
connection).
Physical Topology
Connection of devices
Type of transmission - unicast, mulitcast, broadcast
Mesh
Disadvantages:
Amount of cabling and the no of I/O ports
Star
Disadv:
Dependency of the whole topology on a single point, the hub.
Bus
Multipoint connection – One long cable acts as a backbone to link
all the devices in the network.
Nodes are connected to the bus cable by drop lines(connection
running between the device and the main cable) and
taps(connectors that either splices into the main cable or
punctures the sheathing of a cable to create a contact with the
metallic core).
Adv:
Ease of installaion
Figure 1.9 A hybrid topology: a star backbone with three bus networks
1-4 PROTOCOLS
Course Code :(KCS- 603) Course Name:Computer Networks
x0010_Elements of a Protocol
Syntax
Structure or format of the data
Indicates how to read the bits - field delineation
Semantics
Interprets the meaning of the bits
Knows which fields define what action
Timing
When data should be sent and what
Speed at which data should be sent or speed at which it is being
received.