Networking Flashcards

1
Q

OSI MODEL

(OPEN SYSTEMS INTERCONNECTION)

A

Application

Presentation

Session

Transport

Network

Data Link

Physical

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

APPLICATION LAYER

A
  • Provides the interface between the software application on a system and the network.
  • Provides access to the network for applications.
  • PROTOCOL: HTTP, TELNET, FTP, SMTP, SSH
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

PRESENTATION LAYER

A
  • The Presentation Layer is responsible for data translation and encoding.
  • Encryption/Decryption and Compression/Decompression
  • PROTOCOL: SSL, TLS
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

SESSION LAYER

A
  • Synchronizes the data exchange between applications on separate devices.
  • Responsible for establishing, management, and terminating connection between applications
  • PROTOCOL: NetBIOS, L2TP
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

TRANSPORT LAYER

A
  • End to end transfer of data across the network
  • How data is transmitted, connection is established
  • PROTOCOL: TCP (Transmission Control Protocol), UDP (User Datagram Protocol)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

NETWORK LAYER

A
  • Path determination and logical addressing to another network
  • Routing protocol
  • Routers function at this layer
  • PROTOCOL: IP, OSPF (Open Shortest Path First)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

DATA LINK LAYER

A
  • Movement of data within a local network
  • Switches function at this layer
  • Physical to logical connection
  • PROTOCOL: ARP/RARP (Address/Reverse Address Resolution Protocol), PPP (Point-to-Point Protocol)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

PHYSICAL LAYER

A
  • Hardware: The type of media used on the network, such as type of cable, type of connector, and pinout format for cables.
  • Topology: The physical layer identifies the topology to be used in the network. Common topologies include ring, mesh, star, bus, and hybrid.
  • Electrical Signal, Ethernet, Fiber
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

MESH TOPOLOGY

A

Mesh topology, is a collection of point-to-point links that connect every site to every other site.

ADVANTAGE: optimal routing, fault tolerant, easy to add new devices without network disruption

DISADVANTAGE: expensive, difficult to scale, complex implementation

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

RING TOPOLOGY

A

In a ring topology, data travels in a circular fashion from one computer to another on the network

ADVANTAGE: cable faults are easily located, moderately easy to install

DISADVANTAGE: network disruption when adding or removing devices

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

BUS TOPOLOGY

A

A bus topology uses a trunk or backbone to connect all the computers on the network

ADVANTAGE: cheap and easy to implement, less cable, no specialized network equipment

DISADVANTAGE: network disruption when adding or removing devices, a break in the cable prevents all systems from accessing the network, difficult to trouble shoot

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

STAR TOPOLOGY

A

The star topology is the most popular physical LAN topology in use today, with an Ethernet switch at the center of the star and unshielded twisted-pair cable (UTP) used to connect from the switch ports to clients

ADVANTAGE: easy to add new devices without network disruption, cable failure only affects a single user

DISADVANTAGE: requires more cable than other topologies, center of star is single point of failure

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

ENCAPSULATION

A

The upper layer places packaging around the message that describes the application used to generate the message. This is called the header. The package and header are then passed to the next layer down. Each layer completes its own required encapsulation operation.

APPLICATION = Data, TRANSPORT = Segment, NETWORK = Packet, DATA LINK = Frame, PHYSICAL = BITS

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

TCP/IP MODEL

A
  • Application
  • Transport
  • Network
  • Physical
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

OSI vs TCP/IP Model

A

Application / Presentation / Session = Application

Transport = Transport

Network = Internet

Data Link / Physical = Network Access

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

IPV4

A
  • provides the unique, numerical IP addresses necessary for Internet-enabled devices to communicate
  • 32 bit address
  • X.X.X.X; Each ‘X’ is called an octet and all the four octets added together makes a 32bit address (IPv4 address)
17
Q

IPV6

A
  • unique, numerical IP addresses necessary for Internet-enabled devices to communicate
  • 128-bit Internet addresses
  • hexadecimal
18
Q

SUBNET

A
  • subdivision of an IP network
  • dividing a network into smaller network sections
  • Exclusiv