Muskan Report
Muskan Report
BELAGAVI-590018, KARNATAKA
“NANOTECHNOLOGY”
Submitted in Partial Fulfilment for the Award of Degree of
Bachelor of Engineering
in
Computer Science & Engineering
Submitted by
MUSKAN (4UB20CS066)
Under the guidance of
Naveen Kumar B.
Associate Professor
UBDTCE Davanagere
CERTIFICATE
This is to certify that the Technical Seminar Report entitled
“Nanotechnology” has been submitted by Muskan(4UB20CS066) student of
University B.D.T. College of Engineering, in Visvesvaraya Technological
University, Belagavi, during the year 2023-24. It is certified that all corrections
and suggestions indicated for internal assessment have been incorporated in the
report. The Technical Seminar report has been approved as it satisfies the
academic requirements in a respect to work prescribed by said degree.
Smt Geeta
Associate Professor
Technical Seminar Coordinator
UBDTCE
External Viva
Name of Examiner Signature and date
1. 1.
2. 2.
lOMoAR cPSD| 19814165
DECLARATION
- Muskan (4UB20CS066)
lOMoAR cPSD| 19814165
ACKNOWLEDGEMENT
Last, but not the least, I would hereby acknowledge and thank my parents
and friends who have been a source of inspiration and also instrumental in the
successful completion of the Technical Seminar.
- Muskan (4UB20CS066)
lOMoAR cPSD| 19814165
TABLE OF CONTENTS
Abstract 6
Chapter 1: Introduction 7
Conclusion 15
References 16
lOMoAR cPSD| 19814165
ABSTRACT
The Open Systems Interconnection (OSI) model describes seven layers that computer
systems use to communicate over a network Internet is made up of generally two
terms- Interconnection and Network. So, it is a connection to a large collection of
networks. A packet that is to be forwarded may be associated with the same network
as the source host or may belong to a destination host in a different network. Thus, it
depends on the destination how much a packet may need to travel before arriving at
its destination. Packet forwarding is the basic method for sharing information across
systems on a network. Packets are transferred between a source interface and a
destination interface, usually on two different systems. When you issue a command or
send a message to a nonlocal interface, your system forwards those packets onto the
local network. The interface with the destination IP address that is specified in the
packet headers then retrieves the packets from the local network. If the destination
address is not on the local network, the packets are then forwarded to the next
adjacent network, or hop. By default, packet forwarding is automatically configured
when you install the Solaris OS.
6
lOMoAR cPSD| 19814165
Chapter 1: INTRODUCTION
The Open Systems Interconnection model (OSI model) is a conceptual model that
provides a common basis for the coordination of [ISO] standards development for the
purpose of systems interconnection'. In the OSI reference model, the communications
between a computing system are split into seven different abstraction layers: Physical,
Data Link, Network, Transport, Session, Presentation, and Application. The network
layer has two main functions. One is breaking up segments into network packets, and
reassembling the packets on the receiving end. The other is routing packets by
discovering the best path across a physical network. The network layer uses network
addresses (typically Internet Protocol addresses) to route packets to a destination
node. It is a layer 3 that manages device addressing, tracks the location of devices on
the network. It determines the best path to move data from source to the destination
based on the network conditions, the priority of service, and other factors. The Data
link layer is responsible for routing and forwarding the packets. Routers are the layer
3 devices, they are specified in this layer and used to provide the routing services
within an internetwork.
7
lOMoAR cPSD| 19814165
Packet forwarding is the relaying of packets from one network segment to another
by nodes in a computer network. The network layer in the OSI model is responsible
for packet forwarding.
8
lOMoAR cPSD| 19814165
One example of an application which may use multicast is a video server sending out
networked TV channels. Simultaneous delivery of high quality video to each of a
large number of delivery platforms will exhaust the capability of even a high
bandwidth network with a powerful video clip server. This poses a major salability
issue for applications which required sustained high bandwidth. One way to
significantly ease scaling to larger groups of clients is to employ multicast
networking.
9
lOMoAR cPSD| 19814165
Broadcast transmission is supported on most LANs (e.g. Ethernet), and may be used to
send the same message to all computers on the LAN (e.g. the address resolution protocol
(arp) uses this to send an address resolution query to all computers on a LAN, and this is
used to communicate with an IPv4 DHC server). Network layer protocols (such as IPv4)
also support a form of broadcast that allows the same packet to be sent to every system in
a logical network (in IPv4 this consists of the IP network ID and an all 1's host number).
10
lOMoAR cPSD| 19814165
Forwarding means to place the packet in its route to its destination. Forwarding
requires a host or a router to have a routing table. When a host has a packet to send or
when a router has received a packet to be forwarded, it looks at this table to find the
route to the final destination.
Forwarding Techniques
3. Default Method
One technique to reduce the contents of a routing table is called the next-hop method.
In this technique, the routing table holds only the address of the next hop instead of
information about the complete route (route method). The entries of a routing table
must be consistent with one another.
Next hop is a routing term that refers to the next closest router a packet can go
through. The next hop is among the series of routers that are connected together in a
network and is the next possible destination for a data packet. More specifically, next
hop is an IP address entry in a router’s routing table, which specifies the next
closest/most optimal router in its routing path. Every single router maintains its
routing table with a next hop address, which is calculated based on the routing
protocol used and its associated metric.
11
lOMoAR cPSD| 19814165
A second technique to reduce the routing table and simplify the searching process is
called the host-specific method. Here, instead of having an entry for every destination
host network connected to the same physical network (host-specific method), we have
only one entry that defines the address of the destination network itself.
Host-specific routing is used for purposes such as checking the route or providing
security measures.
12
lOMoAR cPSD| 19814165
3. Default Method
13
lOMoAR cPSD| 19814165
Advantages of Forwarding
Disadvantages of Forwarding
Prevents BIG-IP from acting as a security device. Since all traffic can pass
through BIG-IP without examination, higher functions of BIG-IP may be
bypassed by not directing traffic to them.
Is the least efficient traffic path through BIG-IP. All other traffic functions are
evaluated before IP forwarding, so traffic that uses IP forwarding can be slow
and the processing of these packets can, in turn, slow down all other queued
traffic.
Requires routable addresses on all networks connected to BIG-IP.
14
lOMoAR cPSD| 19814165
Conclusion
15
lOMoAR cPSD| 19814165
References
1. https://www.baeldung.com/
2. https://www.brainkart.com/
3. https://practice.geeksforgeeks.org/
16