Networking Flashcards

1
Q

What are the layers of the OSI model

A

Open System Interconnection is a model which describes how different applications communicate on a network.
1 - Physical: Media, Signal and Binary transmission
2 - Data Link: MAC and LLC (Physical addressing)
3 - Networking: Routing and IP (Logical addressing)
4 - Transport: End to End connections and reliability
5 - Session: Interhost communication
6 - Presentation: Data representation and Encryption
7 - Application: Network Process to Application

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

What is the TCP/IP Model

A

Transmission Control Protocol

- Describes how data gets transmitted and routed from end to end communication

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

What are the layers of the TCP/IP Model

A
  1. Network Access Layer
  2. Internet Layer
  3. Transport Layer
  4. Application Layer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is difference between TCP and UDP

A
  • TCP is connection oriented and UDP is connectionless
  • TCP is ordered vs unordered
  • TCP is reliable vs unreliable
  • TCP is slower
  • TCP does error recovery
  • TCP uses a handshake
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the TCP handshake process

A
  • 3 Way handshake
    1. Client sends a SYN-SEND (contains a seq #) to Server
    2. Server receives SYN and sends SYN-RECEIVED back to Client
    3. Client sends ACK to Server
    4 ESTABLISHED
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a firewall?

A

A concept of a security system that protects computers from unauthorized access or cyber attack

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

What do you mean by DNS?

A

DNS Stands for Domain Name System. It’s an internet address mapping process with the local name. We can also call it as an internet phonebook.

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

What are the IP classes

A

Class A: 1-127.x.x.x, Netmask 255.0.0.0
Class B: 128-191.x.x.x, Netmask 255.255..0.0
Class C: 192-223.x.x.x, Netmask 255.255.255.0
Class D: 224-239.x.x.x, reserved for multicasting
Class E: 240-255, Reserved for experimental purposes.

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

What are the 3 network modes

A
  • simplex: send info in one direction
  • half duplex: send data in both directions, but not in parallel
  • full duplex: send data in both directions in parallel
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is a proxy server

A

Proxy servers prevent external users who are unauthorized to access such IP addresses of the internal network. It makes the computer network virtually invisible to external users.

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

What is DHCP

A

Dynamic Host Configuration Protocol

- Automatically assigns IP addresses to network devices

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

What is SNMP

A

SNMP stands for Simple Network Management Protocol. It is a network protocol used for collecting organizing and exchanging information between network devices.

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

Why is the OSI Model standard termed 802.xx?

A

The OSI model was started in the month of February in 1980. So it is standardized as 802.XX. This ‘80’ stands for the year 1980 and ‘2’ represents the month of February.

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

How is a network certified as an effective Network?

A
  • Performance
  • Reliability
  • Security
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Explain Data Encapsulation

A

Encapsulation means adding one thing on top of the other thing. When a message or a packet is passed through the communication network (OSI layers), every layer adds its header information to the actual packet.

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

Name some network topologies

A

1 - Bus
2 - Star (most common)
3 - Ring

17
Q

Name some network troubleshooting commands

A
netstat
ping
traceroute (hops)
ifconfig/ipconfig
ip addr show
18
Q

A TCP connection on a network can be uniquely defined by 4 things

A

source IP, source port, destination IP, and destination port

19
Q

How do you ping a port on a server?

A

telnet

nmap

20
Q

How do you create a DHCP reservation

A

You need the MAC address

21
Q

What is LDAP

A

Lightweight Directory Access Protocol

To look up for the information from the server, e-mail and another program follows or uses the internet protocol.