Network and Security- Foundations- D315

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/161

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:23 AM on 8/19/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

162 Terms

1
New cards

TCP/IP

Transmission Control Protocol/Internet Protocol

2
New cards

Application Layer

This layer is responsible for the communication protocols between nodes. The protocols in this layer include hypertext transfer protocol (HTTP and HTTPS), Secure Shell (SSH), and network time protocol (NTP), among many others.

3
New cards

Transport Layer

This layer is responsible for the end-to-end transport of data. The protocols that live in this layer are transmission control protocol (TCP) and user datagram protocol (UDP).

4
New cards

Network Layer

This layer defines the logical transmission protocols for the whole network. The main protocols that live in this layer are internet protocol (IP), internet control message protocol (ICMP), and address resolution protocol (ARP).

5
New cards

Network interface Layer

This layer establishes how data should be physically sent through the network.

6
New cards

OSI Model

Open Systems Interconnection Model

7
New cards

Physical Layer (Layer 1)

This layer is responsible for the physical connections of the devices in the network. This layer is implemented through the use of devices such as hubs, repeaters, modem devices, and physical cabling.

8
New cards

Data Link Layer (Layer 2)

This layer is responsible for the error-free delivery of data to the receiving device or node. This layer is implemented through the use of devices such as switches and bridge devices, as well as anything with a network interface, like wireless or wired network cards.

9
New cards

Network Layer (Layer 3)

This layer is responsible for the transmission of data between hosts in different networks as well as routing of data packets. This layer is implemented through the use of devices such as routers and some switches.

10
New cards

Transport layer (layer 4)

In this layer protocols ensure that data are transferred from point A to point B reliably and without errors. this layer services include flow control, acknowledgment, error correction, segmentation, reassembly, and sequencing.

11
New cards

Session Layer (Layer 5)

This layer is responsible for connection establishment, session maintenance, and authentication.

12
New cards

Presentation Layer (Layer 6)

This layer is responsible for translating data from the application layer into the format required to transmit the data over the network as well as encrypting the data for security if encryption is used.

13
New cards

Application Layer (Layer 7)

This layer is responsible for network applications (like HTTP or FTP) and their production of data to be transferred over the network.

14
New cards

Hub {Physical Layer}

-The simplest device used on an Ethernet network for connecting devices to each other

-split the bandwidth of a connection among all the computers connected to it

- do not perform any packet filtering or addressing functions but instead broadcast data to all computers connected to it

15
New cards

Switch {Data and Network Layer}

-Provides connectivity to devices in a local network

-Creates a dedicated full-speed connection between two computers that are communicating with each other

- makes use of the MAC address to deliver the message to the right destination

16
New cards

Router{Network Layer}

-Interconnect two or more networks

-Operate at the border of your network

-Stores information about the systems that are connected to it and where to send requests when the destination is unknown

-Works at the network layer of the OSI model

17
New cards

Wireless Access point {WAP}

-Extends a wired network to wireless connections

-Involves the IEEE 802.11 group of standards that defines wireless LAN's {WLAN's}

-Central connecting point for computers equipped with wireless network adapters

- identifies each computer by its MAC address

18
New cards

Patch Panel

-A box designed as a junction point for twisted pair (TP) cable and fiber cable used in networks.

-First step in organizing your cables

19
New cards

Firewall

-A security hardware appliance or software application that protects a computer or network from unwanted intrusion

-Blocks unwanted connections from untrusted networks and can block basic network attacks

20
New cards

Modem {Physical and Data link Layer}

-Connects a LAN to an internet service provider

-Converts digital signals into analog signals and vice versa

21
New cards

Network Interface Card (NIC) {Physical Layer}

-The interface on a computer or other device that connects to the LAN

-Designed to take the communication off the physical cable or wireless signal and present it to the computer for processing

-Each NIC has a unique physical address known as a MAC address

22
New cards

Bridge {Data link Layer}

Connects two or more networks

Forwards data to next network with analysis

Not widely used in modern networks

23
New cards

Repeater{Physical Layer}

Amplifies that signal it receives so that it can travel a longer distance

24
New cards

unsheilded twisted pair (UTP)

Unshielded twisted pair cables are created when pairs of wires are tested around each other to protect and cancel out interference from each other and outside sources.

25
New cards

Cat 3 cable

Supports up to 10 Mbps {megabits per second} for up to 100 meters and is commonly used for phone lines today

26
New cards

CAT 4 Cable

Supports 16 Mbps for up to 100 meters and is not commonly used today

27
New cards

CAT-5 Cable

Used in Ethernet LAN's containing two twisted pairs, allowing for up to 100 Mbps up to 100 meters between the devices and the switch, hub, or router. This has been practically replaced by the cat 5e specification

28
New cards

Cat 5e cable

Doubles the number of twisted pairs to four for up to 1 Gbps {gigabits per second} over up to 100 meters

29
New cards

Cat 6 cable

Used in Ethernet LAN's and data centers, cat 6 is made up of four woven twisted pairs {more twisted per linear foot} and supports 1 Gbps for up to 100 meters or 10 Gbps for up to 55 meters

30
New cards

Cat 6a cable

An improvement of the cable Cat 6 standard, supporting the same standard and lengths, {with the ability to run 10 Gbps over 100 meters maximum}, but using a higher quality cable that is more resistant to interference. This is most commonly used in wired networks today

31
New cards

fiber-optic cable

Cable that uses light guided through thin glass tubes instead of electrical signals to transmit data. It is very fast, but also expensive.

32
New cards

Single-mode fiber

Have several thin glass strands { in rare cases, plastic} covered protective insulation. Single-mode cables have thin 10-micron strands and support a narrow range of wavelengths and higher bandwidth, making them ideal for submarine cabling across continents

33
New cards

Multi-mode fiber

Much cheaper than single-mode across shorter distances. The fiber in these cables is thicker, from 50 to 100 microns. Because of their thickness, they can run a wider frequency of light over shorter distances, from a couple of thousand meters to a couple of miles.

34
New cards

Coaxial cable

A single copper wire surrounded by layers of plastic insulation and sheathing is used mainly in cable television and cable Internet service.

35
New cards

Ping command

Tools for testing connectivity to other hosts

Sends internet control message protocol {ICMP} to a host and listens for the reply

Replies displays time it took and time to live {TTL}

36
New cards

Traceroute/Tracert command

Trace the route an IP packet takes to it's destination

Display each hop {next router} with its IP address and the time it takes to receive the packet

Traceroute is linux command { can only be used by super user}

Tracert is windows command

37
New cards

tracepath command

Similar to traceroute/tracert

Display the path taken by packet to its destination

Used in linux { any user can use}

38
New cards

ipconfig

Provides the user with the IP, subnet mask, and default gateway for each network adapter

With/all can display MAC address, DHCP status and lease information

Used in windows

39
New cards

ifconfig

Similar to ipconfig

Used to configure the network interface

Used in linux

40
New cards

ARP

Address Resolution Protocol

Displays the MAC address mapping for the hosts that have been discovered in the ARP cache

41
New cards

netstat

Displays information about active ports and their state

Useful for troubleshooting

42
New cards

nslookup

Displays information for display DNS information

Used for troubleshooting DNS problems

Displays names to ip address mappings

Primarily used in windows

43
New cards

Dig

Used to query the DNS name servers

Helpful in troubleshooting DNS problems

Replaced nslookup in linux OS

44
New cards

Who is

Used to lookup who owns a domain or block of IP address

Includes: name, email address, and physical address

Can purchase privacy to hide this information

Primarily used on linux

45
New cards

Route

Used to display the current route tables on a host

Can be used to add or remove routes

46
New cards

SCP

Secure Copy Protection

Used to copy files between servers

Uses SSH for authentication and encryption

47
New cards

FTP

File Transfer Protocol

Copies files from one host to another host

Data is unencrypted; for encryption, use FTPS, which utilizes SSL/TLS}

Uses TCP for reliability

Used often on WAN's and the internet

48
New cards

TFTP (Trivial File Transfer Protocol)

Transfers a file from a client to a server or from server to a client

Uses UDP

Used on reliable {local} network

49
New cards

Finger

Displays information about a user or users on a remote system

Includes last log-in and username

Primarily used in linux

50
New cards

Nmap{network mapper}

Scans networks for hosts and open ports

Used to determine what is deployed on a network

Not native to either linux or windows

51
New cards

TCP Dump

Displays TCP/IP packets and other network packets that are being transmitted over the network

Used a packet sniffer

Displays in readable format for troubleshooting

Not native to either Linux and window

52
New cards

telnet/ssh

Both used to manage accounts and devices remotely

SSH is encrypted

Telnet is unencrypted

53
New cards

Personal Area Network (PAN)

A network that is created to center around a person and their devices

Communication over connections such as bluetooth or USB

<p>A network that is created to center around a person and their devices </p><p>Communication over connections such as bluetooth or USB</p>
54
New cards

Local Area Network (LAN)

Consist of computers connected within a limited area, such as a house, lab, or office building

LAN's use Ethernet, wi-fi, or a combination of both.

<p>Consist of computers connected within a limited area, such as a house, lab, or office building </p><p>LAN's use Ethernet, wi-fi, or a combination of both.</p>
55
New cards

Wireless Local Area Network (WLAN)

A LAN with all devices connected wirelessly

Users and devices can be placed anywhere and moved anywhere in the coverage area

Easy and inexpensive to install

<p>A LAN with all devices connected wirelessly </p><p>Users and devices can be placed anywhere and moved anywhere in the coverage area </p><p>Easy and inexpensive to install</p>
56
New cards

Campus Area Network (CAN)

Provides networking of multiple LAN's across a limited area

Each single building would typically have its own LAN

Typically, connects LANs owned by a single company, university, government agency, etc

<p>Provides networking of multiple LAN's across a limited area </p><p>Each single building would typically have its own LAN </p><p>Typically, connects LANs owned by a single company, university, government agency, etc</p>
57
New cards

Metropolitan Area Network (MAN)

Provides networking across a larger area, such as a whole city

Made up as many organizations within a city

<p>Provides networking across a larger area, such as a whole city </p><p>Made up as many organizations within a city</p>
58
New cards

Wide Area Network (WAN)

Covers a large geographical area within its network

WAN networks can span cities, countries, or the entire globe

The internet is an example of WAN

<p>Covers a large geographical area within its network </p><p>WAN networks can span cities, countries, or the entire globe</p><p> The internet is an example of WAN</p>
59
New cards

Storage Area Network (SAN)

A network that allows access to storage devices instead of general network purposes

SANs are dedicated to storage devices and the servers that need access to them

Allows servers to access tape libraries and disk array like they are locally attacked devices

<p>A network that allows access to storage devices instead of general network purposes </p><p>SANs are dedicated to storage devices and the servers that need access to them </p><p>Allows servers to access tape libraries and disk array like they are locally attacked devices</p>
60
New cards

Bus Topology

All the devices are connected to a shared single cable

Bus topologies are uncommon today

Computers in a bus topology physically tap into the network cable using special adapters

The ends of the cables have terminators

In a bus topology only one computer can communicate at a time

All traffic transmitted is received by everyone

<p>All the devices are connected to a shared single cable </p><p>Bus topologies are uncommon today </p><p>Computers in a bus topology physically tap into the network cable using special adapters </p><p>The ends of the cables have terminators </p><p>In a bus topology only one computer can communicate at a time </p><p>All traffic transmitted is received by everyone</p>
61
New cards

Ring Topology

The computers are connected to form a closed loop

The computers are connected in a single line

Each computer on the ring has an input port and an output port

More reliable than a bus topology but communication still falls if the ring is broken

A dual-ring topology provides high availability

<p>The computers are connected to form a closed loop </p><p>The computers are connected in a single line </p><p>Each computer on the ring has an input port and an output port </p><p>More reliable than a bus topology but communication still falls if the ring is broken </p><p>A dual-ring topology provides high availability</p>
62
New cards

Star Topology

Also known as a hub-and-spoke network

Composed of a central network device, such as a switch or a hub

Each device is individually connected to the central network device

Star topologies are the most common type found in LANs

<p>Also known as a hub-and-spoke network </p><p>Composed of a central network device, such as a switch or a hub </p><p>Each device is individually connected to the central network device </p><p>Star topologies are the most common type found in LANs</p>
63
New cards

Mesh Topology

Full mesh: every mode of connection to all other nodes

Partial mesh: each node connects to a few other nodes

Typically used for requirements of high availability and redundancy

The most expensive and most complex topology

<p>Full mesh: every mode of connection to all other nodes </p><p>Partial mesh: each node connects to a few other nodes </p><p>Typically used for requirements of high availability and redundancy </p><p>The most expensive and most complex topology</p>
64
New cards

Tree Topology

Acts as both a star and bus topology

The network is divided into multiple levels or layers

The top device is known as a root node

A parent-child hierarchy between nodes

<p>Acts as both a star and bus topology </p><p>The network is divided into multiple levels or layers </p><p>The top device is known as a root node </p><p>A parent-child hierarchy between nodes</p>
65
New cards

Hybrid Topology

A combination of different topologies

Inherits the advantages and disadvantages of each combined topology

Offers the benefits of flexibility

very effective and sealable but can be costly

<p>A combination of different topologies</p><p>Inherits the advantages and disadvantages of each combined topology </p><p>Offers the benefits of flexibility </p><p>very effective and sealable but can be costly</p>
66
New cards

Centralization

Users logged on to machines called dumb terminals to perform their task. They were so named because the terminal had no intelligence or sophistication.

67
New cards

Decentralization

An approach that puts the computer power in the user's devices rather than a data center

68
New cards

client/server model

This approach offloads some of the computing requirements from the data center's servers, but more importantly, the client-server model allows application designers to implement advanced user interfaces that would not otherwise be possible in a web-based or terminal-based application.

69
New cards

Peer-to-Peer Model

In a peer-to-peer network, client computers act as both servers and workstations because they share files and printers while allowing a user to log on and use the client computer for normal tasks

70
New cards

Virualization

Creates multiple "virtual" machines on a single computing device

Virtual devices operate similarly to their physical counterparts.

Benefits of virtualization:

-Deploy new virtual device quickly

-It is easier to move virtual devices within a data center or between data centers.

-Can increase or decrease resources allocated based on it's utilization rising and falling

71
New cards

Hypervisor

Software that creates and manages virtual machines on a server or on a local computer Also called a virtual machine manager (VMM).

72
New cards

Type 1 hypervisor

- Also referred to as a bare-metal hypervisor, bare-metal systems are ones that do not have an operating system already installed

-Accessing details and managing your virtual machines is done through a remote system

-Examples

VMware esxi

Microsoft hyper-v

<p>- Also referred to as a bare-metal hypervisor, bare-metal systems are ones that do not have an operating system already installed </p><p>-Accessing details and managing your virtual machines is done through a remote system </p><p>-Examples</p><p>VMware esxi</p><p>Microsoft hyper-v</p>
73
New cards

Type 2 hypervisor

-Sometimes referred to as a hosted hypervisor

-Installed as an application on personal computer and laptop

- Virtual machine shares the hardware resources with the hosted system

-Examples

Vmware workstation

Virtual box

<p>-Sometimes referred to as a hosted hypervisor </p><p>-Installed as an application on personal computer and laptop </p><p>- Virtual machine shares the hardware resources with the hosted system </p><p>-Examples </p><p>Vmware workstation </p><p>Virtual box</p>
74
New cards

Cloud Computing

Consider the meaning and business implications of some of the more well-known and accepted characteristics of cloud computing: on-demand, self-service, resource pooling, elastic, accessible, and measurable.

75
New cards

IaaS (Infrastructure as a Service)

Infrastructure refers to the physical layers {servers}, storage, and networking that are required to exist before you can create any virtual servers or install any application

<p>Infrastructure refers to the physical layers {servers}, storage, and networking that are required to exist before you can create any virtual servers or install any application</p>
76
New cards

PaaS (Platform as a Service)

The cloud provider is responsible for the virtual servers and, in some cases, the services that run on top of them, such as database engines, and provides you with a platform on which you can run your code or store your data

<p>The cloud provider is responsible for the virtual servers and, in some cases, the services that run on top of them, such as database engines, and provides you with a platform on which you can run your code or store your data</p>
77
New cards

SaaS (Software as a Service)

Software as a service allows consumers to store and potentially publish information without the need to manage the underlying application or infrastructure

<p>Software as a service allows consumers to store and potentially publish information without the need to manage the underlying application or infrastructure</p>
78
New cards

Private Cloud

a cloud that is owned and operated by an organization for its own benefit

79
New cards

Public Cloud

There are many public cloud providers, but some providers, such as Amazon Web Services {AWS}, Microsoft Azure, and Google Cloud Platform {GCP}, are more well-known because of their marketing and experience in the industry.

80
New cards

Community cloud

These clouds are data centers that are jointly owned and operated by the tenants

81
New cards

Hybrid Cloud

For hybrid cloud computing, the customer will require a dedicated connection between their on-premises data center and the public cloud provider. this connection may be a virtual private network {VPN} established over the internet or a dedicated wide area network {WAN} connection maintained by a telecommunications provider

82
New cards

Multi-Cloud

A cloud deployment model where the cloud consumer uses multiple public cloud services.

83
New cards

Weak Password

A password that is short in length (less than 15 characters),uses a common word (princess), a predictable sequence of characters (abc123), or personal information (Braden).

84
New cards

Default password

Passwords on system administration, user, or service accounts predefined in a system, application, or device; usually associated with the default account. Default accounts and passwords are published, well known, and therefore easily guessed.

85
New cards

Misconfigured firewall

Can allow traffic that should be blocked and reduce the overall security of the network. It is a good policy to regularly review your firewall configuration identify what each rule does, remove only rules that are no longer needed, and regularly change the password

86
New cards

Personal Devices within the Network

Many businesses are adopting a mobile computing strategy that often includes a concept known as bring your own device, {BYOD}, which encourages users to bring their personal computers, tablets, or phones to work to use on the network

87
New cards

Advanced Persistent Threat (APT)

A network attack in which an intruder gains access to a network and stays there undetected with the intention of stealing data over a long period of time.

88
New cards

Zero-Day

The term zero-day alludes to the fact that the exploit or vulnerability is not yet known by the public, meaning there is no patch available to mitigate this vulnerability

89
New cards

Vulnerability Tester

A vulnerability tester is responsible for scanning servers and network devices for known vulnerabilities

90
New cards

Red Team

The red team attempt to compromise the security

91
New cards

Blue Team

The blue team defends

92
New cards

White Team

White team that observes the festivities and may even serve as referee

93
New cards

Purple Team

A mode of penetration testing where red and blue teams share information and collaborate throughout the engagement.

94
New cards

White hats hackers

Non-malicious hackers who attempt to break into a company's systems at their request

95
New cards

Black-hat hackers

May or may not be IT professionals but possess the knowledge and will to breach system for profit

96
New cards

Gray hat hackers

A cross between black and white—they will often illegally break into systems merely to flaunt their expertise to the administrator of the system they penetrated or to attempt to sell their services in repairing security breaches.

97
New cards

Insider threats

Some of the most potent threats come from people within your organization. Because they have legitimate access to systems, they are in a position to hack from the inside of the network, often undetected.

98
New cards

industrial espionage

The process of gathering corporate information illegally or unethically.

99
New cards

Nation states

Have substantially larger budgets to hire hackers then the average criminal enterprise

100
New cards

script kiddie

An attacker with little expertise or sophistication. Script kiddies use existing scripts to launch attacks.