Chapter 2 - TCP/IP Concept Review
What port does the Hypertext Transfer Protocol, or HTTP service use?
80
What layer, in the TCP/IP stack, is responsible for routing a packet to a destination address?
Internet
In the TCP/IP stack, what layer is concerned with physically moving bits across the network's medium?
Network
What IP address is used as a loopback address and is not a valid IP address that can be assigned to a network?
127 address
What is the decimal equivalent of the binary number 11000001?
193
What TCP flag is responsible for delivering data directly and immediately to an application?
PSH flag
What TCP flag is responsible for synchronizing the beginning of a session?
SYN flag
What type of network attack relies on guessing a TCP header's initial sequence number, or ISN?
Session hijacking
What connection-oriented protocol is utilized by the Transport layer?
TCP
In the TCP/IP stack, what layer is concerned with controlling the flow of data, sequencing packets for reassembly, and encapsulating the segment with a TCP or UDP header?
Transport
What port does the Simple Mail Transfer Protocol, or SMTP service use?
25
How many host computers can be assigned a valid IPv4 address when using a CIDR /24 prefix?
254
What port is typically reserved and utilized by the Secure Hypertext Transfer Protocol to create a secure connection to a Web server?
443
What layer, in the TCP/IP stack, do applications and protocols, such as HTTP and Telnet, operate?
Application
What IPv4 address class has the IP address 221.1.2.3?
Class C
What TCP/IP protocol is used to send messages related to network operations and can be used to troubleshoot network connectivity?
ICMP
What does the acronym TCP represent?
Transmission Control Protocol
What layer, in the TCP/IP protocol stack, is responsible for encapsulating data into segments?
Transport layer
What TCP/IP protocol is fast, unreliable, and operates at the Transport layer?
UDP
What protocol is the most widely used and allows all computers on a network to communicate and function correctly?
TCP/IP
What port does the Domain Name System, or DNS service use?
53
What port does the Trivial File Transfer Protocol, or TFTP service use?
69
What layer protocols operate as the front end to the lower-layer protocols in the TCP/IP stack?
Application Layer
What 32-bit number tracks packets received by a node and allows the reassembling of large packets that have been broken up into smaller packets?
ISN
What is the logical component of a TCP connection that can be assigned to a process that requires network connectivity?
Port