SlideShare a Scribd company logo
NOVATEUR PUBLICATIONS
INTERNATIONAL JOURNAL OF INNOVATIONS IN ENGINEERING RESEARCH AND TECHNOLOGY [IJIERT]
ISSN: 2394-3696
VOLUME 2, ISSUE 3 MARCH2015
1 | P a g e
Mode of Data Flow in the OSI Model
Miss.Vinodini Salvi
Department of Computer Engineering ,
Mpcoe, Velneshwar ,University of Mumbai ,Guhagar,
Mr. Prasad Bapat
Department of Mechanical Engineering ,
Mpcoe, Velneshwar ,University of Mumbai ,Guhagar,
Abstract
As the urgency in the need for standards in different computer networks was more, International
Standard Organization (ISO) created a new subcommittee for “Open System Interconnection” in
1977. The first priority of subcommittee was to develop architecture for Open System
Interconnection which could serve as a frame work for the definition of standard protocols. In
July 1979 the specifications of this architecture, established. That was passed under the name of
“OSI Reference Model” to Technical committee .These recommendations were adopted at the
end of 1979 as the basis for the following development of standards for Open System
Interconnection within ISO. This paper explains the OSI reference Model, which comprises of
seven different layers & their own responsibilities.
Keywords: - Open System Interconnection (OSI), International Standard Organization (ISO),
Protocol.
History of OSI
In the late 1970s, two projects began independently, with the same goal: to define a unifying
standard for the architecture of networking systems One was administered by the International
Organization for Standardization (ISO), while the other was undertaken by the International
Telegraph and Telephone Consultative Committee, or CCITT .These two international standards
bodies each developed a document that defined similar networking models.
In 1983, these two documents were merged to form a standard called The Basic Reference
Model for Open Systems Interconnection. The standard is usually referred to as the Open
Systems Interconnection Reference Model, the OSI Reference Model, or simply the OSI model.
It was published in 1984 by both the ISO, as standard ISO 7498, and the renamed by CCITT as
standard X.200. OSI had two major components, an abstract model of networking, called
the Basic Reference Model or seven-layer model, and a set of specific protocols.
Within each layer, one or more entities implement its functionality. Each entity interacted
directly only with the layer immediately beneath it, and provided facilities for use by the layer
above it.
NOVATEUR PUBLICATIONS
INTERNATIONAL JOURNAL OF INNOVATIONS IN ENGINEERING RESEARCH AND TECHNOLOGY [IJIERT]
ISSN: 2394-3696
VOLUME 2, ISSUE 3 MARCH2015
2 | P a g e
Protocols enabled an entity in one host to interact with a corresponding entity at the same layer
in another host. Service definitions abstractly described the functionality provided to an (N)-
layer by an (N-1) layer, where N was one of the seven layers of protocols operating in the local
host.
The OSI reference model was a major advance in the teaching of network concepts. It promoted
the idea of a consistent model of protocol layers, defining interoperability between network
devices and software.
It is a way of sub-dividing a communications system into smaller parts called layers. It provides
a set of design standards for equipment manufacturers so they can communicate with each other
Fig. 1. OSI Seven Layer Model
Mode of Data Flow in the OSI Model
A) Physical Layer of OSI Model
“The functions of physical layer is to convert signals into bits, that can be used by other layer
and adjusting the signal to allow for multiple users to use the same
Connection.” Also it converts data from the upper layers into 1s and 0s for transmission over
media. As well as defines how data is encoded onto the media used to transmit the data. Conveys
the bit stream through the network at the electrical and mechanical level & interfaces between
network medium and devices
Device example: Hub
NOVATEUR PUBLICATIONS
INTERNATIONAL JOURNAL OF INNOVATIONS IN ENGINEERING RESEARCH AND TECHNOLOGY [IJIERT]
ISSN: 2394-3696
VOLUME 2, ISSUE 3 MARCH2015
3 | P a g e
Used to transmit data:-Copper wiring, fiber optic cable, radio frequencies, anything that can be
used to transmit data is defined on the Physical layer of the OSI Model
B) Data link Layer of OSI Model
The data link is responsible for node to node validity and integrity of the transmission. The
transmitted bits are divided into frames; for example, an Ethernet is responsible for moving
frames from node to node or computer to computer. It can move frames from one adjacent
computer to another, cannot move frames across routers. It requires MAC address. or
physical address
Device example: Switch
Two sub layers: Logical Link Control (LLC) and the Media Access Control (MAC)
Logical Link Control (LLC)
–Data Link layer addressing, flow control, address notification, error correction
Media Access Control (MAC) determines which computer has access to the network media at
any given time.
C) Network Layer Of OSI Model
The network layer deals with organizing that data for transfer and reassembly.
It is responsible for moving packets (data) from one end of the network to the other, called end-
to-end communications. it requires logical addresses such as IP addresses . Device example:
Router .Routing is the ability of various network devices and their related software to move data
packets from source to destination.
D) Transport Layer of OSI Model
It takes data from higher levels of OSI Model and breaks it into segments that can be sent to
lower-level layers for data transmission .Conversely, reassembles data segments into data that
higher-level protocols and applications can use .Also puts segments in correct order (called
sequencing) so they can be reassembled in correct order at destination. May use a connection-
NOVATEUR PUBLICATIONS
INTERNATIONAL JOURNAL OF INNOVATIONS IN ENGINEERING RESEARCH AND TECHNOLOGY [IJIERT]
ISSN: 2394-3696
VOLUME 2, ISSUE 3 MARCH2015
4 | P a g e
oriented protocol such as TCP to ensure destination received segments .It use a connectionless
protocol such as UDP to send segments without assurance of delivery. It uses port addressing
divides streams of data into chucks or packets. Reassembles the message from packets. Provide
error-checking to guarantee error- free data delivery, with no losses or duplications. Provides
acknowledgment of successful transmissions, requests retransmission if some packets don’t
arrive error-free. Provides flow control and error-handling
E) Session Layer of OSI Model
It is Responsible for managing the dialog between networked devices, & establishes, manages,
and terminates connections. Also provides duplex, half-duplex or simplex communications
between devices. Its other function is to provide procedure for establishing checkpoints,
adjournment, termination, and restart or recovery procedures. Moreover it is responsible for
name recognition (identification) so only the designated parties can participate in the session.
If session fails, It not only determines data after the most recent checkpoint that need to be
transmitted, but also manages who can transmit data at a certain time and for how long.
F) Presentation Layer of OSI Model
It is Concerned with how data is presented to the network .For this it handles three primary tasks
[a] Translation [b] Compression [c] Encryption
G) Application Layer of OSI Model
It contains all services or protocols needed by application software or operating system to
communicate on the network .It is used for applications specially written to run over the
network. It allows access to network services that support applications. It not only directly
represents the services that directly support user applications (e.g., file transfer and email) but
also looks what the user sees or does
NOVATEUR PUBLICATIONS
INTERNATIONAL JOURNAL OF INNOVATIONS IN ENGINEERING RESEARCH AND TECHNOLOGY [IJIERT]
ISSN: 2394-3696
VOLUME 2, ISSUE 3 MARCH2015
5 | P a g e
Practical Approach of OSI model
•Examples
–Firefox web browser uses HTTP (Hyper-Text Transport Protocol)
–E-mail program may use POP3 (Post Office Protocol version 3) to read e-mails and SMTP
(Simple Mail Transport Protocol) to send e-mails
NOVATEUR PUBLICATIONS
INTERNATIONAL JOURNAL OF INNOVATIONS IN ENGINEERING RESEARCH AND TECHNOLOGY [IJIERT]
ISSN: 2394-3696
VOLUME 2, ISSUE 3 MARCH2015
6 | P a g e
Encapsulation: Data > segment > packet > frame > bits (data bits)
De-encapsulation: Bits > frame > packet > segment > data (bits data)
Benefits of the OSI Model:
“By separating the network communications into logical smaller pieces, the OSI model
simplifies how network protocols are designed. The OSI model was designed to ensure different
types of equipment (such as network adapters, hubs, and routers) would all be compatible even if
built by different manufacturers.” The OSI model has many benefits which include: a.
Compatibility: The OSI model can fit to any compatible software/hardware from different users
in other parts of the world. As software/hardware differs among various users so OSI is a model
that is compatible to all. b. Easy Troubleshooting: Since each layer in an OSI is independent of
each other so it makes it easier to detect and solve all errors prevailing in it. Easy Understanding
Nature: OSI model is very interactive and even guides us to know what a model is, how it
operates, and common
Methodologies, how new technologies are developed in existing networks.. Security: OSI model
have functionality for Encryption and Decryption which has a major
Advantages of OSI Model
Reduces complexity: It breaks network communication process into smaller and simpler
components, thus aiding component development, design, and troubleshooting.
Standardizes interfaces: It standardizes network components to allow multiple vendor
development and support.
Facilitates modular engineering: It allows different types of network hardware and software to
communicate with each other.
NOVATEUR PUBLICATIONS
INTERNATIONAL JOURNAL OF INNOVATIONS IN ENGINEERING RESEARCH AND TECHNOLOGY [IJIERT]
ISSN: 2394-3696
VOLUME 2, ISSUE 3 MARCH2015
7 | P a g e
Interoperability between Vendors: It allows multiple-vendor development through
standardization of network components.
Ensures interoperable technology: It prevents changes in one layer from affecting the other
layers, allowing for quicker development.
Accelerates evolution: It provides for effective updates and improvements to individual
components without affecting other components or having to rewrite the entire protocol.
Simplifies teaching and learning: It breaks network communication into smaller components to
make learning easier.
Disadvantages of OSI Model
1. Many LANs are powerful (high speed) and has low error rates, so no need of the data integrity
provided by OSI.
2. Many LAN applications need very fast setup with each other but comparatively it is slow.
3. The OSI model is too complex. Whereas, at the implementation level, TCP/IP is much more
optimized and effective.
4. OSI model is not adapted at all to telecommunication applications on computer.
5. Due to the complexity of the model, the first implementations were pretty heavy and slow.
REFERENCES
[1.] Hubert Zimmermann, “ OSI Reference Model- The ISO Model of Architecture for Open
System Interconnection” IEEE transaction on communications, vol.28, issue 4, April 1980.
[2.] J.Day, Zimmermann H, “The OSI reference model” published in IEEE vol.71,issue 12,
pages:1334- 1340,1983.
[3.] H. Zimmermann "High level protocols standardization: Technical and political issues",
Proc. ICCC, pp.373 -376, Aug.1976.
[4.] ISO/TC97/SC16, “Provisional model of open systems architecture”, DOC.N34, Mar. 1978.
[5.] ISO/TC97/SC16, “Reference model of open systems interconnection”, 1979.
[6.] H. Zimmermann and N. Naffah "On open systems architecture", Proc. ICCC, pp.669 -674
,Sep.1978.
[7.] Depavath Harinath, “Buffers in 802.11-Based Networks” International Journal of Advanced
Research in Computer Science and Software Engineering ( IJARCSSE) ,Vol.2, Issue12, Dec
2012.
[8.] Depavath Harinath, “Dynamic Buffer Sizing Algorithms for 802.11-Based networks”
International Journal of Advanced Research in Computer Science (IJARCS),vol.3, No. 7, Nov-
Dec 2012.
[9.] "J. W. Conard, "Character oriented data link control protocols," this issue, pp. 445-454".
[10.] "J. Day, "Terminal protocols," this issue, pp. 585-593.",

More Related Content

What's hot

What is network architecture (full)
What is network architecture (full)What is network architecture (full)
What is network architecture (full)
Sorcia D'Arceuil
 
Ncsweek2 osi model
Ncsweek2 osi modelNcsweek2 osi model
Ncsweek2 osi model
jayvelu
 
osi model
osi modelosi model
osi model
faizan
 
Osi model
Osi modelOsi model
Osi model
Kishan Patel
 
Setting Up, Understanding & Troubleshooting of Industrial Ethernet & Automati...
Setting Up, Understanding & Troubleshooting of Industrial Ethernet & Automati...Setting Up, Understanding & Troubleshooting of Industrial Ethernet & Automati...
Setting Up, Understanding & Troubleshooting of Industrial Ethernet & Automati...
Living Online
 
Osi model 7 Layers
Osi model 7 LayersOsi model 7 Layers
Osi model 7 Layers
Siddique Ibrahim
 
Lecture2
Lecture2Lecture2
Lecture1
Lecture1Lecture1
OSI Model
OSI ModelOSI Model
OSI Model
Mukesh Tekwani
 
7 layer OSI model
7 layer OSI model7 layer OSI model
7 layer OSI model
penetration Tester
 
Sept 2017 network standards and models
Sept 2017   network standards and modelsSept 2017   network standards and models
Sept 2017 network standards and models
shahin raj
 
Complete Osi Model Explained
Complete Osi Model ExplainedComplete Osi Model Explained
Complete Osi Model Explained
Vivek chan
 
Networking Models
Networking ModelsNetworking Models
Networking Models
Aftab Mirza
 
Full presentation of The OSI model
Full presentation of The OSI model Full presentation of The OSI model
Full presentation of The OSI model
FizzaShehwar
 
Assignment 3
Assignment 3 Assignment 3
Assignment 3
RaselKabirRaju
 
Tcp IP OSI
Tcp IP OSITcp IP OSI
Tcp IP OSI
penetration Tester
 
OSI Model - Every Detail Explained
OSI Model - Every Detail ExplainedOSI Model - Every Detail Explained
OSI Model - Every Detail Explained
Ashish Malik
 
Hy3313681373
Hy3313681373Hy3313681373
Hy3313681373
IJERA Editor
 
OSI REFRENCE MODEL by- Mujmmil Shaikh
OSI REFRENCE MODEL by- Mujmmil ShaikhOSI REFRENCE MODEL by- Mujmmil Shaikh
OSI REFRENCE MODEL by- Mujmmil Shaikh
Mujmmil Shaikh
 
key point of OSI layer with devices and Topology
key point of OSI layer with devices and Topologykey point of OSI layer with devices and Topology
key point of OSI layer with devices and Topology
Rajkiya Engineering College Banda
 

What's hot (20)

What is network architecture (full)
What is network architecture (full)What is network architecture (full)
What is network architecture (full)
 
Ncsweek2 osi model
Ncsweek2 osi modelNcsweek2 osi model
Ncsweek2 osi model
 
osi model
osi modelosi model
osi model
 
Osi model
Osi modelOsi model
Osi model
 
Setting Up, Understanding & Troubleshooting of Industrial Ethernet & Automati...
Setting Up, Understanding & Troubleshooting of Industrial Ethernet & Automati...Setting Up, Understanding & Troubleshooting of Industrial Ethernet & Automati...
Setting Up, Understanding & Troubleshooting of Industrial Ethernet & Automati...
 
Osi model 7 Layers
Osi model 7 LayersOsi model 7 Layers
Osi model 7 Layers
 
Lecture2
Lecture2Lecture2
Lecture2
 
Lecture1
Lecture1Lecture1
Lecture1
 
OSI Model
OSI ModelOSI Model
OSI Model
 
7 layer OSI model
7 layer OSI model7 layer OSI model
7 layer OSI model
 
Sept 2017 network standards and models
Sept 2017   network standards and modelsSept 2017   network standards and models
Sept 2017 network standards and models
 
Complete Osi Model Explained
Complete Osi Model ExplainedComplete Osi Model Explained
Complete Osi Model Explained
 
Networking Models
Networking ModelsNetworking Models
Networking Models
 
Full presentation of The OSI model
Full presentation of The OSI model Full presentation of The OSI model
Full presentation of The OSI model
 
Assignment 3
Assignment 3 Assignment 3
Assignment 3
 
Tcp IP OSI
Tcp IP OSITcp IP OSI
Tcp IP OSI
 
OSI Model - Every Detail Explained
OSI Model - Every Detail ExplainedOSI Model - Every Detail Explained
OSI Model - Every Detail Explained
 
Hy3313681373
Hy3313681373Hy3313681373
Hy3313681373
 
OSI REFRENCE MODEL by- Mujmmil Shaikh
OSI REFRENCE MODEL by- Mujmmil ShaikhOSI REFRENCE MODEL by- Mujmmil Shaikh
OSI REFRENCE MODEL by- Mujmmil Shaikh
 
key point of OSI layer with devices and Topology
key point of OSI layer with devices and Topologykey point of OSI layer with devices and Topology
key point of OSI layer with devices and Topology
 

Similar to Mode of Data Flow in the OSI Model

Lecture2
Lecture2Lecture2
Lecture2
Vedpal Yadav
 
Running Head THE SEVEN LAYER MODEL OF OSIKao 1THE SEVEN LAYE.docx
Running Head THE SEVEN LAYER MODEL OF OSIKao 1THE SEVEN LAYE.docxRunning Head THE SEVEN LAYER MODEL OF OSIKao 1THE SEVEN LAYE.docx
Running Head THE SEVEN LAYER MODEL OF OSIKao 1THE SEVEN LAYE.docx
todd521
 
Lecture2
Lecture2Lecture2
Lecture2
Thinesh Nathan
 
Osi model
Osi modelOsi model
Osi model
ufaq kk
 
Osi model 1
Osi model 1Osi model 1
Osi model 1
Zohaib Hassan
 
OSI MODEL
OSI MODELOSI MODEL
Osi
OsiOsi
3G Wireless Access, Abstract
3G Wireless Access, Abstract3G Wireless Access, Abstract
3G Wireless Access, Abstract
Victoria Burke
 
OSI Model
OSI ModelOSI Model
OSI MODEL
    OSI MODEL    OSI MODEL
OSI MODEL
Ujjwal 'Shanu'
 
Lecture2
Lecture2Lecture2
Lecture2
AMITHEMBRAM
 
Osi model
Osi modelOsi model
Osi model
Ujjwal 'Shanu'
 
What is network architecture
What is network architecture What is network architecture
What is network architecture
Sorcia D'Arceuil
 
Osi model
Osi modelOsi model
Osi model
Umamaheshwariv1
 
Osi reference model and the tcp
Osi reference model and the tcpOsi reference model and the tcp
Osi reference model and the tcp
Agrippa Mungazi
 
OSI models
OSI modelsOSI models
OSI models
Mahesh Kumar Attri
 
Practical Wireless, Ethernet and TCP/IP Networking
Practical Wireless, Ethernet and TCP/IP NetworkingPractical Wireless, Ethernet and TCP/IP Networking
Practical Wireless, Ethernet and TCP/IP Networking
Living Online
 
what is OSI model
what is OSI modelwhat is OSI model
what is OSI model
jeetendra mandal
 
7 Layers OSI model description with 3 unofficial Layers.
7 Layers OSI model description with 3 unofficial Layers.7 Layers OSI model description with 3 unofficial Layers.
7 Layers OSI model description with 3 unofficial Layers.
Kanishk Raj
 
THE OSI MODEL
THE OSI MODEL THE OSI MODEL
THE OSI MODEL
Sayma Sultana
 

Similar to Mode of Data Flow in the OSI Model (20)

Lecture2
Lecture2Lecture2
Lecture2
 
Running Head THE SEVEN LAYER MODEL OF OSIKao 1THE SEVEN LAYE.docx
Running Head THE SEVEN LAYER MODEL OF OSIKao 1THE SEVEN LAYE.docxRunning Head THE SEVEN LAYER MODEL OF OSIKao 1THE SEVEN LAYE.docx
Running Head THE SEVEN LAYER MODEL OF OSIKao 1THE SEVEN LAYE.docx
 
Lecture2
Lecture2Lecture2
Lecture2
 
Osi model
Osi modelOsi model
Osi model
 
Osi model 1
Osi model 1Osi model 1
Osi model 1
 
OSI MODEL
OSI MODELOSI MODEL
OSI MODEL
 
Osi
OsiOsi
Osi
 
3G Wireless Access, Abstract
3G Wireless Access, Abstract3G Wireless Access, Abstract
3G Wireless Access, Abstract
 
OSI Model
OSI ModelOSI Model
OSI Model
 
OSI MODEL
    OSI MODEL    OSI MODEL
OSI MODEL
 
Lecture2
Lecture2Lecture2
Lecture2
 
Osi model
Osi modelOsi model
Osi model
 
What is network architecture
What is network architecture What is network architecture
What is network architecture
 
Osi model
Osi modelOsi model
Osi model
 
Osi reference model and the tcp
Osi reference model and the tcpOsi reference model and the tcp
Osi reference model and the tcp
 
OSI models
OSI modelsOSI models
OSI models
 
Practical Wireless, Ethernet and TCP/IP Networking
Practical Wireless, Ethernet and TCP/IP NetworkingPractical Wireless, Ethernet and TCP/IP Networking
Practical Wireless, Ethernet and TCP/IP Networking
 
what is OSI model
what is OSI modelwhat is OSI model
what is OSI model
 
7 Layers OSI model description with 3 unofficial Layers.
7 Layers OSI model description with 3 unofficial Layers.7 Layers OSI model description with 3 unofficial Layers.
7 Layers OSI model description with 3 unofficial Layers.
 
THE OSI MODEL
THE OSI MODEL THE OSI MODEL
THE OSI MODEL
 

More from ijiert bestjournal

CRACKS IN STEEL CASTING FOR VOLUTE CASING OF A PUMP
 CRACKS IN STEEL CASTING FOR VOLUTE CASING OF A PUMP CRACKS IN STEEL CASTING FOR VOLUTE CASING OF A PUMP
CRACKS IN STEEL CASTING FOR VOLUTE CASING OF A PUMP
ijiert bestjournal
 
A COMPARATIVE STUDY OF DESIGN OF SIMPLE SPUR GEAR TRAIN AND HELICAL GEAR TRAI...
A COMPARATIVE STUDY OF DESIGN OF SIMPLE SPUR GEAR TRAIN AND HELICAL GEAR TRAI...A COMPARATIVE STUDY OF DESIGN OF SIMPLE SPUR GEAR TRAIN AND HELICAL GEAR TRAI...
A COMPARATIVE STUDY OF DESIGN OF SIMPLE SPUR GEAR TRAIN AND HELICAL GEAR TRAI...
ijiert bestjournal
 
COMPARATIVE ANALYSIS OF CONVENTIONAL LEAF SPRING AND COMPOSITE LEAF
COMPARATIVE ANALYSIS OF CONVENTIONAL LEAF SPRING AND COMPOSITE LEAFCOMPARATIVE ANALYSIS OF CONVENTIONAL LEAF SPRING AND COMPOSITE LEAF
COMPARATIVE ANALYSIS OF CONVENTIONAL LEAF SPRING AND COMPOSITE LEAF
ijiert bestjournal
 
POWER GENERATION BY DIFFUSER AUGMENTED WIND TURBINE
 POWER GENERATION BY DIFFUSER AUGMENTED WIND TURBINE POWER GENERATION BY DIFFUSER AUGMENTED WIND TURBINE
POWER GENERATION BY DIFFUSER AUGMENTED WIND TURBINE
ijiert bestjournal
 
FINITE ELEMENT ANALYSIS OF CONNECTING ROD OF MG-ALLOY
FINITE ELEMENT ANALYSIS OF CONNECTING ROD OF MG-ALLOY FINITE ELEMENT ANALYSIS OF CONNECTING ROD OF MG-ALLOY
FINITE ELEMENT ANALYSIS OF CONNECTING ROD OF MG-ALLOY
ijiert bestjournal
 
REVIEW ON CRITICAL SPEED IMPROVEMENT IN SINGLE CYLINDER ENGINE VALVE TRAIN
REVIEW ON CRITICAL SPEED IMPROVEMENT IN SINGLE CYLINDER ENGINE VALVE TRAINREVIEW ON CRITICAL SPEED IMPROVEMENT IN SINGLE CYLINDER ENGINE VALVE TRAIN
REVIEW ON CRITICAL SPEED IMPROVEMENT IN SINGLE CYLINDER ENGINE VALVE TRAIN
ijiert bestjournal
 
ENERGY CONVERSION PHENOMENON IN IMPLEMENTATION OF WATER LIFTING BY USING PEND...
ENERGY CONVERSION PHENOMENON IN IMPLEMENTATION OF WATER LIFTING BY USING PEND...ENERGY CONVERSION PHENOMENON IN IMPLEMENTATION OF WATER LIFTING BY USING PEND...
ENERGY CONVERSION PHENOMENON IN IMPLEMENTATION OF WATER LIFTING BY USING PEND...
ijiert bestjournal
 
SCUDERI SPLIT CYCLE ENGINE: REVOLUTIONARY TECHNOLOGY & EVOLUTIONARY DESIGN RE...
SCUDERI SPLIT CYCLE ENGINE: REVOLUTIONARY TECHNOLOGY & EVOLUTIONARY DESIGN RE...SCUDERI SPLIT CYCLE ENGINE: REVOLUTIONARY TECHNOLOGY & EVOLUTIONARY DESIGN RE...
SCUDERI SPLIT CYCLE ENGINE: REVOLUTIONARY TECHNOLOGY & EVOLUTIONARY DESIGN RE...
ijiert bestjournal
 
EXPERIMENTAL EVALUATION OF TEMPERATURE DISTRIBUTION IN JOURNAL BEARING OPERAT...
EXPERIMENTAL EVALUATION OF TEMPERATURE DISTRIBUTION IN JOURNAL BEARING OPERAT...EXPERIMENTAL EVALUATION OF TEMPERATURE DISTRIBUTION IN JOURNAL BEARING OPERAT...
EXPERIMENTAL EVALUATION OF TEMPERATURE DISTRIBUTION IN JOURNAL BEARING OPERAT...
ijiert bestjournal
 
STUDY OF SOLAR THERMAL CAVITY RECEIVER FOR PARABOLIC CONCENTRATING COLLECTOR
STUDY OF SOLAR THERMAL CAVITY RECEIVER FOR PARABOLIC CONCENTRATING COLLECTOR STUDY OF SOLAR THERMAL CAVITY RECEIVER FOR PARABOLIC CONCENTRATING COLLECTOR
STUDY OF SOLAR THERMAL CAVITY RECEIVER FOR PARABOLIC CONCENTRATING COLLECTOR
ijiert bestjournal
 
DESIGN, OPTIMIZATION AND FINITE ELEMENT ANALYSIS OF CRANKSHAFT
DESIGN, OPTIMIZATION AND FINITE ELEMENT ANALYSIS OF CRANKSHAFTDESIGN, OPTIMIZATION AND FINITE ELEMENT ANALYSIS OF CRANKSHAFT
DESIGN, OPTIMIZATION AND FINITE ELEMENT ANALYSIS OF CRANKSHAFT
ijiert bestjournal
 
ELECTRO CHEMICAL MACHINING AND ELECTRICAL DISCHARGE MACHINING PROCESSES MICRO...
ELECTRO CHEMICAL MACHINING AND ELECTRICAL DISCHARGE MACHINING PROCESSES MICRO...ELECTRO CHEMICAL MACHINING AND ELECTRICAL DISCHARGE MACHINING PROCESSES MICRO...
ELECTRO CHEMICAL MACHINING AND ELECTRICAL DISCHARGE MACHINING PROCESSES MICRO...
ijiert bestjournal
 
HEAT TRANSFER ENHANCEMENT BY USING NANOFLUID JET IMPINGEMENT
HEAT TRANSFER ENHANCEMENT BY USING NANOFLUID JET IMPINGEMENTHEAT TRANSFER ENHANCEMENT BY USING NANOFLUID JET IMPINGEMENT
HEAT TRANSFER ENHANCEMENT BY USING NANOFLUID JET IMPINGEMENT
ijiert bestjournal
 
MODIFICATION AND OPTIMIZATION IN STEEL SANDWICH PANELS USING ANSYS WORKBENCH
MODIFICATION AND OPTIMIZATION IN STEEL SANDWICH PANELS USING ANSYS WORKBENCH MODIFICATION AND OPTIMIZATION IN STEEL SANDWICH PANELS USING ANSYS WORKBENCH
MODIFICATION AND OPTIMIZATION IN STEEL SANDWICH PANELS USING ANSYS WORKBENCH
ijiert bestjournal
 
IMPACT ANALYSIS OF ALUMINUM HONEYCOMB SANDWICH PANEL BUMPER BEAM: A REVIEW
IMPACT ANALYSIS OF ALUMINUM HONEYCOMB SANDWICH PANEL BUMPER BEAM: A REVIEW IMPACT ANALYSIS OF ALUMINUM HONEYCOMB SANDWICH PANEL BUMPER BEAM: A REVIEW
IMPACT ANALYSIS OF ALUMINUM HONEYCOMB SANDWICH PANEL BUMPER BEAM: A REVIEW
ijiert bestjournal
 
DESIGN OF WELDING FIXTURES AND POSITIONERS
DESIGN OF WELDING FIXTURES AND POSITIONERSDESIGN OF WELDING FIXTURES AND POSITIONERS
DESIGN OF WELDING FIXTURES AND POSITIONERS
ijiert bestjournal
 
ADVANCED TRANSIENT THERMAL AND STRUCTURAL ANALYSIS OF DISC BRAKE BY USING ANS...
ADVANCED TRANSIENT THERMAL AND STRUCTURAL ANALYSIS OF DISC BRAKE BY USING ANS...ADVANCED TRANSIENT THERMAL AND STRUCTURAL ANALYSIS OF DISC BRAKE BY USING ANS...
ADVANCED TRANSIENT THERMAL AND STRUCTURAL ANALYSIS OF DISC BRAKE BY USING ANS...
ijiert bestjournal
 
REVIEW ON MECHANICAL PROPERTIES OF NON-ASBESTOS COMPOSITE MATERIAL USED IN BR...
REVIEW ON MECHANICAL PROPERTIES OF NON-ASBESTOS COMPOSITE MATERIAL USED IN BR...REVIEW ON MECHANICAL PROPERTIES OF NON-ASBESTOS COMPOSITE MATERIAL USED IN BR...
REVIEW ON MECHANICAL PROPERTIES OF NON-ASBESTOS COMPOSITE MATERIAL USED IN BR...
ijiert bestjournal
 
PERFORMANCE EVALUATION OF TRIBOLOGICAL PROPERTIES OF COTTON SEED OIL FOR MULT...
PERFORMANCE EVALUATION OF TRIBOLOGICAL PROPERTIES OF COTTON SEED OIL FOR MULT...PERFORMANCE EVALUATION OF TRIBOLOGICAL PROPERTIES OF COTTON SEED OIL FOR MULT...
PERFORMANCE EVALUATION OF TRIBOLOGICAL PROPERTIES OF COTTON SEED OIL FOR MULT...
ijiert bestjournal
 
MAGNETIC ABRASIVE FINISHING
MAGNETIC ABRASIVE FINISHINGMAGNETIC ABRASIVE FINISHING
MAGNETIC ABRASIVE FINISHING
ijiert bestjournal
 

More from ijiert bestjournal (20)

CRACKS IN STEEL CASTING FOR VOLUTE CASING OF A PUMP
 CRACKS IN STEEL CASTING FOR VOLUTE CASING OF A PUMP CRACKS IN STEEL CASTING FOR VOLUTE CASING OF A PUMP
CRACKS IN STEEL CASTING FOR VOLUTE CASING OF A PUMP
 
A COMPARATIVE STUDY OF DESIGN OF SIMPLE SPUR GEAR TRAIN AND HELICAL GEAR TRAI...
A COMPARATIVE STUDY OF DESIGN OF SIMPLE SPUR GEAR TRAIN AND HELICAL GEAR TRAI...A COMPARATIVE STUDY OF DESIGN OF SIMPLE SPUR GEAR TRAIN AND HELICAL GEAR TRAI...
A COMPARATIVE STUDY OF DESIGN OF SIMPLE SPUR GEAR TRAIN AND HELICAL GEAR TRAI...
 
COMPARATIVE ANALYSIS OF CONVENTIONAL LEAF SPRING AND COMPOSITE LEAF
COMPARATIVE ANALYSIS OF CONVENTIONAL LEAF SPRING AND COMPOSITE LEAFCOMPARATIVE ANALYSIS OF CONVENTIONAL LEAF SPRING AND COMPOSITE LEAF
COMPARATIVE ANALYSIS OF CONVENTIONAL LEAF SPRING AND COMPOSITE LEAF
 
POWER GENERATION BY DIFFUSER AUGMENTED WIND TURBINE
 POWER GENERATION BY DIFFUSER AUGMENTED WIND TURBINE POWER GENERATION BY DIFFUSER AUGMENTED WIND TURBINE
POWER GENERATION BY DIFFUSER AUGMENTED WIND TURBINE
 
FINITE ELEMENT ANALYSIS OF CONNECTING ROD OF MG-ALLOY
FINITE ELEMENT ANALYSIS OF CONNECTING ROD OF MG-ALLOY FINITE ELEMENT ANALYSIS OF CONNECTING ROD OF MG-ALLOY
FINITE ELEMENT ANALYSIS OF CONNECTING ROD OF MG-ALLOY
 
REVIEW ON CRITICAL SPEED IMPROVEMENT IN SINGLE CYLINDER ENGINE VALVE TRAIN
REVIEW ON CRITICAL SPEED IMPROVEMENT IN SINGLE CYLINDER ENGINE VALVE TRAINREVIEW ON CRITICAL SPEED IMPROVEMENT IN SINGLE CYLINDER ENGINE VALVE TRAIN
REVIEW ON CRITICAL SPEED IMPROVEMENT IN SINGLE CYLINDER ENGINE VALVE TRAIN
 
ENERGY CONVERSION PHENOMENON IN IMPLEMENTATION OF WATER LIFTING BY USING PEND...
ENERGY CONVERSION PHENOMENON IN IMPLEMENTATION OF WATER LIFTING BY USING PEND...ENERGY CONVERSION PHENOMENON IN IMPLEMENTATION OF WATER LIFTING BY USING PEND...
ENERGY CONVERSION PHENOMENON IN IMPLEMENTATION OF WATER LIFTING BY USING PEND...
 
SCUDERI SPLIT CYCLE ENGINE: REVOLUTIONARY TECHNOLOGY & EVOLUTIONARY DESIGN RE...
SCUDERI SPLIT CYCLE ENGINE: REVOLUTIONARY TECHNOLOGY & EVOLUTIONARY DESIGN RE...SCUDERI SPLIT CYCLE ENGINE: REVOLUTIONARY TECHNOLOGY & EVOLUTIONARY DESIGN RE...
SCUDERI SPLIT CYCLE ENGINE: REVOLUTIONARY TECHNOLOGY & EVOLUTIONARY DESIGN RE...
 
EXPERIMENTAL EVALUATION OF TEMPERATURE DISTRIBUTION IN JOURNAL BEARING OPERAT...
EXPERIMENTAL EVALUATION OF TEMPERATURE DISTRIBUTION IN JOURNAL BEARING OPERAT...EXPERIMENTAL EVALUATION OF TEMPERATURE DISTRIBUTION IN JOURNAL BEARING OPERAT...
EXPERIMENTAL EVALUATION OF TEMPERATURE DISTRIBUTION IN JOURNAL BEARING OPERAT...
 
STUDY OF SOLAR THERMAL CAVITY RECEIVER FOR PARABOLIC CONCENTRATING COLLECTOR
STUDY OF SOLAR THERMAL CAVITY RECEIVER FOR PARABOLIC CONCENTRATING COLLECTOR STUDY OF SOLAR THERMAL CAVITY RECEIVER FOR PARABOLIC CONCENTRATING COLLECTOR
STUDY OF SOLAR THERMAL CAVITY RECEIVER FOR PARABOLIC CONCENTRATING COLLECTOR
 
DESIGN, OPTIMIZATION AND FINITE ELEMENT ANALYSIS OF CRANKSHAFT
DESIGN, OPTIMIZATION AND FINITE ELEMENT ANALYSIS OF CRANKSHAFTDESIGN, OPTIMIZATION AND FINITE ELEMENT ANALYSIS OF CRANKSHAFT
DESIGN, OPTIMIZATION AND FINITE ELEMENT ANALYSIS OF CRANKSHAFT
 
ELECTRO CHEMICAL MACHINING AND ELECTRICAL DISCHARGE MACHINING PROCESSES MICRO...
ELECTRO CHEMICAL MACHINING AND ELECTRICAL DISCHARGE MACHINING PROCESSES MICRO...ELECTRO CHEMICAL MACHINING AND ELECTRICAL DISCHARGE MACHINING PROCESSES MICRO...
ELECTRO CHEMICAL MACHINING AND ELECTRICAL DISCHARGE MACHINING PROCESSES MICRO...
 
HEAT TRANSFER ENHANCEMENT BY USING NANOFLUID JET IMPINGEMENT
HEAT TRANSFER ENHANCEMENT BY USING NANOFLUID JET IMPINGEMENTHEAT TRANSFER ENHANCEMENT BY USING NANOFLUID JET IMPINGEMENT
HEAT TRANSFER ENHANCEMENT BY USING NANOFLUID JET IMPINGEMENT
 
MODIFICATION AND OPTIMIZATION IN STEEL SANDWICH PANELS USING ANSYS WORKBENCH
MODIFICATION AND OPTIMIZATION IN STEEL SANDWICH PANELS USING ANSYS WORKBENCH MODIFICATION AND OPTIMIZATION IN STEEL SANDWICH PANELS USING ANSYS WORKBENCH
MODIFICATION AND OPTIMIZATION IN STEEL SANDWICH PANELS USING ANSYS WORKBENCH
 
IMPACT ANALYSIS OF ALUMINUM HONEYCOMB SANDWICH PANEL BUMPER BEAM: A REVIEW
IMPACT ANALYSIS OF ALUMINUM HONEYCOMB SANDWICH PANEL BUMPER BEAM: A REVIEW IMPACT ANALYSIS OF ALUMINUM HONEYCOMB SANDWICH PANEL BUMPER BEAM: A REVIEW
IMPACT ANALYSIS OF ALUMINUM HONEYCOMB SANDWICH PANEL BUMPER BEAM: A REVIEW
 
DESIGN OF WELDING FIXTURES AND POSITIONERS
DESIGN OF WELDING FIXTURES AND POSITIONERSDESIGN OF WELDING FIXTURES AND POSITIONERS
DESIGN OF WELDING FIXTURES AND POSITIONERS
 
ADVANCED TRANSIENT THERMAL AND STRUCTURAL ANALYSIS OF DISC BRAKE BY USING ANS...
ADVANCED TRANSIENT THERMAL AND STRUCTURAL ANALYSIS OF DISC BRAKE BY USING ANS...ADVANCED TRANSIENT THERMAL AND STRUCTURAL ANALYSIS OF DISC BRAKE BY USING ANS...
ADVANCED TRANSIENT THERMAL AND STRUCTURAL ANALYSIS OF DISC BRAKE BY USING ANS...
 
REVIEW ON MECHANICAL PROPERTIES OF NON-ASBESTOS COMPOSITE MATERIAL USED IN BR...
REVIEW ON MECHANICAL PROPERTIES OF NON-ASBESTOS COMPOSITE MATERIAL USED IN BR...REVIEW ON MECHANICAL PROPERTIES OF NON-ASBESTOS COMPOSITE MATERIAL USED IN BR...
REVIEW ON MECHANICAL PROPERTIES OF NON-ASBESTOS COMPOSITE MATERIAL USED IN BR...
 
PERFORMANCE EVALUATION OF TRIBOLOGICAL PROPERTIES OF COTTON SEED OIL FOR MULT...
PERFORMANCE EVALUATION OF TRIBOLOGICAL PROPERTIES OF COTTON SEED OIL FOR MULT...PERFORMANCE EVALUATION OF TRIBOLOGICAL PROPERTIES OF COTTON SEED OIL FOR MULT...
PERFORMANCE EVALUATION OF TRIBOLOGICAL PROPERTIES OF COTTON SEED OIL FOR MULT...
 
MAGNETIC ABRASIVE FINISHING
MAGNETIC ABRASIVE FINISHINGMAGNETIC ABRASIVE FINISHING
MAGNETIC ABRASIVE FINISHING
 

Recently uploaded

Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
co23btech11018
 
Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
bijceesjournal
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
ydzowc
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
VICTOR MAESTRE RAMIREZ
 
Data Control Language.pptx Data Control Language.pptx
Data Control Language.pptx Data Control Language.pptxData Control Language.pptx Data Control Language.pptx
Data Control Language.pptx Data Control Language.pptx
ramrag33
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
IJECEIAES
 
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
171ticu
 
AI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptxAI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptx
architagupta876
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
IJECEIAES
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
IJECEIAES
 
Rainfall intensity duration frequency curve statistical analysis and modeling...
Rainfall intensity duration frequency curve statistical analysis and modeling...Rainfall intensity duration frequency curve statistical analysis and modeling...
Rainfall intensity duration frequency curve statistical analysis and modeling...
bijceesjournal
 
BRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdfBRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdf
LAXMAREDDY22
 
Seminar on Distillation study-mafia.pptx
Seminar on Distillation study-mafia.pptxSeminar on Distillation study-mafia.pptx
Seminar on Distillation study-mafia.pptx
Madan Karki
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
MDSABBIROJJAMANPAYEL
 
cnn.pptx Convolutional neural network used for image classication
cnn.pptx Convolutional neural network used for image classicationcnn.pptx Convolutional neural network used for image classication
cnn.pptx Convolutional neural network used for image classication
SakkaravarthiShanmug
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
KrishnaveniKrishnara1
 
Software Quality Assurance-se412-v11.ppt
Software Quality Assurance-se412-v11.pptSoftware Quality Assurance-se412-v11.ppt
Software Quality Assurance-se412-v11.ppt
TaghreedAltamimi
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
171ticu
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
insn4465
 

Recently uploaded (20)

Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
 
Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
 
Data Control Language.pptx Data Control Language.pptx
Data Control Language.pptx Data Control Language.pptxData Control Language.pptx Data Control Language.pptx
Data Control Language.pptx Data Control Language.pptx
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
 
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
 
AI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptxAI assisted telemedicine KIOSK for Rural India.pptx
AI assisted telemedicine KIOSK for Rural India.pptx
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
 
Rainfall intensity duration frequency curve statistical analysis and modeling...
Rainfall intensity duration frequency curve statistical analysis and modeling...Rainfall intensity duration frequency curve statistical analysis and modeling...
Rainfall intensity duration frequency curve statistical analysis and modeling...
 
BRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdfBRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdf
 
Seminar on Distillation study-mafia.pptx
Seminar on Distillation study-mafia.pptxSeminar on Distillation study-mafia.pptx
Seminar on Distillation study-mafia.pptx
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
 
cnn.pptx Convolutional neural network used for image classication
cnn.pptx Convolutional neural network used for image classicationcnn.pptx Convolutional neural network used for image classication
cnn.pptx Convolutional neural network used for image classication
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
 
Software Quality Assurance-se412-v11.ppt
Software Quality Assurance-se412-v11.pptSoftware Quality Assurance-se412-v11.ppt
Software Quality Assurance-se412-v11.ppt
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
 

Mode of Data Flow in the OSI Model

  • 1. NOVATEUR PUBLICATIONS INTERNATIONAL JOURNAL OF INNOVATIONS IN ENGINEERING RESEARCH AND TECHNOLOGY [IJIERT] ISSN: 2394-3696 VOLUME 2, ISSUE 3 MARCH2015 1 | P a g e Mode of Data Flow in the OSI Model Miss.Vinodini Salvi Department of Computer Engineering , Mpcoe, Velneshwar ,University of Mumbai ,Guhagar, Mr. Prasad Bapat Department of Mechanical Engineering , Mpcoe, Velneshwar ,University of Mumbai ,Guhagar, Abstract As the urgency in the need for standards in different computer networks was more, International Standard Organization (ISO) created a new subcommittee for “Open System Interconnection” in 1977. The first priority of subcommittee was to develop architecture for Open System Interconnection which could serve as a frame work for the definition of standard protocols. In July 1979 the specifications of this architecture, established. That was passed under the name of “OSI Reference Model” to Technical committee .These recommendations were adopted at the end of 1979 as the basis for the following development of standards for Open System Interconnection within ISO. This paper explains the OSI reference Model, which comprises of seven different layers & their own responsibilities. Keywords: - Open System Interconnection (OSI), International Standard Organization (ISO), Protocol. History of OSI In the late 1970s, two projects began independently, with the same goal: to define a unifying standard for the architecture of networking systems One was administered by the International Organization for Standardization (ISO), while the other was undertaken by the International Telegraph and Telephone Consultative Committee, or CCITT .These two international standards bodies each developed a document that defined similar networking models. In 1983, these two documents were merged to form a standard called The Basic Reference Model for Open Systems Interconnection. The standard is usually referred to as the Open Systems Interconnection Reference Model, the OSI Reference Model, or simply the OSI model. It was published in 1984 by both the ISO, as standard ISO 7498, and the renamed by CCITT as standard X.200. OSI had two major components, an abstract model of networking, called the Basic Reference Model or seven-layer model, and a set of specific protocols. Within each layer, one or more entities implement its functionality. Each entity interacted directly only with the layer immediately beneath it, and provided facilities for use by the layer above it.
  • 2. NOVATEUR PUBLICATIONS INTERNATIONAL JOURNAL OF INNOVATIONS IN ENGINEERING RESEARCH AND TECHNOLOGY [IJIERT] ISSN: 2394-3696 VOLUME 2, ISSUE 3 MARCH2015 2 | P a g e Protocols enabled an entity in one host to interact with a corresponding entity at the same layer in another host. Service definitions abstractly described the functionality provided to an (N)- layer by an (N-1) layer, where N was one of the seven layers of protocols operating in the local host. The OSI reference model was a major advance in the teaching of network concepts. It promoted the idea of a consistent model of protocol layers, defining interoperability between network devices and software. It is a way of sub-dividing a communications system into smaller parts called layers. It provides a set of design standards for equipment manufacturers so they can communicate with each other Fig. 1. OSI Seven Layer Model Mode of Data Flow in the OSI Model A) Physical Layer of OSI Model “The functions of physical layer is to convert signals into bits, that can be used by other layer and adjusting the signal to allow for multiple users to use the same Connection.” Also it converts data from the upper layers into 1s and 0s for transmission over media. As well as defines how data is encoded onto the media used to transmit the data. Conveys the bit stream through the network at the electrical and mechanical level & interfaces between network medium and devices Device example: Hub
  • 3. NOVATEUR PUBLICATIONS INTERNATIONAL JOURNAL OF INNOVATIONS IN ENGINEERING RESEARCH AND TECHNOLOGY [IJIERT] ISSN: 2394-3696 VOLUME 2, ISSUE 3 MARCH2015 3 | P a g e Used to transmit data:-Copper wiring, fiber optic cable, radio frequencies, anything that can be used to transmit data is defined on the Physical layer of the OSI Model B) Data link Layer of OSI Model The data link is responsible for node to node validity and integrity of the transmission. The transmitted bits are divided into frames; for example, an Ethernet is responsible for moving frames from node to node or computer to computer. It can move frames from one adjacent computer to another, cannot move frames across routers. It requires MAC address. or physical address Device example: Switch Two sub layers: Logical Link Control (LLC) and the Media Access Control (MAC) Logical Link Control (LLC) –Data Link layer addressing, flow control, address notification, error correction Media Access Control (MAC) determines which computer has access to the network media at any given time. C) Network Layer Of OSI Model The network layer deals with organizing that data for transfer and reassembly. It is responsible for moving packets (data) from one end of the network to the other, called end- to-end communications. it requires logical addresses such as IP addresses . Device example: Router .Routing is the ability of various network devices and their related software to move data packets from source to destination. D) Transport Layer of OSI Model It takes data from higher levels of OSI Model and breaks it into segments that can be sent to lower-level layers for data transmission .Conversely, reassembles data segments into data that higher-level protocols and applications can use .Also puts segments in correct order (called sequencing) so they can be reassembled in correct order at destination. May use a connection-
  • 4. NOVATEUR PUBLICATIONS INTERNATIONAL JOURNAL OF INNOVATIONS IN ENGINEERING RESEARCH AND TECHNOLOGY [IJIERT] ISSN: 2394-3696 VOLUME 2, ISSUE 3 MARCH2015 4 | P a g e oriented protocol such as TCP to ensure destination received segments .It use a connectionless protocol such as UDP to send segments without assurance of delivery. It uses port addressing divides streams of data into chucks or packets. Reassembles the message from packets. Provide error-checking to guarantee error- free data delivery, with no losses or duplications. Provides acknowledgment of successful transmissions, requests retransmission if some packets don’t arrive error-free. Provides flow control and error-handling E) Session Layer of OSI Model It is Responsible for managing the dialog between networked devices, & establishes, manages, and terminates connections. Also provides duplex, half-duplex or simplex communications between devices. Its other function is to provide procedure for establishing checkpoints, adjournment, termination, and restart or recovery procedures. Moreover it is responsible for name recognition (identification) so only the designated parties can participate in the session. If session fails, It not only determines data after the most recent checkpoint that need to be transmitted, but also manages who can transmit data at a certain time and for how long. F) Presentation Layer of OSI Model It is Concerned with how data is presented to the network .For this it handles three primary tasks [a] Translation [b] Compression [c] Encryption G) Application Layer of OSI Model It contains all services or protocols needed by application software or operating system to communicate on the network .It is used for applications specially written to run over the network. It allows access to network services that support applications. It not only directly represents the services that directly support user applications (e.g., file transfer and email) but also looks what the user sees or does
  • 5. NOVATEUR PUBLICATIONS INTERNATIONAL JOURNAL OF INNOVATIONS IN ENGINEERING RESEARCH AND TECHNOLOGY [IJIERT] ISSN: 2394-3696 VOLUME 2, ISSUE 3 MARCH2015 5 | P a g e Practical Approach of OSI model •Examples –Firefox web browser uses HTTP (Hyper-Text Transport Protocol) –E-mail program may use POP3 (Post Office Protocol version 3) to read e-mails and SMTP (Simple Mail Transport Protocol) to send e-mails
  • 6. NOVATEUR PUBLICATIONS INTERNATIONAL JOURNAL OF INNOVATIONS IN ENGINEERING RESEARCH AND TECHNOLOGY [IJIERT] ISSN: 2394-3696 VOLUME 2, ISSUE 3 MARCH2015 6 | P a g e Encapsulation: Data > segment > packet > frame > bits (data bits) De-encapsulation: Bits > frame > packet > segment > data (bits data) Benefits of the OSI Model: “By separating the network communications into logical smaller pieces, the OSI model simplifies how network protocols are designed. The OSI model was designed to ensure different types of equipment (such as network adapters, hubs, and routers) would all be compatible even if built by different manufacturers.” The OSI model has many benefits which include: a. Compatibility: The OSI model can fit to any compatible software/hardware from different users in other parts of the world. As software/hardware differs among various users so OSI is a model that is compatible to all. b. Easy Troubleshooting: Since each layer in an OSI is independent of each other so it makes it easier to detect and solve all errors prevailing in it. Easy Understanding Nature: OSI model is very interactive and even guides us to know what a model is, how it operates, and common Methodologies, how new technologies are developed in existing networks.. Security: OSI model have functionality for Encryption and Decryption which has a major Advantages of OSI Model Reduces complexity: It breaks network communication process into smaller and simpler components, thus aiding component development, design, and troubleshooting. Standardizes interfaces: It standardizes network components to allow multiple vendor development and support. Facilitates modular engineering: It allows different types of network hardware and software to communicate with each other.
  • 7. NOVATEUR PUBLICATIONS INTERNATIONAL JOURNAL OF INNOVATIONS IN ENGINEERING RESEARCH AND TECHNOLOGY [IJIERT] ISSN: 2394-3696 VOLUME 2, ISSUE 3 MARCH2015 7 | P a g e Interoperability between Vendors: It allows multiple-vendor development through standardization of network components. Ensures interoperable technology: It prevents changes in one layer from affecting the other layers, allowing for quicker development. Accelerates evolution: It provides for effective updates and improvements to individual components without affecting other components or having to rewrite the entire protocol. Simplifies teaching and learning: It breaks network communication into smaller components to make learning easier. Disadvantages of OSI Model 1. Many LANs are powerful (high speed) and has low error rates, so no need of the data integrity provided by OSI. 2. Many LAN applications need very fast setup with each other but comparatively it is slow. 3. The OSI model is too complex. Whereas, at the implementation level, TCP/IP is much more optimized and effective. 4. OSI model is not adapted at all to telecommunication applications on computer. 5. Due to the complexity of the model, the first implementations were pretty heavy and slow. REFERENCES [1.] Hubert Zimmermann, “ OSI Reference Model- The ISO Model of Architecture for Open System Interconnection” IEEE transaction on communications, vol.28, issue 4, April 1980. [2.] J.Day, Zimmermann H, “The OSI reference model” published in IEEE vol.71,issue 12, pages:1334- 1340,1983. [3.] H. Zimmermann "High level protocols standardization: Technical and political issues", Proc. ICCC, pp.373 -376, Aug.1976. [4.] ISO/TC97/SC16, “Provisional model of open systems architecture”, DOC.N34, Mar. 1978. [5.] ISO/TC97/SC16, “Reference model of open systems interconnection”, 1979. [6.] H. Zimmermann and N. Naffah "On open systems architecture", Proc. ICCC, pp.669 -674 ,Sep.1978. [7.] Depavath Harinath, “Buffers in 802.11-Based Networks” International Journal of Advanced Research in Computer Science and Software Engineering ( IJARCSSE) ,Vol.2, Issue12, Dec 2012. [8.] Depavath Harinath, “Dynamic Buffer Sizing Algorithms for 802.11-Based networks” International Journal of Advanced Research in Computer Science (IJARCS),vol.3, No. 7, Nov- Dec 2012. [9.] "J. W. Conard, "Character oriented data link control protocols," this issue, pp. 445-454". [10.] "J. Day, "Terminal protocols," this issue, pp. 585-593.",