Network + 1.3 - 1.4

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

1/49

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

50 Terms

1
New cards

Network (NFV)

decoupling of network functions from hardware devices and running them as software instances on virtual machines or containers

2
New cards

Virtual Private Cloud (VPC)

isolated network spave within a public cloud designed to provide a similar level of degmentation, control, and security as private data center

3
New cards

Network Security Groups

used to control inbound and outbound traffic to cloud resources within a VPC

4
New cards

Network Security Lists

Network security lists are also used for managing and securing network traffic in a cloud environment

5
New cards

Cloud Gatways

intermediary devices or services that connect cloud environments with different networks, including private data centers or cloud services

6
New cards

Internet Gatewaty

Serves as a bridge between a company’s VPC and the internet

7
New cards

NAT Gateway

A service that allows instances in a private subnet to access the internet or external services while preventing inbound connections from the internet to those private IPs.

8
New cards

Cloud Connectivity Options

Various methods through which data and applications can connect to and interact with cloud environments

9
New cards

Private-Direct Connection to Cloud Provider

dedicated network link between an organization’s on premises infrastructure and a cloud service provider’s data center

10
New cards

Public

dedicated to a single organizaation and can be hosted on-premises or by third-party

11
New cards

Hybrid

combines public and private models, allowing data and applications to be shared between them

12
New cards

Service Models

Cloud computing describes the various types of services offered over the internet, enabling businesses and users to access computing resources and application without investing in physical infrstructure

13
New cards

Software as a Service (SaaS)

Delivers applications over the internet through a web browser, eliminating the need to install and maintain software on individual devices

14
New cards

Infrastructure as a Service (IaaS)

virtualized computing resources over the internet, offering fully outsources services for computing infrastrucre

15
New cards

Platform as a Service (PaaS)

cloud platform and tools to alloe devleopler to build, test, deploy, and manage applications without worrying about underlying infrstrufrure

16
New cards

Saclability

Capability of a system network or process to handle a growing amount of work, or its potential to enlarge to accommodate growth

17
New cards

Elasticity

Cloud computing regers to the ability to auutometically scale computing resources up or down M

18
New cards

Multitenancy

Software architecture principle where a single instance of software serves multiple tenants, or users

19
New cards

File Transfer Protocol (FTP)

A standard protocol for transferring files between a client and server, using ports 20 (data) and 21 (control), but does not encrypt traffic.

20
New cards

Secure File Transfer Protocol (SFTP)

A secure file transfer protocol that uses SSH (port 22) to encrypt data and commands, providing a safer alternative to FTP.

21
New cards

Secure Shell (SSh)

A cryptopgraphica network protocol that provides secure access to network services over an unsecured network using port 22

22
New cards

Telnet

network protocol used on the Internet or LAN to provide bidirectional to port 23 for interacive text-oritented communication using a virtual terminal connection

23
New cards

Simple Mail Transfer Protcol (SMTP)

standard protocol used by port 25 for email transmission across the Internet

24
New cards

Domain Name System

A hierarchical system that translates domain names into IP addresses, using port 53 for TCP or UDP queries.

25
New cards

Dynamic Host Configuration Protocol (DHCP)

Assigns IP addresses and network settings to devices automatically, using UDP ports 67 (server) and 68 (client).

26
New cards

Hypertext Transfer Protocl (HTTP)

Transfers web content over TCP port 80; a stateless protocol used by browsers and servers.

27
New cards

Network Time Protocol (NTP)

Synchronizes device clocks across a network using UDP port 123 for high-precision time.

28
New cards

Simple Network Management Protocol (SNMP)

Manages network devices; uses UDP 161 for commands and 162 for device responses

29
New cards

Lightweight Directory Access Protocol LDAP

Accesses and manages directory services (like Active Directory) on TCP/UDP port 389.

30
New cards

Hypertext Transfer Protocol Secure (HTTPS)/ SSL

Secure web traffic over TCP port 443 using SSL encryption for privacy and data integrity.

31
New cards

Hypertext Transfer Protocol Secure (HTTPS)/TLS

Secure web traffic over TCP port 443 with TLS encryption; ensures confidentiality and integrity.

32
New cards

Server Message Block (SMB)

File and printer sharing protocol for Windows; uses TCP port 445 for direct IP communication.

33
New cards

Syslog

Collects and sends log messages from devices to a centralized server for monitoring; uses UDP port 514.

34
New cards

Secure SMTP

Secures email communications using SSL/TLS, typically on port 465.

35
New cards

Lightweight Directory Access Protocol LDAP/SSL

Secure LDAP traffic over TCP port 636 using SSL encryption.

36
New cards

SQL Server

Microsoft RDBMS using TCP port 1433 for database access and queries.

37
New cards

MySQL

Open-source RDBMS using TCP port 3306 for database access.

38
New cards

Remote Desktop Protocol (RDP)

Provides remote graphical access to Windows machines using TCP port 3389.

39
New cards

Session Initiation Protocol (SIP)

nitiates, modifies, and terminates real-time sessions (VoIP, video) using ports 5060 (unsecured) and 5061 (TLS-secured).

40
New cards

Internet Control Message Protocl ICMP)

Sends diagnostic and error messages between devices; used for ping and network troubleshooting.

41
New cards

Transmission Control Protocol (TCP)

Connection-oriented protocol providing reliable, ordered, error-checked delivery of data streams.

42
New cards

User Datagram Protocol (UDP)

Connectionless protocol that sends data without delivery guarantees; used for speed-sensitive applications.

43
New cards

Generic Routing Encapsulation (GRE)

Encapsulates various protocols in IP tunnels; used for VPNs and protocol transport over incompatible networks.

44
New cards

Internet Protocol Security IPSec

Secures IP communications with authentication and encryption; operates in Transport or Tunnel mode.

45
New cards

Authentication Header AH

Provides integrity and authentication for IP packets.

46
New cards

Internet Key Exchange IKE

Establishes secure communication channels and negotiates encryption/authentication parameters for VPNs.

47
New cards

Unicast:

One-to-one communication from a single source to a single destination IP.

48
New cards

Multicast

One-to-many communication using a multicast group address; efficient for streaming to multiple recipients.

49
New cards

Anycast:

Sends data to the nearest or best destination among multiple devices sharing the same IP; used in DNS/CDN.

50
New cards

Broadcast

Sends a message from one device to all devices in a network segment; used in IPv4 (not in IPv6).