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

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;

87 Cards in this Set

  • Front
  • Back
  • 3rd side (hint)
What does the Application Layer do?
The _______ layer provides file, print, message, database and application services. It is also responsible for finding the network resources broadcast from a server and adding flow control and error control if the application developer chooses.
Layer 7 of the OSI model. FTP and TFTP actually reside here.
What does the Presentation Layer do?
The __________ layer provides data encryption and decryption, compression and decompression as well as translation services. This layer actually defines how data is formatted, presented, encoded and converted for use on the network.
Layer 6 of the OSI model. EBCDIC to ASCII.
What does the Session Layer do?
The ___________ layer provides dialog control. This layer actually sets up, maintains and terminates sessions between applications. Coordinates communications between systems by offering three different modes: Simplex, Half-Duplex and Full-Duplex.
Layer 5 of the OSI model. Basically keeps different application's data separate from other application's data.
What does the Transport Layer do?
The __________ layer provides a logical connection between sending and destination hosts (end-to-end connection,) reliable or unreliable delivery, error correction before retransmit, segmenting, sequencing and virtual circuits. Also helps control the flow of information through buffering, windowing and congestion avoidance.
Layer 4 of the OSI model. Virtual Circuits!
What does the Network Layer do?
The ________ layer provides routing, logical addressing (which routers use for path determination)
Layer 3 of the OSI model
What does the Data Link Layer do?
The _________ layer combines packets into bytes and bytes into frames, provides access to media using MAC address, performs error DETECTION/NOTIFICATION not correction and actually places the data on the network medium. Also handles network topology and provides flow control.
Layer 2 of the OSI model. Network Topology!
What does the Physical Layer do?
The _______ layer moves bits between devices, specifies voltages, wire speed and pin-out of cables. It is responsible for the electrical and mechanical connection between devices.
Layer 1 of the OSI model
Why does the OSI model exist?
The ____ model is used to help application developers design applications that can run on any type of system or network. It divides the network communication process into smaller and simpler components or layers and each layer has a special job. The OSI model encourages industry standardization.
What are the possible causes of LAN congestion?
What could happen if you had too many hosts in a broadcast domain, broadcast storms, multicasting, and low bandwidth?
What is a Collision Domain?
A _______ domain is an Ethernet term used to describe a network collection of devices in which one particular device sends a packet on a network segment, forcing every other device on that same segment to pay attention to it.
What is a Broadcast domain?
On a _______ domain a set of devices on a network segment hear all broadcasts sent on that segment.
What is a Hub?
What is known as a Multi port repeater? Layer 1 device that creates ONE collision domain and ONE broadcast domain.
What is a Bridge?
What type of device breaks up collision domains, but creates one broadcast domain? Layer 2 device.
What is a switch?
What layer two devices is known as a multi port bridge with more intelligence? Use hardware addresses to filter the network.
What is a router?
What layer three device breaks up broadcast domains, collision domains and uses logical addressing to filter the network?
Sends and receives information about the Network Layer.
Describe connection oriented network services
_______-oriented services use acknowledgments and flow control to create a reliable session.
What are the types of Ethernet Cabling & why would you use each?
There are three types of Ethernet Cabling; straight through (PC or Router's Ethernet port to a switch or hub,) crossover (PC to PC, hub to hub, hub to switch or switch to switch,) and rolled (connects a host/PC to a router or switch's console port.)
Straight;1=1,2=2,3=3,6=6
Crossover;1=3,2=6,3=1,6=2
Rolled;1=8,2=7,3=6,4=5,5=4,
6=3,7=2,8=1
What are the names of the layers in Cisco's three-layer model?
Core, Distribution and Access layers are the parts of what?
Core=high volume of traffic both reliably and quickly. Switch as fast as possible. Fault tolerance is a huge issue here.
Distribution=Workgroup layer. Provides routing, filtering and WAN access. Determines how packets can access the core, if needed. This is where policies are implemented (access lists, packet filtering, security, NAT, firewalls, redistributing between routing protocols [such as static routing] VLAN routing, defining broadcast and multicast domains.
Access Layer=Desktop layer. Collision domains, more access lists and policies, static routing and Ethernet switching are seen here as well.
What is a PDU?
Protocol Data Units, or PDUs hold the control information during the encapsulation process of passing information down the OSI layers. At the Transport Layer, the information to be passed from the above layers (Application, Presentation and Session) is encapsulated into a Segment. Once at the Network layer the data is encapsulated into a Packet. At the Data Link layer the information is Framed for use on the physical layer, where it is just a series of 1's and 0's called Bits.
Part of the Encapsulation process.
What is the PDU at the Transport Layer?
Protocol Data Units at the Transport Layer are called Segments
Segments start with source PORT (not IP address or MAC address.)
What is the PDU at the Network Layer?
Protocol Data Units at the Network Layer are called Packets (think Packet Switching.)
The network layer adds a header and the logical addressing (IP address first!) to the front of each segment and now the PDU is called a packet.
What is the PDU at the Data Link Layer?
Protocol Data Units at the Data Link Layer are called Frames.
Information is added to both the Header and Trailer (sort of like bookends or FRAMES) and the first field is the MAC address...the last field is the checksum answer or FCS.
What is the PDU at the Physical Layer?
Protocol Data Units at the Physical layer are Bits!
The frame from the DLL is literally handed down bit by bit to be sent along the media, then reassembled at the other end into a frame again.
How many stages are there in the PDU flow of encapsulation? Name them.
Data --> Segment --> Packet --> Frame --> Bit describes what process?
Remember, the Data starts this process...not the segment. Data is SEGMENTED.
What is the bit length and expression form of a MAC address?
What is 48 Bits or 6 Bytes and expressed as a Hexadecimal number?
Remember, it's two nibbles per byte!
Where is Ethernet defined? (what layers)
Data Link and Physical
Name four router functions
Packet switching, Packet filtering, Internetwork Communication and Path selection are four functions of what device?
What are the types of Flow Control?
Buffering, windowing and congestion avoidance are the types of what?
There are three
Where would you segment a data stream?
The Transport Layer segments data streams from the upper layers.
What is the purpose of Flow Control?
_____ Control provides a means for the receiver to govern the amount of data sent by the sender.
What is the Class A IP range in binary, and decimal?
0.0.0.0 to 127.255.255.255
or in Binary
00000000.
00000000.
00000000.
00000000
to
01111111.
11111111.
11111111.
11111111
This INCLUDES the exceptions and private IP space because those are still Class A IP addresses, they're just not usable.
Binary, the first bit is always OFF in a class A IP address.
What is the Class B IP range in binary, and decimal?
128.0.0.0 to 191.255.255.255
or in Binary
10000000.
00000000.
00000000.
00000000
to
10111111.
11111111.
11111111.
11111111
This INCLUDES the exceptions and private IP space because those are still Class B IP addresses, they're just not usable.

In Binary, a class B always has the FIRST bit ON and the SECOND bit OFF.
What is the range of a class C IP address in decimal and binary?
192.0.0.0 to 223.255.255.255
or in Binary
11000000.
00000000.
00000000.
00000000
to
11011111.
11111111.
11111111.
11111111
This INCLUDES the exceptions and private IP space because those are still Class C IP addresses, they're just not usable.

In Binary, a class C IP address always has the FIRST TWO bits turned ON and the THIRD bit OFF.
What is the significance of a network address of all 0's?
This is interpreted to mean "this network or segment" and is a reserved IP address.
One of the reserved IP addresses
What is the significance of a network address of all 1's?
This is interpreted to mean "all networks" and is a reserved IP address.
One of the reserved IP addresses
What is the significance of the network address 127.0.0.1?
Which address is reserved for Loopback testing? This allows a node to send a test packet to itself without generating network traffic.
One of the reserved IP addresses
What is the significance of a node address of all 0's?
This is interpreted to mean "network address" or any host on a specified network.
One of the reserved IP addresses
What is the significance of a node address of all 1's?
This is interpreted to mean "all nodes" on the specified network; e.g. 128.2.255.255 means "all nodes" on class B network address 128.2
One of the reserved IP addresses
What is the significance of an entire IP address set to 1's?
This is equivalent to 255.255.255.255 and is broadcast to all nodes on the current network; sometimes called an "all 1's broadcast" or limited broadcast.
One of the reserved IP addresses
What is the significance of an entire IP address set to all 0's?
Used by Cisco routers to designate the default route. Could also mean "any network."
One of the reserved IP addresses
Telnet
What is a terminal emulation program that allows you to log into a remote host and run programs?
This is a DOD model Process/Application layer protocol
FTP (File Transfer Protocol)
What is a connection-oriented service that allows you to transfer files.
This is a DOD model Process/Application layer protocol
TFTP (Trivial FTP)
What is a connectionless file transfer program?
This is a DOD model Process/Application layer protocol
SMTP (Simple Mail Transfer Protocol)
What is a send-mail program?
This is a DOD model Process/Application layer protocol
TCP (Transmission Control Protocol)
What is a connection-oriented protocol that provides reliable network service by using acknowledgments and flow control?
This is a DOD model Host-to-Host layer protocol
UDP (User Datagram Protocol)
What is a connectionless protocol that provides low overhead and is considered unreliable?
This is a DOD model Host-to-Host layer protocol
IP (Internet Protocol)
What is a connectionless protocol that provides network addresses and routing through an internetwork?
This is a DOD model Internet layer protocol
ARP (Address Resolution Protocol)
What finds a hardware address from a known IP address?
This is a DOD model Internet layer protocol
RARP (Reverse ARP)
What finds an IP address from a known hardware address? (Resolves MAC address to IP address)
This is a DOD model Internet layer protocol
ICMP (Internet Control Message Protocol)
What protocol provides diagnostics and "destination unreachable" messages?
This is a DOD model Internet layer protocol
What is the private IP range for the Class A addresses?
What are 10.0.0.0 through 10.255.255.255?
Private addresses are routed internally, apart from the internet, and only translated through NAT for internet traffic.
What is the private IP range for the Class B addresses?
What is in the range of 172.16.0.0 to 172.31.255.255?
Private addresses are routed internally, apart from the internet, and only translated through NAT for internet traffic.
What is the private IP range for the Class C addresses?
What addresses are in the range of 192.168.0.0 through 192.168.255.255?
Private addresses are routed internally, apart from the internet, and only translated through NAT for internet traffic.
What layer of the DOD model is equivalent to the Transport layer of the OSI model?
Host-to-Host is equivalent to what layer in the OSI model?
Not the internet layer.
What layer of the DOD model includes the Application, Presentation and Session layers of the OSI model?
Process/Application layer
Upper layer
Proxy ARP
Not really a separate protocol. Actually a service run by routers on behalf of other devices (usually PC's) that are separated from their query to another device by a router, although they THINK they share the same subnet with the remote device. Can be added to only ONE router. Is BY DEFAULT configured on all Cisco devices (turn it off if you're not using it for a savings in latency/traffic/ARP tables!)
If you can afford it use Cisco's HSRP instead. Requires two (or more) of the Cisco device, but in terms of overhead, is well worth it.
How do you find the network address from a listed IP address?
Turn all the host bits off.
97.0.0.0 is a host address
173.10.0.0 is a host address
194.165.251.0 is a host address
How do you find the broadcast address from a listed IP address?
Turn all the host bits on.
97.255.255.255 is a Class A broadcast address
173.10.255.255 is a Class B broadcast address
194.165.251.255 is a Class C broadcast address
What are the valid characters you can use in a hexadecimal address?
0-9 and A, B, C, D, E, F where A=10, B=11, C=12, D=13, E=14 and F=15.
Remember MAC addresses are in the Ethernet header and are 6 bits (12 nibbles), not 4 bits like an IP address
What is DHCP?
Dynamic Host Configuration Protocol assigns IP addresses to hosts. It allows easier administration and works well in small to even very large networks. All types of hardware can be used as a DHCP server, including a Cisco Router.
DHCP is Dynamic BootP. DHCP is connectionless and uses UDP.
What is DNS?
Domain Name Service resolves hostnames, specifically Internet names, such as www.routersim.com.
If you can PING a device with it's IP address, but cannot use it's FQDN, you have a DNS issue.
What is SNMP?
Simple Network Management Protocol collects and manipulates valuable network information. It gathers data by polling the devices on the network from a management station at fixed or random intervals, requiring them to disclose certain information.
SNMP creates a BASELINE which is a report delineating the operational traits of a healthy network. Aberrations from this baseline are noted by running AGENTS which send alerts called TRAPS to the management station.
What is SMTP?
Simple Mail Transfer Protocol uses a spooled or queued method of mail delivery. Once a message has been sent to a destination it's SPOOLED to a device, usually a disk.
POP3 is used to RECEIVE mail.
What is X Window?
Designed for Client/Server operations X Window defines a protocol for writing c/s apps based on a gui.
The idea is to allow a program, called a client, to run on one computer and have it display things through a window server on another computer.
What is LPD?
Line Printer Daemon Protocol is designed for printer sharing. The LPD along with LPR (Line Printer) program, allows jobs to be spooled and sent to the network's printers using TCP/IP.
What is FTP?
File Transfer Protocol is not only the protocol used by applications to transfer files between any two machines using it, but it's also a program used to perform file tranfers by hand using a stand alone FTP server on the internet.
FTP partners with Telnet to get you transparently logged in to the FTP server which then provides for the transfer of files.
What is TFTP?
The stripped down, stock version of FTP. Connectionless, unsecure, no directory browsing capabilities. Does nothing but send and receive files very quickly, in small chunks.
Few sites support this because of it's inherent security risks.
What is Telnet?
The chameleon of protocols. It's specialty is terminal emulation. It allows a user on a remote client machine, called the Telnet client, to access the resources of another machine, the Telnet server. Telnet does this by emulating a local port on the destination machine so it's fooled into thinking the user is a terminal directly attached to the machine.
This projection is actually a software image - a virtual terminal that can interact with the chosen host.
What is NFS?
Network File System is a jewel of a protocol specializing in file sharing. It allows two different types of file systems to interoperate.
NFS allows a portion of the RAM on one device to hold data from the other file system in a comprehensible manner to the first file system. E.g. NT to Unix.
List the DOD model's Process/Application layer's protocol suite
Telnet, FTP, TFTP, LPD, SNMP, SMTP, NFS, X Window, DNS, DHCP.
There are 10
What layer 4 protocol is used for a Telnet connection?
TCP.

NOT TCP/IP since IP is a layer 3 protocol.
What is ICMP?
Internet Control Message Protocol works at the Network layer and is used by IP for many different services. ICMP is a management protocol and messaging service provider for IP. ICMP messages are carried as IP datagrams.
Common events and messages ICMP relates to:
Destination Unreachable
Buffer Full
Hops
Ping (Packet Internet Groper)
Traceroute (ICMP Timeouts)
/25
128 mask or (255.255.255.128)
1 bit ON and 7 bits OFF
(10000000)
Block size of 128
2 subnets, each with 126 hosts
Subnet________0 128
First Host______1 129
Last Host______126 254
Broadcast______127 255
/26
192 mask (255.255.255.192)
2 bits ON and 6 bits OFF
(11000000)
Block size of 64
4 subnets, each with 62 hosts
Subnet________0___64 128 192
First Host______1___65 129 193
Last Host______62__126 190 254
Broadcast______63__127 191 255
/27
224 mask (255.255.255.224)
3 bits ON and 5 bits OFF
(11100000)
Block size of 32
8 subnets, each with 30 hosts
Subnet________0___32...192 224
First Host______1___33...193 225
Last Host______30__62...222 254
Broadcast_____31__63...223 255
/28
240 mask (255.255.255.240)
4 bits ON and 4 bits OFF
(11110000)
Block size of 16
16 subnets, each with 14 hosts
Subnet________0___16...224 240
First Host______1___17...225 241
Last Host______14__30...238 254
Broadcast_____15__31...239 255
/29
248 mask (255.255.255.248)
5 bits ON and 3 bits OFF
(11111000)
Block size of 8
32 subnets, each with 6 hosts
Subnet________0___8...240 248
First Host______1___9...241 249
Last Host______6__14...246 254
Broadcast______7__15...247 255
/30
252 mask (255.255.255.252)
6 bits ON and 2 bits OFF
(11111100)
Block size of 4
64 subnets, each with 2 hosts
Subnet________0___4...248 252
First Host______1___5...249 253
Last Host______2__6...250 254
Broadcast______3__7...251 255
In subnetting, what are the big 5?
1) How many subnets does the chosen subnet mask produce?
2) How many valid hosts per subnet are available?
3) What are the valid subnets?
4) What's the broadcast address of each subnet?
5) What are the valid hosts in each subnet?
1) 2^x where x=# of masked bits (or the 1's)
2) 2^y - 2 where y=# of unmasked bits (or the 0's)
3) 256-Subnet mask = Block size (start counting at 0 in increments of your block size until you get to your subnet mask and these are your subnets.)
4) Easy one. It's always 1 before or below the Subnet
5) The numbers between the subnets, omitting the all 0's and all 1's.
List the valid Class C subnets with binary, digital and CIDR notation for each
Binary______Digital___CIDR ___ Subnets
00000000 = ___0______/24 ___ 0
10000000 = ___128____/25 ___ 2
11000000 = ___192____/26 ___ 4
11100000 = ___224____/27 ___ 8
11110000 = ___240____/28 ___ 16
11111000 = ___248____/29 ___ 32
11111100 = ___252____/30 ___ 64
We can't use a /31 or /32 because we have to have at least two host bits for assigning IP addresses to hosts.

This ASSUMES the ip subnet-zero command has been used!
List the valid Class A subnets (chart will include all Class B and Class C subnets as well...these are those EXCLUSIVE to Class A.)
Binary______Digital___CIDR
00000000 = ___0______/8
10000000 = ___128____/9
11000000 = ___192____/10
11100000 = ___224____/11
11110000 = ___240____/12
11111000 = ___248____/13
11111100 = ___252____/14
11111110 = ___254____/15
Subnet Mask
255.0.0.0
255.128.0.0
255.192.0.0
255.224.0.0
255.240.0.0
255.248.0.0
255.252.0.0
255.254.0.0
List the valid Class B subnets (these are also usable as Class A subnets.)
Binary______Digital___CIDR
00000000 = ___0______/16
10000000 = ___128____/17
11000000 = ___192____/18
11100000 = ___224____/19
11110000 = ___240____/20
11111000 = ___248____/21
11111100 = ___252____/22
11111110 = ___254____/23
Subnet Mask
255.255.0.0
255.255.128.0
255.255.192.0
255.255.224.0
255.255.240.0
255.255.248.0
255.255.252.0
255.255.254.0
Define Classful subnetting, including the steps you need to take in order to create a subnet.
1) Determine the number of Network IDs:
__1a) One for each subnet
__1b) One for each Wide Area Segment
2) Determine the required number of host IDs per subnet:
__2a) One for each TCP/IP host
__2b) One for each router interface
3) Based on the above requirements, determine the following:
__3a) One subnet mask for your entire network
__3b) A unique subnet ID for each physical segment
__3c) A range of host IDs for each subnet
What are the default subnet masks for each class?
Class _____ Format
___ A ___ Network.Node.Node.Node
___ B ___ Network.Network.Node.Node
___ C ___ Network.Network.Network.Node
Default Subnet Mask
255.0.0.0
255.255.0.0
255.255.255.0
Practice counting by 16, 32 and 64.
16: 0, 16, 32, 48, 64, 80, 96, 112, 128, 144, 160, 176, 192, 208, 224, 240.
32: 0, 32, 64, 96, 128, 160, 192, 224.
64: 0, 64, 128, 192.
Memorize
Learn the power of 2's up through 2^16.
2^1 = 2
2^2 = 4
2^3 = 8
2^4 = 16
2^5 = 32
2^6 = 64
2^7 = 128
2^8 = 256
2^9 = 512
2^10 = 1024
2^11 = 2048
2^12 = 4096
2^13 = 8192
2^14 = 16384
2^15 = 32768
2^16 = 65536
Memorize the VLSM Block sizes chart for /25 through /30
Prefix _ Mask _ Hosts _ Block Size
_ /25 _ 128 _ _ 126 _ _ 128
_ /26 _ 192 _ _ 62 __ _ 64
_ /27 _ 224 _ _ 30 __ _ 32
_ /28 _ 240 _ _ 14 __ _ 16
_ /29 _ 248 _ _ 6 ___ _ 8
_ /30 _ 252 _ _ 2 ___ _ 4