36. Secure Network Design

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/27

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 7:33 PM on 8/6/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

28 Terms

1
New cards

IP addresses

What type of addresses uniquely identify systems on a network?

2
New cards

public addresses

What type of IP addresses are assigned by a central network authority and may be used to reach systems located across the internet?

3
New cards

private addresses

What type of IP addresses are available for anyone's use, but may only be used on local networks and will not work across the internet?

4
New cards

ICANN

What group breaks addresses up into blocks and gives them out to regional authorities in different countries for distribution?

5
New cards

The use of private IP address ranges.

One of the major issues with IP addresses is the fact that they are a scarce resource, what is the solution?

6
New cards

The only catch is that they are reserved for use on those private networks and cannot be used for routing traffic across the internet.

What is the only catch when using private IP addresses?

7
New cards

network address translation, or NAT

 Systems that have private IP addresses cannot communicate on the internet using those addresses because those addresses are not routable. What technology is the solution?

8
New cards

Correlate activity on a public IP address back to the true originator. For this reason, most organizations maintain logs of their NAT translations that allow them to determine which device was using a particular public IP address at any given time. 

NAT does introduce new security concerns. It brings the privacy benefit of hiding internal IP addresses from the public internet and limiting direct access to systems, but it also makes it difficult to do what?

9
New cards

Port address translation, or PAT

NAT is a very useful technology, but it's somewhat limited because it requires a public IP address for every system on the network that needs to communicate on the internet. NAT requires a large pool of public IP addresses. Since most organizations have a limited pool of public addresses, they can quickly run into a situation where that pool is exhausted and no new systems can communicate on the internet. What is the solution?

10
New cards

Port address translation, or PAT

What allows multiple systems to share the same public address? Instead of recording translations between IP addresses, it assigns each connection a different port on a public IP address. This way, many different systems can share the same public IP address at any point in time.

11
New cards

Subnetting

What is the term for breaking a large network address space into manageable pieces that adminstrators may assign to smaller subnetworks?

12
New cards

subnet mask

Once you start shifting the dividing line between network and host addresses around, you'll need to tell network devices how you've done that. Identifying the dividing line between network and host addresses is known as the what?

13
New cards
  1. Internet Zone

  2. Intranet Zone

  3. DMZ

Typical network border firewalls have what three network interfaces?

14
New cards

Internet Zone

What network interface connects to the internet or another untrusted network?

15
New cards

Intranet Zone

What network interface connects to the internal network where most of the organization’s systems reside?

16
New cards

DMZ

What is the network interface where you can place systems that must accept connections from the outside world, such as mail and web servers?

17
New cards

zero trust approach

Under this approach, systems do not gain privileges based solely upon their network location.

18
New cards

Extranets

What special purpose network are special intranet segments that are accessible by outside parties?

19
New cards

Honeynets

What are special purpose networks that are decoy networks designed to attract attackers?

20
New cards

Ad hoc networks

What are special purpose networks that spring up whenever someone sets up a wired or wireless network outside of your standard security design?

21
New cards

east-west traffic

Networking professionals often refer to the type of traffic on a network using terms derived from compass directions. Network traffic between systems in a data center is called what?

22
New cards

north-south traffic

Networking professionals often refer to the type of traffic on a network using terms derived from compass directions. Traffic between systems in a data center and systems located on the internet is called what?

23
New cards

an air gapped system

We can use isolation to segregate systems of different security levels into different zones of security, allowing us to reduce the risk that a compromise in a system at a lower security level will impact a system at a higher security level.

This complete physical isolation creates a lot of overhead, but it's also a very robust security control. Because there's no connection to other networks, this is commonly called what?

24
New cards

Jump servers

What is designed to facilitate connecting or jumping between security zones? They live on the border between two networks by having two different network interfaces, one connected to each network.

25
New cards

True

True or False.

Jump servers, jump boxes, and jump hosts are all the same thing. 

26
New cards

In-band management

Physical segmentation can take several forms.

What form involves managing devices through the same network that the devices use for regular traffic?  Jump servers in this setup facilitate the management of these devices from a centralized platform, minimizing the need to physically interact with the device.

27
New cards

Out-of-band management

Physical segmentation can take several forms.

What form uses a dedicated management network or channel that's separate from the network's data channels?  Jump servers configured for this setup allow administrators to manage network devices over this secure dedicated channel, further isolating sensitive management operations from general network traffic. 

28
New cards

Air gap systems

Physical segmentation can take several forms.

What are physically isolated from other networks, and we don't generally use jump servers with these types of systems due to the strict isolation. However, in cases where updates or management must occur, a jump server can be used temporarily with strict protocols in place to ensure that this system is reinstated after the necessary operations are complete.