what is difference flash vs nand?

Hi!
please help me and describe what is difference between flash and nand storage in Routerboard?
I search in google but i found “nand flash” vs “nor flash”.
and this tow type storage how many have write cycle ?
excuse me for bad english
thank you

too much to explain.
http://aturing.umcs.maine.edu/~meadow/courses/cos335/Toshiba%20NAND_vs_NOR_Flash_Memory_Technology_Overviewt.pdf
Screen Shot 2016-09-18 at 4.13.48 PM.png

Thank you
but this is that I founded in google
that is compare “nor flash” vs “nand flash”

but in routerboard.com only write “flash” or “nand” not explaine what is flash.
and not explain how many write cycle each have

hello, you found an answer, for this case.

I am investigating on the subject, and still can not find an answer

I like to know the same thing.

What is the difference between these:
flash-boot -
flash-boot-once-then-nand -
nand-if-fail-then-ethernet -
nand-only -
try-ethernet-once-then-nand -

There seems to be an option to boot from flash or from nand (or from a bootp server)
What is the difference between boot from flash and from nand. If the firmware is updated does this relate to flash only or to nand only or to both?

Generally…

NOR Flash is limited to 16MB, but it exists 32M and 64M as well. NAND Flash can be several gigabytes.
NOR Flash is like a SD-card or SSD-drive. It’s a self-contained device manages itself (mapping, wear-leveling, error-handling etc.) and is mostly used for loading firmware or boot image.
NAND Flash is “raw flash” that needs a controller to manage it. It’s useless without something that manages it (like a controller in a SSD-drive)

I would also like to know if flash-boot means USB boot.
The wiki does not explain anything about the difference between nand-boot and flash-boot.