• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/25

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

25 Cards in this Set

  • Front
  • Back

What is RFC?

Request for comments. a series of documents which talks about certain networking concepts.

How many layers are in the TCP/IP model?

4

What are the TCP/IP model layers?

Application, Transport, Internetwork, Network Interface

What does the TCP/IP application line up with in the OSI model?

Application, Presentation, Session

Transport lines up with what in OSI?

Transport

Internetwork lines up with what in OSI?

Network

Network Interface lines up with what in OSI?

Data Link and Physical

Is telnet secure?

No

Describe IFTP

Faster but less secure than FTP

What does DNS do?

Translates google.com into http://www.google...(into an ip address)

What does ARP do?

Maps IP address to MAC address. Broadcast message sent to all nodes. Gives you IP address and gives back associated mac address.

What is the MAC address?

The physical address

What is the address range for Class A?

One to One26

What is the subnet mask for class A?

255.0.0.0

What is the range for Class B?

One28-One ninetyone

What is the subnet mask for Class B?

255.255.0.0

What is the range for Class C?

One92 - 223

What is the subnet mask for Class C?

255.255.255.0

What is the network and host id for 111.15.6.4?

Network: 15.6.4


Host: 111

What is the network and host id for 155.14.19.1?

Network: 155.14


Host: 19.1

If you add the host IP address with the subnet address what do you get?

The network address

What is subletting?

Taking a big network and dividing it into subnetworks by changing the default subnet masks

What is the flooded broadcast address?

255.255.255.255

What is the equation to find out the number of subnets?

# of subnets = 2^y


(y is the number of bits borrowed)

What is the equation to find out the host per subnet?

2^x - 2, where x is the number of remaining bits.