Lecture 2
Lecture 2
NETWORK REVIEW
Third Year
Second Semester
IT Department
Prepared by:
Eng. Mohammed H. Al-Marhabi
Data communication systems
Half-duplex mode, 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. the entire capacity of a channel is taken over
by whichever of the two devices is transmitting at the time..
Data Flow(cont.)
2. Multipoint
■ A multipoint connection is one in which more than two specific devices share
a single link.
■ In a multipoint environment, the capacity of the channel is shared, either
spatially or temporally.
Physical Topology
1. Mesh Topology
we need n (n – 1) / 2 duplex-mode links.
Physical Topology(cont.)
2. Star Topology
■ All device has dedicated point-to-point link only to a central controller,.
■ The controller acts as an exchange: If one device wants to send data to
another, it sends the data to the controller, which then relays the data
to the other connected device .
■ Star topology is less expensive than a mesh topology
■ Star topology has robustness. If one link fails, only that link is affected.
All other links remain active.
■ One big disadvantage of a star topology is the dependency of the
whole topology on one single point, the hub. If the hub goes down, the
whole system is dead.
Physical Topology(cont.)
2. Star Topology(cont.)
Physical Topology(cont.)
3. Bus Topology
■ bus topology is multipoint.
■ One long cable acts as a backbone to link all the devices in a network.
■ Nodes are connected to the bus cable by drop lines and taps.
■ limit on the number of taps a bus can support,because a signal travels
along the backbone lose its energy that is transformed into heat.
Therefore, it becomes weaker and weaker as it travels farther and
farther.
■ Advantages of a bus topology include:
– ease of installation.
– a bus uses less cabling than mesh or star topologies.
Physical Topology(cont.)
3. Bus Topology(cont.)
■ Disadvantages include
– difficult reconnection and fault isolation
– It can therefore be difficult to add new devices.
Physical Topology(cont.)
4. Ring Topology
■ Each device has a dedicated point-to-point connection with only the two
devices on either side of it.
■ A signal is passed along the ring in one direction, from device to device,
until it reaches its destination. Each device in the ring incorporates a
repeater. When a device receives a signal intended for another device, its
repeater regenerates the bits and passes them along.
■ A ring is relatively easy to install and reconfigure. Each device is linked to
only its immediate neighbors (either physically or logically).
■ To add or delete a device requires changing only two connections. In
addition, fault isolation is simplified. Generally, in a ring a signal is
circulating at all times
■ Unidirectional traffic can be a disadvantage.
Physical Topology(cont.)
4. Ring Topology(cont.)
NETWORK TYPES
1. Local area network (LAN)
■ Is usually privately owned and connects some hosts in a single
office, building, or campus.
■ LAN can be as simple as two PCs and a printer in someone’s
home office, or it can extend throughout a company and include
audio and video devices.
■ Each host in a LAN has an identifier, an address, that uniquely
defines the host in the LAN. A packet sent by a host to another
host carries both the source host’s and the destination host’s
addresses.
NETWORK TYPES(cont.)
1. Local Area Network (LAN) (cont.)
NETWORK TYPES(cont.)
2. Switched WAN
■ Is a network with more than two ends, used in the backbone of global
communication.
■ Is a combination of several point-to-point WANs that are connected by
Switches.
NETWORK TYPES(cont.)
2. Wide Area Network(WAN) (cont.)
3. Internetwork
■ Today, it is very rare to see a LAN or a WAN in isolation; they are
connected to one another.
■ When two or more networks are connected, they make an
internetwork, or internet.
■ Now the company has an internetwork, or a private internet (with
lowercase i).
NETWORK TYPES(cont.)
Switching
■Network technologies can be divided into two
broad categories that depend on the interface
they provide:
1. connection oriented (sometimes called circuit-
switched).
2. connectionless (sometimes called packet-
switched).
Switching (cont.)
1. ISO-OSI model
2. the TCP/IP protocol suite
ISO Model
■ ISO is the organization; OSI is the model.
■ ISO: International Organization for Standardization:
is a multinational body dedicated to worldwide agreement on
international standards.
■ OSI: Open Systems Interconnection model
is a set of protocols that allows any two different systems to
communicate
regardless of their underlying architecture.
ISO Model (cont.)
OSI model versus TCP/IP protocol suite