Networking G-metrix

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

1/137

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.

138 Terms

1
New cards

What is the faster wireless network according to G-Metrix? What is the fastest today?

G-Metrix: 5G (best to go with what G-Metrix says due to it possibly being in the exam. Today: 6G

2
New cards

What are the ranges of private IP addresses, and what are their classes?

Class A: 10.

Class B: 172.16 - 172.31

Class C: 192.168

3
New cards

What is DHCP?

A server that gives out IP addresses to devices.

4
New cards

What is the IP address used to test a network card?

127.0.0.1

5
New cards

APIPA Stands for what? What is the IP Address associated with it?

Automatic Private IP Addressing; 169.254

6
New cards

VLANs are physical or logical networks?

Logical

7
New cards

What is the formula for the mesh topology to find the number of connections?

n*(n-1)/2

8
New cards

DSL has shared bandwidth, and Cable modems are dedicated lines?

TRUE or FALSE

FALSE: DSL are dedicated lines, and cable modems have shared bandwidth (making slower during peak usage hours!)

9
New cards

What are the two types of Integrated Service Digital Network?

- Basic Rate Interface (BRI) using "2" 64 kbps channels.

- Primary Rate Interface (PRI) uses "23" 64 kbps channels.

10
New cards

What are the 3 IPsec protocols, and what do they do?

- Security Association: Generates authentication, and encryption keys for IPsec.

- Authentication Header: Provides authentication and integrity of data.

- Encapsulated Security Protocol: Provides authentication, encryption, and integrity of data.

11
New cards

What are 3 types of data transmissions?

- Unicast: From one device to another.

- Broastcast: From a device to others in the same network.

- Multicast: From a device to select groups.

12
New cards

Where should the wireless access point be positioned for optimal functionality?

Placed in the center, and above ground. Avoid placement by objects that can cause an interference such as microwaves, elevator shafts, and water tanks.

13
New cards

PRI runs on what circuit line?

T1

14
New cards

What is the order of leased lines from slowest to fastest?

T1, E1, E3, T3

15
New cards

SDSL stands for...?

Synchronous Digital Subscriber Line

16
New cards

What is a con of satellite internet ? Why?

Latency, because data has to travel about 20,000 miles to reach its destination.

17
New cards

What is the weakest network security? Why?

The weakest is WEP (Wired Equivalent Privacy), because it has been hacked before.

18
New cards

What is the strongest and most secure form of network security? What is the 2nd strongest?

WPA2, WPA

19
New cards

What is the difference between Infrastructure Wireless Network and Wireless Ad Hoc Network(WANET) (P2P)?

- Infrastructure Wireless Network is basically client/server where the clients connect with each other through a WAN. There are more than one access point in the central point of the network.

- WANET is basically a peer-to-peer network where 2 devices wirelessly connect directly to each other.

20
New cards

What is the SSID, and what does it stand for?

SSID is the name of the network. Service Set Identifier

21
New cards

Wireless Bridging...

- Used to connect 2 wired segments of a network.

- Used to boost the signal.

22
New cards

802.11x is...

a port based network access control.

23
New cards

What are leased lines?

Dedicated lines.

24
New cards

Topology can be both physical and logical. TRUE or FALSE

TRUE

25
New cards

What is REMOTE DESKTOP?

A type of VPN that allows you to connect to and take over the device. Only the user can do anything, and no one can see what you are doing.

26
New cards

What is REMOTE ASSISTANCE?

A type of VPN that allows you to see what others are doing when connected to a VM.

27
New cards

What are hypervisors?

Tool that manages physical resources for virtual machines.

28
New cards

What are the 3 types of Virtual Switches? What do they do?

External, Internal, and Private; External allows VM access to the Host PC only, Internal allows VM access to other VMs and the Host PC, and the Private allows VM access to other VMs only.

29
New cards

What are the 2 types of LANs?

- Wired LANs and Wireless LANs.

- Wired LANs use Ethernet cables to connect to switches; and switches use Ethernet cable to routers.

- Wireless LANs use Wireless Access Points/or Wireless Router to connect the devices.

30
New cards

Dial-Up Lines are...

- Extremely slow

- Top advertised speed is 56 kbps, but in reality you'll probably get 38 kbps.

31
New cards

What is the difference between LANs and WANs?

LANs connect devices within a limited area, like an office or home, while WANs connect devices across larger areas, potentially spanning multiple cities or countries. 

32
New cards

What is DSL, and what does it stand for?

A dedicated phone line from the origin to a telco office. Digital Subscriber Line.

33
New cards

What port number is Telnet?

Port 23

34
New cards

What port number is SSH?

Port 22

35
New cards

What port number(s) is FTP on?

Port 20, 21

36
New cards

What are the 5 categories of twisted pair cables and what are their speeds?

CAT3 (10 Mbps), CAT5 (100 Mbps), CAT5e (Fast and Gigabit ethernet), CAT6 (10 Gbps but only carries to 55meters) , CAT6a (10 Gbps but to the full 100 meters in a twisted pair cable.)

37
New cards

What category of twisted pair cables use both fast and gigabit ethernet?

CAT5e

38
New cards

What are the layers on the OSI model, and what is a way to remember them?

APPLICATION

PRESENTATION

SESSION

TRANSPORT

NETWORK

DATA-LINK

PHYSICAL

All people seem to need data processors.

39
New cards

What layers does the TCP model share with the OSI model?

APPLICATION

TRANSPORT

NETWORK

DATA-LINK

40
New cards

Remember for the exam, the APPLICATION layer on the TCP model goes with the top three layers of the OSI model and that DATA-LINK goes with the bottom two layers of the OSI model.

OK!!

41
New cards

What is the range of IP addresses in Class A?

1 - 126

42
New cards

What does the IP address 127.0.0.1 indicate?

The local loopback address

43
New cards

What is the range of IP addresses in Class B

128 - 191

44
New cards

What is the range of IP addresses in Class C?

192 - 223

45
New cards

What is the IPv6 loop back address?

0:0:0:0:0:0:0:1 or ::1

46
New cards

What is IPv6 Tunneling?

IPv6 tunneling is when a router or host encapsulates the IPv6 packet inside an IPv4 packet.

ex:

- 6 to 4: Route IPv4 addresses to IPv6 gateways.

- ISATAP: Transmits IPv6 packets between Dual Stack nodes on IPv4 network

- Teredo: Provides IPv6 connectivity on IPv4

47
New cards

What is Dual Stack?

Uses both IPv4 and IPv6 at the same time on an OS/device.

48
New cards

What are MAC addresses, and what is it used for?

A MAC address is a hardware address burned into every device. It's used to identify all devices connected to the network.

49
New cards

What is a network switch, and what does it do?

A switch that learns the MAC addresses if each device connected to it. It uses a MAC address table to direct traffic within a network.

50
New cards

What is the difference between managed and unmanaged switches?

FOR EXAM

Managed switched can be configured, unmanaged switched can't, they are just plug and play.

51
New cards

What protocol does a VPN use?

IPsec (Internet Protocol Security)

52
New cards

Medium Dependent Interface (MDI) is the sames as...

Uplink ports

53
New cards

What are uplink ports?

Ports that connect switches, and are usually faster than other ports, and designed to handle straight through and crossover cables.

54
New cards

What are trunk lines?

Transmission links that connect physical switches to one another in a VLAN environment.

55
New cards

What are crossover cables?

Used to connect switches

56
New cards

What are straight-through cables?

Used to connects switches using uplink ports.

57
New cards

What is another name for layer 3 switches.

Multilayer Switch

58
New cards

What are the capabilities of a layer 3 switch.

Layer 3 switches have router capacities, meaning they can route traffic through network, and also use IP addresses to route traffic. Original switch can't.

59
New cards

Layer 2 switches has a MAC address and other switches can learn of this address and send traffic to this device. TRUE or FALSE

TRUE

60
New cards

What is the difference between layer 2 and 3 switches?

Layer 2 switches send traffic via MAC addresses and Layer 3 switches route traffic through networks (original switches can't)

61
New cards

Switches use MAC ADDRESS TABLES to learn the MAC addresses of any and all the devices connected to the switch. TRUE or FALSE

TRUE

62
New cards

Hardware redundancy helps with ____________________________ which is....

Load Balancing... having multiple devices share a workload, increasing productivity. It also supports each other when one fails.

63
New cards

Backplane Speed is...

the total THROUGHPUT a switch is capable of at a given time.

ex:

48 ports

100 Mbps per port

100 Mbps * 48 ports = 4.8 Gbps as a total backplane speed.

64
New cards

What are the two methods switches use to send data?

Store-and-Forward and Cut-Through

65
New cards

What is the Store-and-Forward method?

This method is an older one, it receives data, checks for error and forward frames. It's reliable but slow because it checks each data one by one then when all of them are checked, they send the whole thing.

66
New cards

What is the Cut-Forward method?

This method only needs the MAC address destination and sends it, it's fast but unreliable because they don't check for errors.

67
New cards

Describe hubs

-------------------------------------------------------------------

68
New cards

What are the three types of virtual switches?

- External: VM access to external networks (internet).

- Internal: Allows connectivity to physical switches.

- Private: Isolates VM to any other networks.

69
New cards

What is STP? What does it stand for?

To prevent looping physical and non-physical,

70
New cards

STP used ... to search, find, and destroy redundant links

STA (Spanning Tree Algorithm)

71
New cards

Routers can transmit data as fast as their top speeds regardless of the media connected to them can support. TRUE or FALSE

FALSE

72
New cards

When you tracert and only receive one hop what does that indicate?

That is a directed connected route.

73
New cards

If you use the tracert command and receive multiple hops back then that means that is a direct route from one router to another. TRUE or FALSE

FALSE

74
New cards

the command "route add" will add a static route that can reach a certain destination. TRUE OR FALSE

TRUE

75
New cards

What does RIP stand for and what is it?

Routing Information Protocol that only uses hop counts to determine the best route.

76
New cards

What does OSPF stand for and what is it.

Link state protocol that uses multiple factors to determine the best route which includes hops and speed.

77
New cards

Hop count is...

the number of routers from a source to a destination.

78
New cards

What is another way to determine the best route for sending data?

Metric number, the lower the metric number the better the route.

79
New cards

Port Forwarding

A way one can use a specific part as a means to connect to a specific device without a network.

80
New cards

Network Segmentation is...

Breaking a network into smaller parts.

81
New cards

What are the pros and cons of WANET (Wireless Ad Hoc Network) and WINET (Wireless Infrastructure Network)

WANET or P2P lacks the security, encryption and WAP (wireless access point), however it makes up for it in speed. The WINET has security, encryption, WAP, and it is easier to setup, however is slow due to all the devices connected to it.

82
New cards

What is wireless bridging?

Generally used to connect two wired segments of a network. Serves as a repeater and a signal booster.

83
New cards

What protocol do dynamic routing use?

TCP/IP

84
New cards

What is the difference between twisted pair cables and fiber optic cables.

TPC have a speed of 10 Mbps to 10 Gbps and has a distance of 100 meters (328 ft). FOC has a speed of 100 Mbps to 10 Gbps and a distance of 70km (7000 meters). They are also expensive and don't bend easily.

85
New cards

What are the two types of fiber optic cables, and what are their capabilities?

Single Mode FOC and Multimode.

Single Mode FOC transmits 1 ray of light over a long distance, and the multimode FOC can transmit multiple rays of light for over 600 meters.

86
New cards

What are the differences between UTP and STP cables?

----------------------------------------------------------------

87
New cards

What are the interferences of wired networks?

- Nearby power cables

- Fluorescent lights

- EMI

- Crosstalk

88
New cards

What are the interferences of wireless networks?

- Heavy machinery

- Walls

- Anything that runs on the 2.4 GHz frequency (microwaves, ovens, cordless phones).

89
New cards

What are three well known ports?

HTTP

FTP

DNS

90
New cards

Data is broken down to segments, packets, then frames, and bits. TRUE or FALSE

TRUE

91
New cards

What are the three categories of ports?

0 - 1023 are well known ports, 1024 - 49151 are registered ports, and 49152 - 65535 are dynamic/or private ports.

92
New cards

IPv4 addresses are 32 binary numbers and IPv6 are 128 bits (binary numbers). TRUE or FALSE

TRUE

93
New cards

Define subnetting

Breaking up physical networks into logical subnetworks.

94
New cards

What are the differences of IMAP, SMTP, and POP3?

Internet Message Protocol (IMAP) is for incoming mail, Simple Mail Transfer Protocol (SMTP) is for outgoing mail, and Post Office Protocol (POP3) downloads email off server and onto client device.

95
New cards

WHat is RDP

Remote Desktop Protocol, used for connecting one device to another using port 3389.

96
New cards

DNS (Domain Name System) resolves hostnames to IP addresses. TRUE or FALSE

TRUE

97
New cards

A and AAAA (or Quad A) resolves hostnames to IP addresses A for IPv4 and AAAA for IPV6. TRUE or FALSE

TRUE

98
New cards

Pointer records (PTR Record) resolve IP Addresses to fully qualified domain names, basically the opposite of A records. TRUE or FALSE

TRUE

99
New cards

CNAMES create alias for host names. TRUE or FALSE

TRUE

100
New cards

MX (Mail Exchanger) record

Identifies a mail server and is used for email traffic