Search Header Logo
Network Segmentation VLANS and Subnets

Network Segmentation VLANS and Subnets

Assessment

Presentation

Instructional Technology

10th Grade

Practice Problem

Easy

Created by

Charles Carr

Used 7+ times

FREE Resource

27 Slides • 19 Questions

1

Network Segmentation:
VLANS and Subnets

Network Security: Domain 3 Lesson 3 Part1

2

Let's start by reveiving Binary

Are you ready?

On the next few slides, you will be asked to convert a decimal (regular base-10 number into binary (Base-2) notation. You will only have 30 seconds to do your conversion so to a moment to write out your place-value chart if you need.

media

3

Fill in the Blanks

media image

4

Fill in the Blanks

media image

5

Fill in the Blanks

media image

6

Multiple Choice

What is a network confined to a single location called?

1

WAN

2

MAN

3

LAN

4

PAN

5

PAN

7

media

8

  • Usually Hardware based but can be software based (i.e. Windows Server has routing capabilities)

  • Usually OSI Layer 3 devices (Network Layer)

  • Controls traffic between networks via routing tables of IP addresses

Routers

  • Connects traffic within a network via routing tables of MAC addresses

  • Usually OSI Layer 2 devices

  • There are some switches with Layer 3 capability

Switches

Important Routing Devices

Routing is the process of path selection in any network.

9

media

Switch

media

10

media

Router

media

11

Multiple Choice

Routers can be hardware or software based.

1

True

2

False

12

Multiple Choice

Switches are able to effectively connect devices within a network and allow them to communicate by making ____________ tables.

1

Encryption

2
IP address
3
MAC address
4
Subnet mask

13

Multiple Choice

Switches usually operate on what OSI layer?

1

Layer 2

Data Link

2

Layer 3

Network

3

Layer 5

Session

4

Layer 7

Application

5

Layer 1

Physical

14

Multiple Choice

What is usually referred to as a Layer 3 device?

1

Hubs

2

Switches

3

Routers

4

Bridges

15

Multiple Choice

Routers create routing tables made up of MAC addresses.

1

True

2

False

16

Fill in the Blanks

17

Why Do We Segment Networks

5 Reasons to Segment

  1. Efficient Network Management

  2. Improved Network Performance

  3. Enhanced Security

  4. Optimized IP Address Usage

  5. Logical Grouping

18

19

VLAN = Virtual Local Area Network

A logical network managed on physical switches

  • Used to segregate different groups of users on the same physical network usually using switches.

  • Ports on the same switch can be assigned to different VLANs.

  • For example, the Marketing department and the Accounting department can be part of the same LAN but each department can be assigned their own ports on a physical switch

  • Devices in different VLANs cannot communicate directly. However, they can communicate through a router.

media

20

  • In this example, we create two VLANs: VLAN-10 and VLAN-20 on the same physical switch.

  • We assign port-1 to 4 to VLAN-10 and port-5 to 8 to VLAN-20.

  • After this, ports 1, 2, 3, and 4 will share broadcast in VLAN-10, and ports 5, 6, 7, and 8 will share broadcast in VLAN-20.

  • So VLANS divides and network into separate Broadcast Domains.

VLAN

media

21

Multiple Choice

What is a VLAN?

1

A router that has layer 4 capabilities.

2

A theoretical network based on a coding concept

3

A physical network created within a logical network

4

A logical network created within a physical network

22

Multiple Choice

Routers are not needed to route traffic between VLANs.

1

True

2

False

23

Multiple Choice

VLANs segregate traffic by ...

1
creating separate broadcast domains
2
encrypting data packets
3
increasing network speed
4
combining multiple networks

24

An IPv4 address consists of 32 bits that are grouped in four octets and is written in dotted decimal format, where a dot separates each octet.
The address has a network portion and a host portion.

IPv4 Review

Can I Segregate Networks based on IP addresses?

media

25

26

Subnetting

Creating networks inside a network using IP addresses

  • Subnets break large networks into smaller, more manageable networks that run more efficiently

  • Each subnet allows its connected devices to communicate with each other.

  • Routers are needed to communicate between subnetss.

  • While VLANs use ports on a physical switch to create different broadcast domains to segregate users, subnets groups IP addresses to create logical networks within a network.

27

media

28

media

29

media

30

media
  • In this example, the network consists of 256 addresses (37.1.1.0 thru 37.1.1.255)

  • ​The network administrator uses subnetting to create 4 subnets of 64 addresses (one subnet for each office)

  • 256 / 4 = 64

  • The subnet mask will identify which part of an IP address belongs to the network and which part identifies a specific device on that network

  • Subnet masks can be used to identify IP addresses on the same network.

Subnetting

31

media

32

Activity (25 minutes)

Subnet Masks Unmasked- Challenge

  • Write your name and period on the worksheet handed out by Mr. Carr

  • Complete worksheet

  • Review your answers with your Group

33

Challenge Debrief

Did you notice a pattern?

Let's see how well you understood subnets and subnet masks.

34

media

35

media

36

media

37

media

38

media

39

Exit Ticket (5 Minutes)

Answer a few questions to see how well you understood today's lesson.

40

Multiple Choice

How are VLANs and Subnets alike?

1

VLANs are only used for wireless networks, subnets are only used for wireless networks as well.

2
Both VLANs and subnets are used to segment networks for improved performance and security.
3

VLANs and subnets are alike because they both involve using dynamic solutions to bandwidth issues.

4

Subnets can only be used in IPv6 networks, just like VLANS

41

Multiple Choice

An IP address of 172.168.0.101 and a subnet mask of 255.255.0.0 belongs to which of the following IPv4 classes?

1
Class A
2
Class E
3
Class C
4
Class B
5
Class D

42

Multiple Choice

Question image

Which of the following best identifies Device A?

1

Hub

2

Router

3

Switch

4

Access Point

43

Multiple Choice

How are VLANS and Subnets different?

1
VLANs operate at Layer 2 for network segmentation, while subnets operate at Layer 3 for IP address management.
2
Subnets operate at Layer 2, while VLANs operate at Layer 3.
3

VLANs are used for routing, while subnets are for switching on networks.

4

VLANs and subnets are the same thing, there is no difference between the two.

44

Multiple Choice

Which of these is a valid Subnet Mask?

1

255.255.68.255

2
192.168.1.1
3

255.255.255.0

4

255.192.0.0

45

Open Ended

Are these two IP addresses on the same network? Why or why not?

Host 1 IP address: 94.255.192.54

Host 2 IP address: 94.255.49.140

Subnet mask: 255.255.0.0

46

Congratulations!

You have completed this lesson!

We have just touched the surface on network segmentation. But you should have a better understanding VLANs and Subnets.

Network Segmentation:
VLANS and Subnets

Network Security: Domain 3 Lesson 3 Part1

Show answer

Auto Play

Slide 1 / 46

SLIDE