TCP/IP Basics Flashcards
protocols
set of rules upon which software is developed
protocol suite
aggregation of protocols
protocol stack
software installed on a system that enables a specific protocol suite to function
IPv4
internet protocol version 4
IPv6
internet protocol version 6
ICMP
internet control message protocol
“is there a computer out there with the address of”
called automatically by apps for the most part
used by ping utility
RTT
round trip time (real transfer time)
time of response for a ping query
times out if connection is not available
destination & source addresses are part of the [blank]
TCP/IP Internet layer
OSI network layer
connection-oriented
ensure data arrives in good order (TCP)
connectionless
data arrival condition not important (UDP)
TCP handling of data
breaks data into segments
gives segments sequence number
verifies all segments were received
missing segments resent
port numbers
used by systems to determine which application needs to receive the data
1 - 65,535
HTTP port number
TCP 80
POP3 port number
TCP 110
flags
individual bits that give both sides detailed information about the state of the connection
checksum
checks TCP header for errors
UDP summary
packets do not contain extra confirmation components
lots of data needs to be delivered
integrity of data is not critical
systems are close - chance of problem minimal
VoIP - UDP much faster than TCP
2 network protocols that use UDP
DNS
DHCP
UDP datagrams get chopped into segments [T/F]
false
IP addressing in LANs
MAC broadcast traffic would not work in larger networks
IP addressing overcomes this hurdle
composition of IPv4 address
32-bit value
broken into 4 groups of 8 - separated by period
each group converted into decimal number between 0 & 255
naming standard used by IP addresses
dotted decimal notation
dotted octet numbering system
commands to display IP address
ipconfig /all - Windows
ifconfig - UNIX / Linux / OS X
network ID
shared numbers of IP addresses that identify a network
network ID & host ID of the following address:
202.120.10.5
network ID = 202.120.10
host ID = 5
why no computer can have an IP address ending in 0
reserved for the network ID
in order to interconnect LANs [blank] is required
router with IP address on the LAN it serves
default gateway
router interface
usually “1” on LAN side
routing table
instructions that tell the router what to do with incoming packets & where to send them
subnet mask
provides the ability to determine if the target computer is on the same network
0 translates to
00000000
255 translates to
11111111