Day 1 Questions Flashcards

1
Q

Name each layer of the OSI model, from Layer 7 to Layer 1.

A
All = Application
People = Presentation
Seems = Session
To = Transport
Need = Network
Data = Data Link
Protection = Physical
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

The role of the Session Layer is to _______, _______, and _______ sessions or dialogues between devices

A

Set up, manage, and terminate.

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

What are the three methods used to control data flow at Layer 4?

A

Flow control, windowing, and acknowledgements.

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

The Transport Layer includes several protocols, and the most widely known are _______ and _______.

A

TCP and UDP.

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

Why is UDP used at all if TCP/IP offers guaranteed delivery?

A

TCP uses a lot of bandwidth on the network and there is a lot of traffic sent back and forth to set up the connection, even before the data is sent. This all takes up valuable time and network resources. UDP packets are a lot smaller than TCP packets and they are very useful if a really reliable connection is not that necessary. Protocols that use UDP include DNS and TFTP.

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

What is data referred to at each OSI layer?

A

Bits (Layer 1), Frames (Layer 2), Packets (Layer 3), Segments (Layer 4) and Data (Layers 5-7).

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

In order to interface with the upper and lower levels, the Data Link Layer is further subdivided into which two Sublayers?

A

LLC and MAC.

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

What are the five TCP/IP layers from the top down?

A

Application, Transport, Network, Data Link, and Network.

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

How does the TCP/IP model map to the OSI model?

A
1 = OSI (physical) -> TCP/IP (Network Interface)
2 = OSI (Data Link) -> TCP/IP (Network Interface)
3 = OSI (Network) -> TCP/IP (Internetwork)
4 = OSI (physical) -> TCP/IP (Network Interface)
5 = OSI (Session) -> TCP/IP (Application)
6 = OSI (Presentation) -> TCP/IP (Application)
7 = OSI (Application) -> TCP/IP (Application)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Layer 2 addresses are also referred to as _______ addresses

A

MAC

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

Using a switch will allow you to divide your network into smaller, more manageable sections known as _______ _______.

A

Collision domains

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

The current standard Ethernet cable still uses eight wires twisted into pairs to prevent _______ _______ and _______.

A

Electromagnetic interference (EMI) and crosstalk.

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

_______ is when a signal from one Ethernet wire spills over into a neighbouring cable.

A

Crosstalk.

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

Which command would set the FastEthernet router interface speed to 10Mbps?

A

conf t
int f0/0
speed 10

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

On a crossover cable, the wire on pin 1 on one end needs to connect to pin _______ on the other end and pin 2 needs to connect to pin _______.

A

3 and 6

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

Which cable would you use to connect a router Ethernet interface to a PC?

A

A crossover cable.

17
Q

You can see a summary of which interfaces you have on your router with the show _______ _______ _______ command.

A

ip interface brief.

18
Q

Line Configuration mode lets you configure which ports?

A

The console, Telnet, and auxiliary ports.

19
Q

A Loopback interface is a _______ or _______ interface that you configure.

A

Virtual or logical.

20
Q

The keyboard shortcut Ctrl+A does what?

A

Moves the cursor to the beginning of the command line.

21
Q

The _______ keyboard shortcut moves the cursor back one word.

A

Esc+B.

22
Q

By default, the _______ _______ command shows the last 10 commands entered.

A

show history