-
Name the 7 Layers of the OSI Model.
- 7 - Application
- 6 - Presentation
- 5 - Session
- 4 - Transport
- 3 - Network
- 2 - Data Link
- 1 - Physical
- 7 - Away
- 6 - Pizza
- 5 - Sausage
- 4 - Throw
- 3 - Not
- 2 - Do
- 1 - Please
-
At what Layer is "FCS" added or removed?
2 - Data Link
-
What is FCS?
Frame Check Sequence
-
What Layer are Packets defined?
3 - Network
-
What Layer are Segments Created?
4 - Transport
-
What is added to a packet in the Data Link Layer?
Frame
-
What Layer provides connectivity and Path selection between two host systems that may be located on Geographically separated networks?
3 - Network
-
If one computer wants to send data to another computer the data must be packaged by a process called?
Encapsulation
-
NIC?
Network Interface Card
-
At what Layer do Hubs operate?
1 - Physical
-
At what Layer to Switches operate?
2 - Data Link
-
At what Layer do Routers operate>
3 - Network
-
-
ARP - RARP?
- Address Resolution Protocol
- Reverse Address Resolution Protocol
-
DHCP?
Dynamic Host Configuration Protocol
-
SOHO?
Small Office Home Office
-
IEEE?
Institute of Electrical and Electronics Engineers
-
What was the number given for the Ethernet standard by IEEE?
802.3
-
What is the name of the address "burned" on every NIC?
MAC Address
-
How many bits is a MAC Address?
48-bits
-
True/False - Stations on the Network can access the Network at any time?
True (p.2-14)
-
CSMA/CD?
- Carrier Sense
- Multiple Access
- Collision Detection
-
What does CSMA/CD use when it detects Collision?
Backoff Algorithm
-
What are the two sublayers of the Data Lind Layer?
LLC (Logical Link Control) and MAC (Transitions down to Physical)
-
True/False - Each Device must have a unique MAC address to participate on the Network?
True (p.2-17)
-
Whar is the name of the "container" into which data is placed for transmission?
Frame
-
What is the name of the field that signals the receiving computer that the actual frame is about to start?
SOF - Start of Frame
-
What is the field that checks to ensure the packet of data has been transmitted without corruption?
FCS - Frame Check Sequence
-
What are the 3 major types of Network Communication?
- Unicast
- Broadcast
- Multicast
-
What is the proper name for the Binary System?
Base 2
-
What number system is express by writing 0x in front of the number?
Hexadecimal - Base-16
-
What are the 16 symbols used to represent Hexadecimal?
0 1 2 3 4 5 6 7 8 9 A B C D E F
-
What is another name for a NIC?
LAN Adapter
-
What is the cable of choice in a 10MB/100MB mixed Network?
CAT5
-
UTP?
Unshielded Twisted-Pair
-
What is the name of the connector for a CAT5 cable?
RJ45
-
What two types of cables can be made with RJ45 and CAT5?
- Straight-Through
- Crossover
-
Network Connection made by a single unbroken Network cable?
Segment
-
Name a device that can extend a network buy amplifying and retransmitting.
Hub
-
What at the two forwarding methods?
- Cut-Through Switching
- Store-and-Forward Switching
-
TCP?
Transmission Control Protocol
-
Name the 4 layers of the TCP/IP Stack
- Application
- Transport
- Internet
- Network Access
-
What is the Core Layer of the TCP/IP Stack?
Transport
-
What Layer of the OSI is IP?
3 - Network
-
UDP?
User Datagram Protocol
-
What Layer of the OSI is UDP?
4 - Transport
-
What Layer of the OSI is TCP?
4 - Transport
-
Name 4 TCP/IP Applications:
- FTP
- TFTP
- Email (SMTP)
- Telnet
- SNMP
- DNS
-
In the Transport Layer of the OSI which protocol is "reliable"? TCP/UDP
TCP
-
Single computer with single IP address able to have many connections?
Session Multiplexing
-
What is it called to have data broken into chunks for shipment?
Segmentation
-
Method to maximize transfer rate while minimizing the requirements to retransmit?
Flow Control
-
Name Protocol - (Reliable) - (Best Effort)
TCP - UDP
-
FTP? Port/Protocol
21/TCP
-
Telnet? port/protocol
23/TCP
-
SMTP (email)? port/protocol
25/TCP
-
DNS? port/protocol
53/TCP-UDP
-
TFTP? port/protocol
69/UDP
-
SNMP? port/protocol
161/UDP
-
RIP? port/protocol
520/UDP
-
Well-Known Ports
1023 and below
-
Registered Ports?
1024-49151
-
Dynamically Assigned Ports
49152-65535
-
How many Bits in the UDP header?
64-bits
-
How many bits is the IP address?
32-bits
-
What are the two parts of an IP address?
Network ID/Host ID
-
Calss A IP Range (public)?
1-126 (host 16,777,214)
-
Class B IP Range (public)?
128-191 (host 65,534)
-
Class C IP Range (public)?
192-223 (host 254)
-
Loopback IP Address?
127.0.0.1
-
NAT?
Network Address Translation
-
Formula: Subnet? Usable Host?
- Subnet - 2sUsable Host - 2h -2
-
Default Route for any host or network device?
Gateway
-
What is the name of the /n notation? (default notation - Class A,B,C)
CIRD - A/8, B/16, C/24
-
What part of the IP Address does the Router use?
Network ID
-
IOS?
Intelligent Operating System
-
What are the two primary EXEC modes? (what is the symbol for each)
- User Mode >
- Privileged Mode #
-
How do you change from User to Privileged Mode?
Enable (en)
-
How do you exit Privileged Mode?
Disable
-
CLI?
Command Line Interface
-
How do you enter "Global Configuration Mode"?
Type: configure terminal
-
In Global Mode, What is the command to change the Hostname?
hostname(config)#hostname good_name
-
What are the start up steps of a configured router?
- POST
- Finds and Loads IOS
- Finds and Applies Config
- Goes to "command prompt" (CLI)
-
Where is the router config stored when the power is off?
NVRAM
-
New Router - When the power on and no config found what is the startup steps?
Setup
-
After setup is finished and all is correct. What number is selected and what two locations are saved to?
-
What is the Default and Maximum command lines stored in the history buffer?
- Default - 10 lines
- Max - 256 lines
-
What command will show you "current configuration: and from where is this data?
-
What should you type to apply a change/command?
no shutdown
-
What is the command to set timeout? in what config mode?
(config-line)#exec-timeout mm ss
-
What is the command to set message-of-the-day?
(config)#banner motd #message#
-
True/False
CDP is enabled by default on all interfaces (except for frame relay)?
-
How do you disable CDP on a device?
-
What is the command to disable CDP for an interface?
-
What is the PING command used for?
- Verifies Network Connectivity
- (p.9-18)
-
What will happen if you run the command: copy running-config startup-config?
- Makes copy from RAM to NVRAM
- (p.9-47)
-
What is the command to close a TELNET session from a "foreign" user?
- clear line (linenumber)
- (p.9-17)
-
If you use the config-register command to set the boot field value to end with 0 what will happen at the next boot?
-
What is first in sequence of events during power-up or boot-up?
-
What can be used to aid in design and future troubleshooting or changes?
- Topology Documentation (Network Map/Diagram)
- (p.9-10)
-
What is the command to set "message-of-the-day"?
- #banner motd *message*
- (p.8-67)
-
What is the command to set sessions timeout?
- router(config-line)#exec-timeout mm ss
- (p.8-70)
-
Where do you configure virtual interfaces?
- subinterface (config-subif)#
- (p.8-64)
-
In what mode can you name a switch (hostname)?
- Global Configuration Mode
- (p.8-26)
-
Where is the running-config located?
-
What command is used to go from privileged exec mode to user exec mode?
-
To enter privileged mode use what command?
-
Primary purpose to rapidly bring up a minimal feature config for any router uses what?
-
An Ethernet frame under what size is a runt?
-
What command shows the current active config?
- show running-config
- (p.8-60)
-
What command shows the system hardware, software version?
-
How do you force config change to take affect?
-
If the router.switch has a link fault what will display on LED?
- alternating green and amber
- (p.8-18)
-
What mode are you in when you see the # prompt?
-
What do you use to enter command into switch/router?
- CLI (Command Line Interface)
- (p.8-23)
-
What mode are you in when you see the > prompt?
-
What specifies the number of unacknowledged segments to be sent to the receiver?
-
By what process is data re-ordered and determine in any data is missing?
-
What protocol can be used to manage devices on the network?
Telnet
-
Window size can be changed dynamically during connection?
- Sliding Windowing
- (p.6-28)
-
What is sent if no more data can be accepted?
- "not ready" signal
- (p.6-22)
-
To avoid overflow of traffic what is used?
-
TCP establishes connections by using what process?
-
Acknowledgement and sequence numbers are where?
-
What protocol covers FTP, Telnet and SMTP?
-
What protocol has packets not guaranteed for delivery?
-
Protocol for reliable connection?
-
Protocol used for "connectionless" session?
-
What Class can support 275 (hosts) workstations?
Class B
-
Class C address "borrows" 2-bits - what is the CIDR?
/n = /26
-
Minimum number of bits that can be "borrowed"?
1-bit
-
What Layer defines how data is transformed for transmission, error detect and correction?
Data Link
-
What Layer provides data reliability segments?
Transport Layer
-
What wraps data with necessary header into before transmission?
Encapsulation
-
What Layer creates Packets?
Network Layer
-
What Layer turns data into segments?
Network Layer
-
What is the name of the first field in the Ethernet frame?
Preamble
-
Shat are the 3 functions of a LAN?
- Share Resources
- Applications and Data
- Gateway to other Networks
-
What is the cable to connect switch to switch (like network hardware)?
Crossover Cable
-
What are the three things a switch does?
-
A switch does switching in two ways - Store-and-Forward and Cut-Through - which is faster?
Cut-Through
-
Data Link and Physical Layers of the OSI compare to what Layer of the TCP/IP Stack?
Network Access
-
Foundation of computer operations?
Binary
-
Number of octets in IP address?
4
-
IP address octets are separated by what?
Dots
-
What Class is used for multiplexing?
Class D
-
What is the private address range for Class B?
172.16.0.0-172.31.255.255
-
Total possible host in Class A address?
16,777,214
-
Total possible hosts in Class B address?
65,534
|
|