• 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/30

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;

30 Cards in this Set

  • Front
  • Back
what is the telnet application used for?
It allows a user on remote client machine to access resources of another machine.
What is the ftp program/protocol used for?
allows user to authenticate and transfer files between two machines.
What is the application layer protocol "x window" used for?
Defines a client/server protocol for writing client server applications based on a graphical user interface.
what protocol takes data and breaks it into numbered segments
tcp
define:virtual circuit
a connection created by using tcp between a sending host and a receiving host.
what are some of the key features of tcp
it is sequenced,connection oriented, reliable, larger overhead compared to udp, uses acknowledgments
Tcp segment format: Define-sorce port
the port number of the application on the host sending the data
tcp segment format:define-destination port
the port number of the application requested on the destination host.
tcp segment format:Define-sequence number
a number used by tcp to puts the data back in order or to retransmit missing or corrupt data.
tcp segment format: Define-acknowledgement number
tcp octet that is expected next
header length
the number of 32bit words in the tpc header.tells where the data begins.
tcp segment format: Define-code bits
control functions used to set up and terminate a session
tcp segment format:define-window
the window size the sender is willing to accept in octets.
tcp segment format:Define-checksum
the cyclic redunancy check. crc checks the data and header field for errors.
tcp segment format:Define-urgent
this value indicates the offset form th current sequence number.
tcp segment format:define-options
may be 0 or a multiple of 32 bits.
tcp segment format:define-data
the data that is handed down to the tcp protocol at the transport layer, which includes the upper layer headers.
True or False:The upd protocol handles issues of reliability?
false
True or False:UDP creates a virtual circuit to establish a connection with the remote host.
false
tcp and udp use ____ _____ to communicate with the upper network layers to keep track of different conversations traversing the network simultaneously.
port numbers
what port numbers do the following protocols use.
telent,smtp,http,ftp,dns,https,snmp,tftp,dns
23,25,80,21,53,443,161,69,53
List 5 protocols that operate at the internet (network) layer.
IP,ICMP,ARP,RARP,Proxy ARP
this internet layer protocol is aware of all interconnect networks
IP
which protocol provides hosts with information about network problems.
ICMP (internet control message protocol)
Define:hop
Determines the number of routers an IP packet is allowed to pass through.
define:ping
Packet Internet Groper uses ICMP echo requests and reply messages to check physical and logical connectivity.
define traceroute
used to discover the path a packet will take as it traverses an internetwork
In the DoD model what two things does the internet layer provide?
routing and providing a single network interface to the upper layers.
Indentifing devices on a network require answering what two questions?
what network is the device on, and what is its hardware address.
what are two characteristics of icmp packets
They provide host with information about network problems and they are encapsulated in ip datagrams.