• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/47

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

47 Cards in this Set

  • Front
  • Back
What layer of the TCP/IP model is responsible for establishing a temporary communication session between two applications and delivering data between them?
Transport layer
Tracking the individual communication between applications on the source and destination hosts, segmenting data for manageability and reassembling segmented data into streams of application data at the destination, and identifying the proper application for each communication is the responsibility of what protocols?
Transport layer
Tracking individual conversations, Segmenting data and reassembling segments, and identifying the applications are all roles of what OSI layer?
Transport layer 4
Each particular set of data flowing between a source application and a destination application is known as what?
Conversation
Segmentaion and encapsulation of data into manageable sizes are part of the transport layer responsibilities, T or F?
T
Ensuring that even with multiple applications running on a device, all applications receive the correct data is part of the transport layers responsibilities, T or F?
T
What identifier is used to pass data streams to the proper application?
Port numbers
Segmenting data into smaller chunks enables many different communications, from many different users to be interleaved on the same network. This is also known as what?
Multiplexing
What does the transport layer add to a segment in order to enable different transport layer protocols to perform different functions?
Header
What are 2 protocols that are used at the transport layer?
TCP
UDP
What are the 3 basic operations of reliability of TCP?
Tracking transmitted data segments
Acknowledging received data
Retransmitting any unacknowledged data
Where is the control process in a TCP segment?
In the header
What protocol is known for its "best effort" delivery method with less overhead than TCP
UDP
What 2 reliability mechanisms in UDP are missing that are included in TCP?
No acknowledgement data is recieved
No retransmitting of unreceived data
What protocol is described by the following properties?:
Fast
Low overhead
No acknowledgements
No resend of lost data
Delivers data as it arrives
UDP
What protocol is described by the following characteristics?:
Reliable
Acknowledge data
Resends lost data
Delivers data in order sent
TCP
What application layer protocols use TCP?
HTTP
Telnet
FTP
SMTP
What application layer protocols use UDP?
IPTV
VOIP
DHCP
TFTP
SNMP
What application layer protocol uses both TCP and UDP?
DNS
Establishing a session
Reliable delivery
Same order delivery
Flow control
are all properties of what Layer 4 protocol?
TCP
What is a protocol that keeps track of the state of the communication session?
Statefull protocol
What layer 4 protocol is known as a stateful protocol?
TCP
What layer 4 protocol is considered a stateless protocol?
UDP
TCP has _________ bytes of overhead in its header compared with only ________ bytes of overhead in UDP.
20
8
The sequence number in a TCP header is used for what?
Data reassembly purposes
Acknowledgement number in a TCP header is used for what?
Indicates that data has been recieved
Header length of the TCP header is used for what?
Indicate the length of the segment header
Cotnrol bits field in the TCP header is used for what?
Indicates the purpose and function of the segment
Window size field in a TCP header is used for what?
Number of segments that can be accepted at a time
The pieces of communication in UDP are called what?
Datagrams
What is a unique identifier that is used to keep track of specific conversations and destination services requested?
Port number
What port, is assigned a randomly generated number by the sending device to identify a conversation between two devices?
Source port
What term describes a combination of the source and destination IP addresses and the source and destination port numbers?
Socket
T or F, the socket is used to identify the server and service being requested by the client.
T
T or F, it is the combination of the transport layer port number and the network layer IP address of the host that uniquely identifies a particular application process running on an individual host device.
T
What are numbers reserved for services and applications known as? and what is the range?
Well known port numbers
0 - 1023
What are the numbers assigned to user processes or applications that may be used dynamically as a client source port? What is the range?
Registered port numbers
1024 - 49151
What are known as ephemeral ports that are usually assigned dynamically to client applications when the client initiates a connection to a service? What is the range?
Private Ports
49152 - 65535
What are the well-known TCP ports for the following?
FTP
Telnet
SMTP
HTTP
IMAP
IRC
HTTPS
FTP - 21
Telnet - 23
SMTP - 25
HTTP - 80
IMAP - 143
IRC - 194
HTTPS - 443
What are some well-known UDP port numbers of the following?
TFTP
RIP
TFTP - 69
RIP - 520
What command is used to display protocols in use, the local address and port number, foreign address and port number, and connection state?
netstat
T or F, an individual server cannot have 2 services assigned to the same port number within the same transport layer service.
T
__________ sequence numbers enable reliability by indicating how to reassemble and reorder received segments.
Segment
This optional feature allows for the destination to acknowledge bytes in discontinuous segments where the host would only need to retransmit the missing data.
SACKs
What TCP header field determines the flow control portion of the amount of data segments that the destination device can accept?
Window size
The window size determines the number of bytes sent before an acknowledgment is expected, T or F
T
The acknowledgement number is the number of the next expected byte, T or F
T