MODULE 14 to MODULE 15

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/75

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 10:08 AM on 6/26/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

76 Terms

1
New cards

transport layer

Responsible for logical communications between applications running on different hosts

2
New cards

transport layer

It is the link between the application layer and the lower layers that are responsible for network transmission

3
New cards

TCP, UDP

The transport layer includes two protocols: _____ and _____

4
New cards

transmission control protocol

What does TCP stand for?

5
New cards

user datagram protocol

What does UDP stand for?

6
New cards

transport layer

What layer uses segmentation and multiplexing to enable different communication conversations to be interleaved on the same network?

7
New cards

transport layer

This layer is responsible for tracking individual conversations and segmenting data and reassembling segments

8
New cards

TCP

What transport layer protocol do the following application layer protocols use?

FTP

9
New cards

TCP

What transport layer protocol do the following application layer protocols use?

SMTP

10
New cards

UDP (by default) and TCP

What transport layer protocol do the following application layer protocols use?

DNS

11
New cards

UDP

What transport layer protocol do the following application layer protocols use?

TFTP

12
New cards

TCP

It is a connection-oriented transport layer protocol

13
New cards

TCP

This transport layer protocol ensures that all of the data arrives at the destination

14
New cards

TCP

This transport layer protocol provides reliability and flow control

15
New cards

TCP

What transport layer protocol have the following basic operations?

  • Number and track data transmitted to a specific host from a specific application

  • Acknowledge the received data

  • Retransmit any unacknowledged data after a certain amount of time

16
New cards

UDP

This transport layer protocol is a connectionless protocol

17
New cards

UDP

This transport layer protocol is known as the stateless protocol

18
New cards

UDP

This transport layer protocol is known as the best effort delivery protocol because there is no acknowledgement that the data has been received at the destination

19
New cards

UDP

What transport layer protocol is used by request-and-reply applications where the data is minimal and retransmission can be done quickly?

20
New cards

TCP

What transport layer protocol is used applications if is it important that all of the data arrives and can be processed in its proper sequence?

21
New cards

TCP

This transport layer keeps track of the state of the communication session

22
New cards

TCP

What transport layer protocol has the following header fields?

  • Source port

  • Destination port

  • Sequence number

  • Acknowledgement number

  • Header length

  • Reserved

  • Control bits

  • Window size

  • Checksum

  • Urgent

23
New cards

TCP

What transport layer protocol do the following applications use?

  • FTP

  • HTTP

  • SMTP

  • SSH

24
New cards

UDP

This transport layer protocol is known to be best effort and lightweight

25
New cards

UDP

This transport layer protocol reconstructs data in the order that it is received

26
New cards

UDP

This transport layer protocol is used by live video and multimedia applications.

27
New cards

Socket

This is the combination of the source IP address and source port number, or the destination IP address and destination port number.

28
New cards

Socket pairs

This is used to identify the server and the service being requested by the client

29
New cards

IANA

This is the standard organization responsible for assigning various addressing standards, including the 16-bit port numbers.

30
New cards

0 to 1,023

These port number groups are well-known ports

31
New cards

registered ports

What port number group do port numbers 1,024 to 49,151 fall under?

32
New cards

private and/or dynamic ports

What port number group do port numbers 49,152 to 65,535 fall under?

33
New cards

netstat

This command is used as an important tool to verify connections

34
New cards

three-way handshake

In TCP connections, the host client establishes the connection with a server using the _______ process

35
New cards

FIN

What flag set does the client/server send to terminate the session?

36
New cards

segment sequence numbers

This indicates how to reassemble and reorder received segments

37
New cards

flow control

This refers to the amount of data that the destination can receive and process reliably.

38
New cards

flow control

This helps maintain the reliability of TCP transmission by adjusting the rate of the data flow between the source and destination for a given session

39
New cards

sliding window

This allows a sender to continuously transmit segments as long as the receiver is acknowledging previous segments

40
New cards

MSS or Maximum Segment Size

This refers to the maximum amount of data that the destination device can receive

41
New cards

1,460

A common MSS (Maximum Segment Size) is ______ bytes when using IPv4.

42
New cards

number of bytes

To control congestion, the host can reduce the ______ it sends before receiving an acknowledgment.

43
New cards

application layer

This layer ensures that the data is in a format the receiving device can use.

44
New cards

application layer

This layer is the closest layer to the end user

45
New cards

application layer

This layer provides the interface between the applications used to communicate and the underlying network over which messages are transmitted

46
New cards

application layer

This layer’s protocols are used to exchange data between programs running on the source and destination hosts

47
New cards

presentation layer

This layer formats data and it sets the standards for file formats

48
New cards

presentation layer

This layer formats data at the source device into a compatible format for receipt by the destination device

49
New cards

presentation layer

This layer compresses data in a way that the destination device can decompress

50
New cards

presentation layer

This layer encrypts data for transmission and decrypts data upon receipt

51
New cards

video

MKV, MPG, MOV are well-known standards for what type of file format?

52
New cards

images/graphics

GIF, JPG, PNG are well-known standards for what type of file format?

53
New cards

session layer

This layer creates and maintains dialogs between source and destination apllications

54
New cards

session layer

This layer handles the exchange of information to initiate dialogs, keep them active, and to restart sessions that are idle for a long time

55
New cards

application layer

What layer are client and server processes considered to be in?

56
New cards

upload

Data transfer from a client to the server is called a/an _____

57
New cards

download

Data transfer from a server to the client is called a/an ____

58
New cards

(1) P2P networks
(2) P2P applications

What are the two parts of a peer-to-peer (P2P) network model?

59
New cards

p2p networks

The physical or virtual infrastructure linking two or more computers, connected via a network, can share resources without having a dedicated server.

60
New cards

p2p networks

The roles of client and server are set on a per request basis

61
New cards

p2p applications

The software or program that lets users perform tasks over that physical infrastructure.

Allows a device to act as both a client and a server within the same communication

62
New cards
  • protocol or scheme

  • server namee

  • specific file name requested

What are the three parts of the URL

63
New cards

HTTP

This is a request/response protocol that specifies the message types used for that communication.

64
New cards

Email

This is a store-and-forward method of sending, storing, and retrieving electronic messages across a network.

65
New cards

SMTP

This email protocol is used by an application to send email.

66
New cards

POP

This email protocol is used by an application to retrieve mail from a server, but it does not store messages.

67
New cards

IMAP

This email protocol describes a method to retrieve email messages and original messages are kept on the server until manually deleted by the user.

68
New cards

domain name

This was created to convert numeric IP addresses into a simple, recognizable name.

69
New cards

.com

This top-level domain is used for business or industry.

70
New cards

.org

This top-level domain is used for non-profit organizations.

71
New cards

.ph (Philippines)

.au (Australia)

This top-level domain is used for country of origin.

72
New cards

nslookup

When this command is issued, the default DNS server configured for your host is displayed.

73
New cards

DHCP

This protocol automates the assignment of IPv4 addresses, subnet masks, gateways, and other IPv4 networking parameters

74
New cards

DHCP

The ______ server chooses an address from a configured range of addresses (called a pool) and assigns (or leases) it to the host.

75
New cards

FTP (file transfer protocol)

This protocol was developed to allow for data transfers between a client and a server.

76
New cards

SMB (server message block)

This protocol is a client/server, request-response file sharing protocol.

It controls file and printer access and allows an application to send or receive messages to or from another device.