1.8 Software Defined Networking, Virtual Extensible LAN, Zero Trust, Infrastructure as a Code, IPv6

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/25

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

26 Terms

1
New cards

What is Software Defined Networking?

Breaking down networking devices into logical unites:

Infrastructure layer / Data plane

Control layer / Control plane

Application layer / Management plane

2
New cards

What is the Infrastructure layer for? Another name for it?

Process and forwarding traffic

aka Data plane

3
New cards

What is the Control layer for? Another name for it?

Routing and tables

aka Control plane

4
New cards

What is the Application layer for? Another name for it?

Management and configuration

aka Management plane

5
New cards

What is SD-WAN?

Software Defined WAN

Changing from physical data center to cloud based applications, no central point needed

6
New cards

What are the characteristics of a SD-WAN?

Application aware - knows which app is in use and makes routing decisions based on application data

Zero-touch provisioning - remote equipment is automatically configured

Transport agnostic - usable with any connection type

Central policy management - needs one device to configure then pushes changes to SD-WAN routers

7
New cards

What is Data Center Interconnect? What are the benefits?

Connect multiple data centers together, tunnels the data

Benefit is workload can be moved to best location, applications can work regardless of the physical location

8
New cards

How can data centers be connected?

MPLS, high speed optical, Metro Ethernet etc

9
New cards

What are Virtual Extensible LAN (VXLAN)?

Larger VLAN that Supports over 16 million possible virtual networks, tunnel frames across a layer 3 network

10
New cards

How to tunnel?

Encapsulated via:

Takes original frame →VXLAN Header → UDP Header →IP Header →Ethernet Header

Decapsulated on other end of tunnel

11
New cards

What is Zero Trust?

Network always on guard, everything must be verified

ex. multifactor authentication, encryption, system permissions, additional firewalls, monitoring and analytics, etc.

12
New cards

Difference between Adaptive identity and Policy-driven access control?

Adaptive identity- adapts based on situation

Policy-driven access control - adapts based on predefined set of rules

13
New cards

What are the factor that go into play of how much access someone gets after getting authenticated? Why?

Location, device certificate validation, time of day, etc.

Set to the bare minimum to prevent malicious behavior

14
New cards

What is Secure Access Service Edge (SASE)?

Security is built into the cloud so secure connections are automatic regardless of location

15
New cards

What is Infrastructure as code (IaC)?

Describe infrastructure in code by defining servers, network, and applications then tell the cloud to make the code or the changes

16
New cards

What are playbooks?

Set by step set of processes and procedures often integrated with Security Orchestration, Automation, and Response (SPAR)

17
New cards

How does Infrastructure as code use automation?

Configuration drift/compliance - identical deployment

Upgrades

Dynamic inventories - querys devices and makes changed based on results

18
New cards

What is Source Control?

Changes are tracked and merged together; everyone can participate without causing issues with the code

If multiple people change same code at same time the code can be chosen automatically or manually

ex. GIT

19
New cards

What is branching?

If multiple people change same code at same time it can create a testing version that does not affect the main code

20
New cards

What is a work around or alternative to Ipv4 address exhaustion?

IPv4 and NAT

IPv6

21
New cards

How many bits are the addresses for IPv4 and IPv6?

IPv4 - 64 bit (4 sections)

IPv6-128 bit (8 sections)

22
New cards

How to compress IPv6 address?

groups of 0 can be abbreviated as :: (only one of these per address)

Leading 0s are optional

23
New cards

IPv4 and IPv6 cant communicate to each other on their own, what are alternate forms of communication?

Tunnel- encapsulate one protocol within another

Dual-stack - option to use both IPv4 and IPv6

Translate- convert between IPv4 and IPv6

24
New cards

What is tunneling? What does it need?

encapsulates one protocol within another

Requires relay routers and has no support for NAT

IPv4in6 is more common that IPv6to4

25
New cards

What is Dual-stacking?

Option to run both IPv4 and 6 at the same time and independently of each other, application uses preferred ip

26
New cards

What is IPv4 to 6 translating?

Uses NAT64 capable router to go from 4-.6 Translate