S2 - Network HArdware Network Software
S2 - Network HArdware Network Software
S2 - Network HArdware Network Software
22EC2210R
TOPIC:
NETWORK HARDWARE
NETWORKSOFTWARE
SESSION - 02
AIM OF THE
SESSION
To familiarize students with the basic concept of computer networks and its necessity
INSTRUCTIONAL
OBJECTIVES
LEARNING OUTCOMES
•Network Cables
•Distributors
•Routers
•Socket.
•Port
•Network Card
Network Cables
• A socket is one endpoint of a two way communication link between two programs
running on the network. The socket mechanism provides a means of inter-process
communication (IPC) by establishing named contact points between which the
communication take place.
8
PORT
9
REPEATERS, HUBS, AND SWITCHES
• Repeaters, hubs and switches connect network devices together so that they can function as
a single segment.
• A repeater receives a signal and regenerates it before re-transmitting so that it can travel
longer distances.
• A hub is a multiport repeater having several input/output ports, so that input at any port is
available at every other port.
• A switch receives data from a port, uses packet switching to resolve the destination device
and then forwards the data to the particular destination, rather than broadcasting it as a hub.
10
Network Card
13
LOCAL AREA NETWORKS
14
LOCAL AREA NETWORKS
Characteristics
small size
transmission technology
• single cable (single channel)
• 10Mbps ~ 10Gb/s
• 10Gb/s : 10,000,000.000 bps
1
5
METROPOLITAN AREA NETWORKS
24 1
6
WIDE AREA NETWORKS
(WANS)
·WANs are point-to-point networks
·WANs consist of two distinct components:
transmission lines (copper, fiber, microwave) and switches (electronics, optics)
Store-and-forward or packet-switched subnet
29 1
8
BUS TOPOLOGY
A bus topology is multipoint connection, one long cable acts as a backbone to link all the devices in a
network. Here the cable is called the bus.
Bus topology was the one of the first topologies used in the design of early local area networks.
Nodes are connected to the bus cable by drop lines and taps.
A drop line is a connection running between the device and the main cable.
A tap is a connector that splices into (attached to) the main cable.
• Advantages:
1. Installation is easy. Bus Backbone cable can be laid along the most efficient path and then connected to
the nodes by drop lines of various lengths.
2. A bus uses less cabling than mesh or star topologies.
Disadvantages:
1. All the devices are connected to bus backbone cable, so that if the backbone cable fails the entire system
fails.
2. Difficult Reconnection and Fault Isolation. It is difficult to add new devices.
3. There is a limit on the number of taps a bus can support and on the distance between those taps.
4. More heat is generated if the number of taps are more. Heat degrades the quality of signal.
20
RING TOPOLOGY
• In a 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.
21
CONTD
• Advantages:
1. A ring is relatively easy to install and reconfigure. Each device is linked to only its immediate
neighbors (either physically or logically).
2. To add or delete a device requires changing only two connections.
3. The only constraints are media and traffic considerations (maximum ring length and number of
devices).
Disadvantage:
1. Unidirectional traffic can be a disadvantage.
2. In a simple ring, a break in the ring (such as a disabled station) can disable the entire network.
22
STAR TOPOLOGY
In a star topology, each device has a dedicated point-to-point link only to a central controller called a Hub or Switch. The
devices are not directly linked to one another.
A star topology does not allow direct traffic between devices. The controller acts as an exchange: If one device wants to
send data to another, it sends the data to the controller, and the controller transfers the data to the other connected device.
• Advantages:
1. A star topology is less expensive than a mesh topology. In a star, each device needs only one link
and one I/O port to connect it to any number of others. This factor also makes it easy to install and
reconfigure
2. Less cabling is required than mesh topology.
3. Star topology is robust, If one link fails, only that link is affected. All other links remain active.
Disadvantages:
1. If hub fails entire processing will be stopped working. Uses:
1. It is used in High-speed LAN’s often use a star topology with a central hub.
24
MESH TOPOLOGY
27
• SDN Framework
• The Software Defined Networking framework has three layers as depicted in the following diagram −
• APPLICATION LAYER − SDN applications reside in the Application Layer. The applications convey their
needs for resources and services to the control layer through APIs.
• CONTROL LAYER − The Network Control Software, bundled into the Network Operating System, lies in
this layer. It provides an abstract view of the underlying network infrastructure. It receives the requirements of
the SDN applications and relays them to the network components.
• INFRASTRUCTURE LAYER − Also called the Data Plane Layer, this layer contains the actual network
components. The network devices reside in this layer that shows their network capabilities through the Control
to data-Plane Interface.
28
SELF-ASSESSMENT QUESTIONS
6
7
5
3
Reference Books:
1. Simon Haykin and Michael Moher, “An Introduction to Analog and Digital Communications”,
2nd Ed., Wiley, (2007).
2. Wayne Tomasi,”Advanced Electronic Communication Systems”, 6th Ed., Pearson Education.
3. B P Lathi and W.Ding, “Modern Digital and Digital and Analog Communication,” ”, 4 th Ed.,
Wiley, (2007).