ccna networking

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/69

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.

70 Terms

1
New cards

layer 1

physical (cables, hubs, etc) (uses bits)

2
New cards

layer 2

data link (mac addresses, switches, frames

3
New cards

layer 3

network (ip addressing, routers) (uses packets)

4
New cards

layer 4

transport (tcp/udp, ports)(uses segments)

5
New cards

layer 5

session (manages sessions)

6
New cards

layer 6

presentation (encryption, formatting)

7
New cards

layer 7

application (http, dns)

8
New cards

how many bits does IPv4 have?

32 (ex. 192.168.1.1)

9
New cards

how many bits in IPv6?

128 (ex.2001:0db8:85a3:0000:0000:8a2e:0370:7334)

10
New cards

private ip ranges

  • 10.0.0.0/8

  • 172.16.0.0–172.31.0.0

  • 192.168.0.0/16

11
New cards

internet

global network

12
New cards

intranet

internal company network

13
New cards

extranet

third party partners are allowed

14
New cards

what does dhcp do and what port is it?

assigns ip addresses automatically, port 67/68

15
New cards

what does a switch do?

connects multiple devices together so they can communicate

16
New cards

what does a router do?

connects different networks (ex. LAN to WAN)

17
New cards

where would LAN be used

small areas like home, office, or school

18
New cards

where would WAN be used?

large geographic areas like the internet or site to site VPNs

19
New cards

what is a firewall?

security device that filters traffic and blocks ports, IPs or protocols

20
New cards

RDP (remote desktop services) port?

3389

21
New cards

DNS port?

53

22
New cards

SSH port?

22

23
New cards

HTTP port

80

24
New cards

HTTPS port

443

25
New cards

DNS port

53

26
New cards

SNMP port

161

27
New cards

what does DNS do?

resolves domain names into IP addresses

28
New cards

what is tcp (transmission control protocol)

reliable, connection oriented, slow but accurate, and ordered

29
New cards

what is UDP (user datagram protocol)

unreliable, connectionless, fast, unordered

30
New cards

what are straight through cables used for

when you need to connect unlike devices (ex. switch to router)

31
New cards

what are crossover cable used for 

when you need to connect like devices (ex. pc to pc, router to router)

32
New cards

T-568 B order

white orange, orange, white green, blue, white blue, green, white brown, brown

<p>white orange, orange, white green, blue, white blue, green, white brown, brown</p>
33
New cards

T-568 A order (hint. switch 2 and 6, 1 and 3)

white green, green, white orange, blue, white blue, orange, white brown, brown

34
New cards

if both ends are the same then its…

straight through

35
New cards

if one end is T-586 B another 586 A then its…

crossover

36
New cards

what is rollover cable

has no T586, used only to connect computer to the console port of a switch/router (only for configuration)

37
New cards

bus topology pros and cons

setup: one main cable with devices branching off it

pros: easy to set up, cheap, less cable used
cons: slow, collisions often, main cable failure = whole network down

38
New cards

star topology pros and cons

setup: all devices connect to a central switch/hub
pros: easy to manage, easy to add/remove devices, faster & less collisions, one device failure doesn’t impact others

cons: more cable needed, central device failure = whole network down

39
New cards

ring topology pros and cons

setup: devices connected in a circle, data moves in 1 direction
pros: predictable performance, no collisions
cons: one device failure breaks the network, hard to troubleshoot, slow if many devices

40
New cards

mesh topology pros and cons

setup: devices all connected to each other
pros: reliable, no single point of failure, high performance
cons: expensive, lots of cabling, complicated setup

41
New cards

cat 3 speed

10 mbps

42
New cards

cat 5 speed

100 mhz to 100 mbps

43
New cards

cat 5e speed

1 gbps

44
New cards

cat 6 speed

250 mhz to 10 gbps

45
New cards

cat 6a speed

500 mhz

46
New cards

what is a vpn

secure connection, lets you access a private network over the internet

47
New cards

what does ipconfig /displaydns do

show cached dns records

48
New cards

what does ipconfig /flushdns do

clears dns resolver cache

49
New cards

what does tracert do?

show hops

50
New cards

what does netstat -a do

show all active ports

51
New cards

what does netstat -s do

show network statistics

52
New cards

-t is for?

tcp ports

53
New cards

-a is for

showing all connections/listeners

54
New cards

what metric does RIP use

hop count

55
New cards

port for FTP

20/21

56
New cards

A record?

maps hostname for IPv4 address

57
New cards

AAAA

maps hostname for IPv6 address

58
New cards

802.11a frequency and max speed?

5 ghz
54 mbps

59
New cards

802.11b frequency and max speed?

2.4 ghz
11 mbps

60
New cards

802.11c frequency and max speed?

2.4 ghz
54 mbps

61
New cards

802.11n frequency and max speed?

2.4 & 5 ghz
600 mbps

62
New cards

802.11ac frequency and max speed?

5 ghz
up to 1.3 gpbs

63
New cards

infrastucture mode

wireless devices connect through an access point (like home wifi to a router)

64
New cards

what is ad hoc mode?

devices connect directly to eachother with no access point (like airdropping a picture )

65
New cards

what is peer to peer?

where a device acts as both a client and a server (like sharing files between home PCs without a server)

66
New cards

*TCP MODEL* application layer order and what it does

first, provides network services to apps (http, ftp, etc)

67
New cards

*TCP MODEL* transport layer order and what it does

second, host-to-host communication (tcp, udp)

68
New cards

*TCP MODEL* internet layer order and what it does

third, logical addressing and routing (IP, ARP)

69
New cards

*TCP MODEL* link layer order and what it does

fourth, physical network access and mac addressing (ethernet, wifi)

70
New cards

what OSI models correlate with application

session, presentation, and application