TCP/IP Flashcards
what does TCP/IP mean
Transmission control protocol/internet protocol
who designed and developed TCP/IP to ensure and preserve data integrity as well as maintain communications in the event of catastrophic war
department of defense (DoD)
True or False: TCP/IP network can be a secure, dependable, and resilient one
True
in 1983, TCP/IP replaced the ____ and was authorized as the official means of data transport for anything connecting to ARPAnet
Network Control Protocol (NCP)
What does ARPA mean
Advanced Research Projects Agency
when did the DoD’s ARPA create TCP/IP
1957, in a cold war reaction to the Soviet’s launching of Sputnik
in 1983, ARPA was redubbed?
DARPA divided into ARPAnet and MILNET until both were finally dissolved in 1990
What does BSD mean
Berkely Software Distribution
basically a condensed version of the OSI model that comprses four instead of seven layers
TCP/IP and DoD model
Enumerate the TCP/IP and DoD model
- Process/Application Layer
- Host-to-Host layer or Transport Layer
- Internet Layer
- Network Access Layer or Link Layer
The TCP/IP process/application layer encompas what layers in the OSI model
Application presentation and session
defines protocols for node-to-node application communication and controls user-interface specifications
Process/Application Layer
parallels the functions of the OSI’s Transport layer, defining protocols for setting up the level of transmission service for applications.
Host-to-Host Layer or Transport Layer
tackles issues like creating reliable end-to-end communication and ensuring the error-free delivery of data
Transport Layer
handles packet sequencing and maintains data integrity
transport layer
corresponds to the OSI’s network layer, designating the protocols relating to the logical transmission of packets over the entire network. it takes care of the addresing of hosts by giving them an IP address and handles the routing of packets among multiple networks
Internet Layer
implements the data exchange between the host and the network
network access layer
Give examples of application layer protocols
telnet, ftp, lpd, snmp, tftp, smtp, nfs, x window, https, dns, apipa, ssh, ntp, dhcp/bootp
give examples of transport layer protocols
TCP and UDP
Give examples of internet layer protocols
ICMP, ARP, RARP, IP
Give examples of link layer protocols
Ethernet, Fast Ethernet, Token RIng, FDDI
one of the first internet standards developed in 1969 and is the chameleon of protocols
telnet
True or false: telnet allows a user on a remote client machine (telnet client) to access the resources of another machine (telnet server) in order to access a command-lilne interface
True