Use Basic TCP/IP Concepts Flashcards

Lessson 5B

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 responsible for finding the destination address for data

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

a collection of protocols that govern how data is exchanged on the internet.
* Transmission Control Protocol (TCP): A connection-oriented protocol that ensures data is delivered

  • Internet Protocol (IP): Defines how to address and route network packets
  • User Datagram Protocol (UDP): An alternative to TCP that’s less reliable but ideal for streaming
A

Transmission Control Protocol/Internet Protocol (TCP/IP) suite

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

This layer is responsible for putting frames onto the physical network. is packaged in a unit called a frame and node interfaces are identified by a MAC address.
* wifi
* cable modems
* DSL modems

A

Link or Network Interface layer

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

which allows a host to query which MAC address is associated with an IP address.

A

Address Resolution Protocol (ARP)

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

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
8
Q

This layer are numerous application protocols, used to configure and manage network hosts and to operate services, such as the web and email. Each application protocol uses a TCP or UDP port to allow a client to connect to a server.

A

Application Layer

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

Two of the most important header fields are the source and destination IP address fields, 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.

Internet Protocol (IP)

A

IPv4 Addressing

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

An IPv4 address provides two pieces of information encoded within the same value:
* The network number (network ID) is common to all hosts on the same IP network.
* The host number (host ID) identifies a host within a particular IP network.

A

Network Prefixes

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

is a 32-bit number that identifies the network and host portions of an IP address. The mask is typically expressed in two formats: decimal (e.g., 255.255. 255.0) and prefix (e.g., /24).

IP address

A

subnet mask aka prefix mask

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

the process where a network device, like a router, receives incoming network packets on one interface and then directs them to the appropriate network interface to reach their intended destination

transport layer

A

IPv4 Forwarding

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

is the IP address of a router interface that the host can use to forward packets to other networks.

A

default gateway

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
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
15
Q

addresses from these ranges are not allowed to route traffic over the public Internet. Use of the addresses is confined to private LANs.
* 10.0.0.0 to 10.255.255.255 Class A
* 172.16.0.0 to 172.31.255.255 Class B
* 192.168.0.0 to 192.168.255.255 Class C

A

private addressing aka RFC 1918

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

subnet mask for a network depends on the class of the network which is a further breakdown of networks within networks.

A

Default subnet mask

17
Q

private ip to public internet

router uses to convert between the private and public addresses or Through a proxy server that fulfills requests for Internet resources on behalf
of clients.

A

network address translation (NAT)

18
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

19
Q

a permanent number assigned to a device on a network.

A

static IP address

20
Q

is the IPv4 address of a router, such as
192.168.0.1

A

default gateway

21
Q

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

A

Domain Name System (DNS)

22
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.

23
Q

a host is using an ….address ( ranging 169.254.0.1 to 169.254.255.254) by Windows, it can communicate with other hosts on the same network that are using ….. but cannot reach other networks or communicate with hosts that have managed to obtain a valid DHCP lease.

A

automatic private IP addressing (APIPA).

24
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

25
Q

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

26
Q

is one that is unique on the Internet IP address that starts with a 2 or 3

IPv6 address

A

global address

27
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

28
Q

most hosts obtain a global
and link-local address via the local router.

IPv6

A

StateLess
Address Auto Configuration (SLAAC).

29
Q

is used to implement SLAAC, allows a host to discover a router, and performs the interface
address querying functions performed by ARP in IPv4.

IPv6

A

Neighbor Discovery (ND).

30
Q

most hosts and routers can operate both IPv4 and IPv6 at the same time.

IP addressing

A

Dual Stack

31
Q

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.

A

Subnet Mask Calculation

32
Q

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;

A

Dotted Decimal format