SlideShare a Scribd company logo
1 of 5
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1967
SMART LAN SYSTEM FOR CONTROLLING AND MONITORING NETWORK
USING AT COMMANDS IN DISTRIBUTED SYSTEM.
Pagar Nikita, Sarode Snehal, Solunki Shweta, Sonawane Rajashree, Prof.M.T.Jagtap
Students, Dept. of Computer Engineering, PVGCOEN, Maharashtra, India.
Professor, Dept. of Computer Engineering, PVGCOEN, Maharashtra, India.
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Now-a-days, in large enterprises, the
administrator has to manage theuseofnetworkresourcesand
processes of the LAN in person. Smart LAN System For
Controlling And Monitoring Network Using AT Commands In
Distributed System helps preventing unauthorized use of
devices and processes in a network by controlling the network
remotely. The system is divided in two modules: 1) Manager
and 2) Agent.
Manager is a networked Windows+GSMapplicationthatruns
on server and allows Setting Network Client Rights, Setting
Right Violation Actions, Viewing reports, ControllingNetwork
Computers states Agent is a windows service that runs on
client. It automatically gets activated as the system boots and
keeps monitoring the local computer devicesandprocesses. As
a client, if user uses any device (pen drive, CD/DVD,floppy, etc)
or starts any process (iexplore, notepad,etc) then the Agent
checks for the manager set permissions and either allows or
blocks the activity and takes the preset actions. At this time, it
also records the current (logged in) username, date, time, IP
address of the computer and sends report to the manager.
As well as the Andoid Application is also developed in this
system. Administrator can operate the system from android
app remotely. Much of the functionality can be operated
through App.
Key Words: GSM, Networking, Disconnected
Environment, AT Commands
1. INTRODUCTION
The main aim behind developing such system is to
control the usage of all the software applications
and all the hardware components on any machine
in a Local Area Network.Thepurposeofthesystem
is to operate a computer from a remote location by
making the use of mobile service available and
controlling of a Local Area Network through
GSM(1)(2) Mobile which will help in preventing
the unauthorized access to any software
application and hardware devices and to developa
cost effective solution. A cell phone which connect
to the server system via modem.
One goal is to access any client machines currently
executing processes on the server itself, and make any
changes in the current status of the client machine
according to the running processes by killing any or by
executing any on the client right from the server itself.
1.1 System Implementation
Smart LAN System for Controlling and Monitoring
Network Using AT Commands (4) In Distributed
System(6) is a tool used to monitor a LAN through a
mobile device by the administrator when he is at a
remote site.
1.2 IPLEMENTATION PLANNING
Smart LAN System for Controlling and Monitoring
Network Using AT Commands (4) in Distributed
System is a tool used to monitor a LAN through a
mobile device by the administrator when he is at a
remote site.
This tool is installed on the node which has two
independent parts. One is the client application which
is the background process onthemachineandcontrols
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1968
all the activities of the client and gives feedback to the
server. Another is server application which works as a
major process on the machine and offer the services to
administrator for controlling and monitoring the LAN.
The server application can control through registered
mobile (gsm) device and by using the the android
application we can contact to server.
Using registered mobile device the administrator can
perform following actions -
1) Kill process
2) Start process
3) Broadcast message
4) Open file
5) Close file
The client application retrieves the list of processes
running on the clientmachine andsends thelogstothe
server. The server keeps the list updated to check for
online nodes i.e. online clients PC. The serversendsthe
permission to the the client PC.
2. SYSTEM ARCHITECTURE
The Fig. block diagram Shows system architecture
Administrator is provided with a GUI based android
application to send command message without the
need to retype message every time. Server sends
command to the clients for e.g. start process, shut
down process, kill process, create, delete, sendtasklist
etc.
Administrator sends his request through SMS using
his mobile phone to the server. Server then recognizes
the client machine which administrator is to monitor
and extract data from locally cached data buffer
storage where latest 10 sec data of each clientmachine
is updated or stored and sends this info to the
administrator as response. Through the GSM service
provider the communication is done with the GSM
modem, which communicates withtheserverandthen
server communicates with the client. All clients are
controlled and monitored by administratorviaaseries
of SMS text messages for which a SMS parser is used to
parse the SMS.
The administrator controlstheLANthroughhismobile
application even he is at the remote location. The
clients cannot send back or communicate to the
administrator the communication is unidirectional.
Only the administrator can give command to the
clients.
It contains following module:-
A] Manager module: - It is server.
Manager module is a networked Windows cum GSM
application that runs on the server side and allows:
I. Setting up the software applications and
hardware components usage permissions
node wise.
II. It also controls the GSM Handler.
III. It commands the agent module.
IV. It generates reports.
V. It also Provides Voice alerts.
B] GSM Handler: - It is connected to the server.
A GSM modem is a special type of modem, in which
accepts a SIM card and operates over a subscription to
a mobile operator just like a mobile. From the mobile
operator perspective, a GSM modem looks just like a
mobile. A GSM modem can be a dedicated modem
device with a serial, USB or Bluetooth connection r it
may be a mobile phone that provides GSM modem
capabilities. Any phone that supports the "extended
AT command (3) set" for sending and receiving SMS
messages.
This is a sub module of the manager module which
runs on the server, and performs following tasks :
I. Creating a serial interface with mobile
II. Fetching and parsing SMS.
III. Compose and send SMS.
C] Agent module: - It is client PC/PCs
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1969
This is the second module of the system, which is
nothing but a windows service that runs on each and
every client machine in a Local Area Network which is
to be monitored. Some features of agent module are as
follows:
I. It is an Intelligent module, i.e. even if there is
no connection between server and client, it
keeps on monitoring and stores the events in
its own database
II. It gets activated when system boots up.
III. Keeps on monitoring the local computer
devices and processes.
D] Android Application:
Add node: The node(Client PC ) is added using this
application.
Process List: Get the list of all the processes runningon
the remote machine.
Activate Process: Activate different processes only for
the client’s machines.
Hardware List: add and block hardware for any client.
Kill Process: Kill the desired processes of clients.
Read: You can read the drives, folders, files of any of
the client machines or the server machine from cell.
Broadcast messages: Broadcast messages to server
then client from cell.
Shut Down: The client machines from mobile.
Events logs: The logs are maintained in the android
application for violation actions.
3. TESTING AND ANALYSIS
A] Successful Authentication with GSM Network the
GSM receiver has tested for successful communication
with network. This test will includes automation and
consistency of the connection and will be conducted in
the following way:
I. The cellular phone sends SMS to the GSM
receiver’s modem number.
II. Onceconnectionis establishedSMSwillbesent
to the GSM receiver.
III. The GSM receiver will send SMS asking for
password. The password received will be
observed on end to verify its authentication.
IV. The GSM receiver and mobile both established
asuccessfulcommunicationoverGSMnetwork.
B. Successful Implementation to monitor Client
I. A client in LAN network is monitored by
administrator using his mobile phone.
II. A SMS “KILL” to delete a process from clients
list is send bythe administrator toGSMmodem
which communicates with Server.
III. Server further decodes the message into action
event to kill respective process.
IV. A taskcompletionmessageissentbytheserver
to the administrator.
4. ADVANTAGE
I. Prevents unauthorized access to any software
applications and any hardware component as
well.
II. Booting up any pc in Local Area Network.
III. Shut down any PC in LAN.
IV. Setting up the rights for the clients for making
use of the software applications and hardware
components.
V. Dynamically change all the settings.
VI. Monitoring all the client machines in LAN
without making them aware of the stuff that
they are being monitored, so the security
increases.
VII. View log of all the events happened i.e. any
violations and the actions performed in order
to take care of those violations, all can be
viewed once on the server itself.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1970
VIII. Also you can get events on mobile as a text
message.
5. APPLICATION
Smart LAN System for Controlling and Monitoring
NetworkUsingATCommands(4)inDistributedSystem
can be used in variousareaswhereLocalAreaNetwork
has been established. Some of the domains can be as
follows:
I. Institutes: - Prevent unauthorized use of
institutional data.
II. College Laboratories: - In the practical
examination system students may try to copy
with USB Pen drives. Our system will block
such uses.
III. Companies: - Our reminder system using GSM-
SMS will be helpful for management to secure
the network.
IV. Cyber cafes: - To prevents unauthorizedaccess
of software process and hardware devices.
V. Online examination centers: - In the online
examination system students may try to copy
with USB Pen drives or by taking the help of
Internet through browser. Our system will
block such uses.
6. FUTURE SCOPE
Currently we are fetching user logs in SMS format. In
future these activities can be recorded and fetch as MMS
format. The system can be further implemented to add
the following modules:
I. Screen recording of client pc for all the
events.
II. Generating a MMS/video of screens and
send it so Admin Phone via
GPRS/Internet connectivity.
7. CONCLUSION
The system provides a low cost, secure, accessible,
remotely monitored and controlled solution for LAN
monitoring using GSM is been introduced. The use of a
mobile, GSM modem, Server provides exciting
possibilities. However the industrial applications
concerned this can be viewed as a low cost, customized
wireless LAN monitoring system. This solution can be
customized to suit any other industrial requirement
related to monitoringandcontrollingLocalArea Network.
It is used to control LAN network remotely using the GSM
SMS-based system satisfying user needs and
requirements. GSM technology capable solution has
proved to be controlled remotely, provide security and is
cost-effective as compared to the previously existing
systems. Such systems can be used in houses for
operating an individual machine and also for the colleges,
companies, cyber cafes and many more places as well,
where the LAN has been established. Throughwhich, one
can do the network management and protection of the
system data.Add-onfeature is remote management using
GSM technology.
8. ACKNOWLDEMENT
We would like express gratitude to all thepersonswho
gave their kind assistance during the experiment
especially to Prof. M.T.Jagtap, Dept. of Computer
Engineering, Pune Vidyarthi Griha’s College of
Engineering, Nashik. Maharashtra State.
REFERENCES
1. Rozita Teymourzadeh, Salah Addin Ahmed, Kok
Wai Chan, and Mok Vee Hoong “Smart GSM
Based Home Automation System”, IEEE
Paper(2013).
2. Raqibull Hasan, Mohammad Monirujjaman
Khan, Asaduzzaman Ashek, and Israt Jahan
Rumpa”Microcontroller Based Home Security
System with GSM Technology”, Open Journal of
Safety Science and Technology(2015).
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1971
3. NitinD.ShelokarandDr.S.A.Ladhake“Network
Handle by mobile”, International Journal of
Computer Trends and Technology(2011).
4. Meraj Alam “AT Command”, International
Journal of Scientific and Research
Publications.(2015).
5. C. GERIGAN,P.OGRUŢAN”ATssCOMMANDSIN
PROJECT BASED LEARNING”, Bulletin of the
Transilvania University of Braşov Series I:
Engineering Sciences.(2011).
6. S Venu Gopal, N Sambasiva Rao, S K Lokesh
Naik “Dynamic Sharing of Files from
Disconnected Nodes in Peer to Peer Systems”
International Conference on Electrical,
Electronics, and Optimization Techniques
(ICEEOT)(2016).
7. JAMES J. KISTLER andM.SATYANARAYANAN”
Disconnected Operation in the Coda File
System” ACM Transactions on Computer
Systems,

More Related Content

What's hot

Sms based wireless appliances control
Sms based wireless appliances controlSms based wireless appliances control
Sms based wireless appliances controlSourabh Bhattacharya
 
Basic Concepts and Types of Network Management
Basic Concepts and Types of Network ManagementBasic Concepts and Types of Network Management
Basic Concepts and Types of Network ManagementSorath Asnani
 
Android based wireless PC controller
Android based wireless PC controllerAndroid based wireless PC controller
Android based wireless PC controllerSwetha Pallati
 
IMA-00102v3 Datasheet
IMA-00102v3 DatasheetIMA-00102v3 Datasheet
IMA-00102v3 Datasheetsamuelhuber
 
A New Intelligent Low Cost Mobile Phone Based Irrigation System using ARM
A New Intelligent Low Cost Mobile Phone Based Irrigation System using ARMA New Intelligent Low Cost Mobile Phone Based Irrigation System using ARM
A New Intelligent Low Cost Mobile Phone Based Irrigation System using ARMijsrd.com
 
Robot Tele-operation System Based on GPRS
Robot Tele-operation System Based on GPRSRobot Tele-operation System Based on GPRS
Robot Tele-operation System Based on GPRSarunjps
 
Embedded Web Server based Interactive data acquisition and Control System
Embedded Web Server based Interactive data acquisition and Control SystemEmbedded Web Server based Interactive data acquisition and Control System
Embedded Web Server based Interactive data acquisition and Control SystemIOSR Journals
 
Embedded monitordescription
Embedded monitordescriptionEmbedded monitordescription
Embedded monitordescriptionquiquitos
 
Gsm overview for beginners v2
Gsm overview for beginners v2Gsm overview for beginners v2
Gsm overview for beginners v2Assim Mubder
 
Cisco network management
Cisco network managementCisco network management
Cisco network managementIT Tech
 
Gsm based emergency calling system
Gsm based emergency calling systemGsm based emergency calling system
Gsm based emergency calling systemIAEME Publication
 

What's hot (15)

new Algorithm1
new Algorithm1new Algorithm1
new Algorithm1
 
DISTRIBUTED CONTROL SYSTEMS
DISTRIBUTED   CONTROL  SYSTEMSDISTRIBUTED   CONTROL  SYSTEMS
DISTRIBUTED CONTROL SYSTEMS
 
GSM BASED e-NOTICE BOARD SRS
GSM BASED e-NOTICE BOARD SRSGSM BASED e-NOTICE BOARD SRS
GSM BASED e-NOTICE BOARD SRS
 
Sms based wireless appliances control
Sms based wireless appliances controlSms based wireless appliances control
Sms based wireless appliances control
 
Basic Concepts and Types of Network Management
Basic Concepts and Types of Network ManagementBasic Concepts and Types of Network Management
Basic Concepts and Types of Network Management
 
Android based wireless PC controller
Android based wireless PC controllerAndroid based wireless PC controller
Android based wireless PC controller
 
IMA-00102v3 Datasheet
IMA-00102v3 DatasheetIMA-00102v3 Datasheet
IMA-00102v3 Datasheet
 
A New Intelligent Low Cost Mobile Phone Based Irrigation System using ARM
A New Intelligent Low Cost Mobile Phone Based Irrigation System using ARMA New Intelligent Low Cost Mobile Phone Based Irrigation System using ARM
A New Intelligent Low Cost Mobile Phone Based Irrigation System using ARM
 
Mapping document
Mapping documentMapping document
Mapping document
 
Robot Tele-operation System Based on GPRS
Robot Tele-operation System Based on GPRSRobot Tele-operation System Based on GPRS
Robot Tele-operation System Based on GPRS
 
Embedded Web Server based Interactive data acquisition and Control System
Embedded Web Server based Interactive data acquisition and Control SystemEmbedded Web Server based Interactive data acquisition and Control System
Embedded Web Server based Interactive data acquisition and Control System
 
Embedded monitordescription
Embedded monitordescriptionEmbedded monitordescription
Embedded monitordescription
 
Gsm overview for beginners v2
Gsm overview for beginners v2Gsm overview for beginners v2
Gsm overview for beginners v2
 
Cisco network management
Cisco network managementCisco network management
Cisco network management
 
Gsm based emergency calling system
Gsm based emergency calling systemGsm based emergency calling system
Gsm based emergency calling system
 

Similar to Smart Lan System for Controlling and Monitoring Network Using at Commands in Distributed System.

Design and Implementation of monitoring LAN user wirelessly by Android mobile...
Design and Implementation of monitoring LAN user wirelessly by Android mobile...Design and Implementation of monitoring LAN user wirelessly by Android mobile...
Design and Implementation of monitoring LAN user wirelessly by Android mobile...theijes
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...IJTET Journal
 
RMC: Real-Time Monitoring and Controlling Approach on Networks
RMC: Real-Time Monitoring and Controlling Approach on  NetworksRMC: Real-Time Monitoring and Controlling Approach on  Networks
RMC: Real-Time Monitoring and Controlling Approach on NetworksIOSR Journals
 
Office Automation System using Internet of Things
Office Automation System using Internet of ThingsOffice Automation System using Internet of Things
Office Automation System using Internet of ThingsIRJET Journal
 
IRJET- Remote Desktop Monitoring and Controlling
IRJET- Remote Desktop Monitoring and ControllingIRJET- Remote Desktop Monitoring and Controlling
IRJET- Remote Desktop Monitoring and ControllingIRJET Journal
 
IRJET- Integration of NFC and Face Recognition and Mobile Tracking System...
IRJET-  	  Integration of NFC and Face Recognition and Mobile Tracking System...IRJET-  	  Integration of NFC and Face Recognition and Mobile Tracking System...
IRJET- Integration of NFC and Face Recognition and Mobile Tracking System...IRJET Journal
 
IRJET - Anti-Fraud ATM Security System
IRJET -  	  Anti-Fraud ATM Security SystemIRJET -  	  Anti-Fraud ATM Security System
IRJET - Anti-Fraud ATM Security SystemIRJET Journal
 
IRJET- Improving Employee Tracking and Monitoring System using Advanced M...
IRJET-  	  Improving Employee Tracking and Monitoring System using Advanced M...IRJET-  	  Improving Employee Tracking and Monitoring System using Advanced M...
IRJET- Improving Employee Tracking and Monitoring System using Advanced M...IRJET Journal
 
IRJET- Multi sharing Data using OTP
IRJET- Multi sharing Data using OTPIRJET- Multi sharing Data using OTP
IRJET- Multi sharing Data using OTPIRJET Journal
 
IRJET- Dynamic Status Tracking & Security System
IRJET- Dynamic Status Tracking & Security SystemIRJET- Dynamic Status Tracking & Security System
IRJET- Dynamic Status Tracking & Security SystemIRJET Journal
 
Android Based Smart Department
Android Based Smart DepartmentAndroid Based Smart Department
Android Based Smart DepartmentIRJET Journal
 
Remote administration of bms through android application
Remote administration of bms through android applicationRemote administration of bms through android application
Remote administration of bms through android applicationeSAT Journals
 
Home Security System and Door Access Control Based on Face Recognition
Home Security System and Door Access Control Based on Face RecognitionHome Security System and Door Access Control Based on Face Recognition
Home Security System and Door Access Control Based on Face RecognitionIRJET Journal
 
Basic Office Administration
Basic Office AdministrationBasic Office Administration
Basic Office AdministrationIRJET Journal
 

Similar to Smart Lan System for Controlling and Monitoring Network Using at Commands in Distributed System. (20)

Design and Implementation of monitoring LAN user wirelessly by Android mobile...
Design and Implementation of monitoring LAN user wirelessly by Android mobile...Design and Implementation of monitoring LAN user wirelessly by Android mobile...
Design and Implementation of monitoring LAN user wirelessly by Android mobile...
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...
 
As4301234238
As4301234238As4301234238
As4301234238
 
RMC: Real-Time Monitoring and Controlling Approach on Networks
RMC: Real-Time Monitoring and Controlling Approach on  NetworksRMC: Real-Time Monitoring and Controlling Approach on  Networks
RMC: Real-Time Monitoring and Controlling Approach on Networks
 
Office Automation System using Internet of Things
Office Automation System using Internet of ThingsOffice Automation System using Internet of Things
Office Automation System using Internet of Things
 
IRJET- Remote Desktop Monitoring and Controlling
IRJET- Remote Desktop Monitoring and ControllingIRJET- Remote Desktop Monitoring and Controlling
IRJET- Remote Desktop Monitoring and Controlling
 
IRJET- Integration of NFC and Face Recognition and Mobile Tracking System...
IRJET-  	  Integration of NFC and Face Recognition and Mobile Tracking System...IRJET-  	  Integration of NFC and Face Recognition and Mobile Tracking System...
IRJET- Integration of NFC and Face Recognition and Mobile Tracking System...
 
IRJET - Anti-Fraud ATM Security System
IRJET -  	  Anti-Fraud ATM Security SystemIRJET -  	  Anti-Fraud ATM Security System
IRJET - Anti-Fraud ATM Security System
 
IRJET- Improving Employee Tracking and Monitoring System using Advanced M...
IRJET-  	  Improving Employee Tracking and Monitoring System using Advanced M...IRJET-  	  Improving Employee Tracking and Monitoring System using Advanced M...
IRJET- Improving Employee Tracking and Monitoring System using Advanced M...
 
IRJET- Multi sharing Data using OTP
IRJET- Multi sharing Data using OTPIRJET- Multi sharing Data using OTP
IRJET- Multi sharing Data using OTP
 
Remote PC Administration Using Mobile Phone
Remote PC Administration Using Mobile PhoneRemote PC Administration Using Mobile Phone
Remote PC Administration Using Mobile Phone
 
IRJET- Dynamic Status Tracking & Security System
IRJET- Dynamic Status Tracking & Security SystemIRJET- Dynamic Status Tracking & Security System
IRJET- Dynamic Status Tracking & Security System
 
3
33
3
 
3
33
3
 
Android Based Smart Department
Android Based Smart DepartmentAndroid Based Smart Department
Android Based Smart Department
 
I44084954
I44084954I44084954
I44084954
 
Remote administration of bms through android application
Remote administration of bms through android applicationRemote administration of bms through android application
Remote administration of bms through android application
 
Home Security System and Door Access Control Based on Face Recognition
Home Security System and Door Access Control Based on Face RecognitionHome Security System and Door Access Control Based on Face Recognition
Home Security System and Door Access Control Based on Face Recognition
 
Basic Office Administration
Basic Office AdministrationBasic Office Administration
Basic Office Administration
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 

Recently uploaded (20)

IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 

Smart Lan System for Controlling and Monitoring Network Using at Commands in Distributed System.

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1967 SMART LAN SYSTEM FOR CONTROLLING AND MONITORING NETWORK USING AT COMMANDS IN DISTRIBUTED SYSTEM. Pagar Nikita, Sarode Snehal, Solunki Shweta, Sonawane Rajashree, Prof.M.T.Jagtap Students, Dept. of Computer Engineering, PVGCOEN, Maharashtra, India. Professor, Dept. of Computer Engineering, PVGCOEN, Maharashtra, India. ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Now-a-days, in large enterprises, the administrator has to manage theuseofnetworkresourcesand processes of the LAN in person. Smart LAN System For Controlling And Monitoring Network Using AT Commands In Distributed System helps preventing unauthorized use of devices and processes in a network by controlling the network remotely. The system is divided in two modules: 1) Manager and 2) Agent. Manager is a networked Windows+GSMapplicationthatruns on server and allows Setting Network Client Rights, Setting Right Violation Actions, Viewing reports, ControllingNetwork Computers states Agent is a windows service that runs on client. It automatically gets activated as the system boots and keeps monitoring the local computer devicesandprocesses. As a client, if user uses any device (pen drive, CD/DVD,floppy, etc) or starts any process (iexplore, notepad,etc) then the Agent checks for the manager set permissions and either allows or blocks the activity and takes the preset actions. At this time, it also records the current (logged in) username, date, time, IP address of the computer and sends report to the manager. As well as the Andoid Application is also developed in this system. Administrator can operate the system from android app remotely. Much of the functionality can be operated through App. Key Words: GSM, Networking, Disconnected Environment, AT Commands 1. INTRODUCTION The main aim behind developing such system is to control the usage of all the software applications and all the hardware components on any machine in a Local Area Network.Thepurposeofthesystem is to operate a computer from a remote location by making the use of mobile service available and controlling of a Local Area Network through GSM(1)(2) Mobile which will help in preventing the unauthorized access to any software application and hardware devices and to developa cost effective solution. A cell phone which connect to the server system via modem. One goal is to access any client machines currently executing processes on the server itself, and make any changes in the current status of the client machine according to the running processes by killing any or by executing any on the client right from the server itself. 1.1 System Implementation Smart LAN System for Controlling and Monitoring Network Using AT Commands (4) In Distributed System(6) is a tool used to monitor a LAN through a mobile device by the administrator when he is at a remote site. 1.2 IPLEMENTATION PLANNING Smart LAN System for Controlling and Monitoring Network Using AT Commands (4) in Distributed System is a tool used to monitor a LAN through a mobile device by the administrator when he is at a remote site. This tool is installed on the node which has two independent parts. One is the client application which is the background process onthemachineandcontrols
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1968 all the activities of the client and gives feedback to the server. Another is server application which works as a major process on the machine and offer the services to administrator for controlling and monitoring the LAN. The server application can control through registered mobile (gsm) device and by using the the android application we can contact to server. Using registered mobile device the administrator can perform following actions - 1) Kill process 2) Start process 3) Broadcast message 4) Open file 5) Close file The client application retrieves the list of processes running on the clientmachine andsends thelogstothe server. The server keeps the list updated to check for online nodes i.e. online clients PC. The serversendsthe permission to the the client PC. 2. SYSTEM ARCHITECTURE The Fig. block diagram Shows system architecture Administrator is provided with a GUI based android application to send command message without the need to retype message every time. Server sends command to the clients for e.g. start process, shut down process, kill process, create, delete, sendtasklist etc. Administrator sends his request through SMS using his mobile phone to the server. Server then recognizes the client machine which administrator is to monitor and extract data from locally cached data buffer storage where latest 10 sec data of each clientmachine is updated or stored and sends this info to the administrator as response. Through the GSM service provider the communication is done with the GSM modem, which communicates withtheserverandthen server communicates with the client. All clients are controlled and monitored by administratorviaaseries of SMS text messages for which a SMS parser is used to parse the SMS. The administrator controlstheLANthroughhismobile application even he is at the remote location. The clients cannot send back or communicate to the administrator the communication is unidirectional. Only the administrator can give command to the clients. It contains following module:- A] Manager module: - It is server. Manager module is a networked Windows cum GSM application that runs on the server side and allows: I. Setting up the software applications and hardware components usage permissions node wise. II. It also controls the GSM Handler. III. It commands the agent module. IV. It generates reports. V. It also Provides Voice alerts. B] GSM Handler: - It is connected to the server. A GSM modem is a special type of modem, in which accepts a SIM card and operates over a subscription to a mobile operator just like a mobile. From the mobile operator perspective, a GSM modem looks just like a mobile. A GSM modem can be a dedicated modem device with a serial, USB or Bluetooth connection r it may be a mobile phone that provides GSM modem capabilities. Any phone that supports the "extended AT command (3) set" for sending and receiving SMS messages. This is a sub module of the manager module which runs on the server, and performs following tasks : I. Creating a serial interface with mobile II. Fetching and parsing SMS. III. Compose and send SMS. C] Agent module: - It is client PC/PCs
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1969 This is the second module of the system, which is nothing but a windows service that runs on each and every client machine in a Local Area Network which is to be monitored. Some features of agent module are as follows: I. It is an Intelligent module, i.e. even if there is no connection between server and client, it keeps on monitoring and stores the events in its own database II. It gets activated when system boots up. III. Keeps on monitoring the local computer devices and processes. D] Android Application: Add node: The node(Client PC ) is added using this application. Process List: Get the list of all the processes runningon the remote machine. Activate Process: Activate different processes only for the client’s machines. Hardware List: add and block hardware for any client. Kill Process: Kill the desired processes of clients. Read: You can read the drives, folders, files of any of the client machines or the server machine from cell. Broadcast messages: Broadcast messages to server then client from cell. Shut Down: The client machines from mobile. Events logs: The logs are maintained in the android application for violation actions. 3. TESTING AND ANALYSIS A] Successful Authentication with GSM Network the GSM receiver has tested for successful communication with network. This test will includes automation and consistency of the connection and will be conducted in the following way: I. The cellular phone sends SMS to the GSM receiver’s modem number. II. Onceconnectionis establishedSMSwillbesent to the GSM receiver. III. The GSM receiver will send SMS asking for password. The password received will be observed on end to verify its authentication. IV. The GSM receiver and mobile both established asuccessfulcommunicationoverGSMnetwork. B. Successful Implementation to monitor Client I. A client in LAN network is monitored by administrator using his mobile phone. II. A SMS “KILL” to delete a process from clients list is send bythe administrator toGSMmodem which communicates with Server. III. Server further decodes the message into action event to kill respective process. IV. A taskcompletionmessageissentbytheserver to the administrator. 4. ADVANTAGE I. Prevents unauthorized access to any software applications and any hardware component as well. II. Booting up any pc in Local Area Network. III. Shut down any PC in LAN. IV. Setting up the rights for the clients for making use of the software applications and hardware components. V. Dynamically change all the settings. VI. Monitoring all the client machines in LAN without making them aware of the stuff that they are being monitored, so the security increases. VII. View log of all the events happened i.e. any violations and the actions performed in order to take care of those violations, all can be viewed once on the server itself.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1970 VIII. Also you can get events on mobile as a text message. 5. APPLICATION Smart LAN System for Controlling and Monitoring NetworkUsingATCommands(4)inDistributedSystem can be used in variousareaswhereLocalAreaNetwork has been established. Some of the domains can be as follows: I. Institutes: - Prevent unauthorized use of institutional data. II. College Laboratories: - In the practical examination system students may try to copy with USB Pen drives. Our system will block such uses. III. Companies: - Our reminder system using GSM- SMS will be helpful for management to secure the network. IV. Cyber cafes: - To prevents unauthorizedaccess of software process and hardware devices. V. Online examination centers: - In the online examination system students may try to copy with USB Pen drives or by taking the help of Internet through browser. Our system will block such uses. 6. FUTURE SCOPE Currently we are fetching user logs in SMS format. In future these activities can be recorded and fetch as MMS format. The system can be further implemented to add the following modules: I. Screen recording of client pc for all the events. II. Generating a MMS/video of screens and send it so Admin Phone via GPRS/Internet connectivity. 7. CONCLUSION The system provides a low cost, secure, accessible, remotely monitored and controlled solution for LAN monitoring using GSM is been introduced. The use of a mobile, GSM modem, Server provides exciting possibilities. However the industrial applications concerned this can be viewed as a low cost, customized wireless LAN monitoring system. This solution can be customized to suit any other industrial requirement related to monitoringandcontrollingLocalArea Network. It is used to control LAN network remotely using the GSM SMS-based system satisfying user needs and requirements. GSM technology capable solution has proved to be controlled remotely, provide security and is cost-effective as compared to the previously existing systems. Such systems can be used in houses for operating an individual machine and also for the colleges, companies, cyber cafes and many more places as well, where the LAN has been established. Throughwhich, one can do the network management and protection of the system data.Add-onfeature is remote management using GSM technology. 8. ACKNOWLDEMENT We would like express gratitude to all thepersonswho gave their kind assistance during the experiment especially to Prof. M.T.Jagtap, Dept. of Computer Engineering, Pune Vidyarthi Griha’s College of Engineering, Nashik. Maharashtra State. REFERENCES 1. Rozita Teymourzadeh, Salah Addin Ahmed, Kok Wai Chan, and Mok Vee Hoong “Smart GSM Based Home Automation System”, IEEE Paper(2013). 2. Raqibull Hasan, Mohammad Monirujjaman Khan, Asaduzzaman Ashek, and Israt Jahan Rumpa”Microcontroller Based Home Security System with GSM Technology”, Open Journal of Safety Science and Technology(2015).
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1971 3. NitinD.ShelokarandDr.S.A.Ladhake“Network Handle by mobile”, International Journal of Computer Trends and Technology(2011). 4. Meraj Alam “AT Command”, International Journal of Scientific and Research Publications.(2015). 5. C. GERIGAN,P.OGRUŢAN”ATssCOMMANDSIN PROJECT BASED LEARNING”, Bulletin of the Transilvania University of Braşov Series I: Engineering Sciences.(2011). 6. S Venu Gopal, N Sambasiva Rao, S K Lokesh Naik “Dynamic Sharing of Files from Disconnected Nodes in Peer to Peer Systems” International Conference on Electrical, Electronics, and Optimization Techniques (ICEEOT)(2016). 7. JAMES J. KISTLER andM.SATYANARAYANAN” Disconnected Operation in the Coda File System” ACM Transactions on Computer Systems,