2.1 Introduction to IP - CompTIA A+ 220-1101

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

1/34

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.

35 Terms

1
New cards

What is the metaphor used to describe data transport in networking?

The metaphor of a moving truck that transports boxes of data across a network.

2
New cards

What protocol is often considered the delivery vehicle for data on a network?

Internet Protocol (IP).

3
New cards

What are the two common transport layer protocols discussed in the lecture?

TCP (Transmission Control Protocol) and UDP (User Datagram Protocol).

4
New cards

What characteristic distinguishes TCP from UDP?

TCP is a connection-oriented protocol offering reliable data delivery, while UDP is connectionless and does not guarantee delivery.

5
New cards

What is multiplexing in the context of networking?

The ability to allow multiple applications to communicate with a server simultaneously.

6
New cards

What does TCP ensure in terms of data delivery that UDP does not?

TCP ensures reliable delivery and has mechanisms for flow control and data reordering.

7
New cards

What is the purpose of a port number in networking?

To identify what application or service on a server should receive the incoming data.

8
New cards

What are ephemeral ports?

Temporary port numbers assigned by an operating system for communication during a session.

9
New cards

What is the common port number for HTTP traffic?

Port 80.

10
New cards

What role does DHCP play in UDP communication?

DHCP uses UDP to assign IP addresses to devices without a need for acknowledgment of data receipt.

11
New cards

How does TCP handle missing packets during data transmission?

TCP can identify missing packets and request retransmission from the sender.

12
New cards

What is the significance of well-known port numbers?

They simplify the process of connecting applications, ensuring that devices know where to send data.

13
New cards

What is the function of the source and destination IP addresses in a client-server communication?

They identify the originating device and the target server for the data being transmitted.

14
New cards

In a networking context, what does an Ethernet payload carry?

It carries the actual data being transferred, encapsulated within Ethernet frames.

15
New cards

What does a server with multiple services utilize to manage incoming traffic correctly?

Unique port numbers for each service to differentiate and direct incoming data.

16
New cards

What is a network protocol?

A set of rules that govern data communication over a network.

17
New cards

What does OSI stand for in networking?

Open Systems Interconnection.

18
New cards

What layer of the OSI model does IP operate at?

Layer 3, the Network Layer.

19
New cards

What is the primary function of the Application Layer in the OSI model?

To provide network services to end-user applications.

20
New cards

What is bandwidth in networking?

The maximum rate of data transfer across a network path.

21
New cards

What is latency?

The time delay experienced in data transmission over a network.

22
New cards

What is a subnet mask?

A 32-bit number that divides an IP address into network and host portions.

23
New cards

What is NAT?

Network Address Translation, a method for remapping one IP address space into another.

24
New cards

What is a VPN?

Virtual Private Network, a secure connection between a user and a network.

25
New cards

What does DHCP stand for?

Dynamic Host Configuration Protocol.

26
New cards

What is the function of a router in networking?

To forward data packets between different networks, directing traffic.

27
New cards

What is a modem?

A device that modulates and demodulates signals for data transmission over telephone lines.

28
New cards

What is an IP address?

A unique numerical label assigned to each device connected to a network.

29
New cards

What is the difference between IPv4 and IPv6?

IPv4 uses a 32-bit address space, while IPv6 uses a 128-bit address space, allowing for more addresses.

30
New cards

What does SSL stand for?

Secure Sockets Layer, a standard security technology for establishing an encrypted link.

31
New cards

What is a firewall?

A network security device that monitors and controls incoming and outgoing network traffic.

32
New cards

What is a LAN?

Local Area Network, a network that connects computers within a limited geographical area.

33
New cards

What is a WAN?

Wide Area Network, a telecommunications network that extends over a large geographical area.

34
New cards

What is the role of DNS in networking?

Domain Name System, it translates human-readable domain names into IP addresses.

35
New cards

What is packet switching?

A method of transmitting data in small packets independently across a network.