SlideShare a Scribd company logo
1 of 39
What is the OSI model? Explain the different layers of the OSI
model.
1
The Open Systems Interconnection model is a
reference model that describes how applications
interact with each other over a computer
network. The OSI model has 7 layers, they are
as shown alongside:
What is the OSI model? Explain the different layers of the OSI
model.
1
The Open Systems Interconnection model is a
reference model that describes how applications
interact with each other over a computer
network. The OSI model has 7 layers, they are
as shown alongside:
Physical layer
Data link layer
Network layer
Transport layer
Session layer
Presentation layer
Application layer
Physical link
Transmit
data
Receive
data
User
Click here to watch the video
What is the OSI model? Explain the different layers of the OSI
model.
1
Physical layer
Data link layer
Network layer
Transport layer
Session layer
Presentation layer
Application layer
Physical link
Transmit
data
Receive
data
User
This is the lowest level of the OSI model. Here,
data is converted into an electrical impulse so
that it can be sent through a physical medium. It
is also responsible for the physical connection
between the devices
What is the OSI model? Explain the different layers of the OSI
model.
1
Physical layer
Data link layer
Network layer
Transport layer
Session layer
Presentation layer
Application layer
Physical link
Transmit
data
Receive
data
User
Data packet is encoded and decoded into bits.
This layer looks into the node to node delivery of
a message
What is the OSI model? Explain the different layers of the OSI
model.
1
Physical layer
Data link layer
Network layer
Transport layer
Session layer
Presentation layer
Application layer
Physical link
Transmit
data
Receive
data
User
Here, datagrams are transferred from one to
another. The functions of this layer are routing
and logical addressing
What is the OSI model? Explain the different layers of the OSI
model.
1
Physical layer
Data link layer
Network layer
Transport layer
Session layer
Presentation layer
Application layer
Physical link
Transmit
data
Receive
data
User
This layer is responsible for end to end
connections. The data in this layer is called
segments
What is the OSI model? Explain the different layers of the OSI
model.
1
Physical layer
Data link layer
Network layer
Transport layer
Session layer
Presentation layer
Application layer
Physical link
Transmit
data
Receive
data
User
This layer controls signals between computers. It
establishes, maintains, and terminates
connections between processes
What is the OSI model? Explain the different layers of the OSI
model.
1
Physical layer
Data link layer
Network layer
Transport layer
Session layer
Presentation layer
Application layer
Physical link
Transmit
data
Receive
data
User
The presentation layer is responsible to translate
data into the application layer format. The data is
formatted, encrypted, and then sent to the next
layer
What is the OSI model? Explain the different layers of the OSI
model.
1
Physical layer
Data link layer
Network layer
Transport layer
Session layer
Presentation layer
Application layer
Physical link
Transmit
data
Receive
data
User
Here, services are provided to the end users
Define Unicasting, Multicasting, and Broadcasting2
Data is transmitted over a network by three methods such as Unicast, Multicast, and Broadcast
Define Unicasting, Multicasting, and Broadcasting2
Here, information is sent from a single user to a
single receiver. This is used for point-to-point
communications. If you have to send information
to multiple receivers, then you would have to
send multiple unicast messages.
Unicast
Multicast
Broadcast
Data is transmitted over a network by three methods such as Unicast, Multicast, and Broadcast
Define Unicasting, Multicasting, and Broadcasting2
Data is transmitted over a network by three methods such as Unicast, Multicast, and Broadcast
Unicast
Multicast
Broadcast
As the name suggests, in this mode of
communication, data is sent from one or more
sources to multiple destinations. Multicast uses
the Internet Group Management Protocol to
identify groups.
Define Unicasting, Multicasting, and Broadcasting2
The third method is known as broadcast, it is
known as one-to-all, i.e.; the communication is
between a single user and multiple receivers.
Data is transmitted over a network by three methods such as Unicast, Multicast, and Broadcast
Unicast
Multicast
Broadcast
What is DNS?3
Local PC
What is the IP of cybersecurity.com?
DNS stands for Domain Name System. It is like the internet’s phone book that is responsible for
mapping the domain name into its corresponding IP address
https://cybersecurity.com
DNS Server
What is DNS?3
Local PC DNS Server
What is the IP of cybersecurity.com?
DNS stands for Domain Name System. It is like the internet’s phone book that is responsible for
mapping the domain name into its corresponding IP address
https://cybersecurity.com
172.17.252.1
This is the IP address:
What is a Firewall?4
Firewall Private networkInternet
Good traffic
Firewall is a hardware or software that is responsible for blocking either incoming or outgoing traffic
from the internet to your computer. They secure a network.
What is a Firewall?4
FirewallInternet
Good traffic
Firewall is a hardware or software that is responsible for blocking either incoming or outgoing traffic
from the internet to your computer. They secure a network.
Private network
What is a Firewall?4
Firewall Private network
Bad traffic
Firewall is a hardware or software that is responsible for blocking either incoming or outgoing traffic
from the internet to your computer. They secure a network.
Internet
What is a Firewall?4
Few common types of firewalls are:
What is a Firewall?4
Few common types of firewalls are:
They are the most common
type of firewalls which analyze
packets and let them pass
through only if they match an
established security rule set
1. Packet-filtering
firewalls
What is a Firewall?4
Few common types of firewalls are:
They are the most common
type of firewalls which analyze
packets and let them pass
through only if they match an
established security rule set
1. Packet-filtering
firewalls
These firewalls filter network
traffic at the application level
2. Proxy firewalls
What is a Firewall?4
Few common types of firewalls are:
They are the most common
type of firewalls which analyze
packets and let them pass
through only if they match an
established security rule set
1. Packet-filtering
firewalls
These firewalls filter network
traffic at the application level
2. Proxy firewalls 3. Stateful multilayer inspection
(SMLI) firewalls
They filter packets at the
network, transport, and
application layers. The packets
are compared to the known
trusted packets
What is a VPN?
?
5
Virtual Private Network (VPN) is a connection between a VPN server and a VPN client. It is a
secure tunnel across the internet
VPN client Hacker VPN server Internet
Encrypted tunnel
What are the advantages of distributed processing?
?
6
Distributed processing is a term which describes various computer systems that use more than one
processor to run an application. Here, multiple computers across different locations share the same
processor. The advantages of distributed processing are :
What are the advantages of distributed processing?
?
6
Distributed processing is a term which describes various computer systems that use more than one
processor to run an application. Here, multiple computers across different locations share the same
processor. The advantages of distributed processing are :
1
2
3
4
Data Recovery
Reliable Easy to expand
Lower cost
What are the advantages of distributed processing?
?
6
Distributed processing is a term which describes various computer systems that use more than one
processor to run an application. Here, multiple computers across different locations share the same
processor. The advantages of distributed processing are :
Data Recovery
1
2
3
4
If there is loss of data in one computer, then it can be
recovered by another interconnected computer
Reliable Easy to expand
Lower cost
What are the advantages of distributed processing?
?
6
Distributed processing is a term which describes various computer systems that use more than one
processor to run an application. Here, multiple computers across different locations share the same
processor. The advantages of distributed processing are :
Reliable
1
2
3
4
Data Recovery
A glitch in one machine does not affect the processing as
there will be multiple other machines
Easy to expand
Lower cost
What are the advantages of distributed processing?
?
6
Distributed processing is a term which describes various computer systems that use more than one
processor to run an application. Here, multiple computers across different locations share the same
processor. The advantages of distributed processing are :
1
2
3
4
Data Recovery
Reliable
Lower cost
Several cost-effective minicomputers are used instead of
costlier mainframe machines
Easy to expand
What are the advantages of distributed processing?
?
6
Distributed processing is a term which describes various computer systems that use more than one
processor to run an application. Here, multiple computers across different locations share the same
processor. The advantages of distributed processing are :
Easy to expand
1
2
3
4
Data Recovery
Reliable
Depending on the amount of data processing, more
computers can be attached to the network
Lower cost
What is TCP/ IP?7
TCP (Transmission Control Protocol) is a set of
communication protocols that are used to interconnect
network devices on the internet
This protocol defines how data should be
transmitted over the internet by providing end-to-
end communication
What is TCP/ IP?7
TCP (Transmission Control Protocol) is a set of
communication protocols that are used to interconnect
network devices on the internet
This protocol defines how data should be
transmitted over the internet by providing end-to-
end communication
IP (Internet Protocol) is all about routing each
individual packet to make sure it reaches its
destination
The TCP/IP model is a compressed version of the
OSI model
What is TCP/ IP?7
TCP (Transmission Control Protocol) is a set of
communication protocols that are used to interconnect
network devices on the internet
This protocol defines how data should be
transmitted over the internet by providing end-to-
end communication
IP (Internet Protocol) is all about routing each
individual packet to make sure it reaches its
destination
The TCP/IP model is a compressed version of the
OSI model
The TCP/IP model consists of four layers, they are:
Application layer
Transport layer
Network Access layer
Internet layer
What do you mean by ipconfig and ifconfig?8
ipconfig is known as Internet Protocol
Configuration. This command is used on
Microsoft Windows to view and configure the
network interface
It is useful for displaying all TCP/IP network summary
information currently available on a network. It also
helps to modify the DHCP protocol and DNS setting
What do you mean by ipconfig and ifconfig?8
ifconfig (Interface Configuration) is a command
that is used on Linux, Mac, and UNIX operating
systems
It is used to configure, control the TCP/IP network
interface parameters from CLI i.e. Command Line
Interface. It allows you to see the IP addresses of
these network interfaces.
What is the difference between domain and workgroup?9
1
2
3
1
2
3
Domain Workgroup
It is a centralized network model It is a decentralized network
One administrator manages the domain
and its resources
Every user manages the resources
individually on their PCs
Good for large network
4 4The computer can be connected to any
network
All the computers should be connected to
the same LAN
Good for small network
What is Data encapsulation in networking?10
Data encapsulation refers to the process of adding headers and trailers to the data. The data link layer
binds each packet into a frame that contains the hardware address of the source and the destination
computer
DATAHEADER TRAILER
Encapsulation
Headers and Trailers provide the source and destination addresses
INDIA
Simplilearn Solutions Pvt. Limited
#53/1C, 24th Main, 2nd Sector
HSR Layout, Bangalore 560102
Phone: +91 8069999471
UNITED STATES
Simplilearn Solutions Pvt. Limited
801 Corporate Center Drive, Suite 138
Raleigh, NC 27607
Phone: (919) 205-5565
UNITED STATES
Simplilearn Solutions Pvt. Limited
201 Spear Street, Suite 1100
San Francisco, CA 94105
Phone: (415) 741-3319
Join us to learn more!
simplilearn.com

More Related Content

More from Simplilearn

What is LSTM ?| Long Short Term Memory Explained with Example | Deep Learning...
What is LSTM ?| Long Short Term Memory Explained with Example | Deep Learning...What is LSTM ?| Long Short Term Memory Explained with Example | Deep Learning...
What is LSTM ?| Long Short Term Memory Explained with Example | Deep Learning...
Simplilearn
 
Top 10 Chat GPT Use Cases | ChatGPT Applications | ChatGPT Tutorial For Begin...
Top 10 Chat GPT Use Cases | ChatGPT Applications | ChatGPT Tutorial For Begin...Top 10 Chat GPT Use Cases | ChatGPT Applications | ChatGPT Tutorial For Begin...
Top 10 Chat GPT Use Cases | ChatGPT Applications | ChatGPT Tutorial For Begin...
Simplilearn
 
React JS Vs Next JS - What's The Difference | Next JS Tutorial For Beginners ...
React JS Vs Next JS - What's The Difference | Next JS Tutorial For Beginners ...React JS Vs Next JS - What's The Difference | Next JS Tutorial For Beginners ...
React JS Vs Next JS - What's The Difference | Next JS Tutorial For Beginners ...
Simplilearn
 
Backpropagation in Neural Networks | Back Propagation Algorithm with Examples...
Backpropagation in Neural Networks | Back Propagation Algorithm with Examples...Backpropagation in Neural Networks | Back Propagation Algorithm with Examples...
Backpropagation in Neural Networks | Back Propagation Algorithm with Examples...
Simplilearn
 
How to Become a Business Analyst ?| Roadmap to Become Business Analyst | Simp...
How to Become a Business Analyst ?| Roadmap to Become Business Analyst | Simp...How to Become a Business Analyst ?| Roadmap to Become Business Analyst | Simp...
How to Become a Business Analyst ?| Roadmap to Become Business Analyst | Simp...
Simplilearn
 
Career Opportunities In Artificial Intelligence 2023 | AI Job Opportunities |...
Career Opportunities In Artificial Intelligence 2023 | AI Job Opportunities |...Career Opportunities In Artificial Intelligence 2023 | AI Job Opportunities |...
Career Opportunities In Artificial Intelligence 2023 | AI Job Opportunities |...
Simplilearn
 
Programming for Beginners | How to Start Coding in 2023? | Introduction to Pr...
Programming for Beginners | How to Start Coding in 2023? | Introduction to Pr...Programming for Beginners | How to Start Coding in 2023? | Introduction to Pr...
Programming for Beginners | How to Start Coding in 2023? | Introduction to Pr...
Simplilearn
 
Best IDE for Programming in 2023 | Top 8 Programming IDE You Should Know | Si...
Best IDE for Programming in 2023 | Top 8 Programming IDE You Should Know | Si...Best IDE for Programming in 2023 | Top 8 Programming IDE You Should Know | Si...
Best IDE for Programming in 2023 | Top 8 Programming IDE You Should Know | Si...
Simplilearn
 
React 18 Overview | React 18 New Features and Changes | React 18 Tutorial 202...
React 18 Overview | React 18 New Features and Changes | React 18 Tutorial 202...React 18 Overview | React 18 New Features and Changes | React 18 Tutorial 202...
React 18 Overview | React 18 New Features and Changes | React 18 Tutorial 202...
Simplilearn
 
What Is Next JS ? | Introduction to Next JS | Basics of Next JS | Next JS Tut...
What Is Next JS ? | Introduction to Next JS | Basics of Next JS | Next JS Tut...What Is Next JS ? | Introduction to Next JS | Basics of Next JS | Next JS Tut...
What Is Next JS ? | Introduction to Next JS | Basics of Next JS | Next JS Tut...
Simplilearn
 
How To Become an SEO Expert In 2023 | SEO Expert Tutorial | SEO For Beginners...
How To Become an SEO Expert In 2023 | SEO Expert Tutorial | SEO For Beginners...How To Become an SEO Expert In 2023 | SEO Expert Tutorial | SEO For Beginners...
How To Become an SEO Expert In 2023 | SEO Expert Tutorial | SEO For Beginners...
Simplilearn
 
WordPress Tutorial for Beginners 2023 | What Is WordPress and How Does It Wor...
WordPress Tutorial for Beginners 2023 | What Is WordPress and How Does It Wor...WordPress Tutorial for Beginners 2023 | What Is WordPress and How Does It Wor...
WordPress Tutorial for Beginners 2023 | What Is WordPress and How Does It Wor...
Simplilearn
 
Blogging For Beginners 2023 | How To Create A Blog | Blogging Tutorial | Simp...
Blogging For Beginners 2023 | How To Create A Blog | Blogging Tutorial | Simp...Blogging For Beginners 2023 | How To Create A Blog | Blogging Tutorial | Simp...
Blogging For Beginners 2023 | How To Create A Blog | Blogging Tutorial | Simp...
Simplilearn
 
How To Start A Blog In 2023 | Pros And Cons Of Blogging | Blogging Tutorial |...
How To Start A Blog In 2023 | Pros And Cons Of Blogging | Blogging Tutorial |...How To Start A Blog In 2023 | Pros And Cons Of Blogging | Blogging Tutorial |...
How To Start A Blog In 2023 | Pros And Cons Of Blogging | Blogging Tutorial |...
Simplilearn
 
How to Increase Website Traffic ? | 10 Ways To Increase Website Traffic in 20...
How to Increase Website Traffic ? | 10 Ways To Increase Website Traffic in 20...How to Increase Website Traffic ? | 10 Ways To Increase Website Traffic in 20...
How to Increase Website Traffic ? | 10 Ways To Increase Website Traffic in 20...
Simplilearn
 
Google Keyword Planner Tutorial For 2023 | How to Use Google Keyword Planner?...
Google Keyword Planner Tutorial For 2023 | How to Use Google Keyword Planner?...Google Keyword Planner Tutorial For 2023 | How to Use Google Keyword Planner?...
Google Keyword Planner Tutorial For 2023 | How to Use Google Keyword Planner?...
Simplilearn
 
Content Writing Tutorial for Beginners | What Is Content Writing | Content Wr...
Content Writing Tutorial for Beginners | What Is Content Writing | Content Wr...Content Writing Tutorial for Beginners | What Is Content Writing | Content Wr...
Content Writing Tutorial for Beginners | What Is Content Writing | Content Wr...
Simplilearn
 
YouTube SEO 2023 | How to Rank YouTube Videos ? | YouTube SEO Tutorial | Simp...
YouTube SEO 2023 | How to Rank YouTube Videos ? | YouTube SEO Tutorial | Simp...YouTube SEO 2023 | How to Rank YouTube Videos ? | YouTube SEO Tutorial | Simp...
YouTube SEO 2023 | How to Rank YouTube Videos ? | YouTube SEO Tutorial | Simp...
Simplilearn
 
Instagram Ads.pptx
Instagram Ads.pptxInstagram Ads.pptx
Instagram Ads.pptx
Simplilearn
 

More from Simplilearn (20)

Top 12 AI Technologies To Learn 2024 | Top AI Technologies in 2024 | AI Trend...
Top 12 AI Technologies To Learn 2024 | Top AI Technologies in 2024 | AI Trend...Top 12 AI Technologies To Learn 2024 | Top AI Technologies in 2024 | AI Trend...
Top 12 AI Technologies To Learn 2024 | Top AI Technologies in 2024 | AI Trend...
 
What is LSTM ?| Long Short Term Memory Explained with Example | Deep Learning...
What is LSTM ?| Long Short Term Memory Explained with Example | Deep Learning...What is LSTM ?| Long Short Term Memory Explained with Example | Deep Learning...
What is LSTM ?| Long Short Term Memory Explained with Example | Deep Learning...
 
Top 10 Chat GPT Use Cases | ChatGPT Applications | ChatGPT Tutorial For Begin...
Top 10 Chat GPT Use Cases | ChatGPT Applications | ChatGPT Tutorial For Begin...Top 10 Chat GPT Use Cases | ChatGPT Applications | ChatGPT Tutorial For Begin...
Top 10 Chat GPT Use Cases | ChatGPT Applications | ChatGPT Tutorial For Begin...
 
React JS Vs Next JS - What's The Difference | Next JS Tutorial For Beginners ...
React JS Vs Next JS - What's The Difference | Next JS Tutorial For Beginners ...React JS Vs Next JS - What's The Difference | Next JS Tutorial For Beginners ...
React JS Vs Next JS - What's The Difference | Next JS Tutorial For Beginners ...
 
Backpropagation in Neural Networks | Back Propagation Algorithm with Examples...
Backpropagation in Neural Networks | Back Propagation Algorithm with Examples...Backpropagation in Neural Networks | Back Propagation Algorithm with Examples...
Backpropagation in Neural Networks | Back Propagation Algorithm with Examples...
 
How to Become a Business Analyst ?| Roadmap to Become Business Analyst | Simp...
How to Become a Business Analyst ?| Roadmap to Become Business Analyst | Simp...How to Become a Business Analyst ?| Roadmap to Become Business Analyst | Simp...
How to Become a Business Analyst ?| Roadmap to Become Business Analyst | Simp...
 
Career Opportunities In Artificial Intelligence 2023 | AI Job Opportunities |...
Career Opportunities In Artificial Intelligence 2023 | AI Job Opportunities |...Career Opportunities In Artificial Intelligence 2023 | AI Job Opportunities |...
Career Opportunities In Artificial Intelligence 2023 | AI Job Opportunities |...
 
Programming for Beginners | How to Start Coding in 2023? | Introduction to Pr...
Programming for Beginners | How to Start Coding in 2023? | Introduction to Pr...Programming for Beginners | How to Start Coding in 2023? | Introduction to Pr...
Programming for Beginners | How to Start Coding in 2023? | Introduction to Pr...
 
Best IDE for Programming in 2023 | Top 8 Programming IDE You Should Know | Si...
Best IDE for Programming in 2023 | Top 8 Programming IDE You Should Know | Si...Best IDE for Programming in 2023 | Top 8 Programming IDE You Should Know | Si...
Best IDE for Programming in 2023 | Top 8 Programming IDE You Should Know | Si...
 
React 18 Overview | React 18 New Features and Changes | React 18 Tutorial 202...
React 18 Overview | React 18 New Features and Changes | React 18 Tutorial 202...React 18 Overview | React 18 New Features and Changes | React 18 Tutorial 202...
React 18 Overview | React 18 New Features and Changes | React 18 Tutorial 202...
 
What Is Next JS ? | Introduction to Next JS | Basics of Next JS | Next JS Tut...
What Is Next JS ? | Introduction to Next JS | Basics of Next JS | Next JS Tut...What Is Next JS ? | Introduction to Next JS | Basics of Next JS | Next JS Tut...
What Is Next JS ? | Introduction to Next JS | Basics of Next JS | Next JS Tut...
 
How To Become an SEO Expert In 2023 | SEO Expert Tutorial | SEO For Beginners...
How To Become an SEO Expert In 2023 | SEO Expert Tutorial | SEO For Beginners...How To Become an SEO Expert In 2023 | SEO Expert Tutorial | SEO For Beginners...
How To Become an SEO Expert In 2023 | SEO Expert Tutorial | SEO For Beginners...
 
WordPress Tutorial for Beginners 2023 | What Is WordPress and How Does It Wor...
WordPress Tutorial for Beginners 2023 | What Is WordPress and How Does It Wor...WordPress Tutorial for Beginners 2023 | What Is WordPress and How Does It Wor...
WordPress Tutorial for Beginners 2023 | What Is WordPress and How Does It Wor...
 
Blogging For Beginners 2023 | How To Create A Blog | Blogging Tutorial | Simp...
Blogging For Beginners 2023 | How To Create A Blog | Blogging Tutorial | Simp...Blogging For Beginners 2023 | How To Create A Blog | Blogging Tutorial | Simp...
Blogging For Beginners 2023 | How To Create A Blog | Blogging Tutorial | Simp...
 
How To Start A Blog In 2023 | Pros And Cons Of Blogging | Blogging Tutorial |...
How To Start A Blog In 2023 | Pros And Cons Of Blogging | Blogging Tutorial |...How To Start A Blog In 2023 | Pros And Cons Of Blogging | Blogging Tutorial |...
How To Start A Blog In 2023 | Pros And Cons Of Blogging | Blogging Tutorial |...
 
How to Increase Website Traffic ? | 10 Ways To Increase Website Traffic in 20...
How to Increase Website Traffic ? | 10 Ways To Increase Website Traffic in 20...How to Increase Website Traffic ? | 10 Ways To Increase Website Traffic in 20...
How to Increase Website Traffic ? | 10 Ways To Increase Website Traffic in 20...
 
Google Keyword Planner Tutorial For 2023 | How to Use Google Keyword Planner?...
Google Keyword Planner Tutorial For 2023 | How to Use Google Keyword Planner?...Google Keyword Planner Tutorial For 2023 | How to Use Google Keyword Planner?...
Google Keyword Planner Tutorial For 2023 | How to Use Google Keyword Planner?...
 
Content Writing Tutorial for Beginners | What Is Content Writing | Content Wr...
Content Writing Tutorial for Beginners | What Is Content Writing | Content Wr...Content Writing Tutorial for Beginners | What Is Content Writing | Content Wr...
Content Writing Tutorial for Beginners | What Is Content Writing | Content Wr...
 
YouTube SEO 2023 | How to Rank YouTube Videos ? | YouTube SEO Tutorial | Simp...
YouTube SEO 2023 | How to Rank YouTube Videos ? | YouTube SEO Tutorial | Simp...YouTube SEO 2023 | How to Rank YouTube Videos ? | YouTube SEO Tutorial | Simp...
YouTube SEO 2023 | How to Rank YouTube Videos ? | YouTube SEO Tutorial | Simp...
 
Instagram Ads.pptx
Instagram Ads.pptxInstagram Ads.pptx
Instagram Ads.pptx
 

Recently uploaded

The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 

Recently uploaded (20)

Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Plant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxPlant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptx
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 

Cyber Security Interview Questions Part - 1 | Networking Interview Questions & Answers | Simplilearn

  • 1.
  • 2. What is the OSI model? Explain the different layers of the OSI model. 1 The Open Systems Interconnection model is a reference model that describes how applications interact with each other over a computer network. The OSI model has 7 layers, they are as shown alongside:
  • 3. What is the OSI model? Explain the different layers of the OSI model. 1 The Open Systems Interconnection model is a reference model that describes how applications interact with each other over a computer network. The OSI model has 7 layers, they are as shown alongside: Physical layer Data link layer Network layer Transport layer Session layer Presentation layer Application layer Physical link Transmit data Receive data User
  • 4. Click here to watch the video
  • 5. What is the OSI model? Explain the different layers of the OSI model. 1 Physical layer Data link layer Network layer Transport layer Session layer Presentation layer Application layer Physical link Transmit data Receive data User This is the lowest level of the OSI model. Here, data is converted into an electrical impulse so that it can be sent through a physical medium. It is also responsible for the physical connection between the devices
  • 6. What is the OSI model? Explain the different layers of the OSI model. 1 Physical layer Data link layer Network layer Transport layer Session layer Presentation layer Application layer Physical link Transmit data Receive data User Data packet is encoded and decoded into bits. This layer looks into the node to node delivery of a message
  • 7. What is the OSI model? Explain the different layers of the OSI model. 1 Physical layer Data link layer Network layer Transport layer Session layer Presentation layer Application layer Physical link Transmit data Receive data User Here, datagrams are transferred from one to another. The functions of this layer are routing and logical addressing
  • 8. What is the OSI model? Explain the different layers of the OSI model. 1 Physical layer Data link layer Network layer Transport layer Session layer Presentation layer Application layer Physical link Transmit data Receive data User This layer is responsible for end to end connections. The data in this layer is called segments
  • 9. What is the OSI model? Explain the different layers of the OSI model. 1 Physical layer Data link layer Network layer Transport layer Session layer Presentation layer Application layer Physical link Transmit data Receive data User This layer controls signals between computers. It establishes, maintains, and terminates connections between processes
  • 10. What is the OSI model? Explain the different layers of the OSI model. 1 Physical layer Data link layer Network layer Transport layer Session layer Presentation layer Application layer Physical link Transmit data Receive data User The presentation layer is responsible to translate data into the application layer format. The data is formatted, encrypted, and then sent to the next layer
  • 11. What is the OSI model? Explain the different layers of the OSI model. 1 Physical layer Data link layer Network layer Transport layer Session layer Presentation layer Application layer Physical link Transmit data Receive data User Here, services are provided to the end users
  • 12. Define Unicasting, Multicasting, and Broadcasting2 Data is transmitted over a network by three methods such as Unicast, Multicast, and Broadcast
  • 13. Define Unicasting, Multicasting, and Broadcasting2 Here, information is sent from a single user to a single receiver. This is used for point-to-point communications. If you have to send information to multiple receivers, then you would have to send multiple unicast messages. Unicast Multicast Broadcast Data is transmitted over a network by three methods such as Unicast, Multicast, and Broadcast
  • 14. Define Unicasting, Multicasting, and Broadcasting2 Data is transmitted over a network by three methods such as Unicast, Multicast, and Broadcast Unicast Multicast Broadcast As the name suggests, in this mode of communication, data is sent from one or more sources to multiple destinations. Multicast uses the Internet Group Management Protocol to identify groups.
  • 15. Define Unicasting, Multicasting, and Broadcasting2 The third method is known as broadcast, it is known as one-to-all, i.e.; the communication is between a single user and multiple receivers. Data is transmitted over a network by three methods such as Unicast, Multicast, and Broadcast Unicast Multicast Broadcast
  • 16. What is DNS?3 Local PC What is the IP of cybersecurity.com? DNS stands for Domain Name System. It is like the internet’s phone book that is responsible for mapping the domain name into its corresponding IP address https://cybersecurity.com DNS Server
  • 17. What is DNS?3 Local PC DNS Server What is the IP of cybersecurity.com? DNS stands for Domain Name System. It is like the internet’s phone book that is responsible for mapping the domain name into its corresponding IP address https://cybersecurity.com 172.17.252.1 This is the IP address:
  • 18. What is a Firewall?4 Firewall Private networkInternet Good traffic Firewall is a hardware or software that is responsible for blocking either incoming or outgoing traffic from the internet to your computer. They secure a network.
  • 19. What is a Firewall?4 FirewallInternet Good traffic Firewall is a hardware or software that is responsible for blocking either incoming or outgoing traffic from the internet to your computer. They secure a network. Private network
  • 20. What is a Firewall?4 Firewall Private network Bad traffic Firewall is a hardware or software that is responsible for blocking either incoming or outgoing traffic from the internet to your computer. They secure a network. Internet
  • 21. What is a Firewall?4 Few common types of firewalls are:
  • 22. What is a Firewall?4 Few common types of firewalls are: They are the most common type of firewalls which analyze packets and let them pass through only if they match an established security rule set 1. Packet-filtering firewalls
  • 23. What is a Firewall?4 Few common types of firewalls are: They are the most common type of firewalls which analyze packets and let them pass through only if they match an established security rule set 1. Packet-filtering firewalls These firewalls filter network traffic at the application level 2. Proxy firewalls
  • 24. What is a Firewall?4 Few common types of firewalls are: They are the most common type of firewalls which analyze packets and let them pass through only if they match an established security rule set 1. Packet-filtering firewalls These firewalls filter network traffic at the application level 2. Proxy firewalls 3. Stateful multilayer inspection (SMLI) firewalls They filter packets at the network, transport, and application layers. The packets are compared to the known trusted packets
  • 25. What is a VPN? ? 5 Virtual Private Network (VPN) is a connection between a VPN server and a VPN client. It is a secure tunnel across the internet VPN client Hacker VPN server Internet Encrypted tunnel
  • 26. What are the advantages of distributed processing? ? 6 Distributed processing is a term which describes various computer systems that use more than one processor to run an application. Here, multiple computers across different locations share the same processor. The advantages of distributed processing are :
  • 27. What are the advantages of distributed processing? ? 6 Distributed processing is a term which describes various computer systems that use more than one processor to run an application. Here, multiple computers across different locations share the same processor. The advantages of distributed processing are : 1 2 3 4 Data Recovery Reliable Easy to expand Lower cost
  • 28. What are the advantages of distributed processing? ? 6 Distributed processing is a term which describes various computer systems that use more than one processor to run an application. Here, multiple computers across different locations share the same processor. The advantages of distributed processing are : Data Recovery 1 2 3 4 If there is loss of data in one computer, then it can be recovered by another interconnected computer Reliable Easy to expand Lower cost
  • 29. What are the advantages of distributed processing? ? 6 Distributed processing is a term which describes various computer systems that use more than one processor to run an application. Here, multiple computers across different locations share the same processor. The advantages of distributed processing are : Reliable 1 2 3 4 Data Recovery A glitch in one machine does not affect the processing as there will be multiple other machines Easy to expand Lower cost
  • 30. What are the advantages of distributed processing? ? 6 Distributed processing is a term which describes various computer systems that use more than one processor to run an application. Here, multiple computers across different locations share the same processor. The advantages of distributed processing are : 1 2 3 4 Data Recovery Reliable Lower cost Several cost-effective minicomputers are used instead of costlier mainframe machines Easy to expand
  • 31. What are the advantages of distributed processing? ? 6 Distributed processing is a term which describes various computer systems that use more than one processor to run an application. Here, multiple computers across different locations share the same processor. The advantages of distributed processing are : Easy to expand 1 2 3 4 Data Recovery Reliable Depending on the amount of data processing, more computers can be attached to the network Lower cost
  • 32. What is TCP/ IP?7 TCP (Transmission Control Protocol) is a set of communication protocols that are used to interconnect network devices on the internet This protocol defines how data should be transmitted over the internet by providing end-to- end communication
  • 33. What is TCP/ IP?7 TCP (Transmission Control Protocol) is a set of communication protocols that are used to interconnect network devices on the internet This protocol defines how data should be transmitted over the internet by providing end-to- end communication IP (Internet Protocol) is all about routing each individual packet to make sure it reaches its destination The TCP/IP model is a compressed version of the OSI model
  • 34. What is TCP/ IP?7 TCP (Transmission Control Protocol) is a set of communication protocols that are used to interconnect network devices on the internet This protocol defines how data should be transmitted over the internet by providing end-to- end communication IP (Internet Protocol) is all about routing each individual packet to make sure it reaches its destination The TCP/IP model is a compressed version of the OSI model The TCP/IP model consists of four layers, they are: Application layer Transport layer Network Access layer Internet layer
  • 35. What do you mean by ipconfig and ifconfig?8 ipconfig is known as Internet Protocol Configuration. This command is used on Microsoft Windows to view and configure the network interface It is useful for displaying all TCP/IP network summary information currently available on a network. It also helps to modify the DHCP protocol and DNS setting
  • 36. What do you mean by ipconfig and ifconfig?8 ifconfig (Interface Configuration) is a command that is used on Linux, Mac, and UNIX operating systems It is used to configure, control the TCP/IP network interface parameters from CLI i.e. Command Line Interface. It allows you to see the IP addresses of these network interfaces.
  • 37. What is the difference between domain and workgroup?9 1 2 3 1 2 3 Domain Workgroup It is a centralized network model It is a decentralized network One administrator manages the domain and its resources Every user manages the resources individually on their PCs Good for large network 4 4The computer can be connected to any network All the computers should be connected to the same LAN Good for small network
  • 38. What is Data encapsulation in networking?10 Data encapsulation refers to the process of adding headers and trailers to the data. The data link layer binds each packet into a frame that contains the hardware address of the source and the destination computer DATAHEADER TRAILER Encapsulation Headers and Trailers provide the source and destination addresses
  • 39. INDIA Simplilearn Solutions Pvt. Limited #53/1C, 24th Main, 2nd Sector HSR Layout, Bangalore 560102 Phone: +91 8069999471 UNITED STATES Simplilearn Solutions Pvt. Limited 801 Corporate Center Drive, Suite 138 Raleigh, NC 27607 Phone: (919) 205-5565 UNITED STATES Simplilearn Solutions Pvt. Limited 201 Spear Street, Suite 1100 San Francisco, CA 94105 Phone: (415) 741-3319 Join us to learn more! simplilearn.com