Introduction to IP

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

1/54

flashcard set

Earn XP

Description and Tags

CompTIA A+ 220-1101 – 2.1

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

55 Terms

1
New cards

Why is TCP considered a “reliable” form of delivery?

TCP is reliable because it checks for errors and resends lost or damaged data. or if there's an error during communication, it can resend the data to make sure everything gets through correctly.

2
New cards

TCP and UDP take place at what OSI layer?

OSI layer 4 or transport layer

3
New cards

multiplexing

putting several signals together to send them through one line.

4
New cards

Connection oriented protocol

A formal connection before data is sent and closes it after (like TCP).

5
New cards

Is UDP connection oriented or connectionless?

There’s no formal opening or closing of a connection before sending data. or UDP is connectionless — it just sends data without setting up a connection.

6
New cards

is UDP considered "reliable"?

UDP is considered unreliable, not because the data is more likely to be lost, but because it doesn’t check for errors or resend lost data. It just sends the data and doesn’t guarantee delivery.

7
New cards

IPv4 sockets

An IPv4 socket is made of an IP address + port number + protocol. This combo identifies who’s talking and what app they’re using on both ends.

8
New cards

non ephemeral ports

Non-ephemeral ports are permanent port numbers from 0 to 1,023. They are usually assigned to specific well-known applications (like HTTP uses port 80, or HTTPS uses port 443).

9
New cards

ephemeral ports

Ephemeral ports (1,024–65,535) are temporary ports picked by the client just for that session.

10
New cards

What do NIC (Network Interface cards) do specficliy?

NICs are designed for specific network types like Ethernet, WAN, or wireless.

11
New cards

How are network interface cards (NIC) put into a computer?

NICs are either on the motherboard or added as an expansion card.

12
New cards

what does a repeater do?

A repeater receives a signal, regenerates it (strengthens or cleans it up), and resends it. It doesn't make any forwarding decisions.

13
New cards

What’s a hub?

A hub is a device that receives traffic on one port and repeats it to every other port on the hub. It sends the same signal to all devices connected to it.

14
New cards

All communication on a hub operates at…..?

half duplex, so it can only send or receive data, not both at the same time.

15
New cards

What is a bridge?

A bridge connects networks and forwards traffic based on MAC addresses, unlike a hub that sends data to all ports.

16
New cards

what does a switch do?

A switch sends traffic to the right port based on the destination MAC address.

17
New cards

How does a switch perform lookups?

A switch performs lookups using a piece of hardware called an ASIC (Application-Specific Integrated Circuit), which allows it to quickly examine and forward traffic based on the destination MAC address.

18
New cards

what is a multilayer switch?

A multilayer switch is a device that combines the functions of both a switch and a router. It switches traffic based on MAC addresses like a switch, but it can also route traffic based on IP addresses like a router.

19
New cards

what’s an unmanaged switch

An unmanaged switch is a basic switch with very few configuration options. requires no setup just plug in your devices and they can start communicating.

20
New cards

what can a managed switch do?

A managed switch allows you to configure VLANs, set up trunking (802.1Q) to connect multiple switches, prioritize traffic, and support redundancy using STP (Spanning Tree Protocol). It can communicate with a network management station using SNMP (Simple Network Management Protocol). For troubleshooting, you can also use port mirroring to monitor network traffic.

21
New cards

port mirroring

Port mirroring copies network traffic from one port and sends it to another port for monitoring.

22
New cards

whats a router?

A router sends data between networks by using IP addresses to decide where it should go.

23
New cards

what do you call a router that’s integrated into a switch?

A multilayer switch or Layer 3 switch is a device that acts as both a switch and a router.

24
New cards

does a router connect diverse network types?

Yes, a router connects diverse network types, such as LANs (Local Area Networks), WANs (Wide Area Networks), and different physical media like copper and fiber.

25
New cards

what is a wireless access point?

A Wireless Access Point (WAP) is a device that acts as a bridge, extending a wired network onto a wireless network. It allows devices to connect wirelessly to the network and makes forwarding decisions based on the MAC address.

26
New cards

what is a wireless LAN controller?

A Wireless LAN Controller (WLC) is a device that provides centralized management of Wireless Access Points (WAPs). It helps with tasks like deploying new access points, monitoring performance and security, configuring and deploying changes to all sites, and generating reports on access point usage.

27
New cards

is a wireless LAN controller usually a proprietary system?

Yes, a Wireless LAN Controller (WLC) is usually a proprietary system. Most WLCs are designed by specific manufacturers and are typically used with their own wireless access points and network devices.

28
New cards

Is it true that wireless LAN controllers cannot be cloud-based?

No, it's not true that Wireless LAN Controllers (WLCs) cannot be cloud-based. In fact, many modern WLCs are cloud-managed or have cloud-based options, allowing centralized management of wireless networks from anywhere.

29
New cards

whats a firewall do?

A firewall is a security device that controls traffic in and out of a network. Traditional firewalls filtered traffic by TCP or UDP port numbers, but modern firewalls (called next-generation firewalls) can inspect the entire traffic flow, including the applications being used.

30
New cards

can firewalls be routers?

Firewalls can be routers—many modern firewalls have routing capabilities built in. These firewalls can sit at the edge of the network (handling ingress and egress traffic) and perform tasks like routing and network address translation (NAT) using their internal routing engine.

31
New cards

What is a cable modem?

A cable modem connects your home or business to the internet through a broadband connection provided by a cable company. It uses a standard called DOCSIS (Data Over Cable Service Interface Specification) to send and receive data over the cable TV network.

32
New cards

what kind of throughput do DOCSIS(Data Over Cable Service Interface Specification) networks support?

DOCSIS can handle speeds from a few megabits up to over a gigabit per second, depending on the version and network setup. But gigabit speeds (1,000 Mb/s and higher) are also possible and are becoming more common with newer versions like DOCSIS 3.1.

33
New cards

do DOCSIS networks support multiple services? if so, what services?

yes. video (cable), data (internet), and voice (telephone)

Yes, DOCSIS lets one cable line carry TV, internet, and phone service at the same time.

34
New cards

what is a DSL (digital subscriber line) modem?

A DSL modem uses your phone line to connect to the internet, with faster downloads than uploads. It’s often called ADSL (Asymmetric Digital Subscriber Line) because the download speed is faster than the upload speed—that’s what “asymmetric” means.

35
New cards

What makes DSL (digital subscriber line) asymmetric?

DSL is asymmetric because it gives you more download speed than upload speed. This matches how most people use the internet—we download more (like streaming or browsing) than we upload.

36
New cards

what is a challenge of DSL(digital subscriber line)?

A challenge of DSL is the distance limitation—the farther you are from the central office (the service provider's local facility), the slower the speeds become. This happens because the signal degrades over long distances on the telephone lines.

37
New cards

what kind of throughput does DSL provide?

DSL can offer up to 52 Mb/s for downloads and 16 Mb/s for uploads, but the speed depends on how far you are from the provider.

38
New cards

What’s a patch panel?

A patch panel is where Ethernet cables are connected in the network closet. It allows for easy connections between your networking equipment and various network points using patch cables.

39
New cards

what is PoE (power over ethernet)?

PoE (Power over Ethernet) is a technology that allows network devices (like phones, cameras, or access points) to receive both data and power through a single Ethernet cable. The power is typically supplied by a PoE-enabled switch or injector.

40
New cards

What are endspans?

Endspans refer to Ethernet connections where power is supplied directly from the switch to the network device, typically using PoE (Power over Ethernet). In this setup, the switch itself provides both data and power through a single Ethernet cable.

41
New cards

What are midspans?

Midspans are used when a device requires PoE (Power over Ethernet), but the switch cannot provide it. A PoE injector is placed between the switch and the device, injecting power into the Ethernet cable so the device can receive both power and data.

42
New cards

what is EoP (ethernet over power)?

EoP lets you send Ethernet data over your power lines, making it easier to extend your network without needing new Ethernet cables.

43
New cards

What is the EoP (ethernet over power) designed for and what’s an example?

EoP (Ethernet over Power) is designed for devices that aren’t typically connected to Ethernet—using existing power lines to provide network connectivity. An example is electric cars, where the car can be connected to the Ethernet network when plugged in to charge, without needing an extra Ethernet cable.

44
New cards

What is IPv4?

IPv4 (Internet Protocol version 4) is a protocol that uses 32-bit addresses to identify devices on the internet.

45
New cards

What is IPv6

IPv6 (Internet Protocol version 6) uses 128-bit addresses, providing a massive increase in the number of possible IP addresses compared to IPv4.

46
New cards

What is a Private IP address?

A Private IP address is used only within private networks and cannot be routed or accessed over the Internet. These addresses are typically assigned to devices within local networks like homes or businesses.

47
New cards

What is a Public IP address?

A Public IP address is used on both private and public networks. It can be routed over the Internet and must be unique across the globe to avoid conflicts.

48
New cards

What is NAT?

NAT ( Network Address Translation) changes private IP addresses to public ones when communicating with the Internet, allowing multiple devices to use a single public IP.

49
New cards

What is IPv6 Link-Local?

IPv6 Link-Local addresses are used automatically within a local network and cannot be used to communicate outside of that network. They start with fe80::/64.

50
New cards

What is IPv6 Site-Local?

IPv6 Site-Local addresses are used only within an organization and cannot be routed over the Internet. They start with fc00::/7.

51
New cards

What is IPv6 Global?

IPv6 Global addresses are public, unique, and used for communication over the Internet.

52
New cards

What is Unicast?

Unicast is when data is sent from one device to just one other device.

53
New cards

What is Multicast?

Multicast sends data from one device to a group of devices that want to receive it.

54
New cards

What is Anycast?

Anycast sends data to the nearest device in a group of possible receivers.

55
New cards

What is a Broadcast?

Broadcast sends data to every device in the same LAN (used only in IPv4).