Advance Networking Quiz 2

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/61

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

62 Terms

1
New cards

Command Line Interface

CLI means

2
New cards

Rollover Cable

Old Console Cable

3
New cards

User EXEC Mode

router>

4
New cards

User Mode

User EXEC mode is also called what?

5
New cards

Privileged EXEC Mode

router#

6
New cards

Global Configuration

router(config)#

7
New cards

running-config

the current, active configuration file on the device

8
New cards

startup-config

the configuration file that will be loaded upon restart of the device

9
New cards

MD5 configuration

a cryptographic hash algorithm that generates a 128 bits string value from any length string

10
New cards

Trailer - Packet - Header

Ethernet Frame

11
New cards

Frame Check Sequence

FCS meaning

12
New cards

7 byte (56 bit)

Length of Preamble

13
New cards

Preamble

Allows devices to synchronize their receiver clocks

14
New cards

Start Frame Delimiter

SFD meaning

15
New cards

1 byte (8 bit)

SFD length

16
New cards

SFD

marks the end of the preamble, and the beginning of the rest of the frame

17
New cards

Destination and Source

indicates the devices sending and receiving the frame

18
New cards

Destination and Source

consists of the destination and source MAC Adress

19
New cards

6 byte (48 bit) address of the physical device

length of destination and source

20
New cards

2 byte (16 bit)

Type length

21
New cards

Type or Length

a value of 1500 or less in this field indicates the length of the encapsulated packets

22
New cards

Type or Length

a value of 1356 or greater in this field indicates the _____ of the encapsulated packet and the _____ is determined via another method

23
New cards

FCS

detects corrupted data by running “CRC” algorithm over the received data

24
New cards

MAC Address

Also known as burned in address (BIA)

25
New cards

MAC Address

is globally unique

26
New cards

MAC Address

the first 3 bytes are QUI which is assigned to the company making the device

27
New cards

MAC Address

written as 12 hexadecimal characters

28
New cards

Mac Address for Windows

5C-23-5A-24-2B-3D

29
New cards

Mac Address for Cisco devices

0011.5ccc.5c00

30
New cards

Mac Address for LINUX and IOS

5C:23:5A:24:2B:3D

31
New cards

Address Resolution Protocol

ARP meaning

32
New cards

ARP

is used to discover the layer 2 address (MAC address) of a known layer 3

33
New cards

ARP Request

sent by the device that wants to know the mac address of the other device

34
New cards

ARP Reply

which is sent to inform the requesting the device of the mac address

35
New cards

ARP request is broadcast

sent to all host on the network

36
New cards

ARP request is Unicast

sent only to one host

37
New cards

Ping

a network utility that is used to test reachability

38
New cards

Router Interfaces

have the shutdown command applied by default- will be in the administratively down/down state by default

39
New cards

Switch Interfaces

do not have the shutdown command applied by default- will be in up/up state if connected to another device

40
New cards

Half Duplex

the device cannot send and receive data at the same time. if its receiving a frame, it must wait before sending a frame. device attached to a hub

41
New cards

Full Duplex

the device can send and receive data at the same time. it does not have to wait. device attached to a switch

42
New cards

Carrier Sense Multiple Access with Collision Detection

CSMA/CD meaning

43
New cards

CSMA/CD

in a collision does occur, the device sends a jamming signal to inform the other devices that a collision happened. the process repeats

44
New cards

Speed / Duplex Autonegotation

interfaces advertise their capabilities to the neighboring device, and they negotiate the best speed and duplex settings they are both capable of

45
New cards

Speed

the switch will try to sense the speed that the other device is operating at

46
New cards

Runts

frames that are smaller than the maximum frame size (64 bytes)

47
New cards

Giants

frames that are larger than the maximum frame size (1518 bytes)

48
New cards

CRC

frames that failed the CRC check

49
New cards

Frames

frames that have an incorrect format (due to an error)

50
New cards

Input errors

total of various counters, such as the above four

51
New cards

Output errors

frames the switch tried to send, but failed due to error

52
New cards

Networking Models

categorize and provide a structure for networking protocols and standards

53
New cards

Protocols

are a set of rules defining how network devices and software should work

54
New cards

Protocols

also refer to logical rules about how the devices should communicate, not physical standards

55
New cards

Open System Interconnection Model

OSI Model meaning

56
New cards

Application Layer

  • this layer is closest to the end user

  • interacts with software applications

57
New cards

Present Layer

  • to translate between application and network formats

  • it needs to be translated into a different format to be sent over the network

58
New cards

Session Layer

  • establishes, manages, and terminates connections between the local application and the remote application

  • controls dialogues between communication hosts

59
New cards

Transport Layer

  • segments and reassembles data for communications between end hosts

  • provide host to host

  • break large pieces of data into smaller segments that can be more easily sent over network and are less likely to cause transmission problems if errors occurs

60
New cards

Network Layer

  • provides connectivity between end hosts on different networks

  • provides logical addressing

61
New cards

Data Link Layer

  • provides node to node connectivity and data transfer

  • defines how data is formatted for transmission over a physical medium

  • detects and corrects physical errors

62
New cards

Physical Layer

  • defines physical characteristics of the medium used to transfer data between devices

  • digital bits are converted into an electrical signal