Isha Networking
Isha Networking
Assignment
OSI Layer and Network Toplogy
______________________________________
Submitted to
Mam Yusra
______________________________________
Submitted By
S/Lt Isha Saghir PN (12622)
Question No:01
Explain OSI Layers.
OSI Model:
The Open Systems Interconnection (OSI) model is a reference tool for understanding
data communications between any two networked systems. It divides the
communications processes into seven layers. Each layer both performs specific
functions to support the layers above it and offers services to the layers below it. The
three lowest layers focus on passing traffic through the network to an end system.
The top four layers come into play in the end system to complete the process.
The physical layer of the OSI model defines connector and interface specifications,
as well as the medium (cable) requirements. Electrical, mechanical, functional, and
procedural specifications are provided for sending a bit stream on a computer
network.
NICs have a layer 2 or MAC address. A switch uses this address to filter and forward
traffic, helping relieve congestion and collisions on a network segment. Bridges and
switches function in a similar fashion; however, bridging is normally a software
program on a CPU, while switches use Application-Specific Integrated Circuits
(ASICs) to perform the task in dedicated hardware, which is much faster.
LAYER 3 - NETWORK LAYER
Layer 3, the network layer of the OSI model, provides an end-to-end logical
addressing system so that a packet of data can be routed across several layer 2
networks (Ethernet, Token Ring, Frame Relay, etc.). Note that network layer
addresses can also be referred to as logical addresses.
Routers communicate with one another using routing protocols, such as Routing
Information Protocol (RIP) and Open version of Shortest Path First (OSPF), to
learn of other networks that are present and to calculate the best way to reach each
network based on a variety of criteria (such as the path with the fewest routers).
Routers and other networked systems make these routing decisions at the network
layer.
Layer 4, the transport layer of the OSI model, offers end-to-end communication
between end devices through a network. Depending on the application, the transport
layer either offers reliable, connection-oriented or connectionless, best-effort
communications.
The most common transport layer protocols are the connection-oriented TCP
Transmission Control Protocol (TCP) and the connectionless UDP User Datagram
Protocol (UDP).
LAYER 5 - SESSION LAYER
Layer 5, the session layer, provides various services, including tracking the number
of bytes that each end of the session has acknowledged receiving from the other end
of the session. This session layer allows applications functioning on devices to
establish, manage, and terminate a dialog through a network.
Layer 7, the application layer, provides an interface for the end user operating a
device connected to a network. This layer is what the user sees, in terms of loading
an application (such as Web browser or e-mail); that is, this application layer is the
data the user views while using these applications.
Network Topology:
Topology defines the structure of the network of how all the components are
interconnected to each other. There are two types of topologies: physical and logical
topology.
Advantages:
• It is cost effective
• Cable required is least compared to another network topology
• Used in small networks
• It is easy to understand
Disadvantages:
• Cable fails then whole network fails
• Cable has a limited length
2. STAR TOPOLOGY
Star topology is a network topology in which each network component is
physically connected to a central node such as a router, hub or switch. In a
star topology, the central hub acts like a server and the connecting nodes act
like clients.
Advantages:
• Easy to manage
• Easy to locate problems
• Easy to detect faults and to remove parts
• Easier to expand than a Bus or Ring Topology
Disadvantages:
• Require more cable length than a liner topology
• More expensive because of the cost of the concentrators
3. RING TOPOLOGY
A ring network is a network topology in which each node connects to
exactly two other nodes, forming a single continuous pathway for signals
through each node.
Advantages:
• Time to send data is known
• No data collision
• Easy to install
• Fault identification is easy
Disadvantages:
• Unidirectional Traffic
• Requires more cable and network equipment at the start
4. TREE TOPOLOGY
• Tree topology combines the characteristics of bus topology and star topology.
• A tree topology is a type of structure in which all the computers are connected
with each other in hierarchical fashion.
• The top-most node in tree topology is known as a root node, and all other
nodes are the descendants of the root node.
• There is only one path exists between two nodes for the data transmission.
Thus, it forms a parent-child hierarchy.
5. MESH TOPOLOGY
• Mesh technology is an arrangement of the network in which computers are
interconnected with each other through various redundant connections.
• There are multiple paths from one computer to another computer.
• It does not contain the switch, hub or any central computer which acts as a
central point of communication.
• The Internet is an example of the mesh topology.
• Mesh topology is mainly used for WAN implementations where
communication failures are a critical concern.
• Mesh topology is mainly used for wireless networks.
Advantages of Mesh topology:
• The mesh topology networks are very reliable as if any link breakdown will
not affect the communication between connected computers.
• Communication is very fast between the nodes.
• Adding new devices would not disrupt the communication between other
devices.