Final Review Questions Flashcards

1
Q

What is the Router boot order

A
  1. Operating system as IOS (Stored in Flash)
  2. startup-config which is stored in NVRAM
  3. Running-config stored in RAM
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the Router Process order

A
  1. On power on cisco router first will perform the POST( Power on self test) (ROM)
  2. The bootstrap looks for and loads the Cisco IOS software (ROM)
  3. The IOS software looks for a valid configuration file stored in NVRAM. (startup-config.)
  4. If a startup-config file is in NVRAM This loads
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the 7 layers of the IOS Model

A
Application
Presentation
Session
Transport
Network
Data Link
Physical
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the 4 Layer of the TCP/IP Model

A

Application
Transport
Internet
Network Interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the Application layer of the TCP/IP protocols

A

HTTP, Telnet, FTP, TFTP, SNMP, DNS, SMTP, RIP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the Transport layer of the TCP/IP protocols

A

TCP UDP, IGMP, ICMP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the Internet layer of the TCP/IP protocols

A

IP, ICMP, ARP, RARP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the Network Interface Layer TCP/IP protocols

A

Ethernet, Token Ring, FDDI, X.25, Frame Relay, RS-232, v.35

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the order of Encapsulation

A
Data
Segments
Packets
Frames
Bits
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the Neighbour Discovery Process

RA

A

RA : Routers Advertise, their presence together with various link and Internet parameters either periodically, or in response to a Router Solicitation message.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are the Neighbour Discovery Process

RS

A

RS: Router Solicitation, Hosts inquire with Router Solicitation messages to locate routers on an attached link

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are the Neighbour Discovery Process

NS

A

NS: Neighbor Solicitation, are used by nodes to determine the Link Layer address of a neighbor, or to verify that a neighbor is still reachable via a cached Link Layer address.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the Neighbour Discovery Process

NA

A

NA: Neighbor Advertisement, are used by nodes to respond to a Neighbor Solicitation message

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the formula for calculate the number of subnets

A

2^m >= # of subnets, where m is the number of bits borrowed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the formula for calculate the number of Hosts

A

(2^n - 2) >= # of hosts, where n is the number of bits remaining

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is RFC 1918

A

Private Network Addresses

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What are the private network addresses RFC 1918

A
  1. 0.0.0 - 10.255.255.255
  2. 16.0.0 -172.31.255.255
  3. 168.0.0 - 192.168.255.255
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What is Administrative Distance

A

Feature that routers use in order to select the best path when there are two or more different routes to the same destination from two different routing protocols

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What is route source code for C

A

directly Connected network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

What is route source code for L

A

address assigned to a router’s interface.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

What is route source code for S

A

Static route created to reach a specific network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

What is the source code for O

A

dynamically learned network from another router using the OSPF routing protocol.

23
Q

What is the source code for D

A

dynamically learned network from another router using EIGRP.

24
Q

What is the source code for R

A

Identifies the a Router

25
Q

What is Metric Value on a router

A

value assigned to reach the remote network. Lower values indicate preferred routes.

26
Q

What is anycast

A

Internet Protocol Version 6 (IPv6), anycast is communication between a single sender and the nearest of several receivers in a group.

27
Q

What is a Limit Broadcast Address

A

Limited broadcast is the broadcast limited to a single LAN and which is to be received by all
255.255.255.255
FFFF.FFFF.FFFF

28
Q

What is Direct Broadcast address

A

Directed Broadcast address is the local subnet broadcast address.
I.E 192.168.10.255

29
Q

What is 802.3

A

It covers 1/2 half the Data Link Layer

30
Q

What is 802.3

A

It cover part of the Data Link Layer and All over of the Physical Layer

31
Q

What is the 1st column of the routing table

A

Network Destnation

32
Q

What is the 2nd column of the routing table

A

Netmask

33
Q

What is the 3rd column of the routing table

A

Gateway

34
Q

What is the 4th column of the routing table

A

Interface

35
Q

What is the 5th column of the routing table

A

Metric

36
Q

3 functions of Presentations layer

A
  1. Formats, or presents, data from the source device into a compatible form for receipt by the destination device.
  2. Compression of the data in a way that can be decompressed by the destination device.
  3. Encryption of the data for transmission and the decryption of data upon receipt by the destination.
37
Q

What is the session layer

A

create and maintain dialog between source and destination applications.

38
Q

What does OUI stand for?

A

Organisational Unique Identifier (OUI)

39
Q

What are the two (2) parts of the MAC address Structure

A
  1. Organisational Unique Identifier (OUI)

2. Vendors Assigned NIC interface

40
Q

How many bits are in a MAC address Structure?

A

48 (24 for the OUI and 24 for the Vendor Assigned NIC)

41
Q

How many hex digits are in a MAC address Structure?

A

12 (12 for the OUI and 12 for the Vendor Assigned NIC)

42
Q

What is the Min and Max Ethernet frame

A

64 - 1518

43
Q

what is the order and bytes of the Ethernet Frame

A
  1. Preamble, 7 bytes
  2. Starts of frame delimiter, 1 bytes
  3. Destination MAC Address, 6 bytes
  4. Source MAC Address, 6 bytes
  5. Length, 2 bytes
  6. Header and data 802.2, 46 to 1500 bytes
  7. Frame Check Sequence, 4 Bytes
44
Q

What is the default route for IPv4

A

0.0.0.0

45
Q

What is the default route for IPv6

A

::/0

46
Q

What are the address from A to F

A
Class A  0.0.0.0   - 127.255.255.255
Class B 128.0.0.0 - 191.255.255.255
Class C 192.0.0.0 - 223..255.255.255
Class D 244.0.0.0 - 239.255.255.255
Class E 240.0.0.0 - 255.255.255.255
47
Q

What is Bandwidth

A

Bandwidth is the capacity of a medium to carry data.

48
Q

What IKs Through Put

A

Throughput is the measure of the transfer of bits across the media over a given period of time

49
Q

What is EIGRP

A

Enhanced Interior Gateway Routing Protocol

50
Q

What is EIGRP Do

A

EIGRP allows a router to share information it knows about the network with neighbouring routers within the same logical area known as an autonomous system.

51
Q

What is a Static Route

A

Static routing is simply the process of manually entering routes into a device’s routing table

52
Q

What is a Dynamic Route

A

Applications running on the routing device (the router) which dynamically learn network destinations and how to get to them and also advertise those destinations to other routers

53
Q

What is RIP

A

Routing Information Protocol

54
Q

What Does Rip Do?

A

RIP (Routing Information Protocol) is a widely-used protocol for managing router information within a self-contained network such as a corporate local area network (LAN)