Bits and Bytes of Computer Networking Flashcards

1
Q

an ip address has __ bit and __ octet

A

32, 4

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

an ip address has a ______ format

A

dotted decimal notation format

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

distributed in large sections by various organizations and companies

A

ip address

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

an address that belongs to the network not the devices attached to the network

A

ip address

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

defined set of standard that computers must follow in order to communicate properly

A

protocol

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

name we’ve given to the full scope of how computers communicate with each other

A

computer network

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

5 layer model

A

tcp/ip

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

7 layer model

A

osi

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

what is the physical layer responsible for (tcp/ip)

A

represent the physical devices that interconnect computer

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

what is the data link layer responsible for (tcp/ip)

A

defining a common way of interpreting information signals so network devices can communicate

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

protocols that exist at the data link layer

A

ethernet protocol and wifi protocol

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

what is the network layer responsible for (tcp/ip)

A

allows different networks to communicate with each other through routers

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

internetwork definition

A

collection of network connected together through routers the most famous being the internet

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

network ____ is usually divided into ___ and ___

A

software, client, server

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

what is the transport layer responsible for (tcp/ip)

A

sorts out which client and program are supposed to get the data.

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

what protocol exist at the transport layer

A

tcp and udp

17
Q

tcp definition

A

transmission control protocol: use mechanism to ensure reliability

18
Q

udp definition

A

user datagram protocol: does no use mechanism o ensure reliability

19
Q

what is the application layer responsible for (tcp/ip)

A

the highest abstraction layer of the TCP/IP model that provides the interfaces and protocols needed by the users. It combines the functionalities of the session layer, the presentation layer and the application layer of the OSI model.

20
Q

cables

A

connect different devices to each other allowing data to be transmitted over them

21
Q

what are the most commonly used types of copper cables for networking

A

cat 5, cat 5e, cat 6

22
Q

differentiate at 5, cat 5, and cat 6

A

Cat5 and Cat5e are limited to 100 MHz speed while Cat6 can go up to 250 MHz.

In practical terms, this means that a Cat5e cable is only capable of adhering to the 1000BASE-T/TX standard while Cat6 can adhere to the much faster 10GBASE-T (10-Gigabit Ethernet). Cat6 is capable of 10x the speeds of Cat5e. Physical improvements in the hardware of the cable make this possible. A Cat6 network is fully backwards compatible with Cat5e devices.

cat 5e: can reduce crosstalk compared to cat 5
cat 6: faster and reliable but reaches shorter distance at higher speeds

23
Q

hub definition

A

physical layer device that allows connections from many computer at once and creates collision domain

24
Q

collision domain definiton

A

network segment where only one device can communicate at a time

25
Q

define switch

A

data link layer device hence it can insect the ethernet protocol and determine which system the data is intended for and send it to that one system