SlideShare a Scribd company logo
1 of 5
IT 14 BUILD AN INTRANET
IT 14-I
1. Explain about Client/Server Model.
Ans: Client/server model describes the relationship between two computer in which one
client, makes a service request fromwhereas the server fulfills the request.
In a network, the client/server model provides a convenient way to interconnect programs
that are distributed efficiently across different locations.
For example, checking bank account from your computer, a client program in your
computer forwards your request to a server program at the bank. That program may in
turn forward the request to its own client program that sends a request to a databaseserver
at another bank computer to retrieve your account balance which in turn serves it back to
the client in your personal computer, which displays the information for you.
Advantage:
Greater ease of maintenance.
All the data is stored on the servers, so everything can be centrally controlled.
Since data storage is centralized, updates to that data are far easier to administer.
It functions with multiple different clients of different capabilities.
2. What is the difference between two-tier and three-tier architecture of Intranet
based on functionality.
Two-tierarchitecture Three-tierarchitecture
In Two-Tier Architecture has just two
layers
1. GUI/ interface / presentation layer
2. Database layer (where we store/retrieve
our data)
Basically this architecture is followed in
client/server
applications where database and
application resides in the
same machine or database may in other
machine connected
Through network.
Three-Tire Architecture:
In three tier architecture has three layers:
1. Presentation Layer
2. Business Layer/ Mid Layer
3. Database Layer.
Presentation Layer: GUI/Interface, where a
user view/enters the data.
Business Layer: where business login and
rules are executed
& can accommodate hundreds of users.
IT 14 BUILD AN INTRANET
IT 14-I
Database Layer: Data access layer takes
care of connection between the application
and storing the data as a warehouse
application.
Two-tier architecture is a client/server
architecture ,
where a request to do some task is sent to
the server & the server responds by
performing the task.
three-
tier or a multi tier architecture has client,
server and database. Where the client
request is sent to the server and the server
in turn sends the request to the database.
The database sends back the
information/data required to the server
which inturn sends it to the client.
Client server application. Client acts as
Front End
and Server acts as Backend like databases
three tier
architecture is web based application.
Eg: Yahoo, Hotmail
3. What is intranet? Write down the advantages and disadvantages of intranet.
Ans: An "intranet" is a private and internal local-network that uses the typical internet-
protocols hierarchy to provide various services to its user. Like on the Internet, all
machines in the Intranet have an IP-address.
Advantages:
Intranets can help users to locate/view information faster and use applications.
Intranets can serve as powerful tools for communication within an organization
within short time.
Intranets are also being used as a platform for developing and deploying
applications to support business operations
Users can view information and data via web-browser rather than maintaining
physical documents such as procedure manuals
Disadvantages:
Management fears loss of control
Hidden or unknown complexity and costs
Unauthorized access
Abuse of access
Denial of service
Packet sniffing
IT 14 BUILD AN INTRANET
IT 14-I
4. Explain about File server, Application server and database server.
Ans: File Server: File server is a computer responsible for the central storage and
management of data files so that other computers on the same network can access the
files. A file server allows users to share information over a network without having to
physically transfer files by diskette or some other external storage device. Any computer
can be configured to be a host and act as a file server.
Application server: An application server, in an n-tier software architecture which
serves an API (application programming interface) to expose business logic and business
processes for use by third-party applications.
The term can refer to:
1. the servicesthat a server makes available
2. the computer hardwareon which the services run
3. the software frameworkused to host the services (such as JBoss application
serveror Oracle Application Server)
Example : JAVA-- J2EE or Java EE 5 application server.
MICROSOFT-- .NET Framework
ZEND--- PHP
Database server. : A database server is a computer program that provides database
services to other computer programs or computers.
Example: SQL, MySql
database server
5. Define the Extranet. What is middleware?
Ans: An extranet is a private network that uses Internet technology and the public
telecommunication system to securely share part of a business's information or operations
with suppliers, vendors, partners, customers, or other businesses. An extranet can be
viewed as part of a company's intranet that is extended to users outside the company.
An extranet requires security and privacy which includes firewall/digital certificates or
similar means of user authentication, encryption of messages, and the use of virtual
private networks (VPNs) that tunnel through the public network.
IT 14 BUILD AN INTRANET
IT 14-I
Middleware acts as mediate between two separate and often already existing programs.
It connects two or more software applications, allowing them to exchange data.
It includes web servers, application servers, and similar tools that support application
development and delivery
6. What is primary and extended partition?
Ans: The primary partitionis normally apartitions with an operating system,mostly in
our case the C: partition.
An extended partition is the space in a drive which can be divided in many logical
drives, which makes it possible to have more than four virtual partitions
7. What is distributed system in Client/Server Model?
Ans: A distributed system in Client/Server Model consists of multiple computers that
communicate through a computer network to interact with each other in order to achieve
a common goal. A computer program that runs in a distributed system is called a
distributed program, and distributed programming is the process of writing such
programs.
Advantages:
Fault-Tolerant: Helps to recover from component failures without performing
incorrect actions.
Highly Available: It can restore operations, permitting it to resume providing
services even when some components have failed.
Recoverable: Failed components can restart themselves and rejoin the system,
after the cause of failure has been repaired.
Consistent: The system can coordinate actions by multiple components often in
the presence of concurrency and failure. This underlies the ability of a distributed
system to act like a non-distributed system.
Scalable: It can operate correctly even as some aspect of the system is scaled to a
larger size.
Predictable Performance: The ability to provide desired responsiveness in a timely
manner.
Secure: The system authenticates access to data and services.
cleint middle
ware
servers
IT 14 BUILD AN INTRANET
IT 14-I
8. What does DHCP stands for, how does it work and when would it be used?
Ans: DHCP means Dynamic Host Configuration Protocol.
DHCP is used for assigning dynamic IP addresses to devices on a networkautomatically.
DHCP should be used in Computers in a company which often changes locations within a
building, and network configurations change.
9. What is Windows 2003 Internet Information Services (IIS) and what functions
does it provide?
Ans: Internet Information Services (IIS) - formerly called Internet Information
Server - is a set of Internet-based services for servers created by Microsoft for use with
Microsoft Windows.
Function :
Windows operating system registry for World Wide Web Publishing Service
FTP Publishing Service
Simple Mail Transfer Protocol (SMTP) service
Network News Transfer Protocol (NNTP) service
10. What is the IPCONFIG command, and how can it be used to check network
connectivity?
Ans: ipconfig (internet protocol configuration) in Microsoft Windows is a console
application that displays all current TCP/IP network configurations.
Syntax: ipconfig/all

More Related Content

What's hot

Client Server Architecture
Client Server ArchitectureClient Server Architecture
Client Server ArchitectureRence Montanes
 
Client Server Computing Slides by Puja Dhar
Client Server Computing Slides by Puja DharClient Server Computing Slides by Puja Dhar
Client Server Computing Slides by Puja Dharpuja_dhar
 
Client server based computing
Client server based computingClient server based computing
Client server based computingMohammad Affan
 
client server protocol
client server protocolclient server protocol
client server protocolbmuhire
 
Introduction to the client server computing By Attaullah Hazrat
Introduction to the client server computing By Attaullah HazratIntroduction to the client server computing By Attaullah Hazrat
Introduction to the client server computing By Attaullah HazratAttaullah Hazrat
 
Client server architecture
Client server architectureClient server architecture
Client server architectureRituBhargava7
 
Client Server Architecture in Software engineering
Client Server Architecture in Software engineeringClient Server Architecture in Software engineering
Client Server Architecture in Software engineeringpruthvi2898
 
Client server architecture
Client server architectureClient server architecture
Client server architectureBhargav Amin
 
Client Server Model and Distributed Computing
Client Server Model and Distributed ComputingClient Server Model and Distributed Computing
Client Server Model and Distributed ComputingAbhishek Jaisingh
 
Distributed Computing Environment
Distributed Computing EnvironmentDistributed Computing Environment
Distributed Computing EnvironmentPurushottam Dahal
 
Client Server System Development
Client Server System DevelopmentClient Server System Development
Client Server System DevelopmentManjuShanmugam1593
 

What's hot (20)

04 Client Server Technology
04 Client Server Technology04 Client Server Technology
04 Client Server Technology
 
958870 62257 sunnysunny_
958870 62257 sunnysunny_958870 62257 sunnysunny_
958870 62257 sunnysunny_
 
Csc network
Csc networkCsc network
Csc network
 
Components of client server application
Components of client server applicationComponents of client server application
Components of client server application
 
Client Server Architecture
Client Server ArchitectureClient Server Architecture
Client Server Architecture
 
Client Server Computing Slides by Puja Dhar
Client Server Computing Slides by Puja DharClient Server Computing Slides by Puja Dhar
Client Server Computing Slides by Puja Dhar
 
Client server based computing
Client server based computingClient server based computing
Client server based computing
 
client server protocol
client server protocolclient server protocol
client server protocol
 
Introduction to the client server computing By Attaullah Hazrat
Introduction to the client server computing By Attaullah HazratIntroduction to the client server computing By Attaullah Hazrat
Introduction to the client server computing By Attaullah Hazrat
 
Clientserver
ClientserverClientserver
Clientserver
 
Client server architecture
Client server architectureClient server architecture
Client server architecture
 
Client server model
Client server modelClient server model
Client server model
 
Client Server Computing : unit 1
Client Server Computing : unit 1Client Server Computing : unit 1
Client Server Computing : unit 1
 
Client Server Architecture in Software engineering
Client Server Architecture in Software engineeringClient Server Architecture in Software engineering
Client Server Architecture in Software engineering
 
Middleware Technologies ppt
Middleware Technologies pptMiddleware Technologies ppt
Middleware Technologies ppt
 
Introduction to Cloud computing
Introduction to Cloud computingIntroduction to Cloud computing
Introduction to Cloud computing
 
Client server architecture
Client server architectureClient server architecture
Client server architecture
 
Client Server Model and Distributed Computing
Client Server Model and Distributed ComputingClient Server Model and Distributed Computing
Client Server Model and Distributed Computing
 
Distributed Computing Environment
Distributed Computing EnvironmentDistributed Computing Environment
Distributed Computing Environment
 
Client Server System Development
Client Server System DevelopmentClient Server System Development
Client Server System Development
 

Viewers also liked

Updating current Network Design It18 roshan basnet
Updating current Network Design It18 roshan basnetUpdating current Network Design It18 roshan basnet
Updating current Network Design It18 roshan basnetrosu555
 
Occupational Health & Safety 08 assignment 2009
Occupational Health & Safety 08 assignment 2009Occupational Health & Safety 08 assignment 2009
Occupational Health & Safety 08 assignment 2009rosu555
 
Network Design for a company
Network Design for a companyNetwork Design for a company
Network Design for a companyrosu555
 
Developing Multimedia Application It15
Developing Multimedia Application  It15Developing Multimedia Application  It15
Developing Multimedia Application It15rosu555
 
RISK MGMT It30 roshan basnet final
RISK MGMT It30 roshan basnet finalRISK MGMT It30 roshan basnet final
RISK MGMT It30 roshan basnet finalrosu555
 
It04 roshan basnet
It04 roshan basnetIt04 roshan basnet
It04 roshan basnetrosu555
 
Install SW to network computers
Install SW to network computersInstall SW to network computers
Install SW to network computersrosu555
 
Install SW to Netwrok It 05 roshan basnet (1)
Install SW to Netwrok It 05 roshan basnet (1)Install SW to Netwrok It 05 roshan basnet (1)
Install SW to Netwrok It 05 roshan basnet (1)rosu555
 
Case study for it03 roshan
Case study for it03 roshanCase study for it03 roshan
Case study for it03 roshanrosu555
 
Internet basic of it20
Internet basic of it20Internet basic of it20
Internet basic of it20rosu555
 
Graduation Statement and Transcript Master
Graduation Statement and Transcript MasterGraduation Statement and Transcript Master
Graduation Statement and Transcript MasterAdel Abu Dahab
 
KPI Certificates Full Set
KPI Certificates Full SetKPI Certificates Full Set
KPI Certificates Full SetAdel Abu Dahab
 
Truvía: dulzor sin calorías a partir de la hoja de la Stevia
Truvía: dulzor sin calorías a partir de la hoja de la SteviaTruvía: dulzor sin calorías a partir de la hoja de la Stevia
Truvía: dulzor sin calorías a partir de la hoja de la SteviaTruvía España
 
Presentación Xosé María Díaz Castro
Presentación Xosé María Díaz CastroPresentación Xosé María Díaz Castro
Presentación Xosé María Díaz CastroChusribeira
 

Viewers also liked (20)

Updating current Network Design It18 roshan basnet
Updating current Network Design It18 roshan basnetUpdating current Network Design It18 roshan basnet
Updating current Network Design It18 roshan basnet
 
Occupational Health & Safety 08 assignment 2009
Occupational Health & Safety 08 assignment 2009Occupational Health & Safety 08 assignment 2009
Occupational Health & Safety 08 assignment 2009
 
Network Design for a company
Network Design for a companyNetwork Design for a company
Network Design for a company
 
Developing Multimedia Application It15
Developing Multimedia Application  It15Developing Multimedia Application  It15
Developing Multimedia Application It15
 
RISK MGMT It30 roshan basnet final
RISK MGMT It30 roshan basnet finalRISK MGMT It30 roshan basnet final
RISK MGMT It30 roshan basnet final
 
It04 roshan basnet
It04 roshan basnetIt04 roshan basnet
It04 roshan basnet
 
Install SW to network computers
Install SW to network computersInstall SW to network computers
Install SW to network computers
 
Install SW to Netwrok It 05 roshan basnet (1)
Install SW to Netwrok It 05 roshan basnet (1)Install SW to Netwrok It 05 roshan basnet (1)
Install SW to Netwrok It 05 roshan basnet (1)
 
Case study for it03 roshan
Case study for it03 roshanCase study for it03 roshan
Case study for it03 roshan
 
Internet basic of it20
Internet basic of it20Internet basic of it20
Internet basic of it20
 
Graduation Statement and Transcript Master
Graduation Statement and Transcript MasterGraduation Statement and Transcript Master
Graduation Statement and Transcript Master
 
KPI Certificates Full Set
KPI Certificates Full SetKPI Certificates Full Set
KPI Certificates Full Set
 
Arellys y ginger
Arellys y  gingerArellys y  ginger
Arellys y ginger
 
Truvía: dulzor sin calorías a partir de la hoja de la Stevia
Truvía: dulzor sin calorías a partir de la hoja de la SteviaTruvía: dulzor sin calorías a partir de la hoja de la Stevia
Truvía: dulzor sin calorías a partir de la hoja de la Stevia
 
Villa borghese
Villa borgheseVilla borghese
Villa borghese
 
SiD-2014-7e-7
SiD-2014-7e-7SiD-2014-7e-7
SiD-2014-7e-7
 
Case Senac São Paulo
Case Senac São PauloCase Senac São Paulo
Case Senac São Paulo
 
Nse impresora
Nse impresoraNse impresora
Nse impresora
 
Sistema de computo
Sistema de computoSistema de computo
Sistema de computo
 
Presentación Xosé María Díaz Castro
Presentación Xosé María Díaz CastroPresentación Xosé María Díaz Castro
Presentación Xosé María Díaz Castro
 

Similar to Building Intranet Assignment 2009 03 14 roshan basnet (1)

introduction on server.pptx
introduction on server.pptxintroduction on server.pptx
introduction on server.pptxMugabo4
 
An in-building multi-server cloud system based on shortest Path algorithm dep...
An in-building multi-server cloud system based on shortest Path algorithm dep...An in-building multi-server cloud system based on shortest Path algorithm dep...
An in-building multi-server cloud system based on shortest Path algorithm dep...IOSR Journals
 
CSS12 LESSON 02.pptx
CSS12 LESSON 02.pptxCSS12 LESSON 02.pptx
CSS12 LESSON 02.pptxRGSMags
 
A comprehensive survey on security issues in cloud computing and data privacy...
A comprehensive survey on security issues in cloud computing and data privacy...A comprehensive survey on security issues in cloud computing and data privacy...
A comprehensive survey on security issues in cloud computing and data privacy...eSAT Journals
 
A comprehensive survey on security issues in cloud computing and data privacy...
A comprehensive survey on security issues in cloud computing and data privacy...A comprehensive survey on security issues in cloud computing and data privacy...
A comprehensive survey on security issues in cloud computing and data privacy...eSAT Publishing House
 
A comprehensive survey on security issues in cloud computing and data privacy...
A comprehensive survey on security issues in cloud computing and data privacy...A comprehensive survey on security issues in cloud computing and data privacy...
A comprehensive survey on security issues in cloud computing and data privacy...eSAT Journals
 
Module1 Mobile Computing Architecture
Module1 Mobile Computing ArchitectureModule1 Mobile Computing Architecture
Module1 Mobile Computing Architectureraksharao
 
Application server
Application serverApplication server
Application servernava rathna
 
Client-Server Model
Client-Server ModelClient-Server Model
Client-Server ModelHTS Hosting
 
Running head SERVERS1Running head SERVERS1.docx
Running head SERVERS1Running head SERVERS1.docxRunning head SERVERS1Running head SERVERS1.docx
Running head SERVERS1Running head SERVERS1.docxcharisellington63520
 
paradigms cloud.pptx
paradigms cloud.pptxparadigms cloud.pptx
paradigms cloud.pptxgunvinit931
 
Highly Available XenApp Cloud
Highly Available XenApp CloudHighly Available XenApp Cloud
Highly Available XenApp Cloudijitcs
 
Unit 4_Introduction to Server Farms.pptx
Unit 4_Introduction to Server Farms.pptxUnit 4_Introduction to Server Farms.pptx
Unit 4_Introduction to Server Farms.pptxRahul Borate
 
Anil Nembang: Hures Company Case Study
 Anil Nembang: Hures Company Case Study Anil Nembang: Hures Company Case Study
Anil Nembang: Hures Company Case StudyAnil Nembang
 
Web-Server & It's Architecture.pptx
Web-Server & It's Architecture.pptxWeb-Server & It's Architecture.pptx
Web-Server & It's Architecture.pptxAlokKumar250045
 
distributed-systemsfghjjjijoijioj-chap3.pptx
distributed-systemsfghjjjijoijioj-chap3.pptxdistributed-systemsfghjjjijoijioj-chap3.pptx
distributed-systemsfghjjjijoijioj-chap3.pptxlencho3d
 
Web OS in Cloud Computing: A Case study
Web OS in Cloud Computing: A Case studyWeb OS in Cloud Computing: A Case study
Web OS in Cloud Computing: A Case studyEswar Publications
 

Similar to Building Intranet Assignment 2009 03 14 roshan basnet (1) (20)

introduction on server.pptx
introduction on server.pptxintroduction on server.pptx
introduction on server.pptx
 
An in-building multi-server cloud system based on shortest Path algorithm dep...
An in-building multi-server cloud system based on shortest Path algorithm dep...An in-building multi-server cloud system based on shortest Path algorithm dep...
An in-building multi-server cloud system based on shortest Path algorithm dep...
 
H017113842
H017113842H017113842
H017113842
 
CSS12 LESSON 02.pptx
CSS12 LESSON 02.pptxCSS12 LESSON 02.pptx
CSS12 LESSON 02.pptx
 
unit 4-1.pptx
unit 4-1.pptxunit 4-1.pptx
unit 4-1.pptx
 
A comprehensive survey on security issues in cloud computing and data privacy...
A comprehensive survey on security issues in cloud computing and data privacy...A comprehensive survey on security issues in cloud computing and data privacy...
A comprehensive survey on security issues in cloud computing and data privacy...
 
A comprehensive survey on security issues in cloud computing and data privacy...
A comprehensive survey on security issues in cloud computing and data privacy...A comprehensive survey on security issues in cloud computing and data privacy...
A comprehensive survey on security issues in cloud computing and data privacy...
 
A comprehensive survey on security issues in cloud computing and data privacy...
A comprehensive survey on security issues in cloud computing and data privacy...A comprehensive survey on security issues in cloud computing and data privacy...
A comprehensive survey on security issues in cloud computing and data privacy...
 
Module1 Mobile Computing Architecture
Module1 Mobile Computing ArchitectureModule1 Mobile Computing Architecture
Module1 Mobile Computing Architecture
 
Application server
Application serverApplication server
Application server
 
Client-Server Model
Client-Server ModelClient-Server Model
Client-Server Model
 
Running head SERVERS1Running head SERVERS1.docx
Running head SERVERS1Running head SERVERS1.docxRunning head SERVERS1Running head SERVERS1.docx
Running head SERVERS1Running head SERVERS1.docx
 
paradigms cloud.pptx
paradigms cloud.pptxparadigms cloud.pptx
paradigms cloud.pptx
 
Highly Available XenApp Cloud
Highly Available XenApp CloudHighly Available XenApp Cloud
Highly Available XenApp Cloud
 
Unit 4_Introduction to Server Farms.pptx
Unit 4_Introduction to Server Farms.pptxUnit 4_Introduction to Server Farms.pptx
Unit 4_Introduction to Server Farms.pptx
 
Anil Nembang: Hures Company Case Study
 Anil Nembang: Hures Company Case Study Anil Nembang: Hures Company Case Study
Anil Nembang: Hures Company Case Study
 
Web-Server & It's Architecture.pptx
Web-Server & It's Architecture.pptxWeb-Server & It's Architecture.pptx
Web-Server & It's Architecture.pptx
 
distributed-systemsfghjjjijoijioj-chap3.pptx
distributed-systemsfghjjjijoijioj-chap3.pptxdistributed-systemsfghjjjijoijioj-chap3.pptx
distributed-systemsfghjjjijoijioj-chap3.pptx
 
SOFTWARE COMPUTING
SOFTWARE COMPUTINGSOFTWARE COMPUTING
SOFTWARE COMPUTING
 
Web OS in Cloud Computing: A Case study
Web OS in Cloud Computing: A Case studyWeb OS in Cloud Computing: A Case study
Web OS in Cloud Computing: A Case study
 

Recently uploaded

Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 

Recently uploaded (20)

Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 

Building Intranet Assignment 2009 03 14 roshan basnet (1)

  • 1. IT 14 BUILD AN INTRANET IT 14-I 1. Explain about Client/Server Model. Ans: Client/server model describes the relationship between two computer in which one client, makes a service request fromwhereas the server fulfills the request. In a network, the client/server model provides a convenient way to interconnect programs that are distributed efficiently across different locations. For example, checking bank account from your computer, a client program in your computer forwards your request to a server program at the bank. That program may in turn forward the request to its own client program that sends a request to a databaseserver at another bank computer to retrieve your account balance which in turn serves it back to the client in your personal computer, which displays the information for you. Advantage: Greater ease of maintenance. All the data is stored on the servers, so everything can be centrally controlled. Since data storage is centralized, updates to that data are far easier to administer. It functions with multiple different clients of different capabilities. 2. What is the difference between two-tier and three-tier architecture of Intranet based on functionality. Two-tierarchitecture Three-tierarchitecture In Two-Tier Architecture has just two layers 1. GUI/ interface / presentation layer 2. Database layer (where we store/retrieve our data) Basically this architecture is followed in client/server applications where database and application resides in the same machine or database may in other machine connected Through network. Three-Tire Architecture: In three tier architecture has three layers: 1. Presentation Layer 2. Business Layer/ Mid Layer 3. Database Layer. Presentation Layer: GUI/Interface, where a user view/enters the data. Business Layer: where business login and rules are executed & can accommodate hundreds of users.
  • 2. IT 14 BUILD AN INTRANET IT 14-I Database Layer: Data access layer takes care of connection between the application and storing the data as a warehouse application. Two-tier architecture is a client/server architecture , where a request to do some task is sent to the server & the server responds by performing the task. three- tier or a multi tier architecture has client, server and database. Where the client request is sent to the server and the server in turn sends the request to the database. The database sends back the information/data required to the server which inturn sends it to the client. Client server application. Client acts as Front End and Server acts as Backend like databases three tier architecture is web based application. Eg: Yahoo, Hotmail 3. What is intranet? Write down the advantages and disadvantages of intranet. Ans: An "intranet" is a private and internal local-network that uses the typical internet- protocols hierarchy to provide various services to its user. Like on the Internet, all machines in the Intranet have an IP-address. Advantages: Intranets can help users to locate/view information faster and use applications. Intranets can serve as powerful tools for communication within an organization within short time. Intranets are also being used as a platform for developing and deploying applications to support business operations Users can view information and data via web-browser rather than maintaining physical documents such as procedure manuals Disadvantages: Management fears loss of control Hidden or unknown complexity and costs Unauthorized access Abuse of access Denial of service Packet sniffing
  • 3. IT 14 BUILD AN INTRANET IT 14-I 4. Explain about File server, Application server and database server. Ans: File Server: File server is a computer responsible for the central storage and management of data files so that other computers on the same network can access the files. A file server allows users to share information over a network without having to physically transfer files by diskette or some other external storage device. Any computer can be configured to be a host and act as a file server. Application server: An application server, in an n-tier software architecture which serves an API (application programming interface) to expose business logic and business processes for use by third-party applications. The term can refer to: 1. the servicesthat a server makes available 2. the computer hardwareon which the services run 3. the software frameworkused to host the services (such as JBoss application serveror Oracle Application Server) Example : JAVA-- J2EE or Java EE 5 application server. MICROSOFT-- .NET Framework ZEND--- PHP Database server. : A database server is a computer program that provides database services to other computer programs or computers. Example: SQL, MySql database server 5. Define the Extranet. What is middleware? Ans: An extranet is a private network that uses Internet technology and the public telecommunication system to securely share part of a business's information or operations with suppliers, vendors, partners, customers, or other businesses. An extranet can be viewed as part of a company's intranet that is extended to users outside the company. An extranet requires security and privacy which includes firewall/digital certificates or similar means of user authentication, encryption of messages, and the use of virtual private networks (VPNs) that tunnel through the public network.
  • 4. IT 14 BUILD AN INTRANET IT 14-I Middleware acts as mediate between two separate and often already existing programs. It connects two or more software applications, allowing them to exchange data. It includes web servers, application servers, and similar tools that support application development and delivery 6. What is primary and extended partition? Ans: The primary partitionis normally apartitions with an operating system,mostly in our case the C: partition. An extended partition is the space in a drive which can be divided in many logical drives, which makes it possible to have more than four virtual partitions 7. What is distributed system in Client/Server Model? Ans: A distributed system in Client/Server Model consists of multiple computers that communicate through a computer network to interact with each other in order to achieve a common goal. A computer program that runs in a distributed system is called a distributed program, and distributed programming is the process of writing such programs. Advantages: Fault-Tolerant: Helps to recover from component failures without performing incorrect actions. Highly Available: It can restore operations, permitting it to resume providing services even when some components have failed. Recoverable: Failed components can restart themselves and rejoin the system, after the cause of failure has been repaired. Consistent: The system can coordinate actions by multiple components often in the presence of concurrency and failure. This underlies the ability of a distributed system to act like a non-distributed system. Scalable: It can operate correctly even as some aspect of the system is scaled to a larger size. Predictable Performance: The ability to provide desired responsiveness in a timely manner. Secure: The system authenticates access to data and services. cleint middle ware servers
  • 5. IT 14 BUILD AN INTRANET IT 14-I 8. What does DHCP stands for, how does it work and when would it be used? Ans: DHCP means Dynamic Host Configuration Protocol. DHCP is used for assigning dynamic IP addresses to devices on a networkautomatically. DHCP should be used in Computers in a company which often changes locations within a building, and network configurations change. 9. What is Windows 2003 Internet Information Services (IIS) and what functions does it provide? Ans: Internet Information Services (IIS) - formerly called Internet Information Server - is a set of Internet-based services for servers created by Microsoft for use with Microsoft Windows. Function : Windows operating system registry for World Wide Web Publishing Service FTP Publishing Service Simple Mail Transfer Protocol (SMTP) service Network News Transfer Protocol (NNTP) service 10. What is the IPCONFIG command, and how can it be used to check network connectivity? Ans: ipconfig (internet protocol configuration) in Microsoft Windows is a console application that displays all current TCP/IP network configurations. Syntax: ipconfig/all