CompTIA A+ Core 1 Part 3

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

1/57

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.

58 Terms

1
New cards

Asymmetric DSL (ADSL)

Has different speeds of download and upload

  • Download Speed: 8 Mbps and Upload Speed: 1.544 Mbps

2
New cards

Symmetric DSL (SDSL)

Has equal speeds of download and upload

3
New cards

Very High Bit-Rate DSL (VDSL)

Has high speeds of download and upload

  • Download speed 50 Mbps or more and Upload Speed 10 Mbps or more

4
New cards

Cable Modems

Uses a cable TV network that is made up of a hybrid fiber-coaxial (HFC) distribution network.

  • Data-Over-Cable Service Interface Specification (DOCSIS)

  • transmit and receive over cable television infrastructure

5
New cards

Data-Over-Cable Service Interface Specification (DOCSIS)

Specific frequency ranges used for upstream and downstream transmissions.

6
New cards

Fiber To The Curb (FTTC)

Runs a fiber optic cable from an Internet provider access point to a curb

7
New cards

Fiber To The Premises (FTTP)

Fiber optic that connects directly to a building and connects to an optical network terminal (ONT)

8
New cards

Optical Network Terminal (ONT)

Physical devices that convert optical signals to electrical signals

9
New cards

The _________, the newer the standard, and the more increased the speeds are.

5G comes in three different band: Low-band, Mid-band, High-band

higher the G

10
New cards

Microwave

Uses a beam of radio waves in the microwave frequency range to transmit information between two fixed locations

11
New cards

Satellite

A method of using communication satellites located in space to connect a user to the Internet

12
New cards

Multicast Address

A logical identifier for a group of hosts in a computer network

(I send a message to one person and it goes to multiple people at the same time)

13
New cards

Class A Private IP addresses

10 / 10.0.0.0 - 10.255.255.255

14
New cards

Class B Private IP addresses

172.16-172.31 / 172.16.0.0 - 172.31.255.255

15
New cards

Class C Private IP addresses

192.168 / 192.168.0.0 - 192.168.255.255

16
New cards

Class A: 1st Octet Value, Default Subnet Mask, Possible Hosts

1-127

255.0.0.0

256x256x256= 16.7 million

17
New cards

Class B: 1st Octet Value, Default Subnet Mask, Possible Hosts

128-191

255.255.0.0

256x256= 65,536

18
New cards

Class C: 1st Octet Value, Default Subnet Mask, Possible Hosts

192-223

255.255.255.0

256

19
New cards

Class D: 1st Octet Value, Default Subnet Mask, Possible Hosts

Reserved for Multicasting or Multicast routing

224-239

-

-

20
New cards

Class E: 1st Octet Value, Default Subnet Mask, Possible Hosts

Reserved for experimental purpose or research and study only

240-255

-

268 million (reserved)

21
New cards

Classful Mask

Default subnet mask for a given class of IP addresses

EX: 192.168.1.4 and 255.255.255.0

22
New cards

Classless Inter-Domain Routing (CIDR)

Allows for borrowing some of the host bits and reassigning them to the network portion.

  • Cut down the size of the networks in much smaller portions with less hosts and more efficient.

  • Subnetting allows you to use a classless subnet mask to create smaller networks with fewer hosts in each of those networks than you could if you had a classful subnet mask by itself.

23
New cards

Public (Routable)

Can be accessed over the Internet and is assigned to the network by an Internet service provider.

  • Running a web server for a company or Minecraft server

24
New cards

Private (Non-Routable)

Can be used by anyone any time, but only within their own local area network.

  • ______ ranges include those that start with either 10, 172, or 192

25
New cards

Network Address Translation (NAT)

allows router to changes private IPs into public IP to get internet

26
New cards

Loopback Address (127.0.0.1)

creates a loopback to the host and is often used in troubleshooting and testing network protocols on a system.

27
New cards

Automatic Private IP Addresses (APIPA)

used when a device does not have a static IP address or cannot reach a DHCP server

  • 169.254.0.0 to 169.254.255.255

  • Allows for the quick configuration of a LAN without the need for a DHCP server

  • APIPA-assigned devices cannot communicate outside the LAN or with non-APIPA devices

28
New cards

Static Assignment

Manually type the IP addresses for the host, its subnet mask, default gateway, and DNS server.

  • ________ of IP addresses is impractical on large enterprise networks

29
New cards

Dynamic allocation of IP addresses

Dynamic Assignment

30
New cards

Bootstrap Protocol (BOOTP)

Dynamically assign IP addresses and allows a workstation to load a copy of boot image to the network

  • The Oldest

31
New cards

Dynamic Host Control Protocol (DHCP)

Assigns an IP based on an assignable scope or addresses and provides the ability to configure other options within it.

  • Can assign and lease IP addresses for a period of time and returns to the pool when the lease expires.

  • The IP Address Management manages the IPs being assigned and returned over time

  • Provides IP address, Subnet mask, Default gateway, DNS/WINS server

  • Modern implementation of BOOTP

32
New cards

Zero Configuration (ZeroConf)

New technology that provides the same features as APIPA

  • Can assign an IPv4 link-local address to a client

  • Resolve computer names to IP addresses without the need for DNS by using mDNS

  • Perform service discovery on a network

33
New cards

Domain Name System (DNS)

Converts the domain names used by a website to the IP address of its server so the device can connect to it.

  • DNS is the internet version of a phone book where we can look a name and get a number to connect to

34
New cards

Windows Internet Name Service (WINS)

Identifies NetBIOS systems on a TCP/IP network and converts those NetBIOS names to IP addresses

  • Is like DNS but works in Windows Domain Environment

35
New cards

DNS Record

Description

A

Address

Function

(Are used for domain names with IPv4 address)

36
New cards

DNS Record

Description

AAAA

Address

Function

(Are used for domain names with IPv6 address)

37
New cards

DNS Record

Description

CNAME

Canonical Name

Function

(Are used to map domain name to other domain names)

38
New cards

DNS Record

Description

MX

Mail Exchange

Function

(Are used for email)

39
New cards

DNS Record

Description

TXT

Text

Function

(Store text either human-readable or machine-readable data)

40
New cards

DNS Record

Description

NS

Nameserver

Function

(Are used for nameservers)

41
New cards

Virtual Local Area Network (VLAN)

Allow different logical networks to share the same physical hardware and provides added security and efficiency

  • Great for security and if using VLAN trunking 802.1q is your standard for VLANs

42
New cards

Virtual Private Network (VPN)

Extends a private network across a public network and enables sending and receiving data across shared or public networks

43
New cards

Full Tunnel VPN

Routes and encrypts all network requests through the VPN connection back to the headquarters

  • Security

44
New cards

Split Tunnel VPN

Routes and encrypts only the traffic bound for the headquarters over the VPN, and sends the rest of the traffic to the regular Internet.

  • Performance

45
New cards

Site-to-site VPN

connects multiple networks, like branch offices or data centers, via the internet.

46
New cards

Client-to-site VPN

links one device (e.g., laptop or smartphone) to a distant network, like a corporate or cloud network.

47
New cards

Clientless VPN

Creates a secure remote-access VPN tunnel using a web browser without requiring a software or hardware client.

48
New cards

Transport Layer Security (TLS)

Provides secure web browsing over HTTPS

49
New cards

Dual Stack

Simultaneously runs both the IPv4 and IPv6 protocols on the same network devices

50
New cards

Tunneling

Allows an existing IPv4 router to carry IPv6 traffic

51
New cards

2018:0000:0000:0000:0000:0000:4815:54ae

2018::4815:54ae

52
New cards

Which of the following is an IPv6 address?

  • 192.168.1.1

  • 12:34:56:78:90:AB

  • 1234::5678:90AB

1234::5678:90AB

53
New cards

Unicast Address

Used to identify a single interface

  • Globally-Routed- Similar to IPv4’s unicast class A,B, and C addresses and begins with 2000-3999

  • Link-Local/Local Use- Used like a private IP in IPv4 that can only be used on the local area network and begins with FE80

  • Stateless Address Autoconfiguration (SLAAC)- Eliminates the need to obtain addresses or other configuration information from a central server

54
New cards

Multicast Address IPv6

Used to identify a set of interfaces and begins with FF

55
New cards

Anycast Address

Used to identify a set of interfaces so that a packet can be sent to any member of a set

56
New cards

Extended Unique Identifier (EUI)

Allows a host to assign itself a unique 64-bit IPv6 interface identifier called EUI-64

57
New cards

DHCPv6 Protocol

Allows DHCP to automatically assign addresses from a DHCPv6 server

58
New cards

Neighbor Discovery Protocol (NDP)

Used to determine the Layer 2 addresses that are on a given network