SlideShare a Scribd company logo
1 of 28
Defining Network Infrastructure and Security
Lesson 8
Objectives
Skills/Concepts Objective Domain
Description
Objective Domain
Number
Understanding networks
outside the LAN
Understanding the
concepts of the Internet,
Intranet and Extranet
1.1
Understanding Security
Devices and Zones
Understanding the
concepts of the Internet,
Intranet and Extranet
1.1
• The Internet is a worldwide system of connected computer networks
• Devices that connect to the Internet use the TCP/IP protocol suite
• The Internet contains a lot of information, resources and services:
• World Wide Web (WWW) servers hosting content
• Supporting infrastructure for email
• Connectivity for peer-to-peer networks
Internet
Internet
• The World Wide Web (WWW) is an enormous system of interlinked
hypertext documents that can be accessed by using a web browser
• Interlinked hypertext documents can contain text, graphics and videos
• Currently, the World Wide Web is in a stage known as Web 2.0
• Web 2.0 is an interactive type of web experience compared to the
previous version 1.0
World Wide Web
• An intranet is a private computer network or single Web site that an
organization implements in order to share data with employees
around the world
• User authentication is necessary before a person can access the
information in an intranet
• Ideally, this keeps the general public out, as long as the intranet is properly secured
Intranet
• An extranet is similar to an intranet except that it is extended to users
outside a company, and possibly to entire organizations that are
separate from or lateral to the company
• User authentication is still necessary, and an extranet is not open to the
general public
Extranet
Accessing Company Data
• A company can present information
to different groups:
• Intranet – For internal employees
• Extranet – For partners
• Web Server – For the public
Partner
Public Remote Users
• A virtual private network (VPN) is a connection between two or more
computers or devices that are not on the same private network
• In order to ensure that only the proper users and data sessions cross
to a VPN device, data encapsulation and encryption are used
• A “tunnel’ is created, through the LANs and WANs that are being used
VPN
Internet/ISP
• Point-to-Point Tunneling Protocol (PPTP): Encapsulates Point-to-Point
(PPP) frames into IP datagrams for transmission over an IP-based
network (data isn’t encrypted by default)
• Layer Two Tunneling Protocol with Internet Protocol Security
(L2TP/IPSec) is a combination of PPTP and Layer 2 Forwarding (L2F) a
technology from Cisco Systems, Inc, IPSec is used to encrypt the
message
Popular VPN Protocols
• PPTP allows multiprotocol traffic to be encrypted and then encapsulated
in an IP header to be sent across an IP network or a public IP network
• PPTP can be used for remote access and site-to-site VPN connections
• PPTP encapsulates PPP frames in IP datagrams for transmission
• PPTP uses a TCP connection for tunnel management and a modified
version of Generic Routing Encapsulation (GRE) to encapsulate PPP frames
• The payload of the encapsulated PPP frame can be encrypted,
compressed or both
Point-to-Point Tunneling Protocol
IP Header GRE Header PPP
Header
PPP Payload (IP Datagram)
Encrypted
PPP Frame
• L2TP allows multiprotocol traffic to be encrypted and then sent over any
medium that supports point-to-point datagram delivery
• L2TP relies on IPSec in Transport Mode for encryption services
• Encapsulation for L2TP/IPSec packets consists of two layers:
• L2TP Encapsulation: PPP frame is wrapped with an L2TP and UDP header
• IPSec Encapsulation: The L2TP message is wrapped with an IPSec Encapsulating Security Payload (ESP) header and
trailer, and an IPSec Authentication Trailer
L2TP with IPSec
IP
Header
IPSec
ESP
Header
UDP
Header
L2TP
Heade
r
PPP
Header
PPP Payload (IP Datagram) IPSec
ESP
Trailer
IPSec
Auth
Trailer
Encrypted by IPSec
IP
Header
UDP
Header
L2TP
Header
PPP
Header
PPP Payload (IP Datagram)
DEMO: Custom RRAS Configuration and show a VPN
connection
• Firewalls are used to help protect a network from malicious attack and
unwanted intrusion
• They are the most commonly used type of security device in an
organization’s perimeter
Firewalls
• Security devices such as firewalls are the
main defense for a company’s networks,
whether they are LANs, WANs, intranets,
or extranets
• Perimeter networks help keep certain
information open to specific users or to
the public while keeping the rest of an
organization’s data secret
Security Devices and Zones
Partner
Public
Remote Users
• Packet filtering inspects each packet that passes through the firewall
and accepts or rejects it based on a set of rules
• Stateless packet inspection does not retain memory of packets that have passed through the firewall
• Stateful packet inspection (SPI) maintain context about active sessions
Packet Filtering
• NAT filtering, also known as NAT endpoint filtering, filters traffic
according to ports (TCP or UDP)
• This can be done in three ways:
• Using basic endpoint connections
• Matching incoming traffic to the corresponding outbound IP address
connection
• Matching incoming traffic to the corresponding IP address and port
NAT Filtering
• Application-level gateway (ALG) supports address and port translation
and checks whether the type of application traffic is allowed
• It adds a layer of security; however, it is resource intensive
Application-Level Gateway
• Circuit-level gateway works at the session layer of the OSI model when
a TCP or UDP connection is established.
• Circuit-level filtering inspects sessions rather than connections or
packets
• Once the connection has been made, packets can flow between the
hosts without further checking
• Circuit-level gateways hide information about the private network, but
they do not filter individual packets
Circuit-Level Gateway
• A proxy server acts as an intermediary between a LAN and the
Internet
• By definition, proxy means “go-between,” acting as such a mediator
between a private and a public network
• The proxy server evaluates requests from clients, and if they meet
certain criteria, forwards them to the appropriate server
Proxy Server
• Caching proxy attempts to serve client requests without actually
contacting the remote server
• Although there are FTP and SMTP proxies among others, the most
common caching proxy is the HTTP proxy, also known as a web proxy,
which caches web pages from servers on the Internet for a set amount of
time
• This is done to save bandwidth on the company’s Internet connection and
to increase the speed at which client requests are carried out
Caching Proxy
• IP proxy secures a network by keeping machines behind it anonymous
• It does this through the use of NAT
IP Proxy
• An Internet content filter, or simply a content filter, is usually applied as
software at the application layer and it can filter out various types of
Internet activities, such as access to certain Web sites, email, instant
messaging, and so on.
Internet Content Filter
• A network intrusion detection system (NIDS) is a type of IDS that attempts to
detect malicious network activities (e.g., port scans and DoS attacks) by
constantly monitoring network traffic
• The NIDS will then report any issues that it finds to a network administrator as
long as it is configured properly
• A network intrusion prevention system (NIPS) is designed to inspect traffic,
and, based on its configuration or security policy, it can remove, detain, or
redirect malicious traffic in addition to simply detecting it
Network Intrusion Detection and Prevention
• A perimeter network is a small network that is set up separately from a company’s
private local area network and the Internet
• It is called a perimeter network because it is usually on the edge of a LAN, but DMZ
is an industry standard term
• A perimeter network allows users outside a company LAN to access specific
services located on the DMZ
• When the perimeter network is set up properly, those users are blocked from
gaining access to the company LAN
• The perimeter network might house a switch with servers connected to it that offer
web, email, and other services
Perimeter Network
• Back-to-back configuration: This configuration has the perimeter
network situated between two firewall devices, which could be black
box appliances or Microsoft Internet Security and Acceleration (ISA)
Servers
• 3-leg perimeter configuration: In this scenario, the perimeter network is
usually attached to a separate connection of the company firewall.
Therefore, the firewall has three connections—one to the company
LAN, one to the perimeter network, and one to the Internet
Perimeter Network Configurations
• How to differentiate between the Internet, intranets, and extranets.
• You have learned about firewalls and how to initiate port scans on them to
see whether they are locked down.
• Understand other perimeter devices and zones, such as proxy servers,
internet content filters, NIDS, NIPS, and a perimeter network.
Summary
Additional Resources & Next Steps
Books
• Exam 98-366: MTA
Networking
Fundamentals (Microsoft
Official Academic
Course)
Instructor-Led Courses
• 40033A: Windows Operating System and Windows
Server Fundamentals: Training 2-Pack for MTA
Exams 98-349 and 98-365 (5 Days)
• 40349A: Windows Operating System Fundamentals:
MTA Exam 98-349 (3 Days)
• 40032A: Networking and Security Fundamentals:
Training 2-Pack for MTA Exams 98-366 and 98-367
(5 Days)
• 40366A: Networking Fundamentals: MTA Exam 98-
366
Exams &
Certifications
• Exam 98-366:
Networking
Fundamentals
Remote Desktop Poster
• http://www.microsoft.com/en-
us/download/confirmation.aspx?id=32
62
98 366 mva slides lesson 8

More Related Content

What's hot

98 366 mva slides lesson 6
98 366 mva slides lesson 698 366 mva slides lesson 6
98 366 mva slides lesson 6suddenven
 
98 366 mva slides lesson 5
98 366 mva slides lesson 598 366 mva slides lesson 5
98 366 mva slides lesson 5suddenven
 
CISSP - Chapter 4 - Network Topology
CISSP - Chapter 4 - Network TopologyCISSP - Chapter 4 - Network Topology
CISSP - Chapter 4 - Network TopologyKarthikeyan Dhayalan
 
Topic 1.1 basic concepts of computer network
Topic 1.1 basic concepts of computer networkTopic 1.1 basic concepts of computer network
Topic 1.1 basic concepts of computer networkAtika Zaimi
 
Topic 2.3 network addressing for tcpip
Topic 2.3 network addressing for tcpipTopic 2.3 network addressing for tcpip
Topic 2.3 network addressing for tcpipAtika Zaimi
 
Topic 2.1 network communication using osi model part1
Topic 2.1 network communication using osi   model part1Topic 2.1 network communication using osi   model part1
Topic 2.1 network communication using osi model part1Atika Zaimi
 
Power point presentation
Power point presentationPower point presentation
Power point presentationrajasekarsankar
 
Ethernet, Point-to-Point Protocol, ARP
Ethernet, Point-to-Point Protocol, ARP Ethernet, Point-to-Point Protocol, ARP
Ethernet, Point-to-Point Protocol, ARP Rubal Sagwal
 
Network security chapter 6 and 7 internet architecture
Network security chapter  6 and 7 internet   architectureNetwork security chapter  6 and 7 internet   architecture
Network security chapter 6 and 7 internet architectureMuhammad ismail Shah
 
Basics of Network Layer and Transport Layer
Basics of Network Layer and Transport LayerBasics of Network Layer and Transport Layer
Basics of Network Layer and Transport LayerRubal Sagwal
 
internet network for o level
 internet network for o level  internet network for o level
internet network for o level Samit Singh
 
Telecommunications and Network Security Presentation
Telecommunications and Network Security PresentationTelecommunications and Network Security Presentation
Telecommunications and Network Security PresentationWajahat Rajab
 
Computer networks basic network_hardware_1
Computer networks basic network_hardware_1Computer networks basic network_hardware_1
Computer networks basic network_hardware_1Aneesh Nelavelly
 
Networking Essentials Lesson 01 - Eric Vanderburg
 Networking Essentials Lesson 01 - Eric Vanderburg Networking Essentials Lesson 01 - Eric Vanderburg
Networking Essentials Lesson 01 - Eric VanderburgEric Vanderburg
 

What's hot (20)

MVA slides lesson 5
MVA slides lesson 5MVA slides lesson 5
MVA slides lesson 5
 
98 366 mva slides lesson 6
98 366 mva slides lesson 698 366 mva slides lesson 6
98 366 mva slides lesson 6
 
98 366 mva slides lesson 5
98 366 mva slides lesson 598 366 mva slides lesson 5
98 366 mva slides lesson 5
 
Understanding local area networking
Understanding local area networkingUnderstanding local area networking
Understanding local area networking
 
CISSP - Chapter 4 - Network Topology
CISSP - Chapter 4 - Network TopologyCISSP - Chapter 4 - Network Topology
CISSP - Chapter 4 - Network Topology
 
Chapter10
Chapter10Chapter10
Chapter10
 
Topic 1.1 basic concepts of computer network
Topic 1.1 basic concepts of computer networkTopic 1.1 basic concepts of computer network
Topic 1.1 basic concepts of computer network
 
Topic 2.3 network addressing for tcpip
Topic 2.3 network addressing for tcpipTopic 2.3 network addressing for tcpip
Topic 2.3 network addressing for tcpip
 
Chapter13
Chapter13Chapter13
Chapter13
 
Topic 2.1 network communication using osi model part1
Topic 2.1 network communication using osi   model part1Topic 2.1 network communication using osi   model part1
Topic 2.1 network communication using osi model part1
 
Power point presentation
Power point presentationPower point presentation
Power point presentation
 
Ethernet, Point-to-Point Protocol, ARP
Ethernet, Point-to-Point Protocol, ARP Ethernet, Point-to-Point Protocol, ARP
Ethernet, Point-to-Point Protocol, ARP
 
Network security chapter 6 and 7 internet architecture
Network security chapter  6 and 7 internet   architectureNetwork security chapter  6 and 7 internet   architecture
Network security chapter 6 and 7 internet architecture
 
Basics of Network Layer and Transport Layer
Basics of Network Layer and Transport LayerBasics of Network Layer and Transport Layer
Basics of Network Layer and Transport Layer
 
Basics of Networking
Basics of NetworkingBasics of Networking
Basics of Networking
 
internet network for o level
 internet network for o level  internet network for o level
internet network for o level
 
Telecommunications and Network Security Presentation
Telecommunications and Network Security PresentationTelecommunications and Network Security Presentation
Telecommunications and Network Security Presentation
 
Computer networks basic network_hardware_1
Computer networks basic network_hardware_1Computer networks basic network_hardware_1
Computer networks basic network_hardware_1
 
Networking Essentials Lesson 01 - Eric Vanderburg
 Networking Essentials Lesson 01 - Eric Vanderburg Networking Essentials Lesson 01 - Eric Vanderburg
Networking Essentials Lesson 01 - Eric Vanderburg
 
Computer networks
Computer networksComputer networks
Computer networks
 

Similar to 98 366 mva slides lesson 8

Network defenses
Network defensesNetwork defenses
Network defensesG Prachi
 
Virtual Private Network
Virtual Private NetworkVirtual Private Network
Virtual Private NetworkHASHIR RAZA
 
Module 7 Firewalls Part - 2 Presentation
Module 7 Firewalls Part - 2 PresentationModule 7 Firewalls Part - 2 Presentation
Module 7 Firewalls Part - 2 Presentation9921103075
 
A Guide to Secure Remote Access - Eric Vanderburg
A Guide to Secure Remote Access - Eric VanderburgA Guide to Secure Remote Access - Eric Vanderburg
A Guide to Secure Remote Access - Eric VanderburgEric Vanderburg
 
Minimizing Information Transparency
Minimizing Information TransparencyMinimizing Information Transparency
Minimizing Information TransparencyUsman Arshad
 
Firewall and Types of firewall
Firewall and Types of firewallFirewall and Types of firewall
Firewall and Types of firewallCoder Tech
 
IPS NAT and VPN.pptx
IPS NAT and VPN.pptxIPS NAT and VPN.pptx
IPS NAT and VPN.pptxkarthikvcyber
 
Lecture 2 types of network
Lecture 2 types of networkLecture 2 types of network
Lecture 2 types of networkAlbert Abbosey
 
Vpn(virtual private network)
Vpn(virtual private network)Vpn(virtual private network)
Vpn(virtual private network)sonangrai
 
VPN & FIREWALL
VPN & FIREWALLVPN & FIREWALL
VPN & FIREWALLMoin Islam
 
Unit 5.3_Firewalls (1).ppt
Unit 5.3_Firewalls (1).pptUnit 5.3_Firewalls (1).ppt
Unit 5.3_Firewalls (1).pptAnuReddy68
 
Firewalls.ppt
Firewalls.pptFirewalls.ppt
Firewalls.pptKaushal72
 
Web technologies: recap on TCP-IP
Web technologies: recap on TCP-IPWeb technologies: recap on TCP-IP
Web technologies: recap on TCP-IPPiero Fraternali
 
Networks-Internet-and-Internet-Protocols.pptx
Networks-Internet-and-Internet-Protocols.pptxNetworks-Internet-and-Internet-Protocols.pptx
Networks-Internet-and-Internet-Protocols.pptxHaythanSunday
 
Firewalls (1).ppt
Firewalls (1).pptFirewalls (1).ppt
Firewalls (1).pptadnanetnzr
 

Similar to 98 366 mva slides lesson 8 (20)

Network defenses
Network defensesNetwork defenses
Network defenses
 
Virtual Private Network
Virtual Private NetworkVirtual Private Network
Virtual Private Network
 
Module 7 Firewalls Part - 2 Presentation
Module 7 Firewalls Part - 2 PresentationModule 7 Firewalls Part - 2 Presentation
Module 7 Firewalls Part - 2 Presentation
 
A Guide to Secure Remote Access - Eric Vanderburg
A Guide to Secure Remote Access - Eric VanderburgA Guide to Secure Remote Access - Eric Vanderburg
A Guide to Secure Remote Access - Eric Vanderburg
 
Minimizing Information Transparency
Minimizing Information TransparencyMinimizing Information Transparency
Minimizing Information Transparency
 
Firewall and Types of firewall
Firewall and Types of firewallFirewall and Types of firewall
Firewall and Types of firewall
 
IPS NAT and VPN.pptx
IPS NAT and VPN.pptxIPS NAT and VPN.pptx
IPS NAT and VPN.pptx
 
Lecture 2 types of network
Lecture 2 types of networkLecture 2 types of network
Lecture 2 types of network
 
Vpn(virtual private network)
Vpn(virtual private network)Vpn(virtual private network)
Vpn(virtual private network)
 
Advance firewalls
Advance firewallsAdvance firewalls
Advance firewalls
 
VPN & FIREWALL
VPN & FIREWALLVPN & FIREWALL
VPN & FIREWALL
 
Unit 5.3_Firewalls (1).ppt
Unit 5.3_Firewalls (1).pptUnit 5.3_Firewalls (1).ppt
Unit 5.3_Firewalls (1).ppt
 
Firewalls.ppt
Firewalls.pptFirewalls.ppt
Firewalls.ppt
 
Web technologies: recap on TCP-IP
Web technologies: recap on TCP-IPWeb technologies: recap on TCP-IP
Web technologies: recap on TCP-IP
 
Networks-Internet-and-Internet-Protocols.pptx
Networks-Internet-and-Internet-Protocols.pptxNetworks-Internet-and-Internet-Protocols.pptx
Networks-Internet-and-Internet-Protocols.pptx
 
Firewalls.ppt
Firewalls.pptFirewalls.ppt
Firewalls.ppt
 
Firewalls.ppt
Firewalls.pptFirewalls.ppt
Firewalls.ppt
 
Firewalls.ppt
Firewalls.pptFirewalls.ppt
Firewalls.ppt
 
Firewalls (1).ppt
Firewalls (1).pptFirewalls (1).ppt
Firewalls (1).ppt
 
Fw.ppt
Fw.pptFw.ppt
Fw.ppt
 

Recently uploaded

Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
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
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
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
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
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
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 

Recently uploaded (20)

Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
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
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
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!
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
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
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 

98 366 mva slides lesson 8

  • 1. Defining Network Infrastructure and Security Lesson 8
  • 2. Objectives Skills/Concepts Objective Domain Description Objective Domain Number Understanding networks outside the LAN Understanding the concepts of the Internet, Intranet and Extranet 1.1 Understanding Security Devices and Zones Understanding the concepts of the Internet, Intranet and Extranet 1.1
  • 3. • The Internet is a worldwide system of connected computer networks • Devices that connect to the Internet use the TCP/IP protocol suite • The Internet contains a lot of information, resources and services: • World Wide Web (WWW) servers hosting content • Supporting infrastructure for email • Connectivity for peer-to-peer networks Internet Internet
  • 4. • The World Wide Web (WWW) is an enormous system of interlinked hypertext documents that can be accessed by using a web browser • Interlinked hypertext documents can contain text, graphics and videos • Currently, the World Wide Web is in a stage known as Web 2.0 • Web 2.0 is an interactive type of web experience compared to the previous version 1.0 World Wide Web
  • 5. • An intranet is a private computer network or single Web site that an organization implements in order to share data with employees around the world • User authentication is necessary before a person can access the information in an intranet • Ideally, this keeps the general public out, as long as the intranet is properly secured Intranet
  • 6. • An extranet is similar to an intranet except that it is extended to users outside a company, and possibly to entire organizations that are separate from or lateral to the company • User authentication is still necessary, and an extranet is not open to the general public Extranet
  • 7. Accessing Company Data • A company can present information to different groups: • Intranet – For internal employees • Extranet – For partners • Web Server – For the public Partner Public Remote Users
  • 8. • A virtual private network (VPN) is a connection between two or more computers or devices that are not on the same private network • In order to ensure that only the proper users and data sessions cross to a VPN device, data encapsulation and encryption are used • A “tunnel’ is created, through the LANs and WANs that are being used VPN Internet/ISP
  • 9. • Point-to-Point Tunneling Protocol (PPTP): Encapsulates Point-to-Point (PPP) frames into IP datagrams for transmission over an IP-based network (data isn’t encrypted by default) • Layer Two Tunneling Protocol with Internet Protocol Security (L2TP/IPSec) is a combination of PPTP and Layer 2 Forwarding (L2F) a technology from Cisco Systems, Inc, IPSec is used to encrypt the message Popular VPN Protocols
  • 10. • PPTP allows multiprotocol traffic to be encrypted and then encapsulated in an IP header to be sent across an IP network or a public IP network • PPTP can be used for remote access and site-to-site VPN connections • PPTP encapsulates PPP frames in IP datagrams for transmission • PPTP uses a TCP connection for tunnel management and a modified version of Generic Routing Encapsulation (GRE) to encapsulate PPP frames • The payload of the encapsulated PPP frame can be encrypted, compressed or both Point-to-Point Tunneling Protocol IP Header GRE Header PPP Header PPP Payload (IP Datagram) Encrypted PPP Frame
  • 11. • L2TP allows multiprotocol traffic to be encrypted and then sent over any medium that supports point-to-point datagram delivery • L2TP relies on IPSec in Transport Mode for encryption services • Encapsulation for L2TP/IPSec packets consists of two layers: • L2TP Encapsulation: PPP frame is wrapped with an L2TP and UDP header • IPSec Encapsulation: The L2TP message is wrapped with an IPSec Encapsulating Security Payload (ESP) header and trailer, and an IPSec Authentication Trailer L2TP with IPSec IP Header IPSec ESP Header UDP Header L2TP Heade r PPP Header PPP Payload (IP Datagram) IPSec ESP Trailer IPSec Auth Trailer Encrypted by IPSec IP Header UDP Header L2TP Header PPP Header PPP Payload (IP Datagram)
  • 12. DEMO: Custom RRAS Configuration and show a VPN connection
  • 13. • Firewalls are used to help protect a network from malicious attack and unwanted intrusion • They are the most commonly used type of security device in an organization’s perimeter Firewalls
  • 14. • Security devices such as firewalls are the main defense for a company’s networks, whether they are LANs, WANs, intranets, or extranets • Perimeter networks help keep certain information open to specific users or to the public while keeping the rest of an organization’s data secret Security Devices and Zones Partner Public Remote Users
  • 15. • Packet filtering inspects each packet that passes through the firewall and accepts or rejects it based on a set of rules • Stateless packet inspection does not retain memory of packets that have passed through the firewall • Stateful packet inspection (SPI) maintain context about active sessions Packet Filtering
  • 16. • NAT filtering, also known as NAT endpoint filtering, filters traffic according to ports (TCP or UDP) • This can be done in three ways: • Using basic endpoint connections • Matching incoming traffic to the corresponding outbound IP address connection • Matching incoming traffic to the corresponding IP address and port NAT Filtering
  • 17. • Application-level gateway (ALG) supports address and port translation and checks whether the type of application traffic is allowed • It adds a layer of security; however, it is resource intensive Application-Level Gateway
  • 18. • Circuit-level gateway works at the session layer of the OSI model when a TCP or UDP connection is established. • Circuit-level filtering inspects sessions rather than connections or packets • Once the connection has been made, packets can flow between the hosts without further checking • Circuit-level gateways hide information about the private network, but they do not filter individual packets Circuit-Level Gateway
  • 19. • A proxy server acts as an intermediary between a LAN and the Internet • By definition, proxy means “go-between,” acting as such a mediator between a private and a public network • The proxy server evaluates requests from clients, and if they meet certain criteria, forwards them to the appropriate server Proxy Server
  • 20. • Caching proxy attempts to serve client requests without actually contacting the remote server • Although there are FTP and SMTP proxies among others, the most common caching proxy is the HTTP proxy, also known as a web proxy, which caches web pages from servers on the Internet for a set amount of time • This is done to save bandwidth on the company’s Internet connection and to increase the speed at which client requests are carried out Caching Proxy
  • 21. • IP proxy secures a network by keeping machines behind it anonymous • It does this through the use of NAT IP Proxy
  • 22. • An Internet content filter, or simply a content filter, is usually applied as software at the application layer and it can filter out various types of Internet activities, such as access to certain Web sites, email, instant messaging, and so on. Internet Content Filter
  • 23. • A network intrusion detection system (NIDS) is a type of IDS that attempts to detect malicious network activities (e.g., port scans and DoS attacks) by constantly monitoring network traffic • The NIDS will then report any issues that it finds to a network administrator as long as it is configured properly • A network intrusion prevention system (NIPS) is designed to inspect traffic, and, based on its configuration or security policy, it can remove, detain, or redirect malicious traffic in addition to simply detecting it Network Intrusion Detection and Prevention
  • 24. • A perimeter network is a small network that is set up separately from a company’s private local area network and the Internet • It is called a perimeter network because it is usually on the edge of a LAN, but DMZ is an industry standard term • A perimeter network allows users outside a company LAN to access specific services located on the DMZ • When the perimeter network is set up properly, those users are blocked from gaining access to the company LAN • The perimeter network might house a switch with servers connected to it that offer web, email, and other services Perimeter Network
  • 25. • Back-to-back configuration: This configuration has the perimeter network situated between two firewall devices, which could be black box appliances or Microsoft Internet Security and Acceleration (ISA) Servers • 3-leg perimeter configuration: In this scenario, the perimeter network is usually attached to a separate connection of the company firewall. Therefore, the firewall has three connections—one to the company LAN, one to the perimeter network, and one to the Internet Perimeter Network Configurations
  • 26. • How to differentiate between the Internet, intranets, and extranets. • You have learned about firewalls and how to initiate port scans on them to see whether they are locked down. • Understand other perimeter devices and zones, such as proxy servers, internet content filters, NIDS, NIPS, and a perimeter network. Summary
  • 27. Additional Resources & Next Steps Books • Exam 98-366: MTA Networking Fundamentals (Microsoft Official Academic Course) Instructor-Led Courses • 40033A: Windows Operating System and Windows Server Fundamentals: Training 2-Pack for MTA Exams 98-349 and 98-365 (5 Days) • 40349A: Windows Operating System Fundamentals: MTA Exam 98-349 (3 Days) • 40032A: Networking and Security Fundamentals: Training 2-Pack for MTA Exams 98-366 and 98-367 (5 Days) • 40366A: Networking Fundamentals: MTA Exam 98- 366 Exams & Certifications • Exam 98-366: Networking Fundamentals Remote Desktop Poster • http://www.microsoft.com/en- us/download/confirmation.aspx?id=32 62

Editor's Notes

  1. This should also be a review for the 70-642.