Midterm Switches and Routers Ch 1-5

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

1/114

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.

115 Terms

1
New cards

How many collision domains are created when you segment a network with a 12-port switch?

12 - Each port on a switch creates its own collision domain

2
New cards

How many broadcast domains are created when you segment a network with a 12-port switch?

1 - A switch creates one broadcast domain (unless VLANs are configured)

3
New cards

Which statement is true with regard to a 12-port hub?

It includes one collision domain and one broadcast domain

4
New cards

With respect to the OSI model, which is the correct statement about PDU's?

A packet contains IP addresses (Layer 3)

5
New cards

The protocol data unit (PDU) de-encapsulation is completed in which order?

Bits, frames, packets, segments, data (Physical to Application layer)

6
New cards

Convert IP address 172.16.20.54 to binary

10101100.00010000.00010100.00110110

7
New cards

Ethernet hubs operate at layer , LAN switches work at layer, and Routers work at layer ___

1, 2, 3 (Physical, Data Link, Network)

8
New cards

What is a collection of many separate networks?

An internetwork

9
New cards

Match OSI Layer to PDU: Transport

Segment

10
New cards

Match OSI Layer to PDU: Data Link

Frame

11
New cards

Match OSI Layer to PDU: Physical

Bits

12
New cards

Match OSI Layer to PDU: Network

Packet

13
New cards

Match OSI Layer to Function: Transport

End to end connection

14
New cards

Match OSI Layer to Function: Data Link

Framing

15
New cards

Match OSI Layer to Function: Physical

Conversion to bits

16
New cards

Match OSI Layer to Function: Network

Routing

17
New cards

Which OSI layer was later subdivided into two layers?

Data Link (into LLC and MAC sublayers)

18
New cards

Which device operates at all layers of the OSI model?

Network host

19
New cards

What are the two types of fiber optic cables?

Multi-Mode and Single-Mode

20
New cards

What contention method does wired Ethernet use?

CSMA/CD (Carrier Sense Multiple Access with Collision Detection)

21
New cards

When can you NOT use full duplex?

With a connection from a host to a hub

22
New cards

When would you use a straight through cable?

With a connection from a host to a switch (unlike devices)

23
New cards

What cable connects to the console port of a router or switch?

Rollover cable

24
New cards

What two purposes does Ethernet protocol use physical addresses for?

To uniquely identify devices at layer 2 AND to allow communication between different devices on the same network

25
New cards

Convert hexadecimal 15 to decimal

21 (1×16 + 5)

26
New cards

What does UTP stand for?

Unshielded Twisted Pair

27
New cards

What does STP stand for?

Shielded Twisted Pair

28
New cards

What is the length of a MAC address?

48 bit (6 bytes) written in hexadecimal

29
New cards

Hub: How many collision and broadcast domains?

1 collision domain, 1 broadcast domain

30
New cards

Bridge: How many collision and broadcast domains?

2 collision domains, 1 broadcast domain

31
New cards

Switch: How many collision and broadcast domains?

4 collision domains, 1 broadcast domain (per the network diagram)

32
New cards

Router: How many collision and broadcast domains?

3 collision domains, 3 broadcast domains (per the network diagram)

33
New cards

What is the most common physical topology used in networking today?

Star topology

34
New cards

Are NGFWs considered third-generation firewall technology that provides inspection up to layer 4?

False - NGFWs inspect up to Layer 7

35
New cards

What is the function of a firewall?

To monitor and control the incoming and outgoing network traffic

36
New cards

Do VLANs break up collision domains?

False - VLANs break up broadcast domains, not collision domains

37
New cards

Switches break up ___ domains

Collision domains

38
New cards

What does CSMA/CD stand for?

Carrier sense multiple access with collision detection

39
New cards

Match OSI Layers: Layer 7

Application

40
New cards

Match OSI Layers: Layer 6

Presentation Layer

41
New cards

Match OSI Layers: Layer 5

Session

42
New cards

Match OSI Layers: Layer 4

Transport

43
New cards

Match OSI Layers: Layer 3

Network

44
New cards

Match OSI Layers: Layer 2

Data Link Layer

45
New cards

Match OSI Layers: Layer 1

Physical

46
New cards

What are the three layers of Cisco's three-layer hierarchical model?

Core, Distribution, Access

47
New cards

What does a socket comprise?

IP address and port number

48
New cards

What protocol finds the hardware address from a known IP address?

ARP (Address Resolution Protocol)

49
New cards

Which application protocol sets up a secure session similar to telnet?

SSH (Secure Shell)

50
New cards

If you use Telnet or FTP, what layer are you using to generate data?

Application layer

51
New cards

What layer in TCP/IP stack is equivalent to the Transport layer of OSI?

Host to Host layer

52
New cards

Describe TCP characteristics

Connection Oriented and Reliable

53
New cards

Describe UDP characteristics

Connection-less and Unreliable

54
New cards

How many layers does the DOD model have?

4 layers (condensed version of OSI's 7)

55
New cards

In an IP version 4 mask, what do one's represent?

Network address

56
New cards

In an IP version 4 mask, what do zero's represent?

Host address

57
New cards

Does DHCP assign MAC addresses?

False - DHCP does NOT assign MAC addresses (they are burned into NICs)

58
New cards

What does DNS resolve?

Host Names to IP Addresses

59
New cards

Are well-known ports 1023 and above?

False - Well-known ports are 0-1023; dynamic ports start at 1024

60
New cards

Is TCP un-sequenced, unreliable and connectionless?

False - TCP is sequenced, reliable, and connection-oriented

61
New cards

What statements are true about ICMP packets?

ICMP can provide hosts with information about network problems AND ICMP is encapsulated within IP datagrams

62
New cards

Multicast address definition

One to some, but not all devices

63
New cards

Unicast address definition

One to one device

64
New cards

Broadcast address definition

One to all devices

65
New cards

What does ping 127.0.0.1 test?

The TCP/IP stack on a network host (loopback address)

66
New cards

Which troubleshooting step confirms all other steps will succeed?

Ping a remote computer

67
New cards

Which class provides maximum of only 254 host addresses per network ID?

Class C

68
New cards

Is TCP connection-oriented and UDP connectionless-oriented?

True

69
New cards

Maximum IP addresses on subnet with 255.255.255.240 mask?

14 usable hosts (/28 mask = 16 addresses - 2)

70
New cards

How many bits to borrow for 29 subnets while maximizing hosts?

5 bits (2^5 = 32 subnets)

71
New cards

If host has address 172.16.45.30/30, what subnetwork does it belong to?

172.16.45.28 (/30 has block size of 4)

72
New cards

Server on subnet 192.168.19.32/29, router has first host, what IP for server?

192.168.19.35 255.255.255.248

73
New cards

198.13.70.200/26: Find subnet

198.13.70.192

74
New cards

198.13.70.200/26: Find 1st usable host

198.13.70.193

75
New cards

198.13.70.200/26: Find last usable host

198.13.70.254

76
New cards

198.13.70.200/26: Find broadcast address

198.13.70.255

77
New cards

198.241.68.166/30: Find subnet

198.241.68.164

78
New cards

198.241.68.166/30: Find 1st usable host

198.241.68.165

79
New cards

198.241.68.166/30: Find last usable host

198.241.68.166

80
New cards

198.241.68.166/30: Find broadcast address

198.241.68.167

81
New cards

88.248.235.250/27: Find subnet

88.248.235.224

82
New cards

88.248.235.250/27: Find 1st usable host

88.248.235.225

83
New cards

88.248.235.250/27: Find last usable host

88.248.235.254

84
New cards

88.248.235.250/27: Find broadcast address

88.248.235.255

85
New cards

55.110.67.205/16: Find subnet

55.110.0.0

86
New cards

55.110.67.205/16: Find 1st usable host

55.110.0.1

87
New cards

55.110.67.205/16: Find last usable host

55.110.255.254

88
New cards

55.110.67.205/16: Find broadcast address

55.110.255.255

89
New cards

Is 193.43.65.190 with 255.255.255.128 mask a valid host IP?

Yes (subnet range 128-255)

90
New cards

What protocol finds the IP address when MAC address is known?

RARP (Reverse ARP)

91
New cards

How many layers does the OSI model consist of?

7 layers

92
New cards

Valid host range for subnet 192.168.168.188/26?

192.168.168.129-190

93
New cards

Which protocol does ping use?

ICMP (Internet Control Message Protocol)

94
New cards

Command to delete configuration stored in NVRAM?

erase startup

95
New cards

Which class of IP address has the most host addresses by default?

Class A (16,777,214 hosts per network)

96
New cards

Which WLAN IEEE specification allows up to 54Mbps at 2.4 GHz?

802.11g (G)

97
New cards

What is PAT?

Port Address Translation - allows one IP to serve many users (NAT overload)

98
New cards

What is a stub network?

A network with only one exit point

99
New cards

Where is a hub specified in the OSI model?

Physical layer (Layer 1)

100
New cards

Command to backup IOS?

copy flash tftp