Use Basic TCP/IP Concepts Flashcards

Lessson 5B (31 cards)

1
Q

is set of rules that allows networked hosts to communicate data in a structured format.

A

protocol

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

is a set of rules that governs how data packets are routed and addressed to travel across networks to their correct destination.

Network layer

A

Internet Protocol (IP)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

is responsible for delivering the data to that destination. can identify and recover from lost or out-of-order packets, mitigating the inherent unreliability of IP.

transport layer

A

Transmission Control Protocol (TCP)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

is the second layer of the OSI model, responsible for reliable data transfer between two directly connected network nodes. It achieves this by framing data, performing error detection and correction, controlling the flow of data, and using physical addresses (MAC addresses) for local communication.

A

Data Link layer of the OSI model

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

is a communication protocol that finds the physical MAC address of a device on a local network when given its IP address. It works by broadcasting an ARP request asking which device has a specific IP address, and the device with that IP address responds with its MAC address. This process is crucial for data packets to be sent to the correct destination on a local network.

A

Address Resolution Protocol (ARP)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

a protocol provides unreliable, connectionless
forwarding. makes sending data faster and can be tolerated glitches/squeak in videos/audio.

transport layer

A

User Datagram Protocol (UDP)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

situated at the top of the OSI model, acts as the interface between applications and the network, enabling users to interact with network services like email and web browsing.

A

Application Layer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

form of addressing comes in dotted decimal form of 4 octects(8 bits) converted from 1’s & 0’s. may be any value between 0.0.0.0 and 255.255.255.255 and are assigned.

A

IPv4 Addressing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

of an IP address identifies the network itself, while the host part identifies a specific device on that network. The network part is the same for all devices on a given network, while the host part must be unique for each device.

A

Network Prefixes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

is a number that splits an IP address into a network portion (prefix) and a host portion. It’s also known as a prefix mask because the number of bits used for the network part is often expressed in the Classless Inter-Domain Routing (CIDR) notation, which uses a forward slash followed by the bit count (e.g., /24).

IP address

A

subnet mask

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

is a feature that enables a Linux machine to act as a router by forwarding IP packets between different network interfaces.

transport layer

A

IPv4 Forwarding

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

is the IP address of a router on a local network that serves as the “doorway” to other networks, like the internet.

A

default gateway

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

addresses are allocated to customers networks by ISPs.

A

public IP address

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

standard that defines specific IP address ranges for use in private networks, which are not routable on the public internet

A

private addressing
aka
RFC 1918

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

private ip to public internet

is a networking technology that modifies IP address information in packet headers to allow multiple devices on a private network to share a single public IP address when accessing the internet.

A

network address translation (NAT)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

setting a unique IP address for a device on a network, typically consisting of four octets (numbers between 0 and 255) separated by periods, where the first portion identifies the network and the remaining part uniquely identifies the host within that network;

A

IPv4 Host Address Configuration

17
Q

a permanent number assigned to a device on a network.

A

static IP address

18
Q

is the IP address of a router that connects your local network to other networks, such as the internet.

A

default gateway

19
Q

is a network system that translates human-readable domain names (like “google.com”) into machine-readable IP addresses

A

Domain Name System (DNS)

20
Q

a host can receive its IP address, subnet mask, default gateway, and DNS server addresses from a

A

dynamic host
configuration protocol (DHCP) server.

21
Q

is a feature in operating systems that automatically assigns a computer an IP address in the range of 169.254.0.1 to 169.254.255.254

A

automatic private IP addressing (APIPA).

22
Q

a router has multiple interfaces, Both interfaces must be configured with an IP address and subnet mask:
* public digital modem interface to connect to the ISP (ISP’s DHCP server).
* private Ethernet interface on the LAN (router’s DHCP)

A

SOHO Router Configuration

23
Q

address is a 128-bit number and so can express
exponentially more address values that the 32-bit number used in IPv4. it is Hexadecimal address with two parts of Network/Interface ID number each 64bits (2001:0db8:0000:0000:0abc:0000:def0:1234)

24
Q

IP addresses are used on the local segment to communicate with neighbor hosts. In hex notation, link-local addresses start with (fe80::)

IPv6 addressing

A

Link-local addresses

25
is a method for IPv6-enabled devices to automatically create their own IPv6 addresses without a central server. most hosts obtain a global and link-local address via the local router. | IPv6
StateLess Address Auto Configuration (SLAAC).
26
This dual-protocol approach supports a gradual transition to IPv6 while maintaining compatibility with legacy IPv4 systems and devices | IP addressing
Dual Stack
27
convert an IP address to binary, perform the calculation and then convert back to the IPv4 decimal number representation known as a dotted quad. The same procedure works for 128-bit IPv6 addresses.
Subnet Mask Calculation
28
a way of writing numerical data, particularly IP addresses, where each group of digits (called an octet) is separated by a period (dot), with each octet representing a decimal number between 0 and 255;
Dotted Decimal format
29
It provides a blueprint for data transmission, allowing for interoperability between diverse hardware and software, and serves as a valuable tool for understanding and troubleshooting network issues.
OSI (Open Systems Interconnection) model
30
OSI Seven Model Layers
7. Application Layer 6. Presentation Layer 5. Session Layer 4. Transport Layer 3. Network Layer 2. Data Link Layer 1. Physical Layer
31
OSI Layer 1
Application Layer: Provides network services directly to the user's applications.