Networking Flashcards

1
Q

Bus Topology

A

Host devices are connected to one centralized cable or hardware device by twisted pair wiring. Network travel goes both directions, so collisions can happen.

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

Full Mesh Topology

A

All devices are connected to each other for redundancy. This is the most reliable, but it is expensive and time consuming because everything must be connected.

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

Star Topology

A

A central device connects to network and host devices using twisted pair wiring.

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

Ring Topology

A

All devices are connected using a single cable, and data is routed to each device. This avoids data collisions, but it is susceptible to the whole system failing if one node fails.

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

Dual Ring Topology

A

Two rings enable data to be sent in opposite directions, creating redundancy. If one ring fails, the other continues to transmit data.

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

Logical Topology

A

The logical representation of a network. May differ from the physical topology.

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

Cat 5e

A

Cable rating that denotes 100 MHz frequency, 100 MBS data performance, 100 m channel length limit, a max data speed of 1 GBPS, and a length limit at max of 100 m. Can handle 1G ethernet.

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

Cat 6

A

Cable rating that denotes 250 MHz frequency, 1 GBPS data performance, 100 m channel length limit, a max data speed of 10 GBPS, and a length limit at max of 37 m. Can handle 10G ethernet for a length up to 55 m.

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

Cat 6a

A

Cable rating that denotes 500 MHz frequency, 10 GBPS data performance, 100 m channel length limit, a max data speed of 10 GBPS, and a length limit at max of 100 m.

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

OSI layers

A

Application layer, presentation layer, session layer, transport layer, network layer, data link layer, physical layer. Layers 7 to 1 descending: All People Seem To Need Data Processing. Layers 1 to 7 ascending: Please Do Not Touch Steve’s Pet Alligator.

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

Application Layer (OSI)

A

Interface between software applications and the network. Telnet, HTTP, FTP, SSH. Data.

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

Presentation Layer (OSI)

A

Handles encryption, message formatting, and compression. ASCII, JPEG, PNG. Data.

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

Session Layer (OSI)

A

Manages applications and establishes, maintains, and terminates user connections. Operating systems, scheduling. Data.

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

Transport Layer (OSI)

A

Provides reliable or best-effort data delivery with optional error and flow control. TCP, UDP. Segments.

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

Network Layer (OSI)

A

Provides logical end-to-end network addressing and routing. IP. Packets. Uses Router.

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

Data Link Layer (OSI)

A

Uses MAC addresses to access network devices. Provides error detection but no correction. 802.3, 802.2, HDLC, FDDI, PPP, Frame relay. Frames. Uses Switch, Bridge.

17
Q

Physical Layer (OSI)

A

Bit stream. Specifies voltage, wire speed, and cable pin outs. EAI/TIA, V.35. Bits. Hub, Repeater, NIC.

18
Q

TCP/IP layers

A

Application, Transport, Internet, Network Access

19
Q

Application Layer (TCP/IP)

A

Provides network services to applications via services and protocols. Sockets and port numbers are used to differentiate the path and sessions on which applications operate. Message formatting and compression is provided. Telnet, HTTP, FTP, SSH, JPG, Operating Systems Scheduling. Data.

20
Q

Transport Layer (TCP/IP)

A

Provides reliable or best-effort data delivery with optional error and flow control. TCP, UDP. Segments.

21
Q

Internet Layer (TCP/IP)

A

Provides logical end-to-end network addressing and routing. IP. Packets. Router

22
Q

Network Access Layer (TCP/IP)

A

Encapsulates IP packets into frames for transmission. Maps IP addresses to physical hardware addresses (MAC addresses) and uses protocols for physical data transmission. 802.3, 802.2, HDLC, FDDI, PPP, Frame Relay. Frames, Bits. Switch, Bridge, Hub, Repeater, NIC.

23
Q

IPv4

A

Address composed of four octets between 0 and 255 (between 00000000 and 11111111) separated by ‘.’ Always 4 bytes, or 32 bits, long.

24
Q

Address Class A

A

0xxxxxxx, 1 to 127, 1.0.0.1 to 127.255.255.254